/**
* --------------------------------------------------------------------------------------
* Master CSS
* ----------------------------------------------------
* Modified April 17, 2009 by Bree
* @author Bree Emmerson <bree@navigatormm.com>
* ----------------------------------------------------
*
* --------------------------------------------------------------------------------------
*/


/* 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {line-height: 1;}

ol, ul {list-style:none;}

blockquote, q {quotes:none;}

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

/* remember to define focus styles! */
:focus {outline:0;}

/* remember to highlight inserts somehow! */
ins {text-decoration:none;}

del {text-decoration:line-through;}


/* GLOBAL CLASSES
--------------------------------------------------------------------------------------- */
.clearfix:after {
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear: both;
}

.clear {clear:both;}

.floatLeft {float:left;}

.floatRight {float:right;}

.textLeft {text-align:left;}

.textRight {text-align:right;}

.textCenter {text-align:center;}

.border {border:1px solid #000;}

.bold {font-weight:bold;}

.pageLink {color:#186599;}

.highlight {background:#999; color:#FFF;}


/* TYPEOGRAPHY
--------------------------------------------------------------------------------------- */
p {
	color:#333;
	margin:0px 0px 18px 0px;
	line-height:18px;
}

a:link,a:visited,a:active,a:hover {text-decoration:none;}




/* GLOBAL
--------------------------------------------------------------------------------------- */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	background:#737373 url(../../images/interface/body-bg.jpg) 50% 0% no-repeat;
}

.wrapper {
	width:940px;
	position:relative;
	z-index:10;
	padding:0px;
	margin:85px auto 0px auto;
}

.sisterSite {
	width:142px;
	height:82px;
	position:absolute;
	top:40px;
	right:15px;
	z-index:10;
}


/* HEADER / PICTURE FRAME
--------------------------------------------------------------------------------------- */
#pictureFrame {
	width:940px;
	height:171px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	z-index:1;
}

#homeFade {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	z-index:5;
}


.logo {
	width:206px;
	height:68px;
	position:absolute;
	top:-74px;
	left:11px;
	background:url(../../images/interface/logo.gif) no-repeat;
}
	
.showForPrint {display:none;}
	

/* NAVIGATION
--------------------------------------------------------------------------------------- */
.navigation {
	height: 24px;
	width: 940px;
	position: relative;
	z-index: 30;
	margin: 0px;
	padding: 0px;
	font-size:13px;
	background:url(../../images/interface/nav-bg.gif) no-repeat;
}

	.navigation ul {
		margin:0px 0px 0px 10px;
		padding:7px 0px 0px 0px;
	}
	
		.navigation ul li {
			float:left;
			list-style:none;
			margin-right:15px;
		}
		
			.navigation ul li a {
				color:#000;
				font-weight:bold;
			}
			
			.navigation ul li a:hover {
				color:#186599;
			}


/* CONTENT AREA
--------------------------------------------------------------------------------------- */
.contentArea {
	width:940px;
	background:#e2e2e2 url(../../images/interface/content-bg.gif) no-repeat;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	min-height:305px;
	height:auto !important;
	height:305px;
}
		

.fullCol {
	width:920px;
	float:right;
	padding:0px 10px 0px 10px;
	margin:40px 0px 0px 0px;
}

	.fullCol h1 {
		width:920px;
		font-size:18px;
		font-weight:bold;
		color:#186599;
		letter-spacing:3px;
		border-bottom:1px #FFF solid;
		text-align:left;
		margin:0px 0px 30px 0px;
		padding:5px 0px 5px 0px;
	}
	
	.fullCol h2 {
		color:#186599;
		font-size:16px;
		margin:0px 0px 15px 0px;
	}
	
	.fullCol ul {
		margin:0px 0px 25px 20px;
		padding:0px 0px 0px 0px;
		list-style:inside;
		list-style-type:circle;
	}
	
		.fullCol ul li {
			margin:0px 0px 5px 0px;
		}
		
	.fullCol a {
		color:#186599;
	}
	

/* LIGHTBOX STYLES */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4000;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 4200;
	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: 4230;
}
#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;	
}


/* FOOTER
--------------------------------------------------------------------------------------- */
.footer {
	width:940px;
	height:13px;
	background:url(../../images/interface/content-btm-bg.gif) no-repeat;
	margin:0px auto;
	position:relative;
}

.copyright {
	width:930px;
	height:14px;
	margin:0px auto;
	font-size:10px;
	padding:5px;
	color:#fff;
}

	.copyright a {color:#999;}
