*{
	margin:0 auto;
	padding:0px;
}

body{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	line-height:18px;
	background-image:url(../images/bg-body.gif);
	background-repeat:repeat;
	
}

#wrapper{

	width:960px;
	height:100%;
	padding: 4px 30px 20px 30px;
	background-color:#FFFFFF;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.4);
	box-shadow: 0 1px 10px rgba(0,0,0,.4);
}


#top{

	width:960px;
	height:104px;
	float:left;
}

#logo{

	width:234px;
	height:101px;
	float:left;
}

#phoneno{

	width:298px;
	height:50px;
	float:left;
	padding-left:15px;
	font-size:15px;
	font-weight:bold;
	margin-top:25px;
}

#phoneno span{

	color:#1C4E7A;
}


#links_search{

	width:286px;
	height:78px;
	float:left;
	margin-left:60px;
	margin-top:10px;
}

#links{

	width:286px;
	height:20px;
	float:left;
	color:#1C4E7A;
	font-size:12px;
	
}

#links a{
	
	color:#1C4E7A;
	text-decoration:none;
	padding:0 7px;

}

#links a:hover{
	
	color:#666;
}

#search{

	width:276px;
	height:27px;
	float:left;
	margin-top:10px;
	margin-left:8px;
}


.search_box { color:#585858; width:150px; height:18px; border:1px solid #999; padding:0.1em; background:#fff;border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.search_box:hover {border-color:#000; color:#000;} 


.model{

	width:121px;
	height:146px;
	position:absolute;
	margin-left:828px;
	top:21px;
}

#menu{

	width:960px;
	height:29px;
	float:left;
	background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
	line-height:29px;
	border-radius: 8px 0px 0px 0px; 
	-moz-border-radius: 8px 0px 0px 0px; 
	-webkit-border-radius: 8px 0px 0px 0px; 
}


#menu ul {
	list-style: none;
	margin:0 auto;
	padding:0;
}

#menu ul li {
	float: left;
	background-image:url(../images/menu_line.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#menu ul li a {
	/* background: #00aeef url(../images/bg_nav_button-blue.gif) repeat-x top left; */
	color: #ffffff;
	height: 29px;
	float: left;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	margin: 0px 1px 0px 0px;
	padding: 0px 20px 0px 20px;
	
	

}

#menu ul li a:hover, #menu ul li a:active  {
	background: #535353 url(../images/menu_hover.jpg) repeat-x top left; 
	
	/* color: #055574; */
}


#menu ul li.selected a, #menu ul li.selected a:hover {
	background: #535353 url(../images/menu-hover.jpg) repeat-x top left;
	color: #ffffff;
	border-radius: 8px 0px 0px 0px; 
	-moz-border-radius: 8px 0px 0px 0px; 
	-webkit-border-radius: 8px 0px 0px 0px; 
	
}

#menu ul li.select a, #menu ul li.select a:hover {
	background: #535353 url(../images/menu-hover.jpg) repeat-x top left;
	color: #ffffff;
		
}


#grey_bg{

	width:960px;
	height:30px;
	float:left;
	background-image:url(../images/grey_bg.jpg);
	background-repeat:repeat-x;
	
}


#content{

	width:960px;
	height:100%;
	float:left;
	margin-top:14px;
}

#content_left{

	width:185px;
	height:100%;
	float:left;
}


.free_estimate_box{

	width:185px;
	height:100%;
	float:left;
}

.free_estimate_heading{

	width:185px;
	height:29px;
	float:left;
	background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	color:#FFFFFF;
	border-radius: 8px 8px 0px 0px; 
	-moz-border-radius: 8px 8px 0px 0px; 
	-webkit-border-radius: 8px 8px 0px 0px;
	line-height:29px; 
	font-size:12px;
	font-weight:bold;
}

.free_estimate_content{

	width:170px;
	height:100%;
	float:left;
	background-color:#E0DFDC;
	border-radius: 0px 0px 8px 8px; 
	-moz-border-radius: 0px 0px 8px 8px; 
	-webkit-border-radius: 0px 0px 8px 8px; 
	padding: 10px 0px 10px 15px;
	font-size:12px; 
}

