/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

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

body {
	font: 13px/180% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 
	margin: 0; padding: 0 0 20px 0;
	background: #000 url(../images/bg.jpg) repeat-x;
	text-align: center;
	letter-spacing: 1px;
	font-size-adjust: none;
	text-transform: none;
}

/* Links */
a {
	text-decoration: none;
	color: #2F8CB9; 	
}
a:hover {
	color: #000;
	border-bottom: 1px dotted #2F8CB9;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font: bold 1em/1.5em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #111;
	padding: 15px 10px 5px 10px;
	margin: 0;
}
h1 {
	font-size: 170%;
	font-weight: normal;
	background-image: url(../images/bg_menuheader.jpg);
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 170%;
	font-weight: normal;
}
h4 {
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 10px;
	padding-bottom: 0px;
}
h5 {
	font-size: 100%;
	letter-spacing: 2px;
	padding: 15px 10px 0px 10px;
	margin: 0;
}
h6 {
	font-weight: normal;
	font-size: 80%;
	letter-spacing: 2px;
	padding: 15px 10px 0px 10px;
	margin: 0;
}

p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #3399CC;
}
dd {
  padding-left: 25px; 
}

/* Images */
img {
	background-color: #E3E6E8;
    border: 1px solid #DDDDDD;
	padding: 5px;
}
img.float-right {
  	margin: 3px 0px 0px 10px;  
}
img.float-left {
  	margin: 3px 10px 0px 0px;
}
code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #3399CC;
}
blockquote {
	margin: 15px 0px;
 	padding: 20px 0px 10px 10px;  
	border-left: 5px solid #3399CC;
	background: url(../images/quote.jpg) no-repeat 10px 6px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;	
}
th {
	color: #555;
	background: #E6E6E6;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;	
}
tr {
	height: 34px;	
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #ECECEC;	
}	
/* end - table */

/* form elements */
form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1; 
	background: #fdfdfd; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;  	
}
textarea {
	width: 350px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 12px 0 15px 8px;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 115px;
	color: #666666; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#header-wrap {
	position: relative;
	background: transparent;
	margin: 0 auto;
	width: 980px;
	height: 396px;
	text-align: left;	
}
#header {
	position: absolute;
	top: 36px; left: 0px;	
	padding: 0;		
	height:320px; 
	width: 980px;
	clear: both;
	border: 0px;
	z-index: 1;
}
#header img {
	border: none;
	margin: 0; padding: 0;
} 

/*  Navigation  */
#nav {
	position: absolute;
	margin: 0; padding: 0;		
	width: 980px;	
	height: 24px;
	left: 10px;	top: 355px;	
}
#nav ul {
	float: left;
	list-style: none;
	width: 980px;
	height: 24px;
	margin: 0; 
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;	
	padding: 4px 33px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #747474;
	background-color: #000;
	border-left: 5px solid #000;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #FFFFFF;
	background-color: #1D1D1D;
	border: none;
	border-left: 5px solid #006699;
}
#nav ul li#current a {	
	color: #999999;
	background: #1D1D1D url(../images/bg_menuheader.gif) no-repeat;
	border-left: 5px solid #FF9900;
}

#header-wrap h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 62px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1.5px;
	color: #070000;
	text-decoration: none;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 135px; left: 48px;
}
#header-wrap h1#logo-text a:hover {
	background: none;	border: none;
}

/* header top menu */
#header-wrap #topmenu {
	position: absolute;
	top: 5px; left: 10px;
	padding: 0; margin: 0;
	width: 230px; height: 26px;
	background: #000;	
	z-index: 1;
	border: none;
}
#header-wrap #topmenu img{
	border: none;
	padding: 0px;
	margin: 0px 20px 0px 0px;
	width: 32px;
	height: 26px;
}

