@charset "utf-8";
/* CSS Document */
body{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	padding:0;
	margin:0;
	background: url(/images/background.png) top left repeat-x;
}
#container {
	width:850px;
	margin:auto;
	margin-bottom:20px;
}
#header{
	margin-bottom:15px;
	height:120px;
}
#header #logo{
	width:368px;
	height:120px;
	margin:0;
	float:left;
	display:inline;
}
#header #header_right{
	width:482px;
	margin:5px 0 0 0;
	padding:0px;
	display:inline;
	float:left;
}
#header #slogan h1{
	margin:0;
	padding:0;
	font-size:18px;
	border-bottom:0px solid #999999;
	color: #B6D5E7;
	text-align: right;
}

#slogan h1 strong {
	font-size:24px;
	color:#FFF;
}

#slogan{
	height:51px;
	padding: 12px 0;
}
#menu ul{
	margin:0;
	padding:0;
	list-style:none;
	height:40px;
}
#menu li {
	color:#FFFFFF;	
	float:right;
	display:inline;
}
#menu a{
	background:url(/images/menu_button.png) repeat-x left center ;
	margin:0;
	height:40px;
	line-height:40px;
	padding:0 0 0 19px;
	text-decoration:none;
	text-align:center;
	color:#FFF;
	font-size:18px;
	display:block;
	float:left;	
}
#menu a span{
	background:url(/images/menu_button.png) no-repeat right;
	display:block;
	float:left;
	height:40px;
	padding:0 19px 0 0;
	cursor:pointer;
}
#menu a:hover{
	background-position: left top;
}
#menu a:hover span{
	background-position: right top;
}


#home #home_tab a span,
#contact #contact_tab a span,
#radon #radon_tab a span,
#service #service_tab a span
{
	background-position: right bottom;
}
#home #home_tab a,
#contact #contact_tab a,
#radon #radon_tab a,
#service #service_tab a
{
	background-position: left bottom;
	color:#000000;
}

#banner{
	height:150px;
	background:#227cc9 url(/images/header1.jpg) no-repeat;
	clear:both;
}
#content{
	background-repeat:repeat-y;
	margin-top: 15px;
}
#content #leftmenu{
	width:254px;
	float: left;
}

.small {
	font-size:11px;
}

#leftmenu h2{
	color:#FFFFFF;
	font-size:20px;
	font-weight:normal;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background:#2168A4 url(/images/buttonb.png) no-repeat top left;
	margin: 0px;
}

div.b {
	border:1px solid #184B78;
	margin-bottom:20px;s
}

div.g {
	border:1px solid #4C6B22;
	margin-bottom:20px;
}


#leftmenu h2.g{
	background:#8CC740 url(/images/buttong.png) no-repeat top left;
}

#leftmenu #request{
	height:43px;
	width:254px;
	background:url(/images/left_2_button.gif) no-repeat top left;
	display:block;
	text-decoration:none;
	margin-bottom:15px;
}
#leftmenu #request span{
	display:none;
}

#leftmenu blockquote {
	margin:5px;
	padding:0;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}


#leftmenu p.author {
	margin:5px 5px 15px 5px;
	padding:0;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
}


/*#content #main p{	
	text-align:justify;
}
*/
#content #main{
	float:left;
	width:581px;
	margin-left:15px;
	padding-bottom:10px;
}
#content #main .fright{
	float: right;
	margin:0 0 10px 10px;

}
#content #main .fleft{
	float: left;
	margin:0 15px 15px 0;

}

#footer {
	clear:both;
	border-top:2px solid #AAA;
	text-align: center;
	padding: 10px 0 ;
}
#footer a{
	margin:0 10px;
	color:#333;
}
#footer a:hover{
	color:#549DC7;
}
.label{
	width:150px;
}
h1 {
	font-size: 180%;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 0px;
	border-bottom:2px solid #AAA;
}
h2 {
	font-size: 20px;
	color: #66922F;
}


a {
	color:#215C8F;
}

a.arrow_b {
	line-height:20px;
	background: url(/images/b_arrow.gif) no-repeat right;
	display: inline-block;
	padding-right: 15px;
	font-weight: bold;
}

#footer .copy {
	font-size: 80%;
	margin-top: 10px;
	color: #666666;
}

legend {
	font-size: 18px;
	color: #549DC7;
}
fieldset {
	padding:10px;
}
#movefrm #submitbutton {
	margin-top:20px;
}
h3 span{
	color:#FF0000;
	font-weight:bold; 
	text-align:center;
}
.button{
	background:url(../../images/quick_form_button.gif) no-repeat top center;
	display:block;
	width:251px;
	height:51px;
	margin:auto;
	padding:0;
	line-height:51px;
	border:0px solid #FFFFFF;
	text-align:center;
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
}
.button a{
	color:#FFFFFF;
	text-decoration:none;
}
.button a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#_url{
	display:none;
}
/******************* VALIDATION **********************/
label.error { 
	float: none; 
	color: red; 
	padding-left: .5em;
	vert ical-align: middle; 
}
/*****************************************************/

