* {
	padding: 0;
	margin: 0;
	}

body {
	background: #d4daef top center repeat-y;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	/*
	  Override the default (display: inline) for
	  browsers that do not recognize HTML5 tags.
	
	  IE8 (and lower) requires a shiv:
	  http://ejohn.org/blog/html5-shiv
	*/
	  display: block;
	}

#outerwrapper {
	margin: 0 auto;
	background: url(../images/outerwrapper-bg.png) no-repeat;
	padding: 0;
	text-align: left;
	width: 1000px;
	overflow: auto;	
	}

#innerwrapper {
	margin: 0 20px;
	background-color: #fff;
	padding: 0;
	text-align: left;
	width: 960px;
	overflow: auto;
	}

header {
	float: left;
	margin: 0;
	width: 960px;
	height: 120px;
	}

	#logo {
		width: 330px;
		height: 120px;
		float: left;
		}
		
	#contact {
		width: 330px;
		height: 120px;
		float: right;
		}

nav {
	float: left;
	margin: 0;
	width: 960px;
	height: 60px;
	background: #586685 url(../images/nav-bg.gif);
	}

figure#feature, figure#map_canvas {
	float: left;
	margin: 0;
	width: 960px;
	height: 220px;
	}

#content {
	float: left;
	margin: 20px 0 0;
	width: 960px;
	overflow: auto;
	}

#colleft {
	width: 740px;
	float: left;
	}
	
	.photo {
		margin-right: 20px;
		}
	
#colright {
	width: 220px;
	float: right;
	text-align: left;
	}	

	.services {
		width: 200px;
		height: 90px;
		margin: 0 0 20px;
		}
	
	#boxout {
		background-color: #586585;
		width: 200px;
		margin: 0 0 20px;
		}

	#quote {
		background: #586585 url(../images/quote-bg.png) no-repeat;
		width: 200px;
		margin: 0 0 20px;
		}

footer {
	float: left;
	margin: 0;
	width: 960px;
	background-color: #586685;
	border-top: #233285 10px solid;
	}
	
	#footerleft {
		float: left;
		width: 480px;
		}
		
	#footerright {
		float: right;
		width: 480px;
		}	

.clear {
	clear: both;
	}
	
img {
	border: none;
	}	
	
/* Typography */

@font-face {
    font-family: 'TwCenMTRegular';
    src: url('../fonts/tw_cen_mt-webfont.eot');
    src: url('../fonts/tw_cen_mt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tw_cen_mt-webfont.woff') format('woff'),
         url('../fonts/tw_cen_mt-webfont.ttf') format('truetype'),
         url('../fonts/tw_cen_mt-webfont.svg#TwCenMTRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#contact p {
	font-family: 'TwCenMTRegular', Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	color: #586685;
	margin: 40px 20px 0 0;
	}
	
	#contact span {
		color: #233285;
		}

#colleft h1 {
	font-family: 'TwCenMTRegular', Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #233285;
	margin: 0 20px 20px;
	}
	
#colleft h2 {
	font-family: 'TwCenMTRegular', Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	color: #233285;
	margin: 0 20px 20px;
	}	
	
#colleft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3e3e3e;
	margin: 0 20px 20px;
	}

#colleft p.small {
	font-size: 11px;
	}

#colleft a {
	color: #233285;
	}	
	
#colleft ul {
	margin: 20px;
	}
	
#colleft li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3e3e3e;
	margin-left: 1em;
	}
	
nav ul {
	list-style: none;
	text-align: center;	
	padding: 20px 0 0;
	}	
	
nav ul li {
	font-family: 'TwCenMTRegular', Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	display: inline;	
	padding: 0 15px 0;
	text-transform: uppercase;
	}
	
	nav ul li a {
		color: #fff;
		text-decoration: none;
		}
	
	nav ul li a:hover {
		text-decoration: underline;
		}
	
	nav ul li a#active {
		text-decoration: underline;
		}
	
#boxout h2 {
	font-family: 'TwCenMTRegular', Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	padding: 20px;
	}
	
#quote p {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	padding: 60px 20px 0;
	}	
	
#quote p.small {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding: 20px;
	}	

footer p {
	font-size: 14px;
	color: #fff;
	margin: 20px;
	}
	
footer p.social {
	font-family: 'TwCenMTRegular', Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
	margin-left: 100px;
	}
	
footer p.social a {
	color: #fff;
	text-decoration: none;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	background: url(../images/facebook.gif) no-repeat 24px 0 transparent;
	padding: 3px 0 0 55px;
	height: 55px;
	}

footer p.social a:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.6;
	}	

footer p.social a img {
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	}

footer p.social a:hover img {
	opacity: 0.6;
	}	

/* Static Header */

#static {
	margin: 20px;
	}
	
/* Slideshow Header */

#slides {
	position:absolute;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:920px;
	height: 199px;
	margin: 20px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:920px;
	height:199px;
	display:block;
}


/* Next/prev buttons */

#slides .next,#slides .prev {
	position:absolute;
	top:157px;
	left:38px;
	width:42px;
	height:42px;
	display:block;
	z-index:101;
}

#slides .next {
	left:877px;
}

/* Pagination */

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/* Caption */

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}
	
/* Contact Us Form */

#colleft form {
	margin: 20px;
	}

#colleft input { 
	margin: 5px 0 0;
	padding: 9px;
	border: solid 1px #ccc;
	outline: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #999;
	width: 500px;
	background: #FFFFFF url('../images/form-bg.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

#colleft textarea {
	margin: 5px 0 0;
	padding: 9px;
	border: solid 1px #ccc;
	outline: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #999;
	width: 500px;
	background: #FFFFFF url('../images/form-bg.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

#colleft input:hover, #colleft textarea:hover, #colleft input:focus, #colleft textarea:focus { 
	border-color: #233285; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

#colleft label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3e3e3e;
	}

#colleft input.submit {
	width: auto;
	padding: 9px 15px;
	background: #233285;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
	}
	
/* Call Back Form */

#boxout input { 
	margin: 0 20px 20px 20px;
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #586585;
	width: 140px;
	background: #FFFFFF url('../images/form-bg.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}	

#boxout input:hover,
#boxout input:focus { 
	border-color: #233285; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

#boxout .form label { 
	margin-left: 10px; 
	color: #999999; 
	}

#boxout .submit input {
	width: auto;
	padding: 9px 15px;
	background: #233285;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
	}
	
/* Google Map */

.googlemap {
	width: 500px;
	height: 300px;
	margin: 20px
	}	