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

body {
	padding: 0; margin: 0;
	background-color: #dee9ed;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 12px;
}
img {
	border: none;
}
a, a:visited {
	text-decoration: none;
	color: #3686a3;
}
a:hover, a:link:hover, a:visited:hover {
	color: #ff730c;
	text-decoration: underline;
}
h1 {
	margin: 0;
	padding: 0 0 8px 0;
	color: #3c75ad; 
	font-size: 24px;
}
h2 {
	margin: 0; padding: 0;
	color: #225a92;
	font-size: 16px;
}
h4 {
	font-size: 24px;
	margin: 0; padding: 0;
	color: #3686a3;
}
#main {
	width: 780px;
	background-color: #FFFFFF;
	margin: auto;
}
#header {
	height: 156px;
	text-align: center;
}
#header img {
	margin: 45px auto auto auto;
}
#headersm {
	height: 98px;
}
#headersm img {
	margin: 25px auto 20px 37px;
}

#display {
	height: 221px;
	margin: 0px; padding: 0;
}
#displaysm {
	height: 114px;
	margin: 0px; padding: 0;
}
#display img {
	display: block;
}
#nav {
	height: 46px;
	width: 731px;
	margin: auto; padding: 0;
	text-align: center;
}
.navbutton {
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
}
#content {
	margin: 15px 25px -12px 25px;
	line-height: 20px;
	padding-bottom: 15px;
}
#footer {
	width: 760px;
	height: 31px;
	margin: auto;
	padding-top: 15px; 
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	background: url(images/footer.png);
	text-align: center;
	font-size: 10px;
	color: #3c75ad;
	clear: both;
}
#homeWrap {
	width: 780px;
}
#contentThin {
	margin: 25px 30px -12px 25px;
	width: 460px;
	line-height: 20px;
	padding-bottom: 15px;
}
#homeFloat {
	float: right;
	padding-right: 40px;
	width: 212px;
}
.promo {
	width: 171px;
	height: 70px;
	background-image: url(images/Promo-1.png);
	background-repeat: no-repeat;
	padding: 18px 21px 21px 21px;
	text-align: center;
	font-size: 13px;
}
.divide1 {
	font-size: 0;
	height: 1px; width: 167px;
	background-image: url(images/dash.png);
	background-position: top;
	background-repeat: repeat-x;
	margin: 5px auto 10px auto;
}
.divide2 {
	font-size: 0;
	height: 1px; width: 167px;
	background-image: url(images/dash.png);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 5px auto 5px auto;
}
.topinfo {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #b8b8b8;
	margin: 0 0 0 620px;
	position: absolute;
	text-align: right;
}
.topinfo a, .topinfo a:visited{
	color: #b8b8b8;
}
.topinfo a:hover {
	text-decoration: none;
	color: #1d99cd;
}
