/* Top Elements */
* { margin: 0; padding: 0;}

body {
	background: #2592B9 url(back.jpg) top center repeat-y;
	font: 11px Verdana, Tahoma, arial, sans-serif;
	color: #666666; 
	text-align: center;
	margin: 10px 0 15px 0;	
}

/* links */
a, a:visited {	
	color: #326ea1; 
	text-decoration: none;		
}
a:hover {
	color: #383d44;
	padding-bottom: 0;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 	
	color: #333;		
}

h1 {
	font-size: 22px;	
	font-weight: normal;
	margin-bottom: 25px;
}
h2 {
	font-size: 16px;
	/* border-left: 10px #eeeeee solid; */
	clear: right;
	padding: 8px 0 6px 40px;
	margin: 20px 0 15px 10px;
	background: url(droplet.jpg) bottom left no-repeat;
	text-transform: uppercase;
}
h3 {
	font-size: 16px;	
}

h3, p {
	padding: 10px;		
	margin: 15px 0 0 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* images */
img.pic {
	background: #FdFdFd;
    border: 1px solid #DCDCDC;
	padding: 10px;
	margin: 0 10px;
}


/* start - table */

th {
	background: #eeeeee url(button.jpg) repeat-x;
	height: 29px;
	padding: 12px;
	text-align: center;
	color: #333;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	background: #F5F5F5;	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	width:400px;
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(button.jpg) repeat-x;
	border: 1px solid #dadada;
	cursor: pointer;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 910px;	
	margin: 0 auto;
	text-align: left;
	background: #fff url(content.jpg) repeat-y center top;
}
#content-wrap {
	float: left;
	width: 850px;
	margin-left: 30px;
	display: inline;
	padding: 0; 	
	border-top: 15px solid #fff;
	background: #fff url(content-wrap.jpg) repeat-x;
}
#header {
	position: relative;
	background: #fff url(header-top.jpg) repeat-y center top;
	height: 30px;
	width:910px;	
	padding: 0;	
	color: #fff;	
}

/* header links */
#header #header-links {
	position: absolute;
	top: 17px; right: 45px;	
	font-size: 10px;	
	font-weight: bold;
}
#header #header-links p {	
	padding: 0;	margin: 0;	
}
#header #header-links a {	
	color: #838181;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #444;		
}

/* header-photo */
#header-photo {
	position: relative;
	clear: both;
	margin: 2px auto;
	height: 250px;
	width: 850px;
	background: #fff url(header-photo.jpg) no-repeat center center;
}

/* Main Navigation */
#nav {
	clear: both;	
	padding: 0;
}
#nav ul {
	float: left;
	list-style: none;
	width: 849px;		
	padding: 0 0 0 2px;	
	margin: 0 0 0 30px;
	height: 45px;
	display: inline;
	text-transform: uppercase;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	background: #2592B9 url(nav.jpg) repeat-x;	
	display: block;
	float: left;
	width: 139px;
	text-align:center;
	margin: 0;
	border-right: 1px solid #bbbbbb;
	border-left: 1px solid #f5f5f5;	
	border-bottom: none;
	color: #ffffff;
	font: bold 13px/45px "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 2px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #ffffff;
	background: #DBDBDB url(nav-current.jpg) repeat-x;		
}
#nav ul li#current a {	
	background: #ffffff;
	border-top: #DBDBDB 1px solid;
	color: #333;
}

#nav ul li#current a:hover {	
	color: #333;
	border-top: #DBDBDB 1px solid;
	cursor: default;
}

/* Main Column */
.three-col #main {
	margin: 10px 190px 0 200px;
}
.two-col #main {
	margin: 10px 5px 0 195px;
	padding-left: 10px;
	border-left: 1px #eeeeee solid;
}

p, li {
	line-height: 18px;
	margin: 5px 0 0 0;
}

