@charset "utf-8";
/* CSS Document */


body {
	font: 9.5pt Verdana, Arial, Helvetica, sans-serif;
	background:  #3E3E3E;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#F7F7F7;
	
}
.oneColFixCtr #container {
	width: 782px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	background-color: #373737;
	background:  #3E3E3E;
}

.oneColFixCtr #goldborder	{
	background: url('images/background_content9.jpg') no-repeat top center;
	border: 1px solid #BC810E;
	padding: 10px 15px;
	}

#flash	{
	border-width: 1px;
	border-style:solid;
	border-color: #000000;
	
	}

.oneColFixCtr #nav  {
background-color: black;
height: 30px;
}


#header	{
	width: 100%;
	background: url('images/header4.jpg') no-repeat top center;
	width: 782px;
	height: 105px;
	/* border: 1px solid #000000; */
	
	
	}

#footer		{
	
	padding: 5px 0 12px 0;
	color: #FBEDD3;
	text-align:center;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	background: url('images/footer_back.jpg') repeat-x bottom center #000000;
	margin-bottom: 15px;
	
}


.header_text	{
	
	color:#D1D1D1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-left: 100px;
	}
	
h1	{
	font-size: 16px;
	color: #D1D1D1;
	color:#E8E8E8; 
}

h2	{
	font-size: 13px;
	color: #D1D1D1;
	color:#E8E8E8;
	text-decoration:underline;
	margin-bottom: 3px; 
	margin: 15px 0 4px 0;
}

.pic_right_home	{
	float: right;
	margin: 5px 0 15px 25px;
	border: 1px solid #000000;
	}
	
.pic_right_group	{
	float: right;
	margin: 5px 0 15px 25px;
	width: 225px;
	}
	
.pic_left	{
	float: left;
	margin: 25px 0 0 0;
	vertical-align: baseline; 
	}
	
.border	{
	border: 1px solid #000000;
}
	
.nav	{
	float: right;
	font: bold 12px/30px Georgia,serif;
	color:white;
	padding: 0 0;
	text-align: center;
	margin: 0 15px;
	}
	
.clear	{clear: both; height: 0; margin: 0; padding: 0;}

table.facilities	{padding: 0; font: 9pt Verdana, Arial, Helvetica, sans-serif;}
.nav_active	{ text-decoration : none; color:#F7F7F7; font-family :  Arial, Geneva, Helvetica, sans-serif; font-size : 11pt; font-weight: bold }
.smalltext	{font: 8.5pt Verdana, Arial, Helvetica, sans-serif; font-style:italic }
	
	
A.nav_link:link{ text-decoration : none; color:#EEA317; font-family :  Arial, Geneva, Helvetica, sans-serif; font-size : 11pt; font-weight: bold } 
A.nav_link:Visited{ text-decoration : none; color:#EEA317;  font-family : Arial, Geneva, Helvetica, sans-serif; font-size : 11pt; font-weight: bold } 
A.nav_link:Active{ text-decoration : none;	color : white;	font-family : Arial, Geneva, Helvetica, sans-serif;	font-size : 11pt;	font-weight: bold } 
A.nav_link:Hover{ text-decoration : none; color: white; font-family : Arial, Geneva, Helvetica, sans-serif; font-size : 11pt; font-weight: bold } 


A.link:link{ text-decoration : underline; color:#FBEDD3; font-family :  Arial, Geneva, Helvetica, sans-serif; font-size :10pt; font-weight: bold } 
A.link:Visited{ text-decoration : underline; color:#FBEDD3;  font-family : Arial, Geneva, Helvetica, sans-serif; font-size :10pt; font-weight: bold } 
A.link:Active{ text-decoration : none;	color : white;	font-family : Arial, Geneva, Helvetica, sans-serif;	font-size :10pt;	font-weight: bold } 
A.link:Hover{ text-decoration : none; color: white; font-family : Arial, Geneva, Helvetica, sans-serif; font-size :10pt; font-weight: bold } 
	


