@charset "utf-8";

/* Website Wide Styles
==============================================================*/

body /* Body Styles */
{
	margin: 0px;
	padding: 0px;
	
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: none;
	
	background-color: #000000;
}

h1 /* Main Page Heading */
{
	
}

#firHeader /* Logo Image */
{
	position: relative;
	z-index: 2;
	
	margin: 0px;
	padding: 0px;
	width: 490px;
	height: 105px;
	
	background-image: url(../images/header_logo.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#firHeader span /* Logo Text */
{
   display: none;
}

#flashbgCont /* Flash Background Container */
{
	z-index: 1;
	position: fixed;
	
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

h2 /* Main Section Heading */
{
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

h3 /* Main Section Sub Heading */
{
	margin: 0px;
	padding: 0px;
	color: #87B7C9;
	
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

h4 /* Sub Nav Heading */
{
	margin: 0px;
	padding: 25px 0px 10px 20px;
	color: #FFFFFF;
	
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	
	border-bottom: 2px solid #295158;
}

#dhtmltooltip /* Tooltip Container */
{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	color: #333333;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer /* Tooltip Pointer */
{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}


/* Header Styles
==============================================================*/

#headerCont /* Header Container */
{
	position: relative;
	z-index: 2;
	
	clear: both;
	margin: 0px auto;
	width: 900px;
	height: 105px;
}

#headerCont .logoHeader /* Nav Header Div */
{
	float: left;
	width: 490px;

	color: #A28F5C;
	font-weight: bold;
	text-align: right;
}

#headerCont .header /* Header Divs */
{
	float: left;
	width: 410px;

	color: #A28F5C;
	font-weight: bold;
	text-align: right;
}

#headerCont .header p /* Header Div Paragraph */
{
	margin-top: 35px;
}

#headerCont .header strong /* Header Div Bold */
{
	color: #FFFFFF;
	font-size: 14px;
}

#headerCont .header a /* Header Div Link */
{
	color: #FFFFFF;
	text-decoration: none;
}

#headerCont .header a:hover /* Header Div Hover */
{
	color: #DDC37E;
}


/* Navigation Styles
==============================================================*/

#navWrap /* Main Nav Wrapper */
{
	position: relative;
	z-index: 2;
	
	clear: both;
	margin: 0px auto;
	width: 999px;
	height: 31px;
}

#navLeft /* Main Nav Left Fade */
{
	float: left;
	width: 49px;
	height: 31px;
	
	background-image: url(../images/nav_left.png);
	background-repeat: no-repeat;
	background-position: left;
}

#navRight /* Main Nav Right Fade */
{
	float: left;
	width: 50px;
	height: 31px;
	
	background-image: url(../images/nav_right.png);
	background-repeat: no-repeat;
	background-position: left;
}

#navCont /* Main Nav Container */
{
	float: left;
	margin: 0px auto;
	width: 900px;
	height: 31px;
	
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#navCont ul /* Main Nav List */
{
	margin: 0px;
	padding: 0px;
	
	font-weight: bold;
	text-transform: uppercase;
	
	list-style-type: none;
}

#navCont li /* Main Nav Lines */ 
{
	display: inline; /* IE Fix! */
}

#navCont li a /* Main Nav Link */
{
	display: block;
	float: left;
	padding: 9px 21px 0px 21px;
	height: 22px;
	
	color: #FFFFFF;
	text-decoration: none;
	
	background-image: url(../images/nav_sep.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

#navCont li a:hover /* Main Nav Hover */
{
	color: #FFFF00;
}


/* Sub Navigation Styles
==============================================================*/
#subNavCont /* Sub Nav Container */
{
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

#subNavCont ul /* Sub Nav List */
{
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}

#subNavCont li /* Sub Nav List Items */
{
	margin: 0px;
	padding: 0px;
}

#subNavCont li a /*Sub Nav List Links */
{
	display: block;
	width: 220px;
	margin: 0px;
	padding: 7px 0px 7px 20px;
	
	color: #BDB892;
	text-decoration: none;
	
	border-bottom: 1px dashed #214147;
}

#subNavCont li a:hover /*Sub Nav List Link Hover */
{
	color: #FFFFFF;
	background-color: #193037;
}

#subNavCont .selected /* Sub Nav Selected Item */
{
	display: block;
	width: 220px;
	margin: 0px;
	padding: 7px 0px 7px 20px;
	
	color: #FFFFFF;
	
	border-bottom: 1px dashed #214147;
	background-color: #294F5A;
}


/* Welcome Page Push Through / Flash Image Area
==============================================================*/

#pushAreaCont /* Push Through Area Container */
{
	position: relative;
	z-index: 2;
	
	margin: 0px auto;
	width: 999px;
	height: 460px;
}


/* Push Through Styles
==============================================================*/

#pushCont /* Push Through Container */
{
	position: relative;
	z-index: 2;
	
	position: absolute;
	margin: 305px 49px 0px 50px;
	width: 900px;
}

#pushCont ul /* Push Through List */
{
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}

#pushCont li /* Push Through Line */
{
	display: inline; /* IE Fix! */
}

#pushCont li a /* Push Through Link */
{
	display: block;
	float: left;
	margin-right: 1px;
	padding: 5px 8px 0px 8px;
	width: 206px;
	height: 143px;
	
	color: #87B7C9;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	
	border: 1px solid #87B7C9;
	background-image: url(../images/push_bg.gif);
	background-repeat: repeat-x;
}

#pushCont li a:hover /* Push Though Hover */
{
	border: 1px solid #87B7C9;
	background-image: url(../images/push_bg_over.gif);
	background-repeat: repeat-x;
}

#pushCont li a strong /* Push Through Title */
{
	color: #FFFFFF;
	font-size: 14px;
	text-transform: none;
}

#pushCont .pushImage /* Push Though Image */
{
	margin-top: 12px;
	width: 206px;
	height: 94px;
	
	border: 0px;
}


/* Upcoming Events Styles
==============================================================*/

#eventsWrap /* Upcoming Events Wrapper */
{
	position: relative;
	z-index: 2;
	
	clear: both;
	margin-top: 10px;
	height: 30px;
	
	border-top: 1px solid #BDB892;
	border-bottom: 1px solid #BDB892;
}

#eventsCont /* Upcoming Events Container */
{
	margin: 7px auto;
	margin-bottom: 0px;
	width: 900px;
}

#eventsCont a /* Upcoming Events Link */
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#eventsCont a:hover /* Upcoming Events Hover */
{
	color: #DDC37E;
}

#eventsCont .title /* Upcoming Events Title */
{
	float: left;
	margin-right: 30px;
	
	color: #A28F5C;
	font-weight: bold;
	text-transform: uppercase;
}

#eventsCont .listEvent /* Individual Event */
{
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	
	border-right: 1px solid #FFFFFF;
}

#eventsCont .listEvent strong /* Event Name */
{
	font-weight: bold;
}

#eventsCont .more /* More Events */
{
	float: left;
}


/* Section Content Styles
==============================================================*/

#contentCont /* Main Content Container */
{
	position: relative;
	z-index: 2;
	
	clear: both;
	margin: 0px auto;
	margin-bottom: 0px;
	width: 900px;
}

#flashCont /* Main Content Flash Container */
{
	margin: 3px 0px 4px 0px;
	padding: 0px;
	width: 898px;
	height: 145px;
	
	border: 1px solid #C7C6A8;
}

#titleCont /* Main Section Title Container */
{
	margin: 0px;
	padding: 30px 25px 10px 25px;
	width: 850px;
	
	color: #FFFFFF;
	
	border-bottom: 1px solid #87B7C9;
	background-image: url(../images/secTitle_bg.jpg);
	background-repeat: no-repeat;
}

#mainSecCont /* Main Section Content Text Container */
{
	margin: 0px;
	padding: 0px;
	width: 900px;
	
	background-color: #213F49;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
}

#mainSecCont .imgHoriz /* Horizontal Content Image */
{
	float: left;
	width: 225px;
	height: 150px;
	
	margin: 0px 15px 15px 0px;
	padding: 0px;
	
	border: 1px solid #BDB892;
	border-bottom: 2px solid #FFFFFF;
}

#mainSecCont .leftCol /* Main Section Content Left Column */
{
	float: left;
	margin: 0px;
	padding: 25px 25px 0px 25px;
	width: 600px;
	
	line-height: 20px;
	
	background-color: #294F5A;
}

#mainSecCont .leftCol a
{
	color: #FFFFFF;
	text-decoration: underline;
}

#mainSecCont .leftCol a:hover 
{
	color: #FFFF00;
	text-decoration: none;
}

#mainSecCont .secTitle /* MSC Section Titles */
{
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 16px;
	font-weight: bold;
	
	text-align: left;
	
	border-bottom: 1px solid #7EADBE;
}

#mainSecCont .leftCol p /* MSC Left Coloumn Paragraph */
{
	margin: 0px 0px 25px 0px;
}

#mainSecCont .mainLink /* MSC Push */
{
	margin: 15px 0px 25px 0px;
}

#mainSecCont .mainLink a /* MSC Push Link */
{
	display: block;
	padding: 10px 15px 10px 30px;
	width: 553px;
	
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;

	border: 1px solid #294E5B;
	background-image: url(../images/arrow_small.gif);
	background-repeat: no-repeat;
	background-position: left;	
	background-color: #213F49;
}

#mainSecCont .mainLink a:hover /* MSC Push Hover */
{
	color: #FFFFFF;
	background-color: #193037;
}

#mainSecCont .rightCol /* Main Section Content Right Coloumn */
{
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	width: 240px;
	
	background-image: url(../images/subNav_bg.gif);
	background-repeat: repeat-y;
}


/* Contact Form Elements
==============================================================*/

#contactContainer /* Contact Container */
{
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 10px 0px;
	width: 600px;
}

#contactContainer .contactForm /* Contact Form DIV */
{
	margin: 0px;
	padding: 15px;
	
	background-color: #305D69;
}

#contactContainer .contactForm p /* Contact Form Paragraph */
{
	margin: 0px 0px 10px 0px;
}

#contactContainer .contactForm label /* Contact Form Label */
{
	width: 100px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block
}

#contactContainer .contactForm a /* Contact Form SC Link */
{
	color: #BDB892;
	text-decoration: none;
}

#contactContainer .contactForm a:hover /* Contact Form SC Hover */
{
	color: #87B7C9;
	text-decoration: underline;
}


/* Calendar Styles
==============================================================*/

.calMulti /* Multiple Calendar Display Container */
{
	margin: 0px 0px 20px 0px;
}

.calTitle /* Calendar Section Titles */
{
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 16px;
	font-weight: bold;
	
	text-align: left;
	
	border-bottom: 1px solid #7EADBE;
}

.calList /* Calendar List Display Container */
{
	margin-bottom: 25px;
}


/* Media Styles
==============================================================*/

.media /* Media Table */
{
	margin: 0px 0px 25px 0px;
	width: 600px;
	border: 0px;
}

.mediaHeader /* Media Headers */
{
	padding: 3px 5px 3px 5px;
	color: #294F5A;
	font-size: 12px;
	font-weight: bold;
	
	border-right: 1px solid #294F5A;
	background-color: #FFFFFF;
}

.mediaItem /* Media Items */
{
	padding: 3px 5px 3px 5px;
	text-align: center;
}


/* Footer Styles
==============================================================*/

#footerCont /* Footer Container */
{
	position: relative;
	z-index: 2;
	
	clear: both;
	margin: 50px auto;
	margin-bottom: 0px;
	width: 900px;
	
	color: #A28F5C;
	font-size: 10px;
}

#footerCont .copy /* Footer Copyright Notice */
{
	float: left;
	width: 450px;
	
	text-align: left;
}

#footerCont .valid /* Footer Valid XHTML / CSS Notice */
{
	float: left;
	width: 450px;
	
	text-align: right;
}

#footerCont .valid a /* Footer Valid Link */
{
	color: #A28F5C;
	text-decoration: none;
}

#footerCont .valid a:hover /* Footer Valid Hover */
{	
	color: #FFFFFF;
}

#endDocSpacer /* End of Website Spacer */
{
	position: relative;
	z-index: 2;
	
	clear: both;
	margin: 0px auto;
	width: 900px;
	height: 20px;
}