﻿body
{
    margin: 0px;
    line-height: 130%;
    background-color: #214074;
    font-family: Arial, Sans-Serif;
    text-align:left;
}

H1 {margin-top:0px; padding-top:8px; font-family:Trebuchet MS, Verdana, Sans-Serif; font-size:180%;}

#mainContentAreaHolder
{
    background-image: url(images/internal-content-bg.gif);
    background-repeat:repeat;
    width:950px;
    text-align:left;
}

#mainContentArea
{
    padding: 10px 30px 10px 30px;
    width:890px;
    min-height:400px;
    text-align:left;
}

#internalNavigationHolder
{
    background-image: url(images/internal-navigation-bg.gif);
    width:950px;
    height:32px;    
    text-align:left;
}
img {display:block;}
#internalNavigationDiv
{
    padding-left:50px;
    padding-top:6px;
    color:White;
    text-align:left;
}
#bottomDiv
{
    width:946px;
    height:40px;
    background-color: #86c95f;
    border: solid 2px  #df772e;  
    text-align:left;
}

a {color:Navy;}
a:visited {color: Navy;}
a:active {color:Navy;}
a:hover
{
	color: #ff7800;
}

a.navLink {}
a.copyrightInfo {color:White;}
.copyrightInfo 
{
    font-family:Arial, Sans-Serif;
	color:#fff; 
	font-size:70%;
}

/* HOME PAGE */
a.homeNavLink {font-family:Trebuchet MS, Verdana, Sans-serif; color:#fff; font-size:110%; text-decoration:none;}
.homeNav1 {padding-top:6px;}
.homeNav2 {padding-top:6px;margin-left:35px;}
.homeNav3 {padding-top:6px;margin-left:60px;}
.homeNav4 {padding-top:6px;margin-left:72px;}
.homeNav5 {padding-top:6px;margin-left:80px;}
.homeNav6 {padding-top:6px;margin-left:82px;}
.homeNav7 {padding-top:6px;margin-left:75px;}
#homeNavDiv1 {background-image:url(images/home-nav-1.gif); height:42px; width:289px;}
#homeNavDiv2 {background-image:url(images/home-nav-2.gif); height:42px; width:289px;}
#homeNavDiv3 {background-image:url(images/home-nav-3.gif); height:42px; width:289px;}
#homeNavDiv4 {background-image:url(images/home-nav-4.gif); height:42px; width:289px;}
#homeNavDiv5 {background-image:url(images/home-nav-5.gif); height:42px; width:289px;}
#homeNavDiv6 {background-image:url(images/home-nav-6.gif); height:42px; width:289px;}
#homeNavDiv7 {background-image:url(images/home-nav-7.gif); height:43px; width:289px;}
.homeCLeft {width:43px; background-image:url(images/home-content-left-bg.gif);}
.homeCRight{width:255px; background-image:url(images/home-sidebar-bg.gif);}
.homeContentArea {padding:6px 10px 10px 10px; background-color:#EAF2FF; min-height:497px;}
#homeStoryC {background-image:url(images/home-sidebar-yourstory.gif); height:58px; width:255px;}
#homeStory {padding-top:21px; text-align:center;}
#homeRSSC {background-image:url(images/home-sidebar-rss.gif); height:62px; width:255px;}
#homeRSS {padding-top:12px; margin-left:45px; margin-right:8px;text-align:center; line-height:110%;}
a.homeSide {font-family:Trebuchet MS, Verdana, Sans-serif; color:#2e386b; font-size:110%; text-decoration:none;}


/* LIGHTBOX GALLERY STYLES */
#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 STYLES */
#GalleryViewText 
{
    margin:5px;
}

#GalleryViewText .Title 
{
    text-align:center;
    font-weight: bold;
    font-size: 14px;
}
#GalleryViewText .Date 
{
    float:left;
    margin-bottom: 5px;
}
#GalleryViewText .Count 
{
    float:right;
}

#Album
{
    text-align: center;
    width: 900px;
    margin-top: 10px;
}

#AlbumHeader 
{
    font-weight: bold;
    min-height: 40px;
    width: 900px;
    padding: 3px
}
#AlbumHeader .Header
{
    float:left;
    font-size: 16px;
}
#AlbumHeader .Date
{
    float: right;
    font-size: 16px;
}
#AlbumHeader .Desc
{
    font-size: 13px;
}
.AlbumHeaderInfo
{
    font-size: 12px;
}

.small {font-size: 11px;}
/**************************/

/**************************/
/*****NAVIGATION***********/
/**************************/


#menuwrapper 
{
    font-family: verdana, Helvetica; color:#fff; font-size: 14px; text-decoration:none;font-weight:bold;
	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	background-color: #fff;
	margin-left:0px;
	padding-left:50px;
	
	
	/*background-image: url(images/p7exp_mbar.jpg);
	background-repeat: repeat-x;*/

}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#p7menubar {
	/*width: 50em;*/
}
#p7menubar, #p7menubar ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
	color: Black;
}
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 15px 3px 15px;
	/*border-top: 1px solid #be4800;
	border-left: 1px solid #be4800;*/
	color: white;
}
#p7menubar a.trigger 
{
    
	z-index: 100;
	/*background-image: url(images/p7PM_dark_south.gif);
	background-repeat: no-repeat;
	background-position: right center;*/
}

#p7menubar a.trigger:hover {
	z-index: 100;
	/*background-image: url(images/p7PM_dark_south.gif);
	background-repeat: no-repeat;
	background-position: right center;*/
}
#p7menubar li {
	float: left;
	width: 9em;
}
#p7menubar li {position: relative;}

/* hide from IE mac \*/
#p7menubar li {position: static; width: auto;}
/* end hiding from IE5 mac */

#p7menubar li ul, #p7menubar ul li  {
	width: 18em;
}

#p7menubar li ul
{
    font-size:90%;
    position: absolute;
    display: none;
    background-color: #8fb1e9;
    border-right: 1px solid #df772e;
    border-left: 1px solid #df772e; /*background-image: url(images/p7exp_mgrad.jpg);*/
    font-weight: normal;
    z-index:100;
}
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #fff;
	background-color:#4e7ac3;
	padding-top:3px;
	height:22px;
	border-top: solid 2px #df772e;
	border-bottom: none;
	border-left: none;
	text-align: left;
	z-index:100;
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
	border-top:none;
}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #391700;
	background-color: transparent;
	border-bottom: 1px solid #df772e;
	border-top:none;
}
#p7menubar ul a:hover {
	background-color: #cfa374 !important;
	color: #000000 !important;
	z-index:100;
}
/**************************/
/*****NAVIGATION***********/
/**************************/

