@charset "UTF-8";

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration: none;
}

:focus { outline: 0 }

html {
	background: #000 url(images/bgHtml.png) repeat-x;
	min-height: 560px;
}

body {
	color: #fff;
	background: url(images/bgBody.png) no-repeat center top;
	font-family: Candara, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
}

p { margin-bottom: 18px }

strong { font-weight: bold }

em { font-style: italic }

a { color: #fc0 }

a:hover { border-bottom: 1px solid #fc0 }

ol, ul { list-style: none }

.wrapper { clear: both }

.right { float: right }

.left { float: left }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after { content: "" }

blockquote, q { quotes: "" "" }

/* Layout */

.container {
	width: 960px;
	margin: 0 auto;
}

.central {
	width: 570px;
	float: left;
	margin: 30px;
}

.photogallery {
	width: 800px;
	float: left;
	margin: 30px;
}

.sidebar {
	float: left;
	width: 300px;
	margin: 30px 0;
}

/* HEADER */

#header { padding-top: 23px }

#logo {
	background: url(images/logo.png) no-repeat;
	width: 460px;
	height: 80px;
	text-indent: -9999px;
	display: block;
	margin-bottom: 22px;
}

#logo:hover { border: none }

/* Navigation */

#nav {
	background: url(images/bgNav.png) no-repeat;
	width: 920px;
	height: 50px;
	padding-left: 40px;
}

#nav li { display: inline }

#nav li a {
	text-indent: -9999px;
	height: 50px;
	display: block;
	float: left;
}

#nav li a:hover {
	border: none;
}

#nHom a {
	background: url(images/nHom.png) no-repeat;
	width: 104px;
}

#nAbo a {
	background: url(images/nAbo.png) no-repeat;
	width: 104px;
}

#nMan a {
	background: url(images/nMan.png) no-repeat;
	width: 167px;
}

#nSub a {
	background: url(images/nSub.png) no-repeat;
	width: 151px;
}

#nAwa a {
	background: url(images/nAwa.png) no-repeat;
	width: 230px;
}

#nCon a {
	background: url(images/nCon.png) no-repeat;
	width: 119px;
}

/* Active */	#nav li a.active { background-position: left bottom }

/* FADE */

.fadeThis {
	position: relative;
	display: block;
}
	
.fadeThis span, .active span { display: none }
	
#nav li a span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 50px;
}

#nHom a.fadeThis span.hover {	
	background: url(images/nHom.png) left center no-repeat;
	width: 104px;
}

#nAbo a.fadeThis span.hover {	
	background: url(images/nAbo.png) left center no-repeat;
	width: 104px;
}

#nMan a.fadeThis span.hover {	
	background: url(images/nMan.png) left center no-repeat;
	width: 167px;
}

#nSub a.fadeThis span.hover {	
	background: url(images/nSub.png) left center no-repeat;
	width: 151px;
}

#nAwa a.fadeThis span.hover {
	background: url(images/nAwa.png) left center no-repeat;
	width: 230px;
}

#nCon a.fadeThis span.hover {
	background: url(images/nCon.png) left center no-repeat;
	width: 119px;
}

/* TEXT */

.wrapperH1 {
	background: url(images/h1.png) no-repeat;
	width: 570px;
	height: 36px;
	margin-bottom: 15px;
}

.wrapperg1 {
	background: url(images/h1.png) no-repeat;
	width: 700px;
	height: 36px;
	margin-bottom: 15px;
}

.wrapperH2 {
	background: url(images/h2.png) no-repeat;
	width: 300px;
	height: 36px;
	margin-bottom: 15px;
}

h1, h2 {
	font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 36px;
	text-shadow: #666 1px 1px 2px;
	background: transparent url(images/hTitle.png) no-repeat scroll top right;
	display: block;
	padding-right: 25px;
	margin-left: 20px;
	float: left;
}

h1 span, h2 span {
	background: transparent url(images/hTitleSpan.png) no-repeat;
	display: block;
	padding-left: 25px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}

p.manage, address {
	border-left: 1px solid #888;
	margin-left: 5px;
	padding-left: 5px;
	color: #eee;
}

p.manage { text-align: left }

address {
	font-style: italic;
	margin-bottom: 18px;
}

p.more { text-align: right }

span.image {
	background-color: #fff;
	padding: 4px 4px 0 4px;
}

span.float { float: left; margin-bottom: 10px }

img { border: 1px solid #888 }

span.right { margin: 0 0 0 10px }

.note {
	font-size: 12px;
	line-height: 14px;
}

span a:hover { border: none }

/* News */

#news li p { margin-bottom: 0 }

#news li.sep {
	background: url(images/separator.png) no-repeat;
	width: 300px;
	height: 4px;
	display: block;
	margin: 5px 0 8px;
}
li.sep {
	background: url(images/separator.png) no-repeat;
	width: 300px;
	height: 4px;
	display: block;
	margin: 5px 0 8px;
}


/* FOOTER */

#footer { text-align: center }

#footer ul {
	background: url(images/bgFooter.png) no-repeat;
	width: 960px;
	height: 40px;
}

#footer ul li {
	display: inline;
	line-height: 40px;
}

.colon { margin: 0 12px }

#copyright {
	margin: 18px 0;
	font: 17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ccc;
}


/* Contact Form */

#form { margin-bottom: 30px }

.note {
	font-size: 12px;
	line-height: 13px;
	display: block;
	margin-bottom: 10px;
	color: #ddd;
}

#form p {
	padding: 0;
}

#form p span.image {
	padding-bottom: 3px;
}

span.contact { margin-top: 23px }

.inputBox {
	display: block;
	margin-bottom: 10px;
	position: relative;
}

#msgField {
	display: block;
	margin-bottom: 10px;
	position: relative;
}

label {
	display: block;
	position: absolute;
	top: 0;
	left: 7px;
	line-height: 25px;
	font-size: 15px;
	color: #444;
}

.field {
	display: inline;
	width: 240px;
	padding: 3px 5px 0 5px;
	height: 22px;
	line-height: 25px;
	border: 1px solid #ccc;
}

.textField {
	width: 242px;
	height: 130px;
	border: 1px solid #ccc;
	padding: 3px 4px;
	display: inline;
	margin-top: -18px;
}

.field:focus, .textField:focus {
	border-color: #0074a6;
}

.button_container {
	margin-top: 10px;
	clear: left;
}

.button {
	width:65px;
	margin-right: 5px;
}

p.padded { padding: 0 15px }

#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: #fff; 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(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

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

.gallery{
float:left;
margin-right:10px;
}

.clear{
clear:both;
}

.addthis_toolbox{
margin-top:20px;
}
