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

 /* 

---------------------

global body attributes

---------------------

*/


* { 
	margin: 0; 
	padding: 0;
	}
	
html {
	margin: 0; 
	padding: 0;
	height:100%;
	-webkit-text-size-adjust: none;
	}

a {
	outline:none;
	}

body {
	background:#d8d8d8;
	width:100%;
	height:100%;
	}
	
h2 {
	font-size: 12px;
	font-family: Arial;
	color: #000;
	font-weight:bold;
	margin:0;
	}
	
img {
	border:none;
	}
	
p {
	font-size: 12px;
	font-family: Arial;
	color: #000;
	padding-top: 10px;
	margin:0px;
	}

ul {
	padding: 8px;
	}

li {
	margin-left:15px;
	font-size: 12px;
	font-family: Arial;
	color: #000000;	
	}

select, input {
	color: #000;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	}

.link {
	color: #333333;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	}
	
/*---- End Global Attributes ----*/


/*----- Links -----*/


/* Side Nav Links */

a.sidenav:link, a.sidenav:visited  {
	color: #003366;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
   	text-decoration: none;
  	}

a.sidenav:active, a.sidenav:hover {
	color: #003366;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
   	background: url(http://www.godfreyremodeling.com/images/arrow.gif) no-repeat;
	}

/* Active Side Nav Links */

a.sidenav_active:link, a.sidenav_active:visited {
	color: #003366;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
   	background: url(http://www.godfreyremodeling.com/images/arrow.gif) no-repeat;
   	}

a.sidenav_active:active, a.sidenav_active:hover {
	color: #003366;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
  	background: url(http://www.godfreyremodeling.com/images/arrow.gif) no-repeat;
	}

			
/* standard links */

a:link, a:visited {
	color: #003366;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
   	text-decoration: none;
  	}

a:active, a:hover {
	color: #003366;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	text-decoration:underline;
	}


/* Active Standard Links */
	
a.active:link, a.active:visited {
	color: #003366;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
   	text-decoration:underline;
   	}

a.active:active, a.active:hover {
	color: #003366;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
  	text-decoration:underline;
	}
/*----- End Links -----*/	



/*---- Begin Layout Attributes ----*/

#envelope {
	position:relative;
	top:0px;
	left:0;
	width:800px;
	margin:0px auto;
	background-color:#fff;
	
	-moz-box-shadow:0 0 2px 2px #000;
	-webkit-box-shadow: 0 0 10px #000;	
	}
	
/*--- Header Layout --- */
	
#header {
	height:80px;
	width: 800px;
	border-bottom:5px solid #FFFFFF;
	background-color:#cccccc;
	}
	
#logo {
	float:left;
	width:525px;
	margin:10px 0 0 20px;
	}	
	
#logo p {
	float:right;
	margin:30px 0 0 10px;
	padding:0;
	color:#105e7f;
	font-size:13px;
	font-weight:bold;
	font-family:Arial;
	font-style:italic;
	}
	
#telephone {
	position:relative;
	top:40px;
	float:right;
	clear:right;
	margin-right:5px;
	
	font-family:Arial;
	font-size:16px;
	}

/*---Social Network Nav ---*/

#facebook {
	position:relative;
	top:5px;
	float:right;
	margin-right:5px;
	}

#facebook span {
	font-size: 12px;
	font-family: Arial;
	color: #000;
	padding-top: 10px;
	margin:0px;
	}

#facebook a {
	font-family:Arial;
	font-size:12px;
	color:#5374aa;
	}
	
#facebook a:hover {color:#183b7d; text-decoration:none; cursor:point;}

#nav {
	position:absolute;
	top:85px;
	left:0;
	height:30px;
	width:800px;
	background-color:#333333;
	}

#nav ul {
	height: 30px;
	float:right;
	padding-right:20px;
	margin: auto;
	}

#nav ul li {
	float:left;
	list-style:none;
	padding:0 10px 0 10px;
	margin:auto;
	}
	
#nav ul li a.nav {
	color: #ffffff;
	font-weight: normal;
	font-family: Arial;
	font-size: 14px;
   	text-decoration: none;
  	}
	
#nav ul li a.nav:hover {
	color: #ffffff;
	font-weight: normal;
	font-family: Arial;
	font-size: 14px;
  	text-decoration: underline;
	}
	
