/*=====================================================*/
/* Global Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	vertical-align:baseline;
	
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}


* { padding: 0; margin: 0; }

a { text-decoration:none; border:none; }

img {  
 border-style: none;
}

body { -webkit-text-stroke:1px transparent; }
@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}

/* ================================================== */
/* Global Definitions */

h1, h4 {
	font-size: 40px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 27px;
	color: #d8a73c;
}

p {
	font-size: 12px;
}

a.button, .submit {
	display: block;
	height: 28px;
	width: 83px;
	padding: 4px 0px 0px 20px;
	background: url(../img/a_bg.png) no-repeat;
	text-decoration: underline;
	color: #FFF;
	font-size: 10px;
	}
	input.submit {
		width: 100px;
		height: 38px;
		padding: 0px;
		cursor: pointer;
}

.bold {
	font-weight: bold;
}

.noborder {
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important; 
}

ol {
	list-style: decimal;
	list-style-position: outside;
	margin: 10px 0px 10px 35px;
	font-size:  13px;
	text-shadow: 0px 1px 1px #fff;
	}
	ol li {
		padding: 10px 0px;
		border-bottom: 1px dotted #fff;
}

ul li {
	font-size: 13px;
	text-shadow: 0px 1px 1px #fff;
}

a.pdf {
	background: url(../img/pdf.png) no-repeat left;
	padding: 5px 0px 5px 25px;
	color: #1c8298;
	font-size: 13px !important;
	text-decoration: underline;
	text-shadow: 0px 1px #FFF;
	display: block;
	clear: left;
	}
	a.pdf:hover {
		color: #032733;	
}

.caption {
	font-style: italic;
	font-size: 10px !important;
	text-align: center;
	margin: -15px 0px 10px 0px;
	
}

/* ================================================== */
/* Layout Definitions */

body {
	background: url(../img/bg_body.jpg) repeat #bed5e7;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 150%;
}

.centered {
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#headerwrap {
	background: url(../img/bg_headerall.jpg) center repeat-x;
	width: 100%;
	height: 239px;
	margin: 0 auto;
}

#header {
	background: url(../img/bg_header.jpg) center no-repeat;
	width: 100%;
	height: 239px;
	margin: 0 auto;
	position: relative;
}

h1#logo {
	display: block;
	width: 287px;
	height: 177px;
	background: url(../img/logo.png) no-repeat;
	position: absolute;
	top: 5px;
	left: 5px;
	}
	h1#logo span {
		display: none;
	}
	h1#logo a {
		display: block;
		width: 287px;
		height: 177px;
}

#homehover {
	width: 150px;
	height: 40px;
	opacity: 0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=0); /* IE lt 8 */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	position: absolute;
	z-index: 99;
	top: 10px;
	left: 172px;
}

#mainnav {
	width: 588px;
	height: 44px;
	position: absolute;
	top: 36px;
	right: 0px;
	}
	#mainnav li {
		display: block;
		float: left;
}

#contentwrap {
	background: url(../img/bg_content_repeaty.jpg) center repeat-y;
	width: 100%;
	min-height: 700px;
	margin: 0 auto;
}

#content {
	background: url(../img/bg_content.jpg) top center no-repeat;
	width: 100%;
	height: 274px;
	margin: 0 auto;
	position: relative;
}

#colcontent {
	background: url(../img/bg_content2.jpg) top center no-repeat;
	width: 100%;
	height: 315px;
	margin: 0 auto;
	position: relative;
	}
	#colcontent #main {
		width: 580px;
		float: left;
		padding: 30px;
		}
		#colcontent #main img {
			border: 3px solid #2f3753;
			margin: 0px 0px 15px 0px;
			-webkit-box-shadow: 0px 1px 1px #fff;
			-moz-box-shadow: 0px 1px 1px #fff;
		}
		#colcontent #main p {
			text-shadow: 0px 1px #FFF;
			font-size: 13px;
		}
		#colcontent #main p img {
			float: right;
			margin: 5px 0px 15px 15px;
		}
		#colcontent #main p a {
			color: #1c8298;
			text-decoration: underline;
			text-shadow: 0px 1px #FFF;
		}
		#colcontent #main p a:hover {
			color: #032733;
		}
		#colcontent #main ul {
			font-size: 12px;
			list-style: circle;
			list-style-position: outside;
			margin: 10px 10px 10px 35px;
		}
	#colcontent #sub {
		width: 240px;
		float: left;
		}
		#colcontent #sub h4 {
			padding: 30px 0px 15px 30px;
		}
		#colcontent #sub a {
			position: relative;
			display: block;
			clear: both;
		}
		#colcontent #sub a span.lnktxt {
			position: relative;
			font-size: 18px;
			font-weight: bold;
			display: block;
			width: 291px;
			height: 33px;
			padding: 10px 0px 0px 30px;
			color: #013b4d;
			text-decoration: underline;
			text-shadow: 0px 1px #FFF;
			z-index: 10;
		}
		.hover {
			position: absolute;
			top: 0;
			left: 0;
			background: url(../img/a_sub_bg.jpg);
			display: block;
			width: 321px;
			height: 43px;
			z-index: 5;
}

