/* CSS Document */



/*****************************************************************
General Styles
******************************************************************/
body 
	{
	margin: 0 auto;
	padding: 0;
	font: 11px arial;
	background: #62764D url(../images/body_bg.jpg);
	}
	
.clear
	{
  	clear:both; 
	/*** these next attributes are designed to keep the div 
	height to 0 pixels high, critical for Safari and Netscape 7 ***/ 
	  height:1px; 
	  overflow:hidden; 
	  line-height:1%; 
	  font-size:0px; 
	  margin-bottom:-1px; 
} 
	
/*****************************************************************
Contain Styles
******************************************************************/
#contain
	{
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
	width: 972px;
	}	

/*****************************************************************
Header Styles
******************************************************************/
#header
		{
		margin: 0;
		padding: 0;
		width: 972px;
		height: 90px;
		background: #FFFFFF url(../images/header_bg.jpg) repeat-x;
		}
		
#header .logo
		{
		float: left;
		margin: 0;
		padding: 0;
		}

#header .logo p
		{
		margin:10px 10px 10px 15px;
		padding: 0;
		}
		
#header .aux
		{
		float: right;
		margin: 10px 10px 0 0;
		padding: 0;
		}

#header .aux p
		{
		margin: 5px 5px 5px 10px;
		padding: 0;
		}
		
#header .aux a
		{
		display: block;
		float: left;		
		margin: 0 0 0 3px;
		padding: 3px 0 3px 3px;
		text-decoration: none;
		border-top: solid 1px #D7E2BF;
		border-right: solid 1px #D7E2BF;
		width: 60px;
		font: bold 10px arial;
		color: #616956;
		}
		
#header .aux a:hover
		{
		display: block;
		float: left;
		margin: 0 0 0 3px;
		text-decoration: none;		
		padding: 3px 0 3px 3px;
		border-top: solid 1px #D7E2BF;
		border-right: solid 1px #D7E2BF;
		width: 60px;
		font: bold 10px arial;
		color: #FFD07B;
		}
/*****************************************************************
ContentLeft Styles: Main Nav
******************************************************************/
#contentleft
		{
		float: left;
		margin: 0;
		padding: 0 0 15px 0;
		width: 718px;
	/*	height: 471px !important;
		height: 400px;*/
		background: #FFFFFF; /*url(../images/contentleft_bg.jpg) repeat-y;*/
		}
#contentleft p
		{
		margin: 0;
		padding: 0;
		}
		
#contentleft .nav
		{
		margin: 0;
		padding: 0;
		width: 718px;
		height: 25px;
		background: #FFFFFF url;
		}

#contentleft .nav p
		{
		margin: 0 0 0px 0;
		padding: 0 0 0 10px;
		}
		
/*#contentleft .nav a
		{
		display: block;
		float: left;		
		background: url(../images/nav_bg.jpg);
		background-repeat:no-repeat;
		margin: 0 0 0 3px;
		padding: 0px 0 0 3px;
		text-decoration: none;
		width: 109px;
		font: bold 11px Arial;
		color: #616956;
		}
		
#contentleft .nav a:hover
		{
		display: block;
		float: left;
		background: url(../images/nav_hover.jpg);
		background-repeat:no-repeat;
		margin: 0 0 0 3px;
		text-decoration: none;		
		padding: 0px 0 0 3px;
		width: 109px;
		font: bold 11px arial;
		color: #616956;
		}
		
*/

/*****************************************************************
ContentLeft Wrapper (to hold flash and news areas)
******************************************************************/
#contentleft .wrapper
		{
		float: left;
		margin: 0;
		padding: 0 0 0 0;
/*		width: 483px !important;
		width: 483px;
*/
		width: 483px;
		}


/*****************************************************************
ContentLeft Content
******************************************************************/		

#contentleft .drillheader h1
		{
		margin: 0 0 5px 0;
		padding: 3px 0 7px 10px;
/*		width: 470px !important;
		width: 470;
*/		
		width: 470px !important;
		width: 460px;
		height: 10px;
		font: bold 14px arial;
		color: #616956;
		background-color: #FFECCC;		
		}
#contentleft a
		{
		margin: 0 0 0 0px;
		padding: 0px 0 0px 0px;
		text-decoration: underline;
		color: #E7A614;
		}



#contentleft .content
		{
		float: left;
/*		width: 473px !important;
		width: 473px;
*/		
		width: 471px;
		height:400px !important;
		height: 400px;
		overflow:auto;
		margin:0 0px 0 0;
		padding:0 0px 0 0;
		background:#fff;
		}
#contentleft .content h1
		{
		margin: 0 0 0 0;
		padding: 3px 0 7px 10px;
		width: 435px;
		height: 10px;
		font: bold 14px arial;
		color: #616956;
		background-color: #FFECCC;		
		}
#contentleft .content h2  
		{
		margin: 0 0 5px 0;
		padding: 10px 25px 0 10px;
		font: bold 14px arial;
		color: #616956;
		}