.free_estimate_content span {
	
	font-size:15px;
	font-weight:bold;
}

.free_estimate { color:#585858; width:150px; height:18px; border:1px solid #999; padding:0.1em; background:#fff;border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin-bottom:8px;}
.free_estimate:hover {border-color:#000; color:#000;} 

.details_bttn{
	
	
	padding:4px 5px;
	background-image:url(../images/request_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #163D5F;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	font-size:12px;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	-webkit-text-shadow: 0 1px 1px rgba(0,0,0,.5);
	-moz-text-shadow: 0 1px 1px rgba(0,0,0,.5);
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	margin-top:4px; 
	
}


#content_middle{

	width:500px;
	height:100%;
	float:left;
	margin-left:20px;
}

#content_home{

	width:500px;
	height:100%;
	float:left;
}

#content_middle a{
	
	color:#003365;
	text-decoration:underline;
}

#content_middle a:hover{
	
	color:#003365;
	text-decoration:none;
}

#content_middle p{

	margin-top:15px;
}

#content_middle img{
	
	float:right;
	padding:0 0 15px 15px;
}

.pagination{
	
	width:500px;
	height:35px;
	float: left;	
}

.pagination a{
	
	color:#003365;
	text-decoration:underline;
}

.pagination a:hover{
	
	color:#003365;
	text-decoration:none;
}

h1{
	
	font-size:22px;
	font-weight:bold;
	border-bottom:1px solid #D3D2CD;
	line-height:36px;
}

h2{
	
	font-size:18px;
	font-weight:bold;
	color:#1C4E7A;
}

#content_right{

	width:238px;
	height:100%;
	float:right;
	margin-top:10px;
}


.categories_box{

	width:230px;
	height:100%;
	float:right;
	border-radius: 8px 8px 8px 8px; 
	-moz-border-radius: 8px 8px 8px 8px; 
	-webkit-border-radius: 8px 8px 8px 8px;
	border:3px solid #E0DFDC;
	margin-bottom:20px;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.2);
	box-shadow: 0 1px 6px rgba(0,0,0,.2);
}

.categories_box_heading{

	width:215px;
	height:32px;
	float:left;
	background-image:url(../images/categories_bg.jpg);
	background-repeat:repeat-x;
	color:#000;
	line-height:29px; 
	font-size:14px;
	font-weight:bold;
	padding-left:15px;
}

.categories_box_content{

	width:215px;
	height:100%;
	float:left;
	background-color:#fff;
	padding: 10px 0px 10px 15px;
	font-size:12px; 
		border-radius: 0px 0px 8px 8px; 
	-moz-border-radius: 0px 0px 8px 8px; 
	-webkit-border-radius: 0px 0px 8px 8px; 
}

.sidebar{
	float:left;
	width:202px;
	
}
.sidebar .links {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}

.sidebar .links li {
	border-bottom:1px solid #E0DFDB;
	background:url(../images/arrow.jpg) no-repeat center left;
	padding:5px 0px 5px 15px;
	margin:0;
	list-style:none;

}

.sidebar .links li a {
	text-decoration:none;
	display:block;
	color:#000000;
	
}

.sidebar .links li a:hover {
	color:#1C4E7A;
	}


.icons{

	width:238px;
	height:32px;
	float:left;
}

.icons img{

	padding:0px 2px;
	
}
.icons img:hover{

	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	
}

.clear{
	
	clear:both;
}

.footer_line{
	width:960px;
	height:5px;
	float:left;
	background-color:#1C4E7A;
	margin-top:30px;
}


#footer{
	width:960px;
	height:50px;
	float:left;
	color:#000;
	text-align:center;
	line-height:32px;
	margin-top:10px;
	font-size:12px;
	
	
	}
#footer ul{
	
	height:50px;
	display:inline;
}


#footer ul li{
	
	
	list-style:none;
	display:inline;	
	padding:0 12px;
}

#footer ul li a{
	
	list-style:none;
	display:inline;	
	padding:0 12px;
	color:#000;
	text-decoration:none;

	
}
#footer ul li a:hover{
	
	display:inline;	
	padding:0 12px;
	color:#1C4E7A;
	text-decoration:underline;
	}