/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

/*@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/grid.css';
@import 'lib/lightbox.css';
@import 'bp-compressed.css';
@import 'suckerfish.css';*/

/* ------ Main Layout Styles ------- */


body {
font-family:verdana,arial,sans-serif;
font-size: 81.25%;
}

#homeNews {
	padding-left: 20px;
		padding-right: 20px;
}

h1.title {
	font-size: 1em;
	text-align: center;
}


	
#attachedFiles ul li img {
	display:none;
}

#nav{
	width: 780px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

#nav ul{
	list-style-type: none;
}

#navul{
	width: 780px;
	float: left;
	white-space: nowrap;
	padding: 2px 0 !important;
	margin: 0;
/*	overflow: hidden;*/
}

#navul ul{
	display: none;
/*	width: 110px;*/
	float: left;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	white-space: normal;
}

#navul li{
	position: relative;
}

#navul li:hover > ul{
	display: block;
}

#navul > li {
	float: left;
	background: #d8a513;
	margin: 0 0 0 2px;
/*	display:none;*/
}

#navul > li:first-child{
	margin: 0;
}

#navul > li li{
	
}

#navul a{
	background: #d8a513;
	display: block;
	text-align: center;
	height: 24px;
	color: #fff;
	width: 106px;
	padding: 0 2px;
	font: normal 11px/24px "Times New Roman", serif;
	text-decoration: none;
}

#navul ul a{
	height: auto;
	font: 11px/16px "Times New Roman", serif;
	padding: 3px 2px;
	border-top: 1px dotted #fff;
	*border-top: 1px solid #fff;
}

#navul > li:first-child a{
	width: 104px;
}

#navul ul.subSubNav{
	left: 110px;
	top: 0;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}

#navul ul.subSubNav li:first-child a{
	border-top: none;
}

#nav a:hover, #nav a:focus{
	color: #000;
}

/* --------- HOME PAGE SLIDESHOW ANIMATED STYLES-----*/

#splash { 
	width: 779px; 
	height: 185px; 
	overflow: hidden; 
	position: relative;
	}

#main-buttons { }

#splash .slide {  
	width: 779px; 
	height: 185px;
	overflow: hidden; 
	}


#splash .slide > a{
	display: block;
	height: 100%;
	width: 100%;
}

#splash .slide .overlay { 
	background:url('../img/transBlack.png'); 
	position: absolute; 
	bottom: 20px; 
	right: 0; 
	display: block; 
	float: left;
	padding:12px 20px;
	z-index: 1000;
	}

#splash .slide .overlay h4 { 
	color: #FFF;
	margin-bottom: 3px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	margin:0px;
	padding:0px;
}

#splash .slide .overlay h4 a {  
	outline: none;
/*	color: #d8a513;*/
	color: #fff;
	display: block;
	text-decoration: none !important;
	text-transform: uppercase;
}

#splash .slide .overlay h4 a:hover {
	color: #d8a513;
/*	text-decoration: none;*/
}


#splash .slide .overlay h4 { }

#splash .slide .overlay p { margin: 0;padding: 0;text-align:left;}

#splash .slide .overlay h4 a:hover { }

#slide-numbers {
	position: absolute;
	bottom: -10px;
	right: 10px;
	z-index: 1000;
}

#slide-numbers a { 
	outline: none;
	margin: 0 0 0 3px;
	display: block;
	text-indent: -9999em;
	background: url("../img/slidenumber.png") no-repeat 0 -25px;
	height: 12px;
	width: 12px;
	float: left;
}

#slide-numbers a:hover { }

#slide-numbers a.activeSlide { 
text-decoration: none;
background: url("../img/slidenumber.png") no-repeat 0 0;




}

table{
	clear: both;
	position: relative;
	z-index: 1;
}

.slidecaption { 
/*	color: #999;*/
	color: #fff;
	font-size: 11px;


}

#homeNews h3 {
font-size: 12px;
line-height: 1.25;
}

#homeSlideshow {
position: relative;
margin-bottom: 20px;
}

.sectionLinks{
	background: #fff;
	border: 4px double #d8a513;
/*	margin: 2px;*/
	padding: 8px 0;
	margin-top: 8px;
	float: left;
	width: 191px;
}

.sectionLinks h3{
	margin: 0;
	padding-bottom: 8px;
}

.sectionLinks ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.sectionLinks a{
	font-weight: bold;
	font-size: 12px !important;
	color: #d8a513;
	text-decoration: none;
}

.sectionLinks a:hover{
	text-decoration: underline;
}

#relatedSectionLinks{
	padding: 0 12px;
}

#relatedSectionLinks li{
	padding-top: 8px;
}

#relatedSectionLinks li:first-child{
	padding: 0;
}