#contentleft .content p
		{
		margin: 0 0 5px 0;
		padding: 10px 25px 0 10px;
		font: 11px Arial;
		color: #616956;
		}
#contentleft .content ul
		{
		margin: 0 0 5px 0;
		padding: 0px 25px 0 10px;
		font: 11px Arial;
		color: #616956;
		}
#contentleft .content li
		{
		margin: 0px 0 10px 20px;
		padding: 0px 20px 0 0px;
		font: 11px Arial;
		color: #616956;
		}
#contentleft .content a
		{
		margin: 0 0 0 0px;
		padding: 0px 0 0px 0px;
		text-decoration: underline;
		color: #E7A614;
		}
#contentleft .content a:hover
		{
		text-decoration:none;
		color: #191f14;
		}
#contentleft .content a:visited
		{
		text-decoration: none;
		color: #616956;
		}

/*****************************************************************
ContentLeft Styles
******************************************************************/
.noNav{
	background-image:url(../images/home_watermark.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#subnav
	{
	float: left;
	text-align: left;
	margin:0px 15px 0 10px;
	padding: 20px 0px 0px 0;
	width: 196px;
	height: 425px !important;
	height: 425px;
	background-color:#E1E1C9;
	}	


#subnav p
	{
	font-size:11px;
	margin: 0px 0 6px 0px;
	text-decoration: none;
	font: bold 11px Arial;
	color: #616956;
	}
	
	
#subnav a
	{
	text-align:left;
	font-size:11px;
	margin: 10px 0 10px 10px;
	text-decoration: none;
	font: bold 11px Arial;
	color: #616956;
	}


/*.subnav p
	{
	font-size:11px;
	margin: 10px 0 10px 10px;
	text-decoration: none;
	font: bold 11px Arial;
	color: #616956;
	}*/

#subnav a:hover
	{
	text-decoration: none;
	color: #E7A614;
	}	

#subnav a.on
	{
	text-decoration: none;
	color: #E7A614;
	}
	
/***********************************************************
subsubnav
*********************************************************/

#contentleft ul
	{
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 5px 17px 10px 0px;
	border: 0; 
	font: 10px arial;
	color: #616956;
	}
	
#contentleft li a.third
	{
	text-decoration: none;
	margin: 0 0 0 25px;
	color: #616956;
	}

#contentleft li a:hover.third
	{
	text-decoration: none;
	color: #616960;
	}	
	
#contentleft a.thirdon
{
	color: #000000;
	text-decoration: none;
	margin: 0 0 0 25px;
	background-color: #616956;
	padding: 1px 3px 1px 3px;
}  
		
/*****************************************************************
ContentRight Styles
******************************************************************/

#contentright 
	{
	float: right;
	margin: 0;
	padding: 0 0 15px 0;
	width: 254px;
	background-color:#fff;
	}	
/****************************************************************
ContentRight Calendar
**********************************************************************/
			
table.homecalendar
	{
	display: block;
	float: left;
	margin: 0 0 10px 20px !important;
	margin: 0 0 10px 10px;
	padding: 0;
	border: 0;
	width: 200px;
	border-top:#D7E2BF solid .25px;
	}

table.homecalendar td a
	{
	text-decoration: none;
	color: #616956;
	}
	
table.homecalendar td.today a
	{
	text-decoration: none;
	color: #FFFFFF;
	}
	
table.homecalendar td a:hover
	{
	text-decoration: underline;
	color: #FFD07B;
	}

table.homecalendar td
	{
	margin: 0;
	padding: 0;
	border: 0;
	height: 22px;
	background: #FFFFFF url(/images/header_bg.jpg) repeat-x;
	vertical-align: top;
	}
	
table.homecalendar td.header
	{
	margin: 0;
	padding: 0;
	border: 0;
	height: 15px;
	background: #fff;
	vertical-align: top;
	}
	
table.homecalendar td.header p
	{
	margin: 10px 0 25px 0;
	padding: 0;
	border: 0;
	}
	
table.homecalendar td.pager
	{
	margin: 0 0 25px 0;
	padding: 0;
	border: 0;
	height: 16px;
	background: #FFFFFF url(/images/callouts/calendar.jpg);
	background-repeat:no-repeat;
	vertical-align: top;
	}
	
table.homecalendar td.pager p
	{
	display: block;
	float: left;
	margin: 0 0 5px 3px;
	padding: 3px 0 0px 3px;
	text-align: left;
	text-decoration: none;
	width: 109px;
	font: bold 11px arial;
	color: #616956;
	}
table.homecalendar td.pager a
	{
	color: #616956;
	}

table.homecalendar td.pager a:hover
	{
	color: #333;
	}

table.homecalendar .dates td
	{
	margin: 0;
	padding: 0;
	border: 0;
	width: 25px;
	height: 10px;
	background: none;
	vertical-align: top;
	}

table.homecalendar td.off
	{
	background: #E1E1C9;
	}
	
table.homecalendar td.off p
	{
	color: #616956;
	}
	
table.homecalendar td.event
	{
	background: #FFE2AE;
	}

table.homecalendar td.event a:hover
	{
	text-decoration: none;
	color: #fff;
	}
		
table.homecalendar td.today
	{
	background: #616956;
	color: #333333;
	font: arial #FFFFFF;
	}

table.homecalendar td p
	{
	margin: 0;
	padding: 10px 3px 0 0;
	border: 0;
	text-align: right;
	font: 10px arial;
	color: #fff;
	}

table.homecalendar td p.day
	{
	margin: 0;
	padding: 0px 0 0 0;
	border: 0;
	text-align: center;
	font-weight: bold;
	font: 10px arial;
	color: #616956;
	}
	
table.homecalendar .dates td p
	{
	margin: 0;
	padding: 2px 0 0 2px;
	border: 0;
	font: 10px arial;
	font-weight: bold;
	}
	
/*****************************************************************
Contentright Upcoming Events
******************************************************************/	

	
#contentright .updates
		{
		display: block;
		float: left;	
		margin: 10px 0 0 20px !important;
		margin: 10px 0 0 10px;
		padding: 0 0 0px 0px;
		width:200px;
		height:130px;
		background: #FFFFFF url(../images/callouts/upcoming_events.jpg);
		background-repeat:no-repeat;
		background-color:#E1E1C9;
		border-top:#D7E2BF solid .25px;
		}

#contentright .updates p
		{

		margin: 0 0px 0px 10px;
		padding:0px 0px 0px 0px;
		font: 11px arial;
		color: #616956;

		}
		
#contentright .updates a
		{
/*		margin: 0 0 0 0px;
		padding: 3px 0 3px 3px;*/
		text-decoration: none;
		font: bold 11px arial;
		color: #616956;
		}

		
		
/*****************************************************************
Contentright Features: News
******************************************************************/	

#contentright .news
		{
		display: block;
		width:200px;
		height:60px;
		float: left;	
		margin: 10px 0 0 20px !important;
		margin: 10px 0 0 10px;
		padding: 0 0 0 0px;
		background: #FFFFFF url(../images/callouts/in_the_news.jpg);
		background-repeat:no-repeat;
		background-color:#E1E1C9;
		border-top:#D7E2BF solid .25px;
		}

#contentright .news p
		{
		margin: 0 0 5px 0px;
		padding:0px 0px 0px 10px;
		font: 11px arial;
		color: #616956;
		}
		
#contentright .news a
		{	
		display: block;
		float: left;
		margin: 0 0 0 0px;
		padding: 3px 0 3px 10px;
		text-decoration: none;
		width: 109px;
		font: bold 11px arial;
		color: #616956;
		}
/*****************************************************************
News Forward Back buttons
******************************************************************/	
#newsNavBtns{
	margin:0 0 0 0;
	padding:15px 10px 0 0;
	height: 400px;
}
#newsNavBtns .left{
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
}
#newsNavBtns .right{
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:right;
}
#newsNavBtns a{
	font-size:11px;
	margin: 10px 0 10px 10px;
	text-decoration: none;
	font: bold 11px Arial;
	color: #616956;
	}