#columns {
	background: url(../img/bg_content_home.jpg)top center no-repeat;
	width: 100%;
	min-height: 300px;
	margin: 0 auto;
	clear: both;
}

#headermain {
	width: 640px;
	height: 275px;
	background: none;
	float: left;
	position: relative;
	}
	#headermain #next, #headermain #prev {
		z-index: 50;
	}
	#headermain h1 {
		color: #e5b558;
		display: block;
		width: 480px;
		padding: 25px 0px 0px 30px;
	}
	#headermain h2 {
		padding: 10px 0px 0px 30px;
	}
	#headermain p {
		font-weight: bold;
		font-size: 12px;
		padding: 5px 0px 0px 30px;
		color: #000;
		text-shadow: 0px 1px #fff;
	}
	#headermain .headerimg {
		padding: 20px 0px 0px 30px;
	}
	#headermain .blurb, #headersub .blurb {
		font-weight: normal;
		font-size: 18px;
		color: #3c4050;
		padding-right: 15px;
	}
	#headermain .blurb span, #headersub .blurb span {
		font-weight: bold;
		color: #013e52;
	}
	#headermain .blurb a {
		color: #3c4050;
		text-decoration: underline;
		}
		#headermain .blurb a:hover {
			color: #1c8298;
}


#headersub {
	width: 270px;
	height: 175px;
	margin: 35px 0px 0px 0px;
	float: left;
	padding: 25px;
	}
	#headersub .seal {
		margin: -40px 0px 0px -15px;
		position: relative; 
		z-index: 100;
	}
	#headersub .blurb {
		padding-top: 13px;
}

#cycle {
	width: 640px;
	height: 240px;
	margin: 33px 0px 0px 0px;
	background: none;
	float: left;
	z-index: 1;
	}
	#cycle div {
		width: 640px;
		height: 240px;
		background: none;
		float: left;
		position: relative;
	}
	#cycle img {
		display: block;
		position: absolute;
		right: 0px;
		bottom: 0px;
	}
	#cycle a {
		display: block;
		width: 160px;
		height: 15px;
		position: absolute;
		bottom: 0px;
		right:0px;
		z-index: 50;
	}
	#next {
		display: block;
		width: 27px;
		height: 57px;
		background: url(../img/nav_next.png) no-repeat;
		position: absolute;
		right: 0px;
		bottom: 150px;
	}
	#prev {
		display: block;
		width: 27px;
		height: 57px;
		background: url(../img/nav_prev.png) no-repeat;
		position: absolute;
		left: 0px;
		bottom: 150px;
}

#columns .centered div {
	width: 240px;
	padding: 42px 35px 35px 45px;
	_padding: 42px 16px 35px 25px;
	height: 250px;
	float: left;
	}
	#columns .centered div img {
		border: 3px solid #2f3753;
		-webkit-box-shadow: 0px 1px 1px #fff;
		-moz-box-shadow: 0px 1px 1px #fff;
	}
	#columns .centered div p {
		font-weight: bold;
		font-size: 16px;
		text-shadow: 0px 1px #fff;
		padding: 15px 0px 5px 0px;
	}
	#columns .centered div:first-child {
		padding-left: 30px;
	}
	#columns .centered div:last-child p {
		font-weight: normal;
		font-size: 12px;
		margin-top: 25px;
}