#nav ul li a.active_nav:link, a.active_nav:visited {
	color: #ffffff;
	font-weight: normal;
	font-family: Arial;
	font-size: 14px;
   	text-decoration: underline;
   	}
	
#nav ul li aactive_nav:active, a.active_nav:hover{
	color: #ffffff;
	font-weight: normal;
	font-family: Arial;
	font-size: 14px;
   	text-decoration: underline;
   	}
	
/*--- End Header Layout ---*/


/*--Content Index Page ---*/

#keywords {
	margin:45px auto 30px auto;
	}

#keywords h1 {
 	text-align: center;
	color:#105e7f;
	font-weight: bold;
	font-family: Arial;
	font-size: 24px;
	padding-top:10px;
	}
	
/*---- Scrolling Gallery ----*/
	
#gallery_border {
	width:735px;
	height:196px;
	margin:0 auto 20px auto;
	border:3px solid #105e7f;
	}
	
#gallery_border #slideshow {
	margin:5px 0 0 5px;
	}
	
#makeMeScrollable {
        width:100%;
        height: 186px;
        position: relative;
        }
        
#makeMeScrollable div.scrollableArea * {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        }
/*--- End Gallery ---*/


#homepage_text {
	width:735px;
	font-size: 11px;
	font-family: Arial;
	color: #000000;
	padding-bottom:20px;
	margin:10px auto 10px auto;
	border-bottom:dashed 1px #105e7f;
	}
	
#block {
	width:735px;
	overflow:auto;
	padding-top:20px;
	padding-bottom:50px;
	margin:0 auto 20px auto;
	}
	
#block #quote {
	float:left;
	width:348px;
	text-align:center;
	padding-top:20px;
	padding-right:15px;
	border-right:solid 1px #105e7f;
	}
	
p.quote {
	padding-bottom:10px;
	border-bottom:dashed 1px #105e7f;
	}
	
#block #affiliate {
	float:right;
	width:348px;
	text-align:left;
	padding-top:20px;
	padding-left:15px;
	}
	
/*--- End Index Page ---*/


/*--- Column Layout elements for content pages ---*/

#content_container {
	width:735px;
	overflow:auto;
	margin:100px auto 100px auto;
	}
	
.left_column {
	float:left;
	width:200px;
	border-right:1px dashed #105e7f;
	}
	
.right_column {	
	float:right;
	width: 525px;
	}
	
.right_column p img {
	float:left;
	}
	
/*--- End Column layout elements ---*/

/*--Content Services Page ---*/

.content {
	display:none;
	}

p.s1 {
	text-align:center;
	margin:10px;
	}

p.s2 {
	padding-right:5px; 
	text-align:center;
	}
	
/*--Project Gallery Page ---*/

/*-- Class for active gallery onload -*/
.gallery_intial ul { 
	list-style: none;
	}
	
.gallery_intial ul li { 
	display: inline;
	margin:5px 0 5px 0;
	}
	
.gallery_intial ul img {
	border: 2px solid #ccc;
	border-width: 2px;
	}
	
.gallery_intial ul a:hover img {
	border-color: #000033;
	border-width: 2px;
	color: #fff;
	}
	
.gallery_intial ul a:hover { 
	color: #fff; 
	}
/*-- End class --*/


/*-- hidden galleries CSS --*/

.gallery {
	display:none;
	}
	
.gallery ul { 
	list-style: none;
	}
	
.gallery ul li { 
	display: inline;
	margin:5px 0 5px 0;
	}
	
.gallery ul img {
	border: 2px solid #ccc;
	border-width: 2px;
	}
	
.gallery ul a:hover img {
	border-color: #000033;
	border-width: 2px;
	color: #fff;
	}
	
.gallery ul a:hover { 
	color: #fff; 
	}
	
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index:10000000;
	width: 100%;
	height: 500px;
	}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000010;
	text-align: center;
	line-height: 0;
	}

#jquery-lightbox a img { 
	border: none; 
	}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#lightbox-container-image { 
	padding: 10px; 
	}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10000020;
	}
	
#lightbox-container-image-box > #lightbox-nav { 
	left: 0; 
	}

#lightbox-nav a { 
	outline: none;
	}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
	}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
	}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
	}

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

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
	}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
	}	

#lightbox-image-details-caption { 
	color:#000;
	font-weight: bold; 
	}

