html {
overflow-y:scroll;
}


* { margin: 0; padding: 0; 	}

body {
	background: #f9af20;
	background-image: url(background.jpg);
	background-repeat:repeat;
	font: 90%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #555; 
	text-align: center;
}

p {
	margin:0px 0px 15px 0px ;
	padding:0px;

}

/* links */
a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 130%;	
}
h2 {
	font-size: 120%;
	text-transform: uppercase;
	color: #663F40;
}
h3 {
	font-size: 120%;
	color: #666666; 
}

/* images */
img {
	background: #FAFAFA;
    border: 1px solid #E5E5E5;
	padding: 5px;
}
img.float-right {
  margin: 0px 0px 10px 0px;  
}
img.float-left {
  margin: 0px 0px 10px 0px;

}

h1, h2, h3, {
	padding: 0px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul li {
	list-style-image: url(../images/bullet.gif);
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(../images/quote.gif) no-repeat 5px 5px;    
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
/*form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
	
}*/
label {
	display:block;
	width:90px;
	font-weight:bold;
	margin:0px 0;
	float:left;
}

.formfield {
	float:left;
	width:250px;
	margin:0 0 5px 0;
	display:block;
}

#lastlabel {
	width:93px;
}

input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	float:left;
}
textarea {
	width:245px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;

}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(button-bg.jpg) repeat-x 0 0;
	border: none;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width:875px;
	background: url(content.jpg) repeat-y center top;
	margin: 0px auto 20px auto;
	text-align: left;

}
#wrap2 {
	width:700px;
	margin: 20px auto 0px auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width:760px;
	margin: 0px auto 0px auto;

}

#content-wrap2 {
	position:relative;
	height:291px;
	padding: 0; 
	clear: both;
	width:706px;

	background-image: url(main_1.jpg);
	background-repeat:no-repeat;
}
#content-wrap2 h1#main-text {
	margin: 0;
	position:absolute;
	padding: 0;
	font:normal 32px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: 0px;
	line-height:100%;
	color:#663F40;
	text-transform: none;
	text-align:center;
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px;
	left: 54px;
	height: 35px;
	width:598px;

}

#content-wrap2 h1#answer1 {
	margin: 0;
	position:absolute;
	padding: 0;
	font: normal 24px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: 0px;
	line-height:95%;
	color: #663F40;
	text-transform: none;
	padding:90px 0 0 0;
	/* change the values of top and left to adjust the position of the logo*/
	top: 76px;
	left: 54px;
	height: 36px;
	width:288px;
	cursor:pointer;
}

#content-wrap2 h1#answer2 {
	margin: 0;
	position:absolute;
	padding: 0;
	font: normal 24px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: 0px;
	line-height:95%;
	color: #663F40;
	text-transform: none;
	padding:90px 0 0 0;
	/* change the values of top and left to adjust the position of the logo*/
	top: 76px;
	left: 364px;
	height: 35px;
	width:288px;
	cursor:pointer;
}

.subtext {
	font-size: 16px;
	color:#999999;
	letter-spacing:normal;
}

.question {color: #FFFF00; line-height:120%;}

#header {
	width:875px;
	position: relative;
	height: 90px;
	background: url(header.jpg) no-repeat center top;
	padding: 0;	
	color: #FFF;
	/* font-size: 14px; */
}

#header h1#logo-text {
	float:left;
	margin: 40px 0px 0px 50px;

	padding: 0;
	font: bolder 40px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color:#39384A;
	text-transform: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 38px;
	left: 56px;
	width:780px;
	height: 47px;
}

#header h2#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 70px;
	left: 55px;
	width:407px;
}
#header2 {
	width:706px;
	position: relative;
	height: 111px;
	background:  url(header2.jpg) no-repeat center top;
	padding: 0;	
	color: #000;
	/* font-size: 14px; */
}

#header2 h1#logo-text {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 40px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color:#39384A;
	text-transform: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 61px;
	left: 54px;
}
#header2 h2#number {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold  'Trebuchet MS', Arial, Sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	color:#666666;
	text-transform: none;
	color: #000;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 32px;
	left: 92px;
	width:522px;
	height: 30px;
}

