/* CSS Document */

* {
	font-family: arial, helvetica, sans-serif;
}
* a {
	color: #4874AD;
	text-decoration: underline;
}
* a:hover {
	color: #4874AD;
	text-decoration: none;
}
body {
	background-color: #90ABCD;
	margin: 0px;
}

td.header {
	/*background: url(../images/header4.jpg) no-repeat;*/
	background: url(../images/header5.jpg) no-repeat;
	width: 798px;
	height: 152px;
} 
.headerinfo {
	display: none;
	position: relative;
	top: -30px;
	left: 200px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #6F7478;
}
.linkhome {
	border: 0;
	margin-top: 40px;
}

td.main {
	background: #FFFFFF;
}
#homecontent {
	margin: 15px 5px 15px 8px;
	font-size: 14px;
	color: #6D7478;
}
#homecontent .title {
	font-size: 20px;
	color: #4874AD;
}
#homecontent .subtitle {
	font-size: 18px;
}
#homecontent .text {
	padding: 5px;
}
#homecontent .contactus {
	margin: 0px 0px 10px 0px;
	border:0;
}
#homecontent .imglinks {
	width: 435px;
	border: solid 1px #FBBC7E;
	padding: 4px;
}

#content {
	margin: 15px 15px 15px 15px;
	font-size: 14px;
	color: #6D7478;
}
#content .title {
	font-size: 20px;
	color: #4874AD;
}
#content .subtitle {
	font-size: 18px;
}
#content .field {
	font-weight: bold;
	color: #4874AD;
	text-align: right;
	width: 45%;
}
#content .fieldC {
	font-weight: bold;
	color: #4874AD;
	text-align: right;
	width: 25%;
}


td.bluegrad {
	background: url(../images/bluegrad.gif) repeat-x;
	height: 17px;
	border-top: solid 1px #6E7579;
	border-bottom: solid 1px #6E7579;
}

#footer {
	padding: 5px 0px 0px 0px;
	width: 100%;
	height: 63px;
	background: #FFFFFF url(../images/botgrad.gif) repeat-x;
	font-size: 11px;
	color: #6E7579;
	text-align: center;
}
#footer a {
	color: #6E7579;
	text-decoration: none;
}
#footer a:hover {
	color: #44484B;
	text-decoration: none;
}
#footer .bwm {
	font-size: 10px;
	line-height: 25px;
}
a.offer:hover{
	font-size: 12px;
	color:#FF6600;
}
.offer{
	font-size: 12px;
	color:#FF6600;
}
.subhead{
	font-size: 18px;
	color: #4874AD;
}