body {
	margin: 0;
	padding: 0;
	background: #f6f6ed url("../images/bg_2.gif") top left repeat-x;
	font-family:Ariel, sans-serif;
	font-size:12px;
	color:#303030;
}

html, body {
	height: 100%;
}

#wrapper{
	width:880px;
	margin:0 auto;
	min-height: 100%;
	margin-bottom:-100px;
	position:relative;
}

#header{
	height: 128px;
	background: #336633 url("../images/AA_logo2.jpg") top left no-repeat;
}

#header h1{
	margin:0 0 0 -1000px;
}

h1, h2{
	margin:0;
	padding:0;
}
h3{
	margin: 0 0 0 5px;
}

h5{
	margin: 0;
	padding: 0;
	text-indent:-9999px;
	width:100px;
	height: 28px;
}

p{
	margin:0 0 18px 0;
	padding:0;
}

a{
	text-decoration:none;
	color:#303030;
	cursor:pointer;
}

a:hover{
	color: #336633;
}

img{ 
		border-style: none;
}

.bold{
	font-size: 14px;
	font-weight: bold;
}

.fltright{
	float: right;
	width:100px;
	padding-left: 5px;
}

.fltleft{
	float: left;
	width:100px;
	padding-right: 5px;
}

.ital{
	font-style: italic;
}

/* ---------------------- Advanced nav ---------------------- */

#advanced-nav{
	position:relative;
	height:33px;
	font-size:13px;
	text-transform:uppercase;
	background:#336633 url("../images/nav_bg.gif") repeat-x bottom left;
	font-family: Arial, sans serif;
	}
	
#advanced-nav ul{
	margin:0 0 0 335px;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
	}
	
#advanced-nav ul li{
	display:block;
	float:left;
	margin:0 2px;
	}
	
#advanced-nav ul li a{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding:0 0 0 20px;
	height:33px;
	line-height:38px;
	}

#advanced-nav ul li a span{
	display:block;
	float:left;
	padding:0 20px 0 0;
	height:33px;
	width:auto;
	}
	
#advanced-nav ul li a:hover{
	color:#336633;
		background:transparent url("../images/advanced_left_on.gif") no-repeat top left;
	}
	
#advanced-nav ul li a:hover span{
	display:block;
		background:transparent url("../images/advanced_right_on.gif") no-repeat top right;
	}
	
#advanced-nav ul li a.current,#advanced-nav ul li a.current:hover{
	color:#336633;
	background:transparent url("../images/advanced_left_on.gif") no-repeat top left;
	}
	
#advanced-nav ul li a.current span{
	background:transparent url("../images/advanced_right_on.gif") no-repeat top right;
	height:33px;
	}
	
	/* ---------------------- END Advanced nav ---------------------- */
	
	.firstletter{
		float:left;
		margin: 2px 6px 0 0;
		padding: 10px 8px;
		font-size: 45px;
		font-weight:bold;
		color:#ffffff;
		background: #336633;
	}
	
	#main-photo{
		text-align:center;
		margin: 15px 0 15px 0;
	}
	
	#left-col{
		float:left;
		width: 550px;
		margin: 0 0 20px 0;
		padding: 0;
	}
	
	#right-col{
		float:right;
		margin: 10px 5px 20px 0;
		width: 270px;
		background: #fff;
		border:1px solid #d7d7d7;
	}
	
	#right-col{
		border-top:5px solid #d7d7d7;
		border-bottom:8px solid #d7d7d7;
	}
	
	#left-col p{
		padding:5px 0 0 10px;
		line-height:190%;
	}
		
	#right-col p{
		padding-left:3px;
		margin:10px;
		line-height:150%;
	}
	

	#right-col h2{
		margin: 10px;
		display: block;
	}
		
	#info-box{
		float: left;
		margin: 6px 0 25px 0;
		width:100%;
	}
	
	#info-box p{
		padding: 5px 0 0 5px;
		font-size: 13px;
		font-style: italic;
	}
	
	#contact{
		float:left;
		height:182px;
		width:270px;
		background:transparent url("../images/contact_box.jpg") bottom left no-repeat;
	}
	
	#testimonials{
		float:left;
		margin:0 0 0 33px;
		height:182px;
		width:270px;
		background:transparent url("../images/testimonial_box.jpg") bottom left no-repeat;
	}
	
	#photo-gallery{
		float:right;
		height:182px;
		width:270px;
		background:transparent url("../images/gallery_box.jpg") bottom left no-repeat;
	}
	
	#contact p, #testimonials p, #photo-gallery p {
		margin:5px 0 0 5px;
	}

 /***Rollover Styles**/
 
.services{
	display:block;
	margin:10px 0 0 10px;
	padding: 0;
	width:150px;
	height:28px;
	text-decoration:none;
	background:transparent url("../images/services_button.gif") no-repeat top left;
	outline:0px;
}

.contact{
	display:block;
	margin:0;
	padding:0;
	width:115px;
	height:28px;
	text-decoration:none;
	background:transparent url("../images/contact_button.gif") no-repeat top left;
	outline:0px;
}

.testimonial{
	display:block;
	margin:0;
	padding: 0;
	width:160px;
	height:28px;
	text-decoration:none;
	background:transparent url("../images/testimonial_button.gif") no-repeat top left;
	outline:0px;
}

.gallery{
	display:block;
	margin:0;
	padding: 0;
	width:115px;
	height:28px;
	text-decoration:none;
	background:transparent url("../images/gallery_button.gif") no-repeat top left;
	outline:0px;
}

.services:hover, .contact:hover, .testimonial:hover, .gallery:hover {
	background-position: 0 -28px;
}

/**end Rollover Styles**/

.clearfooter{
	height:100px;
	clear:both;
}

#footer{
	clear:both;
	background:#2b572b;
	border-top: 2px inset #ccc;
	height:100px;
	position:relative;
}

#footer-container{
	width:880px;
	margin:0 auto;
	padding: 10px 0 0 0;
}

#footer p{
	color:#fff;
	margin: 15px 0 0 0;
	font-size:10px;
	text-transform:uppercase;
	line-height:100%;
}

#footer a{
	text-decoration:none;
	color: #fff;
}

#footer a:hover{
	text-decoration: underline;
}


#footer-left {
	float: left;
}

#footer-right{
	float:right;
}

/****Easy Clear****/

.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both
	visibility: hidden;
}

.clear {
	min-height: 1px;
}
*html .clear {
	height: 1px;
}

/****End Easy Clear****/
 
 .photobox{
 	margin:8px 0 5px 5px;
 	float:right;
 	border: 1px solid #303030;
}
 	 
 





		
	
