/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px 0px 25px 0px;
	background-position: right top;
}

body#home a#home-nav,
body#advantage a#advantage-nav,
body#productlines a#productlines-nav,
body#contact a#contact-nav {
	background-image: url(none);
}

.small {
	color: #838383;
	font-size: 10px;
	line-height: normal;
}

h1 {
	font-size: 36px;
	color: #115282;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

h2 {
	font-size: 16px;
	color: #363636;
	font-weight: normal;
	margin: 0px 0px 30px 0px;
}

h3 {
	font-size: 21px;
	color: #628dad;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

h4 {
	font-size: 30px;
	color: #628dad;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

h5 {
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	border-bottom: solid #5b86a7 1px;
	padding-bottom: 15px;
}

h6 {
	font-size: 24px;
	color: #434343;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

.bigblue {
	font-size: 18px;
	color: #628DAD;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

#main {
	width: 955px;
	margin: 0px auto 0px auto;
}

#header {
	height: 86px;
}

#date {
	color: #247324;
	padding-left: 10px;
	font-weight: bold;
}

#mainnav {
	height: 30px;
	background-image: url(images/mainnav-bg.gif);
	background-repeat: no-repeat;
	color: #838383;
	padding: 2px 2px 0px 2px;
}

#mainnav a {
	color: #363636;
	text-decoration: none;
	font-size: 14px;
	background-image: url(images/btn-bg.gif);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 237px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}

#mainnav a:hover {
	background-image: url(none);
}

#content {
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-y;
	padding: 30px;
	line-height: 21px;
	color: #363636;
	height: auto;
}

#content a {
	color: #467421;
	text-decoration: none;
}


#content a:hover {
	color: #115282;
}

#contentbox {
	border: Solid #b8da8a 2px;
	background-repeat: repeat-x;
	background-color: #5F86AB;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
}

#groupimage {
	position: absolute;
	height: 214px;
	width: 329px;
	right: 20px;
	top: -160px;
}

#rightside {
}

#rightside a {
	display: block;
	padding: 0px 0px 0px 5px;
	border-bottom: Solid #eeeeee 1px;
}

#rightside a:hover {
	background-color: #DDEDC7;
	color: #333333;
}

#blue {
	background-image: url(images/blue-bg.gif);
	background-repeat: repeat-x;
	background-color: #0f4a75;
	border-left: solid #779cb8 2px;
	border-right: solid #779cb8 2px;
	padding: 30px 30px 15px 30px;
	color: #ffffff;
	line-height: 18px;
	position: relative;
}

#blue a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-left: 2px;
}

#blue a:hover {
	color: #FFFFFF;
	background-color: #5b86a7;
}

#blue img {
	height: 375px;
	border: solid #467421 2px;
}

#blue a span {
	display: none;
}


#blue a:hover span {
	display: block;
	position: absolute;
	right: 32px;
	top: -325px;
}


#footer {
	color: #666666;
	font-size: 12px;
	background-image: url(images/footer-bg.gif);
	height: 50px;
	padding: 10px 0px 0px 30px;
	line-height: 18px;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #000000;
}
