	html {
		overflow-y: scroll;
	}
	body,
	html {
		margin:0;
		padding:0;
		color:#000000;
		font-family: Helvetica, sans-serif;
	}
	/*img { vertical-align:top; }*/
	#wrap {
		width:790px;
		margin:0 auto;
		border:1px black solid;
		background:#ffffff;
	}
	#header {
    		padding:5px 10px;
		background:#00437d;
		color:#ffffff;
	}
	#header img {
		border:0px;
	}
	#topnav {
		float:right;
		font-family:Helvetica;
		font-size:15px;
		padding-top:31px;
	}
	#logo {
		float:left;
	}
	.topLinks {
		float:left;
		padding-left:10px;
	}
	#splash {
		padding-left:54px;
		/*height:280px;*/
	}
	#splashCopy {
		float:left;
		position:relative;
		top:0px; left:0px;
	}
	#splashHeadline {
		color:#00437d;
		font-size:27px;
		position:relative;
		top:75px;
	}
	#splashSubHeadline {
		color:#5d8ecb;
		font-size:23px;
		position:relative;
		top:85px;
	}
	#columns { clear:both; overflow:hidden; }
	#columnLeft {
		float:left;
		width:475px;		
		background:#ffffff;
	}
	#columnLeftHeadline {
		padding-top:20px;
		padding-bottom:20px;
		padding-left:50px;
		padding-right:50px;
		background:#5bb31f;
		color:#ffffff;
		font-size:24px;
	}
	#columnLeftCopy {
		background:#ffffff;
		font-size:14px;
		line-height:18px;
		padding-top:20px;
		/*padding-bottom:20px;*/
		padding-left:50px;
		padding-right:50px;
		/* This ensures that the right column is longer, thus making the white background extend full column */
		margin-bottom: -980px; padding-bottom: 1000px;
	}
	#columnRight {
		float:right;
		width:315px;
		padding-top:20px;
		background:#5d8ecb;
		color:#ffffff;
		margin-bottom: -1000px; padding-bottom: 1000px;
	}
	#columnRightHeadline {
		font-size:26px;
		padding-left:25px; padding-right:25px;
	}
	#columnRightCopy {
		font-size:14px;
		line-height:18px;
		padding-top:20px;
		padding-left:25px; padding-right:25px;
	}
	#columnRightSmallCopy {
		font-size:10px;
		line-height:16px;
		padding-top:20px;
		padding-left:25px; padding-right:25px;
	}
	#footer {
		padding-top:10px;
		padding-bottom:19px;
		padding-left:20px;
		padding-right:10px;
		clear:both;
		background:#000000;
		color:#ffffff;

	}
	* html #footer {
		height:1px;
	}
	#footer .bottomLinks {
		float:left;
		font-size:9px;
		color:#ffffff;
		padding-right:10px;
	}
	a:link {text-decoration: none;color:#ffffff;}
	a:visited {text-decoration: none;color:#ffffff;}
	a:active {text-decoration: none;color:#ffffff;}
	a:hover {text-decoration: none;color:#909090;}

	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #fff;
		margin-left:-50px;
		margin-right:-50px;
		text-align:center;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }

	#gallery img {
		border:1px black solid;
		margin:3px;
	}
	#sliderContainer {
		float:right;
	}

#slider{  }	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	/*width:325px;*/
	overflow:hidden; 
	}
#controls {
	text-align:center;
}
#prevBtn, #nextBtn{ 
	display:inline;
	border:0px;

}
#prevBtn{
	/*float:left;
	padding-left:84px;*/
	}	
#nextBtn{ 
	/*float:right;
	padding-right:84px;*/											
}
#prevBtn img, #nextBtn img{
border:0px;
}

	.clear {
		clear:both;
	}


.clientQuote, .clientName {
	font-size:12px;
	vertical-align:top;
	text-align:left;
	margin-bottom:10px;
}
.clientName {
	font-size:10px;
	line-height:12px;
	font-style:italic;
	margin-top:10px;
	margin-bottom:20px;
}


#contactForm {
	float:left;
}
#contactForm input, #contactForm textarea {
	border:1px black solid;
	margin-bottom:10px;
	width:255px;
	vertical-align:text-top;
}
.contactFormItem {
	display:block;
	text-align:right;
}


/**
 * 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: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	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: 10;
}
#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 { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}