@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

#wrapper {
	width: 1007px;
	margin: 0 auto;
}

#topbar {
	background-image: url(images/topbar.gif);
	background-repeat: no-repeat;
	height: 73px;
}

#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 167px;
	clear: both;
	padding: 20px 160px 0 110px;
	color: #666;
}


#header404 {
	background-image: url(images/header404.gif);
	background-repeat: no-repeat;
	height: 167px;
	clear: both;
	padding: 20px 160px 0 110px;
	color: #666;
}

#nav li {
	padding-right: 0.9em;
	display: inline;
	padding-left: 0.9em;
	border-left: 1px solid #45808b
}

#nav ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}

#nav li.first {
	border-left-width: 0px;
}

#nav {
	float: right;
	width: 500px;
	margin-right: 20px;
	text-align: center;
	margin-top: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #45808b;
	font-weight: bold;
}

a {
	color: #45808b;
	text-decoration:none;
	outline:none;
}

a:hover, .active {
	color: #1b7080;
	text-decoration:none;
}

img, img a {
	border:0;
	outline:none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #1b7080;
	letter-spacing: -1px;
	padding:0px;
	margin: 10px 0 10px 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3fa1b4;
	letter-spacing: -1px;
	padding:0px;
	margin: 0 0 10px 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3fa1b4;
	letter-spacing: -1px;
	padding:0px;
	margin:0px;
}

.testimonials {
	background-image: url(images/bluebg.gif); 
	width: 107px; 
	padding: 3px 20px 5px 25px;
	font-size: 11px;
	color: #555;
}

.topreasons {
	background-image: url(images/yellowbg.gif); 
	width: 117px; 
	padding: 10px 20px 5px 15px;
	font-size: 11px;
	line-height:21px;
	color: #555;
}

#content {
	background-image: url(images/cbg.gif);
	background-repeat: no-repeat;
	padding: 0 100px 0 102px;
	height: 320px;
}

#left {
	float: left;
	width: 155px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #d4d3c8;
	padding-right: 25px;
}

#right {
	float: right;
	width: 580px;
}


#insideright1, #insideright2 {
	float: left;
	width: 170px;
	padding-right:35px;
}


#insideright3 {
	float: right;
	width: 170px;
}


#left2 {
	float: left;
	width: 555px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #d4d3c8;
	padding-right: 25px;
}


.quote1 {
	margin: 1em 20px;
	padding-left: 50px;
	background: transparent url(images/quoteme.gif) no-repeat; }
	

#left2 span, #right2 span {
    float:right;
    font-size: 14px;
    color:#3fa1b4;
	padding: 5px 3px 0 3px;
}

#right2 {
	float: right;
	width: 180px;
}


#leftcontact {
	float: left;
	width: 235px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #d4d3c8;
	padding-right: 25px;
}

#rightcontact {
	float: right;
	width: 500px;
}


#left404 {
	float: left;
	width: 535px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #d4d3c8;
	padding-right: 25px;
}

#left404 p a {
    color: #478e9d;
    font-weight:bold;
	text-decoration:none;
	outline:none;
}

#left404 p a:hover {
    color: #478e9d;
    font-weight:bold;
	text-decoration:underline;
}

#left404 p a span {
    float:right;
    color: #666;
    font-weight:normal;
	text-decoration:none;
	outline:none;
}

#right404 {
	float: right;
	width: 200px;
}

.asterisk {
	font-size: .9em;
}


#leftgallery {
	float: left;
	width: 900px;
}



.style1 {
	color: #d42301;
	font-size: 11px;
}

.button2 {
	width:560px; 
	clear: left; 
	text-align: right;
	padding-bottom: 20px;
}
 

.rightimg {
	float: right;
	margin-left: 7px;
	display: block;
}

.leftimg {
	float: left;
	margin-right: 9px;
	display: block;
}

.leftimg2 {
	float: left;
	margin-right: 17px;
	display: block;
}

.aboutimg {
	float: left;
	margin-bottom: 15px;
	display: block;
}

input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	vertical-align:middle;
	font-weight:normal;
	outline: none;
}


#ContactForm label {
  height:26px; display:inline;
}

#ContactForm .link {
  margin:10px 5px 0 0;
}

.alignright {
 text-align:right;
}

.input {
	width:220px;
	border:1px solid #cecece;
	padding:2px 0 2px 4px;
	margin-right:10px;
	margin-bottom:15px;
	font-size:1em;
	line-height:1.243em;
	}

.inputr {
	width:220px;
	border:1px solid #cecece;
	padding:2px 0 2px 4px;
	margin-right:0px;
	margin-bottom:15px;
	font-size:1em;
	line-height:1.243em;
	}

.input:hover, .inputr:hover, textarea:hover, .labelc input:hover, .checkboxd:hover {
	border:1px solid #60c0d5;
	}

.labelc input {
	border:1px solid #cecece;
	margin:-3px 2px 0 0px;
	}

textarea {
	width:455px;
	height:110px;
	border:1px solid #cecece;
	overflow:auto;
	resize:none;
	font-size:1em;
	}

#ContactForm .button {
		display:block;
		background:url(images/submitnow.gif) no-repeat left top;
		width:80px;
		height:23px;
		line-height:23px;
		color:#fff;
		text-decoration:none;
		text-transform:uppercase;
		text-align:center;
		font-size:12px;
		letter-spacing: 1px;
		margin:20px 0 0 0px;
		padding:5px 0 0 0px;
}


.homegallery {
	background-color: #fff;
	padding:10px; 
	margin-top:5px; 
	height:90px;
}

.homegallery img {
	float: left;
	margin-right: 17px;
	display: block;
	width: 120px;
	height:90px;
}

#bottom {
	background-repeat: repeat-x;
	background-color: #d7f0f5;
	background-image: url(images/fbg.gif);
}


#footer {
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 342px;
	width: 1007px;
	margin: 0 auto;
}

#footer span {
	position:absolute;
	font-family: Verdana, sans-serif;
	font-size:10px;
	color:#f5b72f;
    padding: 310px 0 0 120px;
    text-decoration:none;
}

#footer span a {
	color:#f5b72f;
    text-decoration:none;
}

#footer span a:hover {
    text-decoration:underline;
}




div.scrollable { 
    position:relative; 
    width: 550px; 
    height:280px; 
	overflow:hidden;
	background:none;
} 

div.scrollable ul.items { 
    /* this cannot be too large */ 
    height:2000em;
    position:absolute;
    margin:0px;
    padding:0px; 
	list-style:none;
	background:none;
} 
 
div.scrollable div.items ul li { display:block;}

.items li {padding-bottom:35px; }
.items li p {margin-top:1px;}


#previous { margin-left:21px; z-index:999;}
#next { margin-left:21px; z-index:999; }












#leftgallery ul { 
	width: 900px;
    position:absolute;
    margin:0px;
    padding:0px; 
	list-style:none;
	background:none;
	padding-top:10px;
} 
 
#leftgallery ul li { display:inline; padding-right:25px; width:120px; height:90px;}

#leftgallery ul li img { width:120px; height:90px; background: url(gallery/loadingthumbs.gif) center no-repeat; }

#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: #a6dde9; 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(gallery/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(gallery/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #a6dde9; 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; }





