body {
background:#9AD3F6;
color:#303030;
font:76% Verdana,Tahoma,Arial,sans-serif;
margin:0;
padding:0;
text-align:center;
}

a {
color:#505050;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#808080;
text-decoration:underline;
}

p {
line-height:1.5em;
margin:0 0 15px;
}

ul {
  list-style-image: url(img/bseycbullet.gif);
}

/*** Main container ***/

#container {
background:#F0F0F0 url(img/bodybg.png) repeat-x;
color:#303030;
margin:0;
min-width:770px;
padding:0;
text-align:left;
width:100%;
}

/*** Header section ***/

#sitename {
color:#ffffff;
height:92px;
margin:0 20px 10px;
text-align:left;
}

#sitename h1,#sitename h2 {
font-weight:400;
letter-spacing:-1px;
margin:0;
padding:0;
}

#sitename h1 {
font-size:2.4em;
padding-top:20px;
}

#sitename h2 {
font-size:1.6em;
}

/*** Horizontal menu ***/

#mainmenu {
float:left;
margin-bottom:25px;
}

#mainmenu ul {
font-size:16px;
margin:0;
padding:0;
}

#mainmenu li {
float:left;
height:35px;
list-style:none;
margin:0;
padding:0;
}

#mainmenu a {
border-right:1px solid #b0b0b0;
color:#606060;
display:block;
font-size:0.7em;
padding:11px 10px 10px;
text-transform:uppercase;
}

#mainmenu a:hover {
background:#f0f0f0 url(img/menuhover.jpg) top left repeat-x;
color:#505050;
text-decoration:none;
}

#mainmenu a.current {
background:#f0f0f0 url(img/menuhover.jpg) top left repeat-x;
color:#505050;
text-decoration:none;
}

/*** Horizontal menu ***/

#sectionmenu ul {
font-size:12px;
margin:0;
padding:0;
display:inline;
padding:0px 5px 0px 5px;
text-align:center;
}

#sectionmenu {
text-align:center;
height:20px;
display:inherit;
padding:0px 5px 10px 5px;
font-size:12px;
}

#sectionmenu a {
color:#606060;
font-size:0.7em;
text-transform:uppercase;
text-align:center;
}

#sectionmenu a:hover {
color:#003399;
text-decoration:underline overline;
}

/*** Content wrap ***/

#wrap {
clear:both;
font-size:0.9em;
padding:0;
}

/*** Sidebars ***/

#leftside,#rightside {
margin:0;
padding:0 10px 10px;
width:165px;
}

#leftside {
float:left;
margin-right:10px;
}

#rightside {
float:right;
margin-left:10px;
}

#leftside h1,#rightside h1 {
color:#505050;
font-size:1.6em;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 12px;
}

#leftside h2,#rightside h2 {
font-size:1.1em;
margin:0 0 20px;
}

#leftside p,#rightside p {
font-size:0.9em;
line-height:1.4em;
margin:0 0 16px 10px;
}

.linklist {
list-style:none;
margin:0 0 16px 10px;
padding:0;
}

.linklist li {margin-bottom:0.7em;}

/*** Sidebar menu ***/

.nav {
background:#D4E2F1;
border:1px solid #b0b0b0;
color:#606060;
display:block;
margin-top:2px;
padding:4px 3px 3px 3px;
position:relative;
width:150px;
}

.nav:hover,.active {
background:#CFDEF0;
border:1px solid #909090;
color:#303030;
text-decoration:none;
}

.sub {
font-size:0.8em;
letter-spacing:1px;
margin:3px 0 2px 10px;
padding:4px 2px 2px 8px;
width:125px;
}

/*** Content ***/

#content,#contentalt {
background-color:#fafcff;
border:1px solid #909090;
color:#2a2a2a;
padding:10px 20px 5px;
background-image:url(img/secmenubg.gif);
background-position:top left;
background-repeat:repeat-x;
min-height:340px;
}

