body {
	background-image: url(../modx_images/bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11.5px;
	color: #464646;
	}

p {
	margin-bottom: 14px;
}



#container_header {
	float: none;
	height: 98px;
	width: 989px;
	margin-right: auto;
	margin-left: auto;
}


#header_left {
	float: left;
	height: 98px;
	width: 350px;

}

#header_right {
	float: right;
	height: 98px;
	width: 250px;

}

/* Styles the small links on the top right of the header - blog, contact us, sitemap etc above the searchbar 
*/
#utilities {
	padding-top:15px;
	float: right;
	height: 30px;
	width: 250px;
	color: #66CCFF;
	font-size: 10px;
	
}

#utilities a{
	color: #66CCFF;
	text-decoration:none;
	border-bottom:dotted 1px #66CCFF;
	padding-bottom:2px;
}






#searchbar {
	float: right;
	height: 48px;
	width: 250px;

}









#container_navbar{
	float: none;
	height: 46px;
	width: 989px;
	margin-right: auto;
	margin-left: auto;
}







#container_body{
	float: none;
	height: auto;
	width: 989px;
	margin-right: auto;
	margin-left: auto;
	margin-top:8px;
	background-image:url(../modx_images/bg_body.gif);
	background-repeat:no-repeat;
}

#breadcrumbs{
	float: left;
	height: 30px;
	width: 900px;
	margin-top:8px;
	font-size: 9px;
	color: #999;
	padding-left:15px;
	margin-bottom:15px;
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover, #breadcrumbs a:active{
	font-size: 9px;
	color: #3399CC;
	text-decoration:none;
}














#container_sidenav {
	float: left;
	height: auto;
	width: 210px;
	margin-bottom:25px;

}

#container_content {
	float: right;
	height: auto;
	width: 760px;
	min-height:500px;
	margin-bottom:15px;

}








#content {
	float: left;
	height: auto;
	width: 550px;
	color: #464646;
	line-height: 18px;
	min-height:500px;
}

#content A:link, #content A:visited, #content A:hover, #content A:active {
	color:#28076F;
}

#content h1{
	color: #2C1363;
	font-size: 14px;
	margin-bottom: 15px;
}

#content h2{
	color: #2C1363;
	font-size: 13px;
	margin-bottom: 10px;
}

#content h3{
	color: #666;
	font-size: 13px;
	margin-bottom: 10px;
}



#content ul 
{
	padding-left: 15px;
	margin-bottom:15px;
}

#content li 
{
	padding-left: 15px;
	background-image: url(../modx_images/bullet_purple.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	list-style: none;
	margin-bottom:5px;
}

#content li li
{
	padding-left: 30px;
	background-image: url(../modx_images/bullet_purple.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	list-style: none;
	margin-bottom:5px;
}




.imgBorder {
	border: 1px solid #cccccc;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
}




.table_style {
	color: #2C1363;
	font-size: 11.5px;
	margin-bottom: 15px;
	border-top: solid 1px #ccc;
	width:95%;

}

.table_style tr td{
	border-bottom: solid 1px #ccc;
	border-color: #E0E0E0;
	padding: 7px 10px 7px 5px;
	height: 22px;
}


.table_heading{
	background-color: #F1F0F9;
}









#content_right{
	float: right;
	height: auto;
	width: 190px;
	min-height:500px;
	z-index:2;

}




































#container_footer{
	float: none;
	height: 150px;
	width: 989px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-image: url(../modx_images/bg_footer.jpg);
	background-repeat: no-repeat;
}

#footer_left {
	float: left;
	height: 200px;
	width: 700px;

}

#footer_right {
	float: right;
	height: 98px;
	width: 200px;
	margin-top: 15px;
	padding-right:15px;

}

#footer_right img{
	
	padding-left:2px;
	padding-right:2px;

}






/* Holds the Newsletter signup form in the footer*/
#footer_layer_1 {
	height: 80px;
	width: 650px;
	display:block;
	margin-top: 15px;
	padding-left: 15px;

}

.newsletter_input
{
	height: 25px;
	width: 152px;
	color: #666;
	border-color: #B7D4EC;
	border-style: solid;
	border-width: 1px;
	font-size: 10px;
	margin: 0;
	padding-left: 3px;
}


.newsletter_submit
{
	height: 27px;
	width: 142px;
	color: #66CCFF;
	background-color: #2B1166;
	font-size: 10px;
}



#footer_layer_2 {
	height: 35px;
	width: 650px;
	display:block;
	color: #999;
	}
	


#footer_nav{
	font-size: 10px;
	color: #999;
}




#footer_nav ul{

	list-style-type: none;
	padding: 0;
	margin: 0;
}

#footer_nav  li{
	display: inline;


}

#footer_nav li a{
	float: left;
	color: #3399CC;
	padding-left:10px;
	padding-right:10px;
	text-decoration: none;
	border-right:dotted;
	border-color: #06C;
	border-width: 1px;
}


#footer_nav  ul li.active a {
	color: #3399CC;

}

#footer_nav li a:hover{
	color: #3399CC;
	text-decoration: underline;
}

#footer_nav  li a:visited{
	color: #3399CC;
}


#footer_nav  ul li.last a {
	border:none
}	
	
	
	
		
	
	
	

#footer_layer_3 {
	height: 20px;
	width: 650px;
	display:block;
	font-size: 10px;
	color: #999;
	padding-left:10px;
}

#footer_layer_3 A:link, #footer_layer_3 A:visited, #footer_layer_3 A:hover, #footer_layer_3 A:active{
	text-decoration:underline;
	color: #999;
	
}


.footer_newsletter{
	font-size: 10px;
	color: #39C;
	font-family: Verdana, Geneva, sans-serif;

}




/*Styles the AJAX Search drop down results*/



#ajaxSearch_form {
           color: #444;
           width: auto;
       }

#ajaxSearch_input {
	width: 174px;
	display: inline;
	height: 27px;
	margin: 0 3px 0 0;
	padding: 1px 5px 1px 3px;
	vertical-align: top;
	font-size: 11px;
	color: #666;
	font-family: Verdana;
	background-image: url(../modx_images/bg_searchfield.gif);
	background-color: #28076F;
	background-repeat: no-repeat;
	border: solid 1px #28076F;
       }

#ajaxSearch_submit {
           display: inline;
           height: 27px;
           line-height: 22px;
       }

/*#ajaxSearch_output {
	border: 1px solid #333;
	padding: 15px;
	display: block;
	height: auto;
	vertical-align: top;
	font-size: 10px;
	background-color: #FFF;
       }*/
	   
#ajaxSearch_output {
	border: 1px solid #CCC;
	padding: 15px;
	display: block;
	height: auto;
	vertical-align: top;
	font-size: 10px;
	background-color: #FFF;
	z-index: 1;
       }

.AS_ajax_result {
	color: #666;
	margin-bottom: 5px;
       }

.AS_ajax_resultLink {
           text-decoration: underline;
       }

.AS_ajax_resultDescription{
           color: #555;
       }

.AS_ajax_more {
           color: #555;
       }

