@charset "utf-8";
/* CSS Document */

body {
	background: #fff url(../images/home_bg.gif) repeat-x;
}
.container {
	width:920px;
	margin:0 auto;
	position:relative;
}
/* header/masthead styles */
.page_header {
	width:920px;
	float:left;
	margin-top:10px;
	padding-top:18px;
}
.logo_container {
	width:300px;
	float:left;
}
.logo {
	font-family:"Times New Roman", Times, serif; 
	font-size:31px;
	color: #a3ec4a;
	font-weight:bolder;
}
.page_content {
	float:left;
	width:900px;
	padding:20px;
	margin-top:20px;
}
#left_column {
	width: 460px;
	float:left;
	margin-right:20px;
}
#right_column {
	width:410px;
	float:left;
	margin-left:10px;
}
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/*   MAIN BANNER STYLES															  */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
#main_banner {
	width: 920px;
	float:left;
	margin-top:8px;
}
.home_image {
	width: 488px;
	height:225px;
	float:left;
}
.banner_content {
	width: 400px;
	float:left;
	margin: 20px 0px 0px 20px;
}
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/*   MAIN NAVIGATION STYLES															  */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
.navigation {
	width:490px;
	height:48px;
	float:right;
	margin-top:40px;
}
.navigation ul {
	list-style:none;
	height:48px;
}
.navigation li a {
	float:right;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:400;
	color:#FFFFFF;
	padding:10px 15px 12px 15px;
	text-decoration:none;
}
.navigation li a:hover {
	color: #67b10f;
}
.navigation li.nav_current a {
	background: url(../images/nav_bg.gif) repeat-x bottom left;
	border-top: #CCCCCC solid 1px;
	color: #000;
}
.navigation li.nav_current a:hover {
	color: #000;
}
.image, .image_solo {
	border:solid 1px #999;
}
.image_solo {
	margin-bottom:35px;
}


/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/*   FONT/PARAGRAPH/HEADER STYLES													  */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
h1, h1.page_name, h2, h3, h4, h5, p, .footer dt, .footer dd {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:33px;
	color: #67b10f;
	margin-bottom:15px;
	font-weight:400;
	text-decoration:none;
}
h1.banner_text {
	color: #000;
}
h1.following_title {
	margin-top:20px;
	padding-top:20px;
	border-top:1px dotted #CCCCCC;	
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	color: #67b10f;
	margin-bottom:15px;
	font-weight:400;
	text-decoration:none;
}
h4 {
	font-size:17px;
	color: #67b10f;
}
.footer dt {
	color:#CCCCCC;
	font-size:12px;
	font-weight:bolder;
}
p {
	font-size:15px;
	color:#666666;
	line-height:21px;
	margin-bottom:20px;
}
p a, p a:visited {
	color:#67b10f;
	text-decoration:none;
}
p a:hover {
	text-decoration:underline;
}
p.footer_text, .footer dd.footer_text a, .footer dd.footer_text, p.copyright_text {
	font-size:12px;
	color:#ddd;
}
p.footer_text a, .footer dd.footer_text a {
	color:#ddd;
	text-decoration:none;
}
p.footer_text a:hover, .footer dd.footer_text a:hover {
	text-decoration:underline;
}



/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/*   FOOTER STYLES														  */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
.footer {
	width:100%;
	height:113px;
	background: url(../images/footer_bg.gif) repeat-x left bottom;
	float:left;
}
.footer_container {
	width:920px;
	margin:0 auto;
	margin-top:5px;
}
.footer_category {
	width:600px;
	float:left;
	margin:10px;
}
.footer dt {
	padding-bottom:15px;
}
.footer dd {
	padding-bottom:2px;
}
.copyright {
	float:right;
	width:920px;
}
p.copy {
	float:right;
	color:#ddd;
}


/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/*   LIST STYLES																	  */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
li.specialties {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:15px;
	color:#666;
	font-weight:400;
	line-height:21px;
}