/****************************************************************
 * Style Sheet Name: global.css                                 *
 * Style Sheet Version: 1.0                                     		*
 * Style Sheet Info: Global/Default Styles            *
 *                                                             						          *
 ****************************************************************
 * bg Blue: 	#005295   		               
 * Subheader text Blue: 	#264391
  * Upcoming Events Yellow: 	#fffccc

 ****************************************************************/
/* Global Definitions */

html, body {
	margin: 0;
	padding: 0;
	background:url(/img/bg-main.jpg) no-repeat top center; 
	background-color:#005295;
	font-family: Verdana, Geneva, sans-serif;
	color:#333;	
	font-size:11px;
}


a, a:visited, a:active{
    text-decoration: underline;
    color:#03C;
}

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

#container-shd{
	width: 828px;
	margin: 0 auto;
	padding: 18px 0 0 0;
	background: url(/img/bg-main-shd.jpg) no-repeat;
}

#container {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0 ;
	background-color:#FFF;
	border: 1px solid #FFF;
}

p{
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 15pt;
	font-size:11px;
}

.hide {display: none; }

.clear{clear: both;}

h1{display:none;}

h3{
	margin: 0 0 10px 0;
	padding: 0;
	font-size:17px;
	font-family:Helvetica, Verdana, Geneva, sans-serif;
	font-weight:100;
	color:#264391;
	text-transform: uppercase;
}

h4{
	margin: 0 0 10px 5px;
	padding: 0;
	font-size:13px;
	color:#264391;
	text-decoration: none;
	text-transform:capitalize;
	
	}

/*** MAIN HEADER ********************************/
#header {
    width: 800px;
    height: 147px;
    margin: 0;
    padding: 0;
    background-image: url(/img/header.jpg);
    background-repeat: no-repeat;
    position:relative;
}

#header h1 {
    display: none;
}

.home {
    width: 225px;
    height: 110px;
    margin: 0 0 0 570px;
    padding: 0;
    display: block;
 }
 
 #date-time{
    height: 15px;
    width: 250px;
    margin: 0 0 0 14px;
    padding: 0 0 10px 0;
    display: block;
    color:#fff;
    font-size: 10px;
    position:absolute;
    top: 80px;
}

/*** SECTION HEADER ********************************/
#section-header{
	width:800px;
	height: 175px;
	margin:0;
	padding:0 0 35px 0;
}

#section-name{
	/* 340 x 175 */
	width:300px;
	height: 50px;
	background-image:url(../img/bg-section.gif);
	float:left;
	padding:125px 0 0 40px;
	margin:0;
}

#section-image{
	width:460px;
	height: 175px;
	margin:0;
	padding:0;
	border:0;
	float:left;
}

#section-name h2{
	color:#FFF;
	font-size:22px;
	font-family:Helvetica, Verdana, Geneva, sans-serif;
	font-weight:100;
	text-transform: uppercase;
	padding:0;
	margin:0;
}

/***SEARCH **************************************/
#search-box{
	width:227px;
	height: 24px;
	margin:0;
	padding: 0;
	border:0;
	position:absolute;
	left: 586px;
	top:116px;
	display: block;
}

.search-field{
	width:133px;
	height: 13px;
	margin:0;
	padding:2px;
	color:#000;
	font-size:10px;
	float:left;
}

#search-button{
	width:67px;
	height: 24px;
	margin:0;
	padding:0;
	border: 0;
	background-image:url(../img/search.jpg);
	background-position: 0 -48px;
	display:block;
	float:left;
	
}

#search-button:hover{
	background-image:url(../img/search.jpg);
	background-position: 0 -24px;
	display:block;
	border: 0;
}

#search-button:active{
	background-image:url(../img/search.jpg);
	display:block;
	border: 0;
}


/*WRAPPER **************************************/

#wrapper{
	padding: 0;
	margin:0 0 30px 0;
	background-image:url(../img/bg-content.gif);
}


/*  LEFT COLUMN **************************************/

#left-col{
	float:left;
	width:160px;
	margin: 0;
	padding: 0 5px 0 5px;
}

/*** CONTENT **************************************/
	
#content{
		float:left;
		margin: 0;
		padding: 0 20px 0 24px;
		width: 395px;
}

/*** BANNER **************************************/
	
#banner-col{
		float:left;
		width: 170px;
		margin: 0;
		padding: 0 0 0 10px;
		left:620px;
}

#banner-col img{
	margin: 0  0 0 12px;
	border:0;
}

/*** WHATS NEW **************************************/

.whats-new{
	width: 152px;
	float:left;
	margin: 0;
	padding: 12px 0 0 8px;
 	background:url(../img/new/new-homebg.jpg) no-repeat;
	display:block;
}

.whats-new img{
	width: 140px;
	height:100px;
}

#whats-new-secondary{
	width: 152px;
	margin: 100px 0 0 0 ;
	padding: 12px 0 0 8px;
	background:url(../img/new/new-homebg.jpg) no-repeat;
}

.whats-new-text{
	font-size:10px;
	color:#06C;
	margin: 0;
	padding: 2px 2px 0 3px;
	width:144px;
	line-height:11px;
}

.whats-new img, #whats-new-secondary img{
	border: 2px solid #FFF;
	margin: 0;
	padding: 0;
}

.whats-new img:hover, #whats-new-secondary img:hover{
	border: 2px solid #09F;
}

#whats-new-image-details{
	float:right;
	width:140px;
	height:100px;
	padding: 14px 10px  12px 10px;
	background:url(../img/new/new-homebg.jpg) no-repeat;
}
#whats-new-image-details-stroke{
	width:136px;
	height:96px;
}

/*** UPCOMING  EVENTS **************************************/
.event-location{
	display:block;
	border-bottom: 1px solid #CCC;
	padding:2px 6px 0 5px;
	margin: 4px 4px 4px 0px;
	font-size:11px;
	color:#666;
	background-color:#EDFAF7;
}

.event-link{font-weight:bold;}
/***FOOTER **************************************/

#footer{
	clear:both;
	margin: 0; 
	padding: 0;
	width:800px;
	background-image: url(/img/bg-footer.jpg);
	color:#FFF;
	font-size: 13px;
 }


#footer a{
	margin: 0;
	padding: 0;
	font-weight:normal;
	text-decoration: none;
	color: #f4f4eb;	
}

#footer a:hover {
    font-weight:normal;
    text-decoration: underline;
    color:#FFFCCC;
}

#footerNav{
	padding: 5px 0 0 20px;
}

#footerCopyright{
	padding: 5px 0 0 20px;
	font-size:10px;

}

#footerBottom{
	height: 45px;
	width:800px;
	background-image: url(/img/footer-fdl.jpg);
}

.middot{
	padding: 0 5px 0 5px;
	font-size: 16px;
	font-weight:bold;
}