@import url("/lib/styles/nav.css");
/* GLOBAL STYLES ----------------------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000066;
}
#wrapper {
	clear:both;
	width: 733px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	position:relative;
	display:block;
	padding:0 10px 0 17px;
	background: url(/lib/images/site/column_bg.gif) repeat-y left;
}
* html #wrapper  /* this selector recognized by IE only */
{
  width: 760px;   /* total width (only for IE5.x/Win) */
  w\idth: 733px;  /* content width (for other IE) */
}
/* Hack for clearing the content div so the wrapper extends
   to the bottom. Reference: http://www.positioniseverything.net/easyclearing.html 
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

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

.footer {
	width:740px;
	height:25px;
	display:block;
	clear:both;
	font-size: 11px;
	text-align:center;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	}
a {
	text-decoration:underline;
	color:#990000;
	}
a:hover {
	text-decoration:none;
	}
.masthead {
	width:760px;
	padding:0;
	margin:0;
	margin-right:auto;
	margin-left:auto;
	}
.section {
	width:738px;
	height:32px;
	padding:0;
	background: #990000;
	clear:both;
	}
.section img {
	padding:0;
	margin:0;
	}

/* HOMEPAGE STYLES ----------------------------------------------------------*/

#hpleft {
	float:left;
	width:230px;
	}

#hpright {
	float:right;
	width:327px;
	padding:0;
	margin:0;
	background: url(/lib/images/site/hp_mission_bg.jpg) no-repeat left top;
}
.mission {
	padding:32px 10px 25px 20px;
}
.hpevents {
	padding:25px 15px 25px 30px;
	background: url(/lib/images/site/hp_event_bg.gif) repeat-y left;
	color:#999999;
	}
.hpevents ul {
	list-style: none;
	margin:0 0 0 0px;
	padding:0;
	}
.hpevents li {
	padding:3px 0 3px 0;
	margin:0;
	font-size: 13px;
	}
.hpbox {
	width:447px;
	background:#ECF1F6;
	padding:20px;
	}


/* SUBNAV STYLES ----------------------------------------------------------*/

#column {
	clear:left;
	width:165px;
	float:left;
	padding:0;
	margin:0 0 25px 0;
	
	}
#column .events {
	padding:0 10px 0 10px;
	font-size: 13px;
	}
#column a, .feature a, .address a {
	color:#FFFFFF;
	}
	
/* CONTENT STYLES ----------------------------------------------------------*/

#content {
	padding:32px 35px 25px 35px;
	margin:0 0 0 10px;
	width:487px;
	float:right;
	background: #FFFFFF url(../images/site/hp_content_bg.jpg) no-repeat left top;
	}

#content p {
	margin: 0 0 15px 0;
	}
	
#content ul {
	list-style: none;
	}
#content li {

	}
#content .cellON {
	background-color:#F8EDD7;
	font: 12px Arial, Helvetica, sans-serif;
	}
#content .cell {
	background-color:#F3DFB9;
	font: 12px Arial, Helvetica, sans-serif;
	}
#content input, #content textarea {
	border:none;
	padding:1px;
	}
#content .button {
	background-color:#E9D9B8;
	padding:2px;
	border: 1px solid #BD9360;
	}
.disclaimer {
	font: 12px Arial, Helvetica, sans-serif;
	margin-top: 50px;	
	color:#BD9360;
	clear:right;
	}
.details {
	background-color:#F8EDD7;
	font: 12px Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	}

h1 {
	color:#01084e;
	font-family:Georgia,Times,serif;
	font-size:26px;
	font-weight:500;
	margin:0;
	padding:0 0 15px 0;
	}
	
h2 {
	color: #990000;
	margin:0 0 10px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	}
.photo {
	float:right;
	margin:0 0 15px 15px;
	clear: right;
	}
#footer {
	width:760px;
	padding:20px 0 15px 0;
	color:#666666;
	font-size:12px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	}
#footer a {
	color:#666666;
	}

/* ===================================================	
	PARASITE STYLES	
=================================================== */
#toolbar a {
	background: #FF7F00;
	padding: 2px 5px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
}
