body {
	margin: 0px;
	background: url(../images/body-bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #7782B0;
}

p {padding: 9px 0px 9px 0px; margin: 0px;}
h1 {
	font: normal 30px/31px Arial, Helvetica, sans-serif;
	color: #014610;
	margin: 0px;
	padding: 2px 0px 9px;
	text-transform:capitalize;
}
h1 span {
	display: block;
	font: normal 16px/18px Arial, Helvetica, sans-serif;
	border-top: 1px solid #87AE5D;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #87AE5D;
	border-bottom-color: #87AE5D;
	border-left-color: #87AE5D;
	padding-top: 1px;
	color: #7782B0;
}
h2 {
	color: #333333;
	margin: 5px 0px;
	padding: 4px;
	background: #E0E2ED;
	border: 1px solid #7782B0;
}
h3 {
	margin: 0px;
	padding: 9px 0px;
	font-size: 14px;
	color: #698945;
}



#content p,#content li {line-height:20px;}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 9px;
	padding-bottom: 9px;
}
ul li { list-style-image: url(../images/bullet.jpg); }

a:link, a:visited {
	color: #87AE5D;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
a:hover {
	color: #7782B0;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
}

img {border: none;}

.rightimg {float: right; margin: 10px 0px 10px 10px; position:relative; display:block;}
.leftimg {float: left; margin: 10px 10px 10px 0px; position:relative; display:block;}

.leftimg span, .rightimg span {visibility:hidden;display:none;}
.leftimg:hover span, .rightimg:hover span {visibility:visible;display:block; position:absolute; top:0px; left:0px;}
#container {
	width: 800px;
	margin: 0px auto;
	background: #FFFFFF url(../images/container.jpg) repeat-y;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	position: relative;
}
#top {
	height: 440px;
	width: 800px;
	background: url(../images/top-bg.jpg) no-repeat;
}
#top p {
	float: right;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	color: #7782B0;
	font-size: 30px;
	font-weight: normal;
}
#top #fla {
	position: absolute;
	top: 105px;
	left: 0px;
	display: block;
}
#top #smoltz {
	position: absolute;
	top: 203px;
	right: 1px;
	display: block;
}
#top .cta {
	position: absolute;
	top: 105px;
	right: 0px;
	display: block;
	height: 98px;
	width: 271px;
}
#top .cta img {display: none;}
#top .cta:hover img {display: block;}

#content {
	padding: 5px 15px;
	text-align: justify;
	width: 770px;
	color: #666666;
}
#footer {
	background: url(../images/footer-bg.jpg) no-repeat;
	padding: 0px 15px;
	width: 770px;
	text-align: center;
	margin: 0px auto;
	color: #333333;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
}
a.conversion {color:#FF0000;}
a.conversion:hover {color:#000000;}
