/* CSS Document */

/*colors:
	background-yellow: #EBE3B1
	accent green (waves, logo): #476944
	deep blue (text): #03323A
	nav green: #A3B2A1
	orange (links): #BC6428
	light blue links: #8DA88A
*/

p, ul, ol{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:20px;
	color:#03323A;
	}

ul, ol{
	padding-left:25px;
	padding-right:30px;
	}

p a, ul a, ol a{
	color:#BC6428;	
	font-weight:bold;
	text-decoration:none;
}

p a:hover, ul a:hover, ol a:hover{
	color:#8DA88A;
	border-bottom:1px dotted #8DA88A;
	}
	
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	color:#03323a;
	font-variant:small-caps;
	margin-top:25px;
	}

hr{
	height:1px;
	background-color:#8DA88A;
	border:none;
	margin-right:30px;
	clear:both;
	}
		
body{
	background-color:#EBE3B1;
	background-image:url(images/bg_tile.gif);
	background-repeat:repeat;
	background-position:center;
	padding:0px;
	}

#mainWrapper{
	width:862px;
	margin:60px auto;
	padding:0px 3px 0px 0px;
	background-image:url(images/bg_borders_slice.gif);
	background-repeat:repeat-y;
	}

#leftCol{
	width:162px;
	min-height:400px;
	background-image:url(images/nav_side.gif);
	background-repeat:no-repeat;
	float:left;
	padding:0px 0px 0px 45px;
	margin:0px;
	}

#rightCol{
	width:624px;
	min-height:400px;
	float:left;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	}

#rightCol p{
	padding-right:30px;
	clear:none;
	}

#featureBoxTop{
	width:207px;
	background-image:url(images/feature_top.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	}

#featureBoxBottom{
	width:177px;
	background-image:url(images/feature_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:15px;
	margin:0px;
	}

#featureBoxFrame{
	width:207px;
	background-image:url(images/feature_slice.gif);
	background-repeat:repeat-y;
	padding:0px;
	margin:15px 29px 15px 15px;
	float:right;
	}

#featureBoxBottom img{
	margin:0px auto 7px auto;
	}

#featureBoxBottom p, #featureBoxBottom ul{
	font-size:11px;
	line-height:16px;
	color:#BC6428;
	margin:0px;
	width:100%;
	}

#featureBoxBottom p a{
	color:#8DA88A;
	font-weight:bold;
	text-decoration:none;
	}

#featureBoxBottom p a:hover{
	color:#BC6428;
	border-bottom:1px dotted #BC6428;
	}


#featureBoxBottom h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#BC6428;
	text-align:center;
	margin:0px;
	}

#subNav ul{
	display:block;
	padding:0px;
	margin:15px 0px 0px 0px;
	}

#subNav li{
	padding:0px 10px;
	float:left;
	list-style-type:none;
	}

#footer{
	margin-top:25px;
	}
	
	

	

