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

body {
	margin:0;
	padding:0;
	background: #084C8C url(images/horizon.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:white;
}

a, a:visited, a:active {
	text-decoration:none;
	border-bottom:1px dotted  #006699;
	color: #006699;
}

a:hover {
	text-decoration:none;
	border-bottom:1px solid #E4C54A;
	font-style:italic;
	color:#E4C54A;
}

h4 {
	font-size:14px;
	line-height:20px;
}

p {
	margin-top:0;
}

#container {
	margin:0 auto;
	width:880px;
}

#header {
	float:left;
	width:880px;
	height:105px;
	background: url(images/header2.jpg) no-repeat;
}

#nav {
	float:left;
	width:880px;
	height:41px;
	background: url(images/nav.jpg) no-repeat;
}

#nav ul {
	float:left;
	padding:0;
	margin:0;
}

#nav li {
	float:left;
	padding:0;
	margin:0;
	line-height:41px;
	list-style:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

#nav a {
	float:left;
	background:none;
	text-decoration:none;
}

#nav span a {
 	float:left;
	display:block;
	background: url(images/nav_vert.jpg) top right no-repeat;
	padding:0 16px;
	line-height:41px;
	color:white;
	font-weight:bold;
}

#nav span a, #nav span a:visited, #nav span a:active {
	text-decoration:none;
	color:white;
	font-weight:bold;
}

#nav li:hover a {
	background:#06427B url(images/nav_vert.jpg) top right no-repeat;
	font-style:normal;
}

#nav li:hover span a {
	background:#06427B url(images/nav_vert.jpg) top right no-repeat;
	font-style:normal;
}

#nav span.last a, #nav span.last a:visited, #nav span.last a:active {
	background:none;
}

#nav span.last a:hover {
	background-image:none;
	background-color:#06427B;
}

#content {
	float:left;
	width:850px;
	padding:0 15px;
	background: url(images/content.jpg) repeat-y;
}

.content1 {
	float:left;
	width:800px;
	padding:20px 0;
}

.content2 {
	float:left;
	width:800px;
	padding:20px 0;
}

.content2 img {
	float:right;
	padding-left:25px;
}

#content h1 {
	margin:0 20px 0 20px;
	padding:0;
	font-weight:normal;
	font-size:30px;
	line-height:36px;
}

#content h2 {
	margin-top:30px;
}

#content h3 {
	color:#CBAB31;
	font-size:16px;
}

.gold {
	color:#CBAB31;
}


#content .top_area h2 {
	color:white;
	margin-top:0;
}

.top_area {
	float:left;
	width:850px;
	background:#003366;
	text-align:center;
}

.content_area {
	float:left;
	width:800px;
	padding:15px 25px;
}

.content_area img {
	float:left;
	padding-right:25px;
}

.flash_banner {
	float:right;
	margin-left:15px;
}

.real_column1 {
	width:375px;
	float:left;
}

#content h3.radon_special {
	text-align:center;
	font-size:24px;
	line-height:28px;
}

.real_column1 img {
	float:none;
}

.real_column2 {
	width:375px;
	float:right;
}

#footer {
	float:left;
	width:820px;
	height:56px;
	padding:0 30px;
	background: url(images/footer.jpg) bottom left no-repeat;
	text-align:center;
	line-height:40px;
	font-size:12px;
}

#footer a, #footer a:visited, #footer a:active {
	text-decoration:none;
	border-bottom:1px dotted  white;
	color: white;
}

#footer a:hover {
	text-decoration:none;
	border-bottom:1px solid #E4C54A;
	font-style:italic;
	color:#E4C54A;
}

