@charset "UTF-8";
body {
	margin:0px;
	background-color:#CCC;
	width:972px;
	align:center;
	position:absolute;
	left:50%;
	margin-left:-486px;
	top:5px;
	height:768px;
	border:1px solid #231F20;
}
#left_column {
	position:absolute;
	width:120px; 
	background-color:#231F20;
	background-image:url(images/left_stripe.gif);
	top:0px; 
	height:768px; 
	left:0px; 
	z-index:1;
}

#top_horizontal {
	position:absolute; 
	width:972px; 
	height:102px; 
	background-color:#96C3D5;
	top:71px; 
	left:0px; 
	z-index:10;
} 

#lower_horizontal {
	position:absolute; 
	width:972px; 
	height:45px;
	background-image:url(images/address_bar.png);
	top:173px; 
	left:0px; 
	z-index:10;
}

#logo {
	position:absolute;
	width:443px;
	height:224px;
	top:20px;
	z-index:20;
}

#middle_column {
	position:absolute; 
	width:571px;
	height:768px;
	background-color:#E7E7E8;
	top:0px;  
	left:120px; 
	z-index:0;
}

#wrapper {
	position:absolute; 
	width:571px; 
	top:218px; 
	height:500px; 
	overflow:auto;
}
#footer {
	position:absolute;
	width:571px;
	top:728px;
	height:40px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
}

#text_block { 
	position:absolute; 
	width:456px; 
	height:350px; 
	top:115px; 
	left:57px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
	text-align:justify;
}

#header { 
	position:absolute;  
	width:456px; 
	height:60px; 
	top:54px; 
	left:57px;
}

#right_column { 
	position:absolute;
	width:281px;
	height:768px;
	background-color:#231F20;  
	top:0px; 
	left:691px; 
	z-index:0;
}

#upper_box { 
	position:absolute; 
	width:281px; 
	height:71px;
}

#middle_box {
	position:absolute; 
	width:281px; 
	height:181px; 
	top:208px; 
	background-color:#231F20;
}

#menu { 
	position:absolute; 
	top:405px; 
	width:203px; 
	height:360px; 
	text-align:right; 
	font-family:Verdana, Geneva, sans-serif; 
	font-weight:bold; 
	font-size:11px; 
	line-height:20px; 
	color:#ED1C24;
}

#top_menu { 
	position:absolute; 
	width:341px; 
	height:67px; 
	left:473px; 
	top:20px;
}

#address {
	position:absolute; 
	width:500px; 
	height:20px; 
	top:13px; 
	left:421px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	text-align:left;
	color:#E7E7E8;
	letter-spacing:2px;
}

a {
	color:#000;
	text-decoration:underline;
}

a.anchor {
	color:#000;
	text-decoration:none;
}
   
a.side_nav {
	color:#ED1C24;
	text-decoration:none;
}

a.side_nav:hover {
	color:#E7E7E8;
	text-decoration:none;
}

a.side_nav_active {
	color:#E7E7E8;
	text-decoration:none;
}

#estimate_form input {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:13px;
}

#estimate_form input.btn {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#ED1C24;
	background-color:#FFF;
	border:1px solid #666;
}

#estimate_form {
	position:absolute; 
	top:80px; 
	left:0px; 
	width:456px; 
	height:270px;
}

#estimate_form_left {
	position:absolute; 
	top:0px; 
	left:0px;
	width:228px; 
	height:290px;
}
#estimate_form_right {
	position:absolute; 
	top:0px; 
	left:228px; 
	width:228px; 
	height:290px;
}
