/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/roofs_2.png)repeat-x left top;
}

.houses_spacer{
    height:80px;
}

.estimate{
    background: url(images/estimate_clipboard2.png) no-repeat right;
}

.arfont{
    font-family: Myriad Pro;
    font-weight: bold;
    font-style: italic;
}

.xlarge{
    font-size:x-large;
}

.large{
    font-size:large;
}

.medium{
    font-size:medium;
}

.italic{
    font-style: italic;
}

.bold{
    font-weight: bold;
}

.grey{
	color: #3D494B;
}

.white{
    color: #FFFFFF;
}

.floatright{
    float: right;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 { margin: 0px; }

h1, h2 {
	/*text-transform: lowercase;*/
	font-weight: normal;
}

h3, .red {
	color: #B41E23;
}

h1 {
	margin-bottom: 30px;
	padding-bottom: 5px;
	background: url(images/homepage11.gif) repeat-x left bottom;
	font-size: 2.0em;
	color: #B41E23;
}

h2 {
	margin-bottom: 10px;
	font-size: 20px;
	color: #000000;
}

h2 span { color: #B41E23; }

h3, .text1 {
	margin-bottom: 5px;
	text-transform: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #3D494B;
}

/** TEXTS */

body, th, td, input, textarea, select {
    /*"Trebuchet MS", Arial,sans-serif*/
	font-family: Helvetica;
	font-size: 0.95em;
	color: #4E4E4E;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 150%;
}

.center{
	text-align:center;
}


/** LINKS */

a {
    color: #B41E23;
    text-decoration:none;
}

a:hover {
    text-decoration: underline;
}

/** STYLES */

.style1 { }

.style1 a { }

.style1 a:hover { }

/** BACKGROUNDS */

.bg1 { }

/** MISC */

.align-justify { text-align: justify; }

.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 { height: 1px; }

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

input {
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #574520;
}

form ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

form .textbox {
	width: 154px;
	height: 20px;
	margin: 0px 0px 5px 0px;
	padding: 3px 5px 0px 5px;
	border: none;
	background: url(images/subpage1_01.gif) no-repeat left top;
}

form .button {
	width: 55px;
	height: 18px;
	background: url(images/subpage1_02.gif) no-repeat left top;
	border: none;
	text-transform: lowercase;
}

/** HEADER */

#header h2 {
	font-size: 16px;
	font-weight: normal;
	color: #6D6D6D;
}

#header h2 span { color: #C2C2C2; }

/** MENU */

#menu a {
	float: left;
	width: 126px;
	height: 28px;
	padding: 8px 0px 0px 0px;
	background: url(images/homepage03.jpg) no-repeat left top;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menuTwo a {
	float: left;
	width: 126px;
	height: 28px;
	padding: 8px 0px 0px 0px;
	background: url(images/homepage03.jpg) no-repeat left top;
	text-align: center;
    vertical-align: middle;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a { background: url(images/homepage04.jpg) no-repeat left top; }

#menuTwo a:hover, #menu .active a { background: url(images/homepage04.jpg) no-repeat left top; }
 
/** LOGIN */

#login {
	margin: 0px 0px 10px 0px;
	padding: 18px 18px 0px 18px;
	background: #E6E6E6 url(images/homepage06.gif) no-repeat left top;
}

#login .bgbtm {
}

#login-submit {
	margin-top: 5px;
}

#login a {
	padding-top: 6px;
}

/** SEARCH */

#search {
	margin: 0px 0px 10px 0px;
	padding: 18px 18px 0px 18px;
	background: #E6E6E6 url(images/homepage08.gif) no-repeat left top;
}

#search .bgbtm {
	margin: 0px -18px;
	background: url(images/homepage09.gif) no-repeat left bottom;
}

#search-submit {
	margin-top: 5px;
}

#search a {
	padding-top: 6px;
}

/** FOOTER */

#footer {
   position:relative; /* absolute default */
   bottom:0;
   width:100%;
   height:115px;   /* Height of the footer */
   background:#000;
}

#footer p {
	margin: 0px;
	padding-top: 30px;
	text-align: center;
	color: #777;
}

#footer2 {
   position:absolute; /* absolute default */
   bottom:0;
   width:100%;
   height:115px;   /* Height of the footer */
   background:#000;
}
#footer2 p {
	margin: 0px;
	padding-top: 30px;
	text-align: center;
	color: #777;
}



#footer_links a:link{
    color: #777;
    text-decoration:none;
}

#footer_links a:visited {
    color: #777;
    text-decoration:none;
}

#footer_links a:hover {
    color: #B41E23;
    text-decoration:none;
}

#footer_links a:active {
    color: #777;
    text-decoration:none;
}
#footer_links p{
    font-size:12px;
}

#service_links a:link{
    color: #B41E23;
    text-decoration: none;
    font-size:18px;
}

#service_links a:visited {
    color: #B41E23;
    text-decoration: none;
    font-size:18px;
}

#service_links a:hover {
    color: #B41E23;
    text-decoration: underline;
    font-size:18px;
}

#service_links a:active {
    color: #B41E23;
    text-decoration: underline;
    font-size:18px;
}
#service_links p{
    font-size:18px;
}


/* accordion */

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}
 
.accordionButton {	
	width: 800px;
	float: left;
	background: #FFFFFF;
	border-bottom: 8px solid #FFFFFF;
	cursor: pointer;
    color: #B41E23;
    font-weight: bold;
    font-size: large;
	}
 
.accordionContent {	
	width: 800px;
	float: left;
	background: #f5f5f5;
	display: none;
    color: #000000;
	}
	
/*Lightbox*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

