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

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5e5e5e;
	font-size: 11px;
}

body {
	background-color: #FFFFFF;
	background-image: url(/images/layout/background.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: top center;
}

a:link {
	color: #3eaccc;
	text-decoration: none;
}

a:visited {
	color: #3eaccc;
	text-decoration: none;
}

#mainBody {
	width: 800px;
	clear: left;
}

#logoHeader {
	width: 100%;
	clear: left;
	text-align: left;
}

#siteNav {
	width: 100%;
	clear: left;
	text-align:center;
}

#bodyHeader {
	width: 100%;
	clear: both;
	margin-top: 4px;
}

#bodyContent {
	width: 790px;
	clear: both;
	min-height: 500px;
	background-image:url(/images/layout/body_bg.gif);
	padding: 5px;
}

#homeContent {
	background-color: #eeeeee;
	background-image:url(/images/layout/home_bodybg.jpg);
	min-height: 150px;
	vertical-align: top;
	margin-top: 10px;
	margin-left: 6px;
	margin-bottom: 0px;
	float: left;
} 

#homeColLeft {
	width: 490px;
	min-height: 254px;
	float: left;
	margin-left: 15px;
}

#homeColRight {
	width: 250px;
	min-height: 254px;
	float: left;
	border-left: 1px solid #dbdcdc;
}

#homeButtons {
	width: 100%;
	min-height: 170px;
	clear: both;
	background-image:url(/images/layout/home_bodybg.jpg);
}

#sublevelCol {
	width: 590px;
	background-color: #ffffff;
	min-height: 254px;
	float: left;
}

#sublevelContent {
	background-color: #ffffff;
	min-height: 282px;
	vertical-align: top;
	margin-top: 10px;
	margin-left: 6px;
	margin-bottom: 0px;
	float: left;
}

#sublevelSidebar {
	background-color:#FFFFFF;
	background-image:url(/images/layout/sidebar_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 847px;
	float: left;
	padding-left: 5px;
}

.testimonial {
	color: #3eadcc;
	font-size: 14px;
}

#footerContent {
	width: 749px;
	min-height: 100px;
	clear: both;
	background-image:url(/images/layout/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	height: 43px;
	padding-top: 13px;
	text-align: left;
	color: #999999;
	padding-right: 25px;
	padding-left: 25px;
}

#footer {
	width: 100%;
	min-height: 100px;
	background-image:url(/images/layout/body_bg.gif);
}
.rowoddhome
{
	background-color: #FFFFFF;
}
.rowevenhome
{
	background-color: #EEEEEE;
}
.infomsg
{
	color: #FF0000;
}
.infomsgrequest
{
	color: green;
	font-size: 14px;
	font-weight: bold;
	text-decoration: blink;
}
.button
{
	border: 1px solid #7F9DB9;
	cursor: pointer;
	font-weight: bold;
	background-color: #EEEEEE;
	color: #3EACCC;
	height: 25px;
}