/* Main Column */
#main {
	float: left;
	width:760px;
	padding:25px 0 0 0;
			display:inline;

}
#main h1 {
	margin: 0px auto 15px 0px;

	font: 22px 'Trebuchet MS', Arial, Sans-serif;
	font-weight:200;
	letter-spacing: 0px;
	line-height:125%;
	color: #663F40;
	text-transform: none;

	/* change the values of top and left to adjust the position of the logo*/
}
#header h2#number {
	position: absolute;
	margin: 0;
	padding: 0;
	font: normal 'Trebuchet MS', Arial, Sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	color:#666666;
	text-transform: none;
	color: #000;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 10px;
	left: 91px;
	width:693px;
	height: 21px;
}

.rightphoto {
	background-position:center;
	background-repeat:no-repeat;
	background-color:#ebfc0d;
	width:283px;
	height:424px;

	border:1px solid #999;
	display:inline;
	float:right;
	margin:0px 0px 20px 20px;
	
}

.photo1 {
	background-image: url(../segment/office.jpg);
}

.photo2 {
	background-image: url(../segment/residential.jpg);
}

.photo3 {
	background-image:url(../images/quote_pic.jpg);
}

.highlight {color:#993333}

.highlight2 {color:#2180BC;}

#left {
	float:left;
	width:400px;
}

#right-column {
	width:290px;
	margin:0px 0px 30px 25px;
	float:right;
}

#calltoaction {
	width:250px;
	height:125px;
	
	background-image: url(calltoaction.jpg);
	background-repeat:no-repeat;
	padding:0px;	
	margin:0px 0px 0px 0px ;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	clear:both;
	font:bold 'Trebuchet MS', Arial, Sans-serif;
	color:black;
	font-size:14px;
	line-height:150%;
	padding:15px 20px 0px 20px;
}

#calltoaction2 {
	font-weight:bold;
	margin:0px 0px 24px 0px;
	float:left;
	width:400px;
}

.bigcall {
	font: 22px 'Trebuchet MS', Arial, Sans-serif;
	font-weight:200;
	letter-spacing: 0px;
	line-height:175%;

}

#quoteform {
	width:254px;
	background-image: url(quote_bg.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	color:#000000;
	padding:0px 16px 0px 20px;	
	margin:0px;
	display:inline;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.inputbg {
	background-color:#FFF6D9;
}

#hours {
	width:290px;
	background-image: url(quote_bg.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	padding:0px;	
	margin:20px 0px 0px 0px;
	display:inline;
	border: 1px solid #ddd;
}

#hours ul {
	margin:0px;
	padding:10px;
}

#hours li {
	list-style-image:none;
	list-style-type:none;
}

.phototext {
	line-height:150%;
	color:#993333;
	margin:0px 0px 25px 0px;
	width:auto;
float:left;
}

.description {
	font:'Trebuchet MS', Arial, Sans-serif;
	font-size:8pt;
	line-height:200%;
}

#creditcards {
	position:relative;
	top:235px;
	text-align:right;
	height: 31px;
	width: 670px;
	padding:0 30px 0 0;
}

#creditcards2 {
	position:relative;
	margin:0 auto 0 auto;
	top:-20px;
	left:65px;
	text-align:right;
	height: 31px;
	width: 675px;
	padding:0px 0px 0px 0px;
}

.noimgborder img {
	padding:0;
	margin:0;
	border:none;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
#copyright {
	width:640px;
	margin: 0px auto 0 auto;
	text-align:right;
	font-size:72%;
	color:#FFFFFF;
}

#copyright a {
	text-decoration:underline;
	color:#FFFFFF;
}

#quotebar {
	background-image: url(quote.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:254px;
	height:45px;
	display:inline;
	margin:12px 0px 20px 0px;
	cursor:pointer;
	border:none;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	font-size:18px;
	font-weight:bold;
	color:white;
}


#quotebar:hover {
	color:white;
	background-image: url(quote_over.jpg);
}

/* Footer */	
#footer {
	color:#666666;
	background: url(footer.jpg) no-repeat center top;
	clear: both;
	width:875px;
	height:90px;
	margin:0 0 0px 0;
	text-align: center;	
	font-size: 8pt;	
	line-height:175%;
}
#footer a { 
	color:#5768a1;
	text-decoration: underline; 
}
#footer a:hover { 
	color:#000;

}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

.left-margin {margin-left:20px;}

/* display and additional classes */
.clear { clear: both; }


.jsvalidation{
float:left;
font-size: 12px; 
margin-left: 0px; 
color: red; 
background:transparent; 
text-align: left; 
font-weight: bold;
margin-bottom: 10px;
}

