@charset "utf-8";
/* CSS */
@import "reset.css";


html{overflow-y:scroll;}

body{
	text-align:center;
	background-color: #576d2f;
}

#wrapper{
	width:975px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-image:url(images/right_fade_back.jpg);
	background-repeat:repeat-y;
	background-position:right;
	position:relative;
	margin-top:10px;

}
#top_right{
	width:15px;
	height:15px;
	float:right;
	font-size:1px;
	background-image:url(images/top_right_back.jpg)
}
#main{
	width:950px;
	margin-left:10px;
	background-color:#faf5dc;
	float:left;
	display:inline;
}
#footer{
	width:975px;
	height:30px;
	background-image:url(images/footer_back.jpg);
	background-repeat:repeat-x;
	clear:both;
	background-color: #576d2f;
}
#footer p{
	color:#abb697;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	padding-top:15px;
	margin-left:30px;
	text-transform:uppercase;
}
#footer a{
	float:right;
	color:#abb697;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;	
	padding-top:15px;
	text-decoration:none;	
}
#footer a:hover{
	color:#C2CAB5;
}
#footer_left{
	width:24px;
	height:15px;
	background-image:url(images/footer_left.jpg);
	float:left;
	font-size:1px;
}

#footer_right{
	width:24px;
	height:15px;
	background-image:url(images/footer_right.jpg);
	float:right;
	font-size:1px;
}
#banner{
	height:70px;
	width:925px;
	border-bottom:solid;
	border-bottom-color:#82a05a;
	border-bottom-width:1px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#banner img.logo{
	float:right;
	margin-top:17px;
}
#banner #stjames{
	width:77px;
	height:61px;
	position:absolute;
	top:-2px;
	left:0px;
}
#banner ul{
	margin-top:45px;
	float:left;
	margin-left:91px;
	display:inline;
}
#banner li{
	float:left;
	border-left:1px solid #82a05a;
}
#banner li.first{
	border:none;
}
#banner li a{
	padding-left:15px;
	padding-right:7px;
	color:#898989;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif
}
#banner li a:hover{
	color:#192e6a;
}
#banner li a.active{
	color:#192e6a;
}

#banner li.first a{
	padding-left:0px;
}

#content{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/content_back.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	min-height:656px;
  	height:auto !important;
  	height:656px;
}
#left_side{
	float:left;
	width:485px;
	font-family:Verdana, Geneva, sans-serif
}
#left_side h1{
	font-weight:normal;
	font-size:23px;
	color:#2e4476;
	margin-top:45px;
}
#left_side h3{
	color:#192e6a;
	font-size:15px;
	font-weight:bold;
	margin-top:40px;
}
#left_side ul{
	margin-top:25px;
	color:#576d2f;
	font-size:15px;
}
#left_side li{
	margin-bottom:15px;
	background-image:url(images/bullet_point.jpg);
	background-repeat:no-repeat;
	padding-left:35px;
	padding-bottom:8px;
	padding-top:2px;
	line-height:19px;
}
#left_side .small{
	font-size:11px;
	margin-bottom:30px;
}
#left_side a{
	text-decoration:none;
	color:#2E529C;
}
#left_side a:hover{
	text-decoration:underline;
	color:#000
}
#left_side p{
	font-size:12px;
	margin-bottom:10px;
	line-height:18px;
}
#left_side p.yellow{
	color:#576d2f;
	font-size:15px;		
}
#left_side p.margin_top{
	margin-top:90px;
	color:#576d2f;
	font-size:15px;	
	
}


#right_side{
	float:right;
	width:400px;
}
#right_side img{
	margin-top:150px;
}

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