/* header quick search */
#header-wrap form#quick-search {
	position: absolute;
	top: 5px; right: 10px;
	padding: 0; margin: 0;
	width: 230px; height: 26px;
	background: #000;	
	z-index: 2;
	border: none;
}
#header-wrap form#quick-search p {
	margin: 0; padding: 0;		
}
#header-wrap form#quick-search .tbox {
	margin: 0 0 0 4px;
	width: 160px;
	border: none;
	color: #ABABAB;
	font-size: 10px;
	background: url(../images/bg_search.jpg);
}
#header-wrap form#quick-search label {
	display: none;	
}
#header-wrap form#quick-search button.btn, #header-wrap form#quick-search .btn{
	width: 32px;
  	height: 26px;
  	padding: 0;
  	margin: 0;
  	border: 0;
  	background: #000 url(../images/search.gif) no-repeat center top;
  	overflow: hidden;
	vertical-align: top;
  	cursor: pointer; /* hand-shaped cursor */
}
form>#header-wrap form#quick-search button.btn { /* For non-IE browsers*/
  	height: 0px;
}

#content-outer {
	background: #fff;
	width: 100%;
}
#content-wrapper {
	width: 980px;
	margin: 0 auto;	
	text-align: left;
}
#content {
	float: left;
	width: 100%;
	background-color: #fff;		
}

.col-one {
	float: left;
	width: 500px;
	padding-left: 0px;
}
.col-two {
	float: right;
	width: 210px;
	margin-left: 20px;
	margin-top: 12px;
}
.col-three {
	float: right;
	width: 225px;
	margin-left: 0px;
	margin-top: 12px;
}
.col-four {
	float: left;
	width: 355px;
	padding-left: 0px;
}
.col-five {
	float: right;
	width: 355px;
	margin-left: 20px;
}
.col-six {
	float: left;
	width: 710px;
	padding-left: 0px;
}
.col-one, .col-two, .col-three, .col-four, .col-five, .col-six {
	padding-bottom: 20px;
}

#content .col-one h2, #content .col-four h2, #content .col-five h2, #content .col-six h2 {
	padding-bottom: 3px;
	font: normal 3em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #000;
	text-transform: none;
	border-bottom: 1px solid #e6e6e6;
	margin-left: 5px;
	padding-left: 5px;
}
#content .col-one h2 a, #content .col-four h2 a, #content .col-five h2 a, #content .col-six h2 a {
	color: #000;
	text-decoration: none;	
	background: none; 
	border: none;
}
#content .col-one ul li, #content .col-four ul li, #content .col-five ul li, #content .col-six ul li {
	list-style-image: url(../images/bullet.gif);
}
#content-wrapper .col-two h3, 
#content-wrapper .col-three h3 {
	color: #111;
	font: normal 1.8em "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
	padding: 5px 10px;
	margin: 15px 0 5px 0;
}
#content-wrapper .col-two .menu{
	background: url(../images/bg_col3.gif) no-repeat;
}
#content-wrapper .col-two .menu h3 {
	padding-left: 18px;
}
.breadcrumb {
	font-size: 9px;
	padding: 0px 0px 0px 10px;
	margin: 0;
	height: 12px;
	color: #999999;
	line-height: 12px;
	letter-spacing: 2px;
}
.agenda {
	margin: 20px 0px 0px 10px;
	line-height: 100%;
}
.date {
	color: #111;
	font: normal 1.8em "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
}
.title {
	color: #111;
	font: bold 120%/140% "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
}
.line {
	margin: 0px 0px 0px 10px;
	height: 10px;
	border-bottom: 1px solid #e6e6e6;
	clear: both;
}
.newsdate {
	color: #111;
	font: normal 100%/100% "Trebuchet MS", Tahoma, Arial, sans-serif;
	margin: 5px 0 0 10px;
	letter-spacing: 3px;
}
.newstitle {
	color: #111;
	font: normal 130%/140% "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
	font-stretch: none;
}
.newsclearspace {
	height: 40px;
	clear: both;
}
.upcoming {
	margin: 15px 0px;
 	padding: 0 0 10px 10px;  
	border-left: 5px solid #3399CC;
}

/* sidebar menu */