#main h1 {
	margin: 10px 10px 15px 10px;
	font: bold 22px 'Trebuchet MS', Tahoma, Sans-serif;	
	color: #444;
	padding: 25px 0 25px 10px; 		
	border-bottom: 1px solid #dadada;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 195px;	
	margin-top: 20px;
	/* border-right: 1px #eeeeee solid; */
}	
/* right column */
#rightcolumn {
	float: right;
	width: 190px;
	margin-top: 10px;	
}
#rightcolumn h1, #sidebar h1 {
	margin: 10px 5px 0 5px;
	padding: 5px 1px; 
	font: bold 13px 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444; 		
}


/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 910px;
	font-size: 11px;
	padding: 20px 0;
	text-align: left;	
	background: url(footer-bottom.jpg) no-repeat center bottom;	
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

/* footer */
#footer {
	clear: both;
	height: 35px;
	color: #fff;	
	margin: 0 auto 2px auto; 
	width: 850px;
	padding: 15px 0 10px 0;
	text-align: center;
	background: #ffffff url(nav.jpg) repeat-x;	
}

#footer a {
	color: #fff;
	text-decoration: none;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* special */
.breadcrumb {
	font-size: 10px;	
	padding: 2px 10px;
	text-align: right;
	margin: 0  10px -10px 10px;
	border-bottom: 1px #dddddd solid;
}

.border {
background: #fff url(content-wrap.jpg) top left repeat-x;
border: 1px #eeeeee solid;
padding: 10px;
}

/* Local Menu */

#verticalmenu {
padding: 5px 0 0 0;
}

.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 195px; /*WIDTH OF MAIN MENU ITEMS*/
}

.glossymenu li{
list-style-type: none;
position: relative;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
list-style-type: none;
position: absolute;
width: 150px; /*WIDTH OF SUB MENU ITEMS*/
left: 10px;
top: 0;
display: none;
background: #ffffff;
filter:alpha(opacity=100);
-moz-opacity:1;
border-top: 1px #dddddd solid;
border-right: 1px #dddddd solid;
border-bottom: 1px #dddddd solid;
}

.glossymenu li a{
list-style-type: none;
border-bottom: 1px #eeeeee solid;
color: #227899;
display: block;
width: auto;
height: auto;
padding: 2px 0 5px 0;
padding-left: 11px;
text-decoration: none;
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: #EEEEEE;
background: transparent url(arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
list-style-type: none;
color: #227899;
}

.glossymenu li a:hover{
font-weight: normal;
color: #CC0000;
}


/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }

.cat {
height: 20px;
padding: 0 0 0 5px;
display: block;
font-weight: bold;
}

.foot {
text-align: center;
font-size: 11px;
border-top: 1px #eeeeee solid;
padding: 10px 0 0px 0;
margin-top: 10px;
}

code {
	line-height: 18px;
	font: 11px Verdana, Tahoma, arial, sans-serif;
  	margin: 5px;
  	padding: 1px 5px 20px 10px;
  	text-align: left;
  	display: block;
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}

#slideshow {
	/* float: right; */
	border: none;
	padding: 0;
	/* background: url(images/flashback.gif) no-repeat; */
	margin: 55px 0 20px 1px;
}

/* 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: #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: transparent url(px.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(prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(next.gif) right 15% no-repeat; }


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

#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: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

td.thumb {
text-align: center;
width: 183px;
height: 180px;
background: url(frame.jpg) center top no-repeat;
padding: 0;
display: table-cell; 
vertical-align: middle;
}

img.thumb {
  border-top: 2px #AAAAAA solid;
  border-left: 2px #AAAAAA solid;
  border-right: 2px #EEEEEE solid;
  border-bottom: 2px #EEEEEE solid;
}

td.thumb a {
 cursor: url(../../images/magnify2.cur), pointer;
}

#basic-accordian{
	border:5px solid #EEE;
	padding:5px;
	width:600px;
	position:relative;
	left:20px;
	top:100px;
	margin-left:-10px;
	z-index:2;
	margin-top:-100px;
}

.accordion_headings{
	padding:5px;
	background:#99C903 url(bkgreen.gif) top left repeat-x;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#42A9CC url(bkblue.gif) top left repeat-x;
}

.accordion_child{
	padding:15px;
	background:#ffffff;
}

.header_highlight{
	background:#42A9CC url(bkblue.gif) top left repeat-x;
}
