
/* --------------- web fonts ---------------- */
@import url(http://fonts.googleapis.com/css?family=Crete+Round:400,400italic);
@import url(http://fonts.googleapis.com/css?family=Allura);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300);


/* --------------- specialsSpace--------- */
.specialsSpace{
	width:990px;
	color:#777;
	border-bottom: #90b5c7 1px solid;
	}

.specialsSpace h1, .specialsSpace h2, .specialsSpace h3, .specialsSpace h4{
	font-family:"Open Sans", "Times New Roman", Times, serif;font-style:normal;font-weight:700; color:#444;}
	
.specialsSpace a{
	text-decoration:none;
	color:#305987;}

.specialsSpace a:hover {
	color:#000;}

.specialsSpace p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #333;
	line-height: 1.3em;
	}


/* --------------- blurbBlock ---------------- */
.blurbBlock {
	background: #EEE;
	border: 1px solid #CCC;
	margin:30px 20px 30px;
	padding:20px;
}
.blurbBlock p {
	/*font-family:"Crete Round", "Times New Roman", Times, serif;*/
	font-size: 16px;
	color: #777;
}

/* --------------- sectionHeader ---------------- */
.sectionHeader{
	width:990px;
	height:123px;
	background: url(headerbanner01.jpg) no-repeat;
	margin:0;
	padding:0;}

.sectionHeader h1{
	display:block;
	margin-left: 40px;
	font-size:43px;
	text-align:left;
	color:#FFF;
	padding-top: 35px;
	line-height:0.9em;
	}

.sectionHeader h2{
	display:block;
	width: 630px;
	margin-left: 20px;
	font-family: 'Allura', cursive;
	color:#000;
	font-size:32px;
	text-align:center;
	background: url(headerLine.png) center 19px no-repeat;
	}

.sectionHeader p{
	color:#000;
	font-size:14px;
	text-align:justify;
	margin-left:35px;
	font-style:normal;
	font-weight:normal;
	margin-top:20px;
	width: 600px;
	}
.sectionHeader img{
	float:left;
	margin: 7px 10px 0 20px;
}


/* --------------- sectionBody ---------------- */
.sectionBody{}
	
.sectionBody h2{
	font-size:16px;
	text-transform:uppercase;
	margin:10px 0 10px;;
	}

.sectionBody h4{
	margin-top: 20px;
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:5px;
	}
	
.sectionBody ul {
	margin-bottom:0px;
	list-style:none;}
	
.sectionBody li {
	background:url(bullet3.gif) no-repeat 4px 4px;
	padding:0px 0px 8px 13px;
	margin:0;
	font-size:13px;
	line-height:1.2em;}


/* --------------- sectionStories ---------------- */
.sectionStories{
	float:right;
	width:300px;}

.storyBlock {
	padding-bottom:0px;
	margin-bottom:20px;
	border-bottom:#CCC 1px solid;}
	
.storyBlock p {
	margin:0;
	padding-bottom:5px;}
	
.storyBlock h3 {
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:15px;
	color:#0d4767;
	line-height:1.1em;}


/* --------------- quoteBlock ---------------- */
.quoteBlock {
	background:#EEE;
	position:relative;
	margin:30px 0 20px;
	border: 2px solid #FFF;
	outline: 1px solid #CCC;}
.quoteBlock .quotes{position:absolute; top:5px; left:-7px;}
.quoteBlock p {
	font-family: "Crete Round", "Times New Roman", Times, serif;
	font-size:16px;
	color:#777;
	text-indent:10px;
	}
.quoteBlock p.desc {text-align:right; color:#324963; margin-top:10px; font-size: 13px;}


/* --------------- secdefBlock ---------------- */
.secdefBlock {
	background:url(bkg-secdef.jpg) repeat-x #FFF;
	border:#FFF 1px solid;
	outline: solid 1px #9cadb6;
	height:98px;
	margin:20px 0px;}

.secdefBlock img{
	float:left;
	margin:-1px;
	padding-right:13px;}

.secdefBlock p{
	padding:9px;}

.secdefBlock p.desc {text-align:right; font-size:10px; padding:0 10px;;}


/* --------------- sectionMedia ---------------- */
.sectionMedia{
	float:left;
	width:630px;
	}

.sectionMedia-Left{
	float:left;
	width:280px;
	}

.sectionMedia-Right{
	float:right;
	width:280px;
	}

.photoBlock {
	margin:0;}

.photoBlock p {
	margin:0 0 12px 0px;
	padding:0;
	color:#555;
	line-height:1.1em;}

.photoBlock img {
	display:block;
	border: none;
	margin-bottom:3px;}


/* ----------- sectionMap ----------- */

.sectionMap{
	border: 1px solid #CCC;
	width: 590px;
	height:215px;
}


/* ----------- sectionScroller ----------- */

.sectionScroller{
	overflow-y: hidden;
	overflow-x: scroll;
	border: 1px solid #CCC;
	width: 590px;
	height:215px;
}

.sectionScroller ul{
	background:#FFF;
	width:595px;
}/*146*/

.sectionScroller ul li{
	width: 121px;
	height: 170px;
	display:inline-block;
	margin:4px 0 0 4px;
	padding:0;
	float:left;
	background: #f2f2f2;
	border: 1px solid #ddd;
	padding: 10px;
}

.sectionScroller ul li:hover {
	background: #e3f1fc;
	cursor: pointer;
}

.sectionScroller ul li:first-child{
}

.sectionScroller ul li:last-child{
	margin-right:4px;
}

.sectionScroller ul li p{
}

.sectionScroller ul li h2{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 5px 0 4px;
	text-transform:none;
	line-height:1.0em;

}

.sectionScroller ul li h3{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin:10px 0;
	color: #666;
}

/*---- Deactivated ---- */
.sectionScroller ul li.deactivated p{
	color: #AAA;
}

.sectionScroller ul li.deactivated h2{
	color: #AAA;
}

.sectionScroller ul li.deactivated h3{
	color: #AAA;
}

.sectionScroller ul li.deactivated:hover {
	background: #f2f2f2;
	cursor: default;
}
/* ------*/

.sectionScroller img{
	border: 1px solid #aaa;
}

p.scrollerCaption {
	display:block;
	margin: 3px 0 10px;
	color: #666;
	font-size: 11px;
}

/* --------------- sectionArchive ---------------- */
.sectionArchive{
	background: url(bkg-shadow01.png) top repeat-x #efefef;
	display:none;}

/*.col-1, .col-2, .col-3{
	display:inline-block;
	letter-spacing:normal;
	width:305px;}

.col-2, .col-3{
	margin-left:17px;}*/

.sectionArchive h4{
	color:#333;
	font-size:12px;
	text-transform:uppercase;
	margin-bottom:10px;
	letter-spacing:normal;}

.sectionArchive ul {list-style:none;}
.sectionArchive li {
	background:url(bullet3.gif) no-repeat 4px 4px;
	padding:0px 0px 6px 13px;
	margin:0;
	font-size:12px;
	line-height:1.1em;
	letter-spacing:normal;}


/* --------------- margins ---------------- */
.margin0{padding: 0px 30px 20px 10px;}
.margin1{padding:20px;}
.margin2{padding:15px 17px 20px 20px;}
.margin3{padding:0px 20px;}
.margin4{padding:0px 0px;}


/* --------------- misc ---------------- */
.specialButton{
	font-family:"Crete Round", "Times New Roman", Times, serif;
	text-transform:uppercase;
	text-align:center;
	font-size:14px;
	text-shadow:1px 1px #FFF;
	color:#0d4767;
	background: #f2f2f2;
	border:1px solid #ccc;
	padding: 3px 0 5px;
	cursor:pointer;
	margin: 20px 0;
	box-shadow:2px 2px 2px #999;}

.specialButton:hover{
	background: #e3f1fc;}

.imgLeft{
	float:left;
	margin-right:10px;
	margin-top:3px;
}

.imgRight{
	float:right;
	margin-left:8px;
	margin-top:3px;
}

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

/* --------------------- popup (Paul's Code) --------------------- */
#popupClose {position:absolute;right:-12px;top:-12px;cursor:pointer;}
#popupBkg {display:none;position:fixed;height:100%;width:100%;top:0;left:0;background:#000000;z-index:900000;}
#popupBox {display:none;position:fixed;background:#fff;border:2px solid #cecece;z-index:1000000;padding:12px 12px 12px 12px;width:520px;}
.hiddenPopupContent {display:none;overflow:hidden;}
img.profileImage {float:left;margin:0 10px 10px 0;border:1px solid #000; width:120px;}
.profileText {overflow:hidden;}
.profileText h3 {margin:0 0 8px 0;font-size:22px;line-height:1.4em;}
.profileText h3 .sub {font-size:12px; line-height: 1.4em; font-family:Arial, Helvetica, sans-serif;}
.profileText p {color: #333;}