#content {margin:0 200px;}
#contentalt {margin:0 200px 0 20px;}

#content h1,#content h2,#contentalt h1,#contentalt h2 {
color:#606060;
font-size:1.8em;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 15px;
padding:0;
}

#content h2,#contentalt h2 {
font-size:1.6em;
margin-bottom:10px;
}

#content h3 {
color:#606060;
font-size:1.5em;
font-weight:bold;
letter-spacing:-1px;
padding:0;
}


#content img,#contentalt img {
border:1px solid #b0b0b0;
float:left;
margin:5px 15px 6px;
padding:5px;
}

#contentsearch,contentsearch alt {
background-color:#fafcff;
border:1px solid #909090;
color:#2a2a2a;
padding:10px 20px 5px;
background-image:url(img/secmenubg.gif);
background-position:top left;
background-repeat:repeat-x;
}

contentsearch {margin:0 200px;}
contentsearch alt {margin:0 200px 0 20px;}

contentsearch h1,contentsearch h2,contentsearchalt h1,contentsearchalt h2 {
color:#606060;
font-size:1.8em;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 15px;
padding:0;
}

contentsearch h2,#contentsearch alt h2 {
font-size:1.6em;
margin-bottom:10px;
}


/* Footer */

#footer {
background:#9AD3F6 url(img/bottom.png) top left repeat-x;
clear:both;
color:#FFFFFF;
font-size:0.9em;
font-weight:lighter;
margin:0;
padding:17px 0;
text-align:center;
width:100%;
height:100%;
}

#footer a {
color:#FFFFFF;
font-weight:lighter;
}
#footer a:hover {
color:#FFFFFF;
text-decoration:overline underline;
}

/* Various classes */

.thumbnail {
background:#fafbfc;
border:1px solid #b0b0b0;
margin:0 0 10px 10px;
padding:5px;
}

.clearingdiv {
clear:both;
height:30px;
width:1px;
}

.hide {display:none;}

/*** Text format ***/

.intro {
font-size:1.1em;
font-weight:bold;
}

.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}

.explainword a:hover {
cursor:help;
}

/**************************************************************
   Form Elements
 **************************************************************/

label {
  display: block;
}
.form,
textarea,
select {
  font: 400 1.1em verdana, sans-serif;
  color:#000033;
  background-color:#fafcff;
  border:1px groove #000066;
}
.form:hover,
textarea:focus,
textarea:hover {
  color: #000000;
  background-color:#DAE6F3;
  border-bottom:3px solid #CEDEEF;
  border-left:1px solid #909090;
  border-right:1px solid #909090;
  border-top:1px solid #909090;
}

.subresbutton {
  color:#FFFFFF;
  background-color:#0160B6;
  border-bottom:1px solid #000066;
  border-left:1px solid #000066;
  border-right:1px solid #000066;
  border-top:1px solid #000066;
}
#countbacktime
{
	color:#000000;
}

.icatchbox {
border:3px solid #000066;
width:90%;
text-align:center;
background-color:#D4E2F1;
padding:1px 1px 1px 1px;
}
.icbinner {
text-align:left;
font-size:130%;
font-weight:100;
padding:5px 5px 5px 5px;
background-color:#FFFFFF;
border:2px solid #000065;
}

.newsbreak {
background-image:url(img/news_break.png);
background-position:center;
background-repeat:repeat-x;
background-attachment:scroll;
width:100%;
height:25px;
}


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
color:#000000;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color:#FFFFFF;
padding: 5px 0;
text-align: right;
z-index:7;
background-color:#313131;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color:#313131;
color:#FF9900;
z-index:10;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 10;
}

/*Lightbox Gallery*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color:#000000;
	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;
	background-color:#FFFFFF;
	}
#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: transparent url(../img/gallery/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/gallery/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/gallery/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color:#000000;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	color:#000000;
	}

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color:#000000;
	}
	/*gallery end*/