/* CSS Document */

html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#84A3C1;
}

body {
	background-color:#AEA786;
	margin:0;
	padding:0;
}

a:link{
	color: #84A3C1;
	font-weight: bold;
	text-decoration: none;
}

a:visited{ 
	color: #84A3C1;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active{
	font-weight: bold;
	color: #5B7186;
	background-color: #E4E0CC;
	text-decoration: underline;
}

a:link img{
border: 1px solid #84A3C1;
margin-top: 5px;
margin-right: 5px;
}

p {
	margin:0;
	padding:0;
}

h3 {
	width:0;
	height:0;
	display:none;
}

#background{
	width: 786px;
	background-image: url(../assets/background.gif);
	background-repeat:repeat-y;
	margin:auto;
	background-color:#CBDCEC;
}

#background_top{
	width: 786px;
	background-image: url(../assets/background_top.gif);
	background-repeat: no-repeat;
	background-position:top;
}

#header{
	width: 750px;
	height: 141px;
	background-image: url(../assets/header.gif);
	background-repeat: no-repeat;
	background-position:top;
	margin-left:17px;
	margin-right:18px;
}

#email{
	height:15px;
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:5px;
	margin-right: 40px;
	margin-left: 40px;	
}

#email a:link, #email a:visited, #email a:active{
	text-decoration:none;
	color:#EDE7CA;
}

#email a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#logo{
	float: left;
	height: 80px;
	margin:0;
	margin-top: 15px;
	padding-left: 35px;	
	text-align:left;
}

#address{
	height:80px;
	margin-right: 40px;
	margin-top: 15px;
	text-align:right;
	font-weight:bold;

}

#content_header{
	width: 750px;
	height: 21px;
	background-image: url(../assets/content_header.gif);
	background-repeat: no-repeat;
	background-position:top;
	margin:0;
	margin-left:17px;
	margin-right:18px;
	padding-top: 22px;

}

#top_nav{
	margin:0;
}

#top_nav ul{
	margin:0;
	margin-left: 42px;
	margin-right: 42px;
	padding:0;
	font-weight: bold;
}

#top_nav li{
	margin:0;
	display:inline;
	color:#EDE7CA;
}

#top_nav li a:link, #top_nav li a:visited, #top_nav li a:active{
	margin-left:-1px;
	margin-right:2px;
	text-decoration:none;
	color:#EDE7CA;
}

#top_nav li a:hover{
	background:none;
	text-decoration:underline;
	color: #ffffff;
}

#content{
	width: 690px;
	height:auto;
	background-image: url(../assets/content_bg.gif);
	background-repeat:repeat-y;
	background-position:top;
	margin-left:17px;
	margin-right:18px;
	padding-left:30px;
	padding-right:30px;
}

#main_image{
	height:203px;
	margin:0;
	margin-left:4px;
	margin-right:3px;
	padding:0;
	border-bottom: solid 5px #E4E0CC;
}

#title{
	height:54px;
	background-image: url(../assets/title_bg.gif);
	background-repeat: no-repeat;
	background-position:top;
	margin:4px;
	padding:0;
	padding-left:32px;
}

#text{
	margin:4px;
	margin-top:0;
	margin-bottom:0;
	padding:40px;
	padding-top:2px;
	padding-bottom:10px;
	line-height: 18px;
}
	
#text ul{
margin-left:0;
padding-left:0;
}

#text ul li{
	margin-left:0;
	padding-left:0;
	list-style-type: none;
	background-image:url(../assets/content_images/star.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 20px;
	line-height: 20px;
}

#content_footer{
	width: 750px;
	height: 30px;
	background-image: url(../assets/content_footer.gif);
	background-repeat: no-repeat;
	background-position:top;
	margin-left:17px;
	margin-right:18px;
}

#bottom_image01{
	width: 750px;
	height: 150px;
	background-image: url(../assets/bottom_images/bottom_image01.jpg);
	background-repeat: no-repeat;
	background-position:top;
	margin-left:17px;
	margin-right:18px;
}

#bottom_image02{
	width: 750px;
	height: 150px;
	background-image: url(../assets/bottom_images/bottom_image02.jpg);
	background-repeat: no-repeat;
	background-position:top;
	margin-left:17px;
	margin-right:18px;
}

#bottom_image03{
	width: 750px;
	height: 150px;
	background-image: url(../assets/bottom_images/bottom_image03.jpg);
	background-repeat: no-repeat;
	background-position:top;
	margin-left:17px;
	margin-right:18px;
}

#footer{
	width: 756px;
	height: 45px;
	background-image: url(../assets/background_footer.gif);
	background-repeat: no-repeat;
	background-position:top;
	margin:auto;
	text-align:right;
	color:#BFD4E5;
	padding-right:30px;
	padding-top:5px;
	font-size:9px;
}

#footer a {
color:#BFD4E5;
}

.bold{
	font-weight:bold;
}

.divider{
border-bottom: 1px dotted #84A3C1;
margin-top:0px;
margin-bottom:10px;
}
