/*=====================================================*/
/* 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, sub, sup, 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;
}

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

body {
	background: url(../images/bg_body.jpg) top repeat-x #035796;
	font-family: Helvetica, Arial, sans-serif;
	color: #262626;
	font-size: 0.75em;
	line-height: 1.25em;
	letter-spacing: 0.05em;
}

h1 {
	color: #003862;
	font-size: 1.5em;
	letter-spacing: 0.15em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h2 {
	color: #003862;
	font-size: 1.2em;
	letter-spacing: 0.15em;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h3 {
	color: #003862;
	font-size: 1.1em;
	letter-spacing: 0.15em;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

p {
	letter-spacing: 0.02em;
}

.blurb {
	font-size: 1.5em;
	line-height: 1.25em;
	color: #035796;
	padding: 0px 0px 25px 0px;
}

a {
	color: #3ea7d7;
}


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

#wrapper {
	width: 860px;
	height: inherit;
	margin: 0 auto;
}

#header {
	background: url(../images/bg_header.jpg) left no-repeat;
	width: 860px;
	height: 151px;
	float: left;
}

.llogo {
	width: 121px;
	height: 121px;
	background: url(../images/bg_llogo.jpg);
	margin: 0px;
	float: left;
}

#contactbox {
	width: 211px;
	height: 84px;
	padding: 68px 0px 0px 68px;
	background: url(../images/bg_contactbox.jpg);
	float: right;
}

#contentwrap {
	background: #f4f4f4;
	width: 820px;
	height: inherit;
	padding: 20px;
	margin: 0px 0px 10px 0px;
	float: left;
}

#nav {
	width: 140px;
	height: inherit;
	float: left;
}

#contentmain {
	width: 645px;
	float: left;
	margin: 0px 0px 0px 25px;
}

.header {
	width: 100%;
	border-bottom: 1px #bebebe solid;
	padding: 10px 0px 0px 0px;
	clear: right;
}

#content {
	width: 375px;
	height: inherit;
	float: left;
	padding: 25px 0px 0px 0px;
}

#images {
	width: 260px;
	height: inherit;
	float: left;
	padding: 25px 0px 0px 10px;
}

#images img {
	border: 3px #717171 solid;
	margin: 0px 0px 10px 0px;
}

#gallerywrap {
	width: 645px;
	height: inherit;
	margin: 25px 0px 0px 0px;
}

#footer {
	margin: 0 auto;
	width: 860px;
	height: 25px;
	text-align: center;
}

#footer p {
	font-size: 0.8em;
	color: #2d8cd3;
}

/*=====================================================*/
/*Nav Definitions
/*=====================================================*/

#nav a {
	display: block;
	width: 135px;
	height: 15px;
	padding: 10px 0px 0px 5px;
	border-bottom: 1px #bebebe solid;
	color: #4b4b4b;
	font-weight: bold;
}

#nav a:hover {
	display: block;
	width: 135px;
	height: 15px;
	padding: 10px 0px 0px 5px;
	background: #495b70;
	border-bottom: 1px #495b70 solid;
	color: #FFF;
	font-weight: bold;
}

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

#contactbox p {
	font-size: 0.8em;
	color: #FFF;
	padding: 0px 0px 8px 30px;
}

#contactbox p a {
	color: #FFF;
	text-decoration: none;
}

#contactbox p a:hover {
	color: #3ea7d7;
	text-decoration: none;
}


/*=====================================================*/
/*Content Definitions
/*=====================================================*/

ul.list {
 	list-style-type: disc;
 	list-style-image: url(../images/li.gif);
 	list-style-position: outside;
 	line-height: 1.2em;
	margin: 0px 0px 15px 10px;
 	color: #434343;
}

.listdiv {
	margin: 0px 10px 25px 0px;
	padding: 10px 10px 10px 15px;
 	background: #F0F0F0;
 	border: 1px #D6D6D6 solid;
}

#content li {
	padding: 0px 0px 10px 5px;
}

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

#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;	
}

#gallery {
	background-color: #e1e1e1;
	border: 1px #bebebe solid;
	padding: 10px;
	width: 625px;
}

#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	padding: 5px;
	margin: 0px 0px 5px 0px;
	background: #bebebe;
	border: 1px #9d9d9d solid;
}
#gallery ul a:hover img {
	margin: 0px 0px 5px 0px;
	padding: 5px;
	background: #e1e1e1;
}
#gallery ul a:hover { 
	color: #fff; 
	}
