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

/* Elmer Bautista */ 
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, blockquote, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/*end reset*/body {
	background-color: #CCAC55;
	background-image: url(../../content/images/background_expedite.png);
	background-repeat: repeat-x;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

Read more: How to Left, Right, Center Align With CSS | eHow.com http://www.ehow.com/how_2284643_left-right-center-align-css.html#ixzz19oyqbEqb
}

/*global values*/
body{
		font:15px Arial, Helvetica, sans-serif;
}


a.hover {
	color:#00F;
}

p{
	font:15px Arial, Helvetica, sans-serif;
	line-height:18px;
	padding-bottom:15px;
	padding-left:10px;

	
}

h2{
	font-size:18px;
	padding-bottom:15px;
	color:#670000;
}

h3{
	font-size:14px;
	font-weight:bold;
	padding-left:10px;

}

.bold{
	font-weight:bold;
}

.spacing{
	padding:10px;
}

.img_spacing{
	margin-top:10px;
}

.color{
	color:#670000;}

.float_right{
	float:right;
	margin: 10px 0px 5px 15px;
}

.float_left{
	float:left;
	margin: 10px 15px 5px 0px;
}

img {border:solid 2px white;}
	

/*end global values */

/*begin content*/

#main_container{
	margin:0 auto;
	width: 1200px;
}

#container{
	margin-top:25px;
	margin-left:5px;
	width: 975px;
}


#info_header{
	height:75px;
	background-color:#00C;
}

#animated_header{
	width:500px;
}


#type_area{
	margin-top:15px;
	width:700px;
	float:left;
}

#img_box{
	margin-top:15px;
	float: right;
	width:225px;
}

#head_banner{
	background:url(../../content/images/headertop_img.png);
	background-repeat:no-repeat;
	margin-bottom:15px;}

.heading{
	color:#670000;
	font-size:16px;
	text-align:center;
	padding:5px;
}

/*end content*/

/*start footer*/
.footer {
	width:775px;
}

.clear{
	clear:both;
}

	
#navbar_bottom {
	margin-top: 5px;
	padding-top:10px;
	clear:both;
	border-top-style: solid ; 
border-top-color: #670000; 
border-top-width: 5px;
text-align:center;
}

#navbar_bottom ul { 
    margin: 0; 
    list-style-type: none; 
	font-size: 14px;
} 

#navbar_bottom ul li {  
    display: inline; 
	height:.5px;
} 

#navbar_bottom ul li a { 
    text-decoration: none; 
    color: #670000;
	font-weight: bold;
	text-transform:uppercase;
} 

#navbar_bottom ul li a:hover { 
    color: #fff; 
}

.heading_left {
	float:left;
	color: #fff;
	font-weight: bold;
}


#navbar_bottom ul li a.alt_link{
	text-decoration:underline;
	color: #fff;
}

#number_bar{
	margin-top:15px;
	color:#670000;
	text-align:center;
}

#estimate {
	font-size: 12px;
	width:500px;
	
}

#estimate li{
	list-style-type: none;
}

/*contact form*/
.form_style{
	display: table-cell; /* For FireFox and Opera */
	display: inline-block; /* For Opera and IE */
	vertical-align: top; /* For IE */
}

.name{
	width:175px;
}

.last{
	width:175px;
}

.mi{
	width:50px;
}

.address{
	width:400px;
}

.city{
	width:295px;
}

.state{
	width:50px;
}
.zip{
	width:100px;
}

.phone{
	width:245px;
	}
	
.email{
	width:295px;
}

.estimate_size{
	width:220px;
}
/*end form*/

/*image gallery*/
.gallery{
	width:500px;
}

.gallery img{
	margin:10px;
}
/*end image gallery*/

.thanks {
	font-size: 18px;
}
.formerror img{
	border:none;
}
ul.stitemapList, ul.stitemapList li{
	list-style:none;
	padding:0px 0px 8px 10px;
}
ul.stitemapList, ul.stitemapList a{
	font:16px Verdana;
	color:#670000;
	text-decoration:none;
}
ul.stitemapList a:hover{
	text-decoration:underline;
}