body {
	font-size: 15px !important;
	font-family: Century Gothic !important;
	line-height: 20px !important;
	letter-spacing: 0pt !important;
	font-weight:normal !important;
}

.subsection {font-weight:bold;}

h5 {
	/*color: #768083;*/
	font-size: 15px;
	font-family: Century Gothic;
	padding: 5px 0 5px 0;
	margin:-10px 0 0 0;
	font-weight:normal;
	
}

h3{
	/*color: #768083;*/
	font-size: 15px;
	font-family: Century Gothic;
	padding: 5px 0 5px 0;
	margin:-2px 0 0 0;
	font-weight:normal;
	
}


h4 {
	/*color: #768083;*/
	font-size: 15px ;
	font-family: Century Gothic;
	padding: 5px 0 5px 0;
	margin:-20px 0 0 0;
	font-weight:normal;
	
}

div.SectionHeader h1.title {
	color: #000;
	margin: 0;
	padding: 2px 0 2px 0;
	text-shadow: none;
	font-size: 15px;
	font-family: Century Gothic;
	line-height: 20px;
	font-weight:bold;
}


/*======================= Picture Container styling =========================*/
div.pic {
	/*background: #979687;*/
	background: #fffff2;
	/* BEGIN Drop Shadow */
		-webkit-box-shadow: 0px 1px 10px #000;
		-moz-box-shadow: 0px 1px 10px #000;
		 box-shadow: 0px 1px 8px #000;
	/* END Drop Shadow */
	margin: 18px 0 16px;
	padding: 8px 10px 0 8px;
	position: relative;
}
/* positions left right and center pictures */
div.pic.l {
	/*float: left;*/
	margin-right: 24px;
}
div.pic.r {
	/*float: right;*/
	margin-left: 24px;
}
div.pic.c {margin: 0 auto 20px;}
/* img padding fix */
div.pic img {
	margin-bottom: 4px;
	padding: 0 10px;
}
/* picture captions */
.pic p {
	color: #000;
	font-family: Century Gothic;
	line-height: 20px;
	letter-spacing: 0pt;
	padding: 0 8px 12px;
	text-align: left;
	margin-top: 12px !important;
	 }
.pic .imgDesc{ color: #000000; font-style: italic; font-size: 10px;}
/*======================= Picture Container styling Ends =========================*/

#nav{
	background: #64574a;
	height: auto;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	height:30px;
	padding-top: 15px;
	padding-right: 15px;
}

#nav ul{
	margin: 0 0 0 0px;
}

#nav ul li{
	list-style-type: none;
	display: inline;
	margin: 0 40px 0 0px;	
}
#nav .left-nav{
	float: left;
	margin: 0 0 0 0px;
}
#nav .custom{
	float: right;
}

#nav #custSet {
	color: #fff;
	float: right;
	width: 530px;
}
#nav #custTitle {float: left; padding: 0 8px 0 18px;}
/* initial button state (eg. x1, x2, x3, x4, x5) */
#nav #custSet a {
	padding: 0 8px;
}
#nav #custSet #presets {
	padding-left: 14px;
	float: left;
}
/* button rollover */
#nav #custSet a:hover {
	background: #799097;
	cursor: pointer;
}

div.SectionHeader {
	margin: 0 auto;	
	position: relative;
	width: 99%;
}

/* the dropdown menu styles */
.SectionHeader li.jump ul {
	border-top: 1px solid #52473b;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0px;
	top: 16px;
	width: 256px;
	z-index: 999;
}
/* css hover over (so javascript isn't required */
.SectionHeader li.jump:hover ul {
	display: block;
}
/* fixes the bottom padding on lists */
.SectionHeader li.jump ul li { padding: 0; }
/* no floating from original ul */
.SectionHeader li.jump ul li, .SectionHeader li.jump ul li a {
	float: none;
}
/* style each list item */
.SectionHeader li.jump ul.dropdown li a {
	background: #FFFFF1;
	border: 1px solid #52473b;
	border-top: none;
	color: #000;
	display: block;
	font-size: 0.875em;
	line-height: 1.5em;
	padding: 6px 16px;
	text-align: left;
	text-decoration: none;
	z-index: 9999;
	
}


/* hover color */
.SectionHeader li.jump ul.dropdown li a:hover {
	background: #E6E6DC;
	color: #000000;
	font-weight: bold;
	-webkit-box-shadow: 1px 0px 2px #3b5258;
	-moz-box-shadow: 1px 0px 2px #3b5258;
	box-shadow: inset 1px 0px 2px #3b5258;
}

.SectionHeader ul.nav {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 25px;
	top: 16px;
	color: #ffffff;
	font-weight: bold;
}
/* ****************************************************************************************************************/
/* ----------------------------------- BEGIN SHADOWBOX STYLES ----------------------------------------------------*/
/* ****************************************************************************************************************/
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(shadowbox-loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(shadowbox-close.png);}
#sb-nav-next{background-image:url(shadowbox-next.png);}
#sb-nav-previous{background-image:url(shadowbox-previous.png);}
#sb-nav-play{background-image:url(shadowbox-play.png);}
#sb-nav-pause{background-image:url(shadowbox-pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}
/* ****************************************************************************************************************/
/* ------------------------------------- END SHADOWBOX STYLES ----------------------------------------------------*/
/* ****************************************************************************************************************/