#newsNavBtns a:hover
	{
	text-decoration: none;
	color: #E7A614;
	}	

#newsNavBtns a:visited
	{
	text-decoration: none;
	color: #616956;
	}






/********************************************************************
Content Right ThumbNails
*********************************************************************/

#contentright .thumb
	{
	width:200px;
	height:55px;
	margin: 10px 0 0 20px !important;
	margin: 10px 0 0 10px;
	padding:0 0 0 0;
	float:left;
	background-color:#E1E1C9;

	}
#contentright .thumb img
	{
	padding:10px 7px 0px 0;
	margin:0 0 0 0;
	border:0;
	}
#contentright .thumb p
	{
	padding:0 0 0 0;
	margin:0 0 0 8px;
	}
#contentleft .thumb a
	{
	text-decoration:none;
	background-color:#E1E1C9;
	padding:0 0 0 0;
	margin:0 0 0 0;

	}
		
/*****************************************************************
Footer Nav
******************************************************************/	
#footer
		{
		text-align: center;
		font: 11px arial;
		text-transform: uppercase;	
		display: block;
		margin: 0 auto;
		padding: 10px 0 0 0;
		width: 972px;
		}

#footer p
		{
		margin: 0 0 0 0px;
		padding: 0px 0 0px 10px;
		text-decoration: none;
		color: #E1E1C9;
		}
#footer a
		{
		margin: 0 0 0 0px;
		padding: 0px 0 0px 0px;
		text-decoration: none;
		color: #E1E1C9;
		}
		
#footer a:hover
		{
		color: #FFD07B;
		}
		
#footer a:visted
		{
		color: #FFD07B;
		}		
.disc{
		margin: 0 0 0 0px;
		padding: 20px 0 0px 0px;
		text-align: center;
		font: 9px arial;
		text-transform: uppercase;	
		color:#E1E1C9;
}