ul.sidemenu {
	border-top: 1px solid #e6e6e6;
	list-style: none;
	padding: 0;	
	margin-left: 0;
}
ul.sidemenu li a {
	display: block;
	width: 98%;
	line-height: 2em;
	padding: 4px 0 4px 5px;
	border: none;
	margin-left: 0;
	color: #999;
	border-left: 5px solid #3399CC;
	border-bottom: 1px solid #e6e6e6;
	background-color: #fff;
}
ul.sidemenu li a span {
	color: #999;
	font-style: italic;
	font-weight: normal;
}
ul.sidemenu li a:hover {
	border-left: 5px solid #FF9900;
	padding: 4px 0 4px 5px;
}
ul.sidemenu li a:hover,
ul.sidemenu li a:hover span {
	color: #fff;
	text-decoration: none;
	background-color: #000;
	border-bottom: 1px solid #000;
}
ul.sidemenu li#active a {
	color: #666666;
	font-weight: bold;
	background-color: #EFEFEF;
	border-left: 5px solid #FF9900;
	border-bottom: 1px solid #e6e6e6;
	padding: 4px 0 4px 5px;
}

/* footer */
#footer-wrapper {
	clear: both;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#footer-wrapper h3, #footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper h3 {
	font: normal 1.6em/1.6em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ABABAB;	
}
#footer-wrapper img {
	background: #000;
    border: 1px solid #333;
}
#footer-wrapper .thumbs img:hover	{
	border: 1px solid #FF9900;
	background: #333;	
}
#footer-wrapper a {
	color: #ccc;
	background: transparent;
}
#footer-wrapper a:hover {
	color: #fff;
	padding-bottom: 2px;
	border-bottom: 1px dotted #FF9900;
}
#footer-wrapper .thumbs a:hover {
	border-bottom: none;
}
#footer-wrapper ul.footer-list {
	border-top: 1px solid #111;
	list-style: none;
	padding: 0;	
	margin-left: 0;
}
#footer-wrapper ul.footer-list li a {
	display: block;
	width: 98%;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0 4px 5px;
	border: none;
	margin-left: 0;
	color: #666666;
	border-left: 5px solid #006699;
	border-bottom: 1px solid #111;
}
#footer-wrapper ul.footer-list li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
}
#footer-wrapper ul.footer-list li a:hover {
	border-left: 5px solid #FF9900;
	padding: 4px 0 4px 5px;
}
#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li a:hover span {
	color: #fff;
	text-decoration: none;
	background-color: #1D1D1D;
	border-bottom: 1px solid #111;
}
#footer-wrapper ul.footer-list li#curr a {	
	color: #999999;
	background-color: #1D1D1D;
	border-left: 5px solid #FF9900;
	background: #1D1D1D url(../images/bg_menuheader.gif) no-repeat 0px 2px;
	padding: 4px 0 4px 18px;
	width: 91%;
}
#footer {
	float: left;
	width: 100%;
	padding: 0;
	margin-left: 5px;
	margin-top: 10px;
}
#footer .col-two, #footer .col-three {
	margin-top: 0px;
}
#footer-bottom {
	clear: both;
	border-top: 1px solid #111;
	width: 880px;
	margin: 0 auto;	
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;	
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}
#footer-bottom img{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: text-bottom;
}

/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img { 
	padding: 4px;
	margin: 8px;
	width: 50px;
	height: 50px;
}
.thumbs img:hover	{
	border: 1px solid #FF9900;
	background: #333;
}
.thumbs a:hover { background-color: transparent; border: none }

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

/* clearing */
.clearer { clear: both; }
.clear { display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

/* 
  -----------------------------------
  Lightbox styles
  -----------------------------------
*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
#lightbox img {
	background: none;
    border: none;
	padding: 0px;
}
#lightbox a img{ border: none; }

#lightbox a:hover {	border-bottom: 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(../images/lightbox/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(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 13px "Trebuchet MS", Verdana, Arial, 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; padding-bottom: 1.0em; }	
#imageData #caption{ font-weight: normal; }
#imageData #numberDisplay{ font-size: 10px; display: block; clear: left; }			
#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 */ 

/* 
  -----------------------------------
  End Lightbox styles
  -----------------------------------
*/
