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

body {
	background-color: #ccc;
	margin: 0;
	padding:0;
	font-family: "Myriad Pro", arial;
	font-size: 12px;
}

img {
	border: 0px;
}

a, a:visited {
	color: #900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 10px 0px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 15px;
	font-weight: normal;
}

#container {
	width: 810px;
	margin: 0px auto 20px;
	background: url(../images/body_bg.jpg) repeat-y top left;
	min-height: 500px;
}

#header, #nav, #content {
	margin: 0px 20px;
}

#logo {
	width: 508px;
	float: left;
	margin-right: 1px;
}

#logo div {
	padding: 0px 3px 3px 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 0px 2px 2px 2px;
}

#utility_links {
	width: 256px;
	float: left;
	text-align: center;
	padding: 42px 0px;
}

#utility_links a {
	font-weight: 600;
}

.separator {
	padding: 0px 4px;
}

.red {
	color: #900;
}

.redBold
	{
	font-size: 16px;
	color: #900;
	font-weight: bold;
	}
	
.imgBox
	{
	height: 400px;
	}
	
.redBoldsm
	{
	font-size: 14px;
	color: #900;
	font-weight: bold;
	text-align: left;
	}

#news {
	width: 256px;
	height: 149px;
	float: left;
	background-color: #e6e6e6;
	border: 1px solid #ccc;
	overflow-y: auto;
}

.homenews {
	margin: 3px 10px 0px 32px;
}

.onenews .news_hdr {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 4px;
}

.onenews .news_readmore {
	font-style: italic;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
}

.clr {
	clear: both;
}

.largetext {
	font-size: 14px;
}

.italic {
	font-style: italic;
}

#nav {
	height: 30px;
	background: url(../images/nav_bg.jpg) repeat-x top left;
	border-bottom: 1px solid #cea3a3;
	margin: 3px 22px;
	padding-left: -1px;
	clear: both;
}

#nav a, #nav a:visited {
	padding: 8px 16px 8px 18px;
	border-right: 2px solid #fff;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}

#nav a:hover, #nav a.hlt {
	background: url(../images/nav_bg_hlt.jpg) repeat-x top left;
	text-decoration: none;
	color: #fff;
}

#content {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 3px 22px 0px 22px;
	padding-bottom: -20px;
	min-height: 240px;
}

#footer {
	background: url(../images/footer_bg2.jpg) no-repeat bottom left;
	height: 60px;
	text-align: center;
}

#footer div {
	padding: 20px 0px; 
}

#footer a, #footer a:visited {
	color: #000;
}

#footer a:hover {
	color: #333;
}

#bottom {
	width: 810px;
	margin: -10px auto 10px;
	_margin: 0px auto 10px;
	text-align: center;
}

#copyright {
	color: #666;
}

#content_tbl td {
	padding: 0px;
	border: 1px solid #ccc;
	font-size: 13px;
}

#content_tbl td div{
	margin: 12px;
}

#content_inside td {
	border: none;
}

td#right_col {
	background-color: #ebe1e1;
	vertical-align: top;
	width: 254px;
}

td#right_col form{
	padding: 0;
	margin: 0;
}

td#right_col div {
	margin: 3px 10px 0px 32px;
}

#customer_area_tbl td {
	border: none;
	padding: 2px 0px;
}

ul.no_left_margin {
	margin-left: 5px;
	padding-left: 5px;
}

ul.alphabet {
	list-style: lower-alpha;
}

#evaluation_tbl td {
	border: 0px;
	font-size: 13px;
}

.bulletsLeft
	{
	float:left;
	width:250px;
	}
	
.bulletsRight
	{
	float:right;
	width:300px;
	padding-left: 50px;
	padding-right: 50px;
	}