html {
	overflow-y:scroll;
}
html, body {
	background:#FFFFFF;
	color:#999;
}

h1, h2, h3, h4, h5, h6, a, .Highlight {
	color:#000;
}
a:hover {
	color:#0066DD;
}


h1, h2, h3, h4, h5, h6 {
	margin:16px;
}

p {
	margin:16px 26px 16px 26px;
	color:#666;
}

ul li {
	color:#666;
}

.link {
	color:#0066DD;
	text-decoration: none;
}
.link:hover {
	color:#0066DD;
	text-decoration: underline;
}

/* CORE CLASSES */
.container {
	width:900px;
	margin:12px;
	text-align:left;
}

/* HEADER STYLES */
.header {
	background:#fff url(../images/graphics/banner.jpg) repeat-y;
	height:115px;
	border-bottom:5px solid #000;
}
.header_left {
	float:left;
	text-align:left;
	width:200px;
	display:none;
}
.header_right {
	float:right;
	text-align:right;
	width:200px;
	margin:20px 10px 0px 0px;
}
.header_center {
	text-align:center;
}

.phone_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #000;
}

.email_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#000;
	text-decoration: overline!important;
}

/* NAV STYLES */
.nav {
	clear:both;
}

/* BODYMAIN HOME STYLES */
.bodymain_left_home {
	text-align:left;
	background:#EFEFEF;
	float:left;
	width:239px;
	border-right:1px solid #D3D3D3;
}
.bodymain_right_home {
	text-align:right;
	float:right;
	width:200px;
	display:none;
}
.bodymain_center_home {
	text-align:left;
}
.bodymain_left_home, .bodymain_right_home {
	min-height:420px;
}

/* BODYMAIN STYLES */
.bodymain {
	background:#fff url(../images/graphics/nav_background.jpg) top left repeat-y;
	padding:1px 0 1px 0;
}
.bodymain_left {
	text-align:left;
	background:#EFEFEF;
	float:left;
	width:239px;
	border-right:1px solid #D3D3D3;
}
.bodymain_right {
	text-align:right;
	float:right;
	width:200px;
	display:none;
}
.bodymain_center {
	text-align:left;
	margin-left:240px;
	background:#fff url(../images/graphics/content_background.jpg) left top no-repeat;
	min-height:460px;
}

.bodymain_center a {
	color:#0066DD;
	text-decoration:none;
}

.bodymain_center a:hover {
	color:#0066DD;
	text-decoration:underline;
}

.bodymain, .bodymain_left, .bodymain_right {
	min-height:420px;
}	

/* FOOTER STYLES */
.footer {
	/*background:#000;*/
	clear:both;
	line-height:22px;
	padding:0 10px 0 10px;
	font-size:11px;
	border-top:5px solid #000;
}
.footer, .footer a {
	color:#666666;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}

.footer_left {
	float:left;
	text-align:left;
	width:200px;
	display:none;
}
.footer_right {
	float:right;
	text-align:right;
	width:200px;
	
}
.footer_center {
	text-align:left;
}

.afterfooter {
	padding-bottom:10px;
}

.image_right {
	float:right;
	margin:0 10px 10px 10px;
	border:2px solid #E9E9E9;
}

.quote_text {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#404040;
}