#lightbox-image-details-currentNumber {
	display: block; 
	color:#999999;
	clear: left; 
	padding-bottom: 1.0em;	
	}			

#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
	}
	
/*--- Testimonials Page ---*/
	
p.testimonial {
	padding-bottom:10px;
	border-bottom:dashed 1px #105e7f;
	}


/*--- About Us Page ---*/

.top_row {
	width:735px;
	}
	
.top_row p img {
	float:left;
	}
	
.bottom_row {
	width:735px;
	margin:100px auto 100px auto;
	}

.bottom_row p img {
	float:right;
	}

/*--- Contact Page ---*/

.contact_form {	
	float:right;
	width: 500px;
	min-height:400px;
	font-size: 11px;
	font-family: Arial;
	color: #000000;
	}

input {
	width: 372px;
	height: 22px;
	margin:4px 0px 10px 0px;
	border: 1px solid #000;
	padding: 4px;
	}
	
input.button {
	width: 63px;
	height: 40px;
	background: #fff url(http://www.godfreyremodeling.com/images/contact_button.gif) no-repeat;
	border: 0px;
	padding-top: 5px;
	padding-left: 6px;
	margin-bottom: 0px;
	}
	
textarea {
	border: 1px solid #000;
	margin:4px 0px 10px 0px;
	padding: 4px;
	}







/*--- Footer Layout --- */


#footer {
	position:relative;
	bottom:0;
	width:800px;
	height:30px;
	padding-top:10px;
 	text-align:center;
	background-color:#333333;
	margin: -40px auto 0 auto;
	}
	
	
span.footer {
	font-family:Arial;
	font-size:12px;
	font-style:italic;
	color:#FFFFFF;
	}
	
#clearfooter {
	height:35px;
	}

/*--- End Footer Layout ---*/




/**************************************************************

	Lightbox
	v 1.5

**************************************************************/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 100;
}

.lbLoading {
	background: #fff url(http://www.godfreyremodeling.com/images/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}


.photos {
	padding: 3px;
	border: 1px solid #fff;
}

a:hover .photos {
	border: 1px solid #999;
}

.lightboxDesc a {
	color: #999999;
	text-decoration: none;
}

.lightboxDesc a:hover {
	color: #000000;
	text-decoration: none;
}

/***************************

	styles for hidden next & previous buttons

***************************/
/*
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 32px;
	outline: none;
}

#lbPrevLink {
	left: 0;
	
}

#lbPrevLink:hover {
	background: transparent url(http://www.godfreyremodeling.com/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(http://www.godfreyremodeling.com/nextlabel.gif) no-repeat 100% 15%;
}

/***************************

	styles for next & previous buttons as part of footer

***************************/

#lbPrevLink, #lbNextLink {
	display: block;
	width: 63px;
	height: 32px;
	outline: none;
}

#lbPrevLink {
	float: left;
	background: transparent url(http://www.godfreyremodeling.com/images/prevlabel.gif) no-repeat left;
	
}

#lbPrevLink:hover {
	background: transparent url(http://www.godfreyremodeling.com/images/prevlabel.gif) no-repeat left;
}

#lbNextLink {
	float: right;
	background: transparent url(http://www.godfreyremodeling.com/images/nextlabel.gif) no-repeat right;
}

#lbNextLink:hover {
	background: transparent url(http://www.godfreyremodeling.com/images/nextlabel.gif) no-repeat right;
}

#lbControls {
	display: block;
	height: 32px;
}


/**********************************/


#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	clear: both;
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(http://www.godfreyremodeling.com/images/closelabel.gif) no-repeat center;
	margin: 0px 0px 0px 0px;
	/*border: 1px solid #000;*/
}

#lbCaption, #lbNumber, #lbDescription {
	margin-right: 71px;
	/*border: 1px solid #000;*/
}

#lbCaption {
	font-weight: bold;
}


.lightboxDesc {
	display: none;
}

/*************************************************************/

﻿/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 75px;
	width: 10%;
	height: 100%;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	/*  When positioning the mouse over one of the hot spots, the cursor should change.
	I've noticed that this varies from browser to browser though. */
	cursor: url(../images/cursors/cursor_arrow_left.cur), w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(../images/arrow_left.gif);				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: url(../images/cursors/cursor_arrow_right.cur), e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(../images/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 725px;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}