.testimonial {
	width: 290px;
	height: inherit;
	background: url(../img/bg_testimonial.jpg) repeat;
	padding: 15px;
	margin: 0px 25px 25px 25px;
	border: 1px solid #90abc2;
	-webkit-box-shadow: 0px 1px 1px #fff;
	-moz-box-shadow: 0px 1px 1px #fff;
	float: right;
	}
	.testimonial p {
		font-size: 20px !important;
		font-family: "Minion Pro", georgia, serif;
		font-style: italic;
		color: #000;
		line-height: 160%;
	}
	.testimonial span {
		font-size: 13px;
		line-height: 80%;
}

.wide {
	width: 543px !important;
	margin-right: 5px;
}

#footer {
	width: 900px;
	min-height: 100px;
	margin: 0 auto;
	margin-top: 60px;
	background: url(../img/footer_line.jpg) repeat-x top;
	clear: both;
	}
	#footer p {
		display: block;
		width: 125px;
		margin: 2px 10px 0px 0px;
		float: left;
		background: url(../img/footer_spacer.jpg) right top no-repeat;
		font-weight: bold;
		color: #1d1d1d;
	}
	#footer span a {
		font-weight: bold;
		color: #1d1d1d;
		text-decoration: none;
	}
	#footer a {
		display: block;
		clear: left;
		color: #1c8298;
		text-decoration: underline;
		text-shadow: 0px 1px #FFF;
	}
	#footer a:hover {
		color: #032733;
	}
	#footer .credits {
		font-weight: normal;
		display: inline;
		width: 200px;
		background: none;
		}
		#footer .credits a {
			float: none;
			display: inline-block;
			font-weight: bold;
}

/*=====================================================*/
/* Drop Down Definitions */

#mainnav ul {
	padding:0;
	margin:0;
	list-style-type:none;
	text-transform: uppercase;
	left: 0;
}

#mainnav li {
	float:left;
	position:relative;
	padding:0px;
}

#mainnav a, #mainnav a:visited {
	height: 44px;
	_height: 41px;
	_width: 50px;
	padding: 0px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 3px #303030;
	text-transform: uppercase;
	display: block;
}

#mainnav a:hover { 
	background: url(../img/bg_nav_ro.png) #fff; 
	_background: #fff; color: #000;  
}

#mainnav :hover > a, #mainnav a.active {
	color:#000;
	background: url(../img/bg_nav_ro.png) no-repeat;
	font-style: normal;
	text-shadow: none;
}

#mainnav ul ul {
	visibility:hidden;
	position:absolute;
	top:44px;
	t\op:44px;
	left:0;
	width: 220px;
	padding-bottom: 10px;
	background: #fff;
	-webkit-box-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;
	opacity: .60; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=60); /* IE lt 8 */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
}

#mainnav ul ul a, #mainnav ul ul a:visited {
	width: 260px;
	height: 24px;
	padding: 10px 0 0 18px;
	_padding: 5px 0 0 7px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #000;
	text-shadow: none;
}

#mainnav ul ul :hover > a, #mainnav ul ul a:hover {
	color: #fff;
}

#mainnav table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

#mainnav ul ul :hover > a {
	color: #000;
	text-decoration: underline;
}

#mainnav ul li:hover ul, #mainnav ul a:hover ul {
	visibility:visible;
}

#mainnav ul :hover ul ul {
	visibility:hidden;
}

#mainnav ul :hover ul :hover ul {
	visibility:visible;
}

/*=====================================================*/
/* Contact Definitions */

input {
	background: url(../img/input.jpg) no-repeat;
	width: 311px;
	height: 32px;
	border: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 5px;
	margin: 15px 0px;
	font-size: 16px;
	color: #4e515a;
}

textarea {
	background: url(../img/textbox.jpg) no-repeat top left;
	width: 301px;
	max-width: 301px;
	height: 157px;
	max-height: 157px;
	border: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #4e515a;
	padding: 10px
}

/*=====================================================*/
/* Lightbox Definitions */

#photos {
	margin: 20px 0px 20px 0px;
	}
	#photos a {
	padding: 0px 10px 0px 0px;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 110;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 120;
	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 "Helvetica Neue", Helvetica, Arial 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;	
}

