html, body {
	height: 100%;
}

body {
	background: #ffffff ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #324651;
	margin: 20px 0 10px 10px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#324651;
	font-size:18px;
	margin: 0 0 10px 10px;
}


h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	margin: 0 0 10px 0;
	padding-right:25px;
	width:auto;
	display:inline;
	background:url(../images/hr_blue.gif) no-repeat bottom right;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#324651;
	font-size:18px;
	margin: 0 0 10px 10px;
}

.hidden 
{
    display: none;
}

p {
	margin: 0 15px 10px 10px;
	line-height:18px;
}

a {
	color: #324651;
	text-decoration: underline;
}

a:hover {
	color: #ad630f;
	text-decoration: underline;
}

strong {}

.border {
	border:1px solid #333333;
	padding:1px;
}

.hide_text {
	display:none;
}

.numberedList
{
	margin: 0px 0px 0px 50px;
	list-style: decimal outside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #324651;
}

.numberedList li
{
	margin: 0px 0px 30px 0px;
}

.faqanswer
{
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0px 0px 0px;	
}

.hometext
{
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	margin: 10px 0px 0px 10px;	
}

.contentTable
{
	border: dotted 1px #EEEEEE;
}

.contentTable tbody th, .contentTable tbody td
{
	border-bottom: dotted 1px #EEEEEE;
}

.contentUl
{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	font-weight: normal;
}

.contentUl li
{
	padding: 5px 0px 0px 10px;
	list-style-position: outside;
	list-style-type: square;
}

.contentUl ul li
{
	padding: 5px 0px 0px 20px;
	list-style-position: inside;
	list-style-type: circle;
}

.staff {
	border: 1px solid #666666;
	clear: left;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	padding: 4px 8px 8px 8px;
}

.staffBox {
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

.educationlinks
{
	margin: 10px 0px 0px 10px;
	font-size: 12px;
	font-weight:normal;
	line-height: 35px;
}

/********************* MAIN BODY *************************/

#main_body {
	margin: auto;
	width: 766px;
}

/********************* HEADER STYLES *************************/

#top {
	height:215px;
	position:relative;
	z-index:101;
	background:url(../images/bg_top.jpg) no-repeat;
}

#top .logo a {
	display:block;
	height:207px;
	width:230px;
	position:relative;
	top:6px;
	text-indent:-10000px;
}

.main_nav {
	position:absolute;
	bottom:1px;
	left:240px;
}

/********************* HOME STYLES *************************/

#content_home {
	width: 766px;
	position:relative;
}

.bnr_home {
	position:absolute;
	top:52px;
	left:256px;
	border:1px solid #697e8a;
}

.home_green {
	background:url(../images/block_green.jpg) no-repeat;
	height:103px;
	width:384px;
	float:left;
	margin:0;
}

.home_blue {
	background:url(../images/block_blue.jpg) no-repeat;
	height:93px;
	width:367px;
	float:left;
	color:#ffffff;
	padding:10px 0 0 15px;
	margin:0;
}

.home_blue a {
	color:#ffffff;
}

.home_blue ul {
	margin:5px 0 0 0;
}

.home_blue ul li {
	padding-left:10px;
	background:url(../images/bullet_wh.gif) no-repeat center left;
	margin:0 0 5px 0;
}

.home_orange {
	position:relative;
	height:190px;
	width:537px;
	background:url(../images/block_orange.jpg) no-repeat;
	margin:0 0 10px 0;
}

.home_col_left {
	float:left;
	width:229px;
	position:relative;
}

.bottom {
	position:absolute;
	bottom:0;
}

.home_col_right {
	width:537px;
	float:left;
}


/********************* CONTENT STYLES *************************/


#content {
	width: 766px;
	position:relative;
}

.col_left_stand
{
	float:left;
	width:229px;
	position:relative;
	color:#ffffff;
	background:url(../images/bg_left_nav.jpg) no-repeat top left;
	height: 100%;
}

.col_left 
{
	padding: 5px 0px 0px 12px;
	height: 100%;
}

.col_left_special
{
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	color:white;
	font:18px;
	font-weight:bold;
}

.col_left ul 
{
	margin:15px 0 15px 10px;
	width:200px;
}

.col_left ul li {
	background:url(../images/bullet.gif) no-repeat 0 3px;
	padding-left:15px;
	margin:0 0 5px 0;
}

.col_left a {
	color:#ffffff;
	text-decoration: none;
}

.col_left a:hover {
	color:#ffffff;
	text-decoration: underline;
}

.col_right {
	width:537px;
	float:left;
}

/* ***************  FOOTER STYLES *************** */

#footer {
	text-align: center;
	color:#666666;
	font-size:10px;
	position:relative;
	width:766px;
	height:120px;
	margin:auto;
}

#footer a {
	color:#666666;
	text-decoration:none;
}

.footer_line {
	height:7px;
	width:766px;
	background:#eeeeee;
}

/* ***************  SUCKERFISH NAV STYLES *************** */

#nav, #nav ul {
	padding: 0;
	margin:0;
	width:526px;
	height: 24px;
	list-style: none;
}

#nav a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 0;
	margin:0;
}

#nav li {
	float:left;
	padding: 0;
	margin:0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	z-index: 10000;
}

#nav li:hover ul {
	left: auto;
	width:160px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	width:160px;
}

#nav li:hover, #nav li.sfhover {
	background-position: 0 -24px;
}

/* *************** CUSTOM NAV STYLES **************** */


#nav li#btn_home { 	background-image: url("../images/btn_home.gif"); 	width: 53px;height: 24px;	}
#nav li#btn_forms { 	background-image: url("../images/btn_forms.gif"); 	width: 60px;height: 24px;	}
#nav li#btn_faqs {	background-image: url("../images/btn_faqs.gif"); 	width: 52px;height: 24px;	}
#nav li#btn_staff { background-image: url("../images/btn_staff.gif"); 	width: 82px;height: 24px;	}
#nav li#btn_edu { background-image: url("../images/btn_edu.gif"); 	width: 88px;height: 24px;	}
#nav li#btn_history { background-image: url("../images/btn_history.gif"); 	width: 100px;height: 24px;	}
#nav li#btn_contact { background-image: url("../images/btn_contact.gif"); 	width: 91px;height: 24px;	}

#btn_home a { width: 53px;height: 24px;	}
#btn_forms a { width: 60px;height: 24px;	}
#btn_faqs a { width: 52px;height: 24px;	}
#btn_staff a { width: 82px;height: 24px;	}
#btn_edu a { width: 88px;height: 24px;	}
#btn_history a { width: 100px;height: 24px;	}
#btn_contact a { width: 91px;height: 24px;	}


.orangeNotice
{
	color: White;
	width: 205px;
	margin: 10px 0px 0px 10px;
	font: 12px Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 14px;
	vertical-align: middle;
	text-align: left;
}

.orangeNotice A:link, .orangeNotice A:visited {
	color: White;
	text-decoration: none;
}

.orangeNotice a:hover {
	color: White;
	text-decoration: underline;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}