body {
	color:#0e0e0e;
	background:url(../images/global/bodybg.jpg) repeat-x #97a4b0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0 auto;
}

#wrapper {
	margin:0 auto;
	width:1020px;
}

#headertop {
	background:url(../images/global/headertop.jpg);
	font-size:12px;
	height:111px;
	width:1020px;
}
	#logo {
		float:left;
		margin:35px 0 0 39px;
	}
	
	#phone {
		float:right;
		line-height:25px;
		padding:45px 88px 0 0;
		text-align:right;
	}

#nav_wrap {
	background:#375881;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	height:46px;
	text-align:center;
	width:1020px;
}
	#nav_pad {
		padding-top:15px;
	}

	#nav_wrap a {
		color:#fff;
		text-decoration:none;
	}
	#nav_wrap a:hover {
		color:#97a4b0;
		text-decoration:none;
	}

/*Main Content*/
#main {
	background:#97a4b0;
	width:1020px;
}

#imageFader{
width:950px;
height:324px;
margin:0 auto;
}
	
	#left {
		float:left;
		width:285px;
		padding-left:48px;
	}
		#left_pad{}
		
	#middle {
		float:left;
		width:285px;
		margin-left:35px;
	}
	
	#right {
		float:left;
		width:285px;
		margin-left:35px;
	}
	
	#bot_box {
		background:#bdc6ce;
		height:87px;
		width:1020px;
		margin-bottom:5px;
		padding-top:20px;
	}
		#box_txt {
			color:#000;
			font-size:12px;
			float:right;
			padding:5px 105px 0 0;
			width:300px;
		}
		
/*		#box_imgs {
		width:1020px;
			float:left;
			padding:15px 0 0 60px;
		}*/
	
#footer {
	background:#fff;
	height:78px;

	width:100%;
}

	#footer_pad {
		line-height:18px;
		/*margin:0 auto;*/
		width:590px;	
		padding-left:125px;
		padding-top:5px;
		float:left;
	}
	#footer_pad a {color:#0e0e0e; text-decoration:none;}
	#footer_pad a:hover {text-decoration:underline;}
	
/*Two Column Layout*/
#left_content {
	float:left;
	width:608px;
}
	#left_cont_pad {padding:20px 15px 0 45px;}

#right_content{
	float:left;
	width:412px;
}

#text_pad {
	padding:5px 0 0 48px;}
	
#estimate_form {
	padding-left:25px;
}

/*FONTS*/
h1 {
	color:#222426;
	font-size:16px;
	font-weight:bold;
	margin:0;
}

a.red {color:#ea0000; text-decoration:none;}

.red_und {
	color:#ea0000; 
	font-size:16px;
	font-style:italic;
	text-decoration:underline;
}

.blue {
	color:#0000ff;
	font-size:12px;
}

/*HighSlide*/
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color: #666;
}