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

body {
	background-image: url(../images/bg_inside_pages.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #666666;
}

/* HomePage Styles Below*/

.homeHeader {
	background-image: url(../images/homeheader.jpg);
	height: 421px;
	background-position: left top;
	margin: 0px;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	position: absolute;
	width: 950px;
}
.homeNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 15px;
	display: block;
	width: 500px;
	margin-right: auto;
	margin-left: 392px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.homeNav a {
	color: #FFFFFF;
	text-decoration: none;
}
.address {
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
}
.homeChat {
	font-size: 12px;
	font-weight: bold;
	color: #347BA2;
	margin-bottom: 2px;
}
/*these are for the new 2 col layout*/

.homeSubBox_left {
	background-image: url(../images/bg_home_featured.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 540px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
.homeSubBox_right {
	background-image: url(../images/bg_home_featured.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 250px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
.homeBottom {
	position: absolute;
	height: auto;
	width: 900px;
	left: 50px;
	top: 440px;
}


/* Inside Page Styles */

.header {
	background-image: url(../images/header.jpg);
	height: 187px;
	background-position: center top;
	margin: 0px;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	position: absolute;
	width: 950px;
}
.mainTable {
	position: absolute;
	margin-top: 178px;
	width: 900px;
}
.mainTextArea {
	color: #333333;
	width: 660px;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 60px;
	padding-left: 30px;
}



/* Left Nav */
.leftCol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image: url(../images/left_bg.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 170px;
	text-align: right;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 10px;
}
.left_nav_top {
	font-size: 18px;
	color: #5f9abe;
	font-weight: bold;
	line-height: 30px;
}
.left_nav {
	border-top: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
	margin-left: 0px;
	padding:10px 0 10px 30px;
	margin-bottom: -1px;
	line-height: 26px;
	color: #276e9a;
	font-weight: bold;
}
.left_nav a {
	color: #276e9a;
	text-decoration: none;	
}
.left_nav a:hover    {
	border-bottom: solid 1px #ddd;
	color: #0C356A;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
}
.left_nav_on {
	color: #0C356A;
	text-decoration: none;	
}
.leftChat {
	font-size: 12px;
	font-weight: bold;
	color: #347BA2;
	margin-bottom: 2px;
}







/*Footer Styles*/

.footer_wrap {
	font-size: 11px;
	color: #0C356A;
	border-top:1px dotted #CCCCCC;
	height:61px;
	margin:0;
	padding:0;
}

.footer {
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
}
h3 {
	font-weight: bold;
	color: #0C356A;
	font-size: 12px;
}
