/* CSS Document */

body { background: #352100; margin: 0px; padding: 0px;  }
h1 { font: 14px "Lucida Sans", "Lucida Sans Unicode", Verdana, Helvetica, Arial, san-serif; padding-top: 20px; }
h2 { font: 17px "Lucida Sans", "Lucida Sans Unicode", Verdana, Helvetica, Arial, san-serif; font-weight: bold; color: #B21A00;}
h3 { font: 14px "Lucida Sans", "Lucida Sans Unicode", Verdana, Helvetica, Arial, san-serif; font-weight: bold; color: #B21A00; }
h4 { font: 13px "Lucida Sans", "Lucida Sans Unicode", Verdana, Helvetica, Arial, san-serif; font-weight: bold; color: #B21A00; }

.heading { font: 12px "Lucida Sans", "Lucida Sans Unicode", Verdana, Helvetica, Arial, san-serif; font-weight: bold; color: #B21A00; }
.contact { font: 14px/20px "Lucida Sans", "Lucida Sans Unicode", Verdana, Helvetica, Arial, san-serif; text-align: center; }
.contact a { font: 14px/20px "Lucida Sans", "Lucida Sans Unicode", Verdana, Helvetica, Arial, san-serif; text-align: center; color: #B21A00;  }
.address { font: 11px/17px Verdana, Helvetica, Arial, san-serif; text-align: right; padding-right: 10px; }

#wrapper { 
		background: #D5B783; 
		width: 800px; 
		margin: 0px auto; 
		border: #000 1px solid;  
}

/*begin header CSS*/
#header { 
		background: url(azb_title.gif) no-repeat top center; 
		width: 800px; 
		height: 165px; 
		float: left; 
}

/*begin navigation CSS*/
#nav { 
		margin: 0px; 
		background: #D5B783; 
		width: 190px; 
		float: left; 
		padding-top: 18px; 
		padding-right: 10px; 
		padding-bottom: 50px; 
}

#nav a, #nav a:visited { 
		color: #B21A00; 
		text-decoration: none; 
		font: 15px "Lucida Sans", "Lucida Sans Unicode", Verdana, Helvetica, Arial, san-serif; 
		text-align: right; 
		font-weight: bold; 
}

#nav a:hover { 
		color: #FF7B00; 
		text-decoration: underline; 
}

/*begin content CSS*/
#body { width: 550px; 
		padding-left: 25px; 
		padding-right: 25px; 
		padding-top: 20px; 
		padding-bottom: 20px; 
		float: left; 
		background: #fff; 
}
 
#body img { margin-top: 10px;  }
	
#body p, #body li { color: #000; font: 12px/22px Verdana, Helvetica, Arial, san-serif; text-decoration: none; text-align: left; }
	
#body a, #body a:visited { color: #B21A00; font: 12px/22px Verdana, Helvetica, Arial, san-serif; text-align: left; font-weight: bold; }
	
#body a:hover { color: #FF7B00; } 	
	
#body td { font: 11px/20px Verdana, Helvetica, Arial, san-serif; text-decoration: none; text-align: left; }

#contactform { width: 550px; padding-left: 25px; padding-right: 25px; padding-top: 5px; padding-bottom: 20px; float: right; background: #fff; }

/*begin footer CSS*/	
#footer { 
		width: 800px; 
		height: 30px; 
		text-align: right; 
		clear: both; 
		background-color: #B21A00; 
		padding-top: 5px; 
}

#footer p { 
		font: 11px Verdana, Helvetica, Arial, san-serif;
		color: #fff; 
		text-align: center; 
		text-decoration: none;  
}

#footer a { 
		text-decoration: none; 
		color: #fff; 
}

#footer a:hover { color: #F59329; }
	


