/*/////////// HTML //////////*/

body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #999999;
	
}

h2 {
	font-size: 1.5em;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 1.2em;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}


.heading {
	width: 195px;
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	background-color: #2e4150;
	padding: 5px 0px 5px 10px;/* (top, right, bottom, left) */	
}

.left_box {
    width: 195px;
	background-color: #88898d;
	color: #FFFFFF;
	padding: 5px 0px 0px 10px;/* (top, right, bottom, left) */
	font-size:12px;
}

.left_box a {
color: #FCEE21;
text-decoration:none;
}

.left_box a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/*/////////// DIV LAYOUT //////////*/

#container {
	margin: 0 auto;
	width: 900px;
	background-color: #FFF;
	background-image: url(../Images/sub_left_bg.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
}

#hcontainer {
	margin: 0 auto;
	width: 900px;
	background-image: url(../Images/right_bg.gif);
	background-repeat: repeat-y;
    margin: 0 auto;
}

#header {
	width: 900px;
	height: 81px;
	background-image: url(../Images/header_bg.jpg);	
}

#nav_back {
	width: 900px;
	height: 40px;
	background-image: url(../Images/nav_bg.jpg);	
}

#nav {
	width: 900px;
	height: 35px;
	padding: 3px 0px 0px 0px;/* (top, right, bottom, left) */
	
}	

#nav ul  { list-style: none;
padding: 0px 0px 0px 0px;/* (top, right, bottom, left) */
margin:0px 0px 0px 110px;/* (top, right, bottom, left) */

 }

#nav ul li {
	float: left;
	margin: 0px 0px 0px 15px; 
	padding: 0px 5px 8px 15px;
	list-style: none;

}

	
#nav  ul li a {
	padding: 8px 6px 6px 0px;;/* (top, right, bottom, left) */
	display : block;
	font: bold 11px Verdana, Arial, Helvetica, san-serif;
	color : #000;
	margin: 0;
	text-decoration : none;
	border:none;
	width:auto;
	height:auto;
	font-size:13px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
  }
	
#nav  ul li a:hover, { color: #666666;  }

/* --1st Level Drop-down Menu Parameters-- */
#nav ul ul { 
	position: absolute;
 	left: -999em;
	width: 150px;
	w\idth: 150px;
	font-weight: normal;
	margin: 7px 0 0 0px;
	padding: 0;
	list-style: none;
	background: none;
	text-align: left;
	height: auto;	
	z-index: 99;	
	}
	
#nav ul ul li {
	width: 150px;
	padding: 0;
	margin:0;
	background: none;
	height: auto;
	z-index:99;	
	}

#nav ul ul li a {
width:170px;
	padding: 8px 0px 7px 8px;
	display: block;	
	background: #eee;
	color: #000;
		font-size:12px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	float: none;
	border-bottom:1px solid #ddd;
	white-space:normal;
	}
	
	
#nav ul ul li a:hover {
width:170px;
 	padding: 8px 0px 7px 8px;
	display: block;
	font-size:12px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	background-color:#666666;
	
	border-bottom:1px solid #ddd;
	color: #fff000;
	float: none;
	}

/* --2nd Level Drop-down Menu Parameters-- */	
#nav ul ul ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	w\idth: 150px;
	font-weight: normal;
	margin: -23px 0 0 166px;
	padding: 0;
	list-style: none;
	text-align: left;
	height: auto;
	z-index:100;	
	}
	
#nav ul ul ul li {
	width: 100px;
	padding: 0;
	margin:0;
	height: auto;
	z-index:100;
	}

#nav ul ul ul li a {
	width: 150px;
	w\idth: 150px;
	padding: 4px 8px 4px 8px;
	display: block;
	border-top: 1px solid #CCC;
	color: #2E414F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

	height: auto;
	z-index:100;
	}
	
#nav ul ul ul li a:hover {
	left: auto; 
	background: #efefef;
	color: #273A7E;
	display: block;	
	border-top: 1px solid #CCC; 
	border-right: none; 
	border-left: none; 
	border-bottom: none;
	height: auto;
	z-index:100;	
	}
	
/* --Drop-down Menu Hide and View Parameters-- */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	position: absolute;     
	left: -999em; 
	} 

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {     
	left: auto; 
	} 
	
	#nav li:hover, #nav li.hover {   
    position: static;   
}  

#slideshow {
	width: 900px;
	height: 262px;
	background-image: url(../Images/slide_bg.jpg);
	background-repeat: no-repeat;
	text-align:right;
}

#content {
	width: 900px;
	margin-top: 0px;
}


#footer {
	width: 900px;
	height: 60px;
	background-color: #2E414F;
	clear:both;	
	color: #FFF;
	text-align: center;
	font-size: 8pt;
	padding-top: 1em;
}

#footer ul li {
	display: inline;
	margin-right: 0.8em;
	padding-left: 10px;
	border-left: solid 1px #FFF;
}

#footer ul li.first {
border-left: none;
}

#footer ul li a {
color: #FFF;
}

#footer ul li a:hover {
	color: #002051;
}

/*/////////// CONTENT //////////*/



.column_left {
	width: 205px;
	padding: 5px 0px 0px 0px;/* (top, right, bottom, left) */
	float: left;
	background-color: #ffffff;	
}

.column_left a {
	color: #FCEE21;
	text-decoration:none;
}

.column_middle {
	width: 500px;
	padding: 5px 0px 0px 5px;/* (top, right, bottom, left) */
	float: left;
}

.column_middle p 
{
padding: 10px 10px 0px 10px;/* (top, right, bottom, left) */
}

.column_middle h2 {

padding: 10px 10px 0px 10px;/* (top, right, bottom, left) */
}

.column_right {
	width: 181px;
	
	padding: 0px 0px 0px 0px;/* (top, right, bottom, left) */
	float: right;
	text-align: center;
	color:#FFFFFF;
	
}

.column_right a {
	color: #FCEE21;
	text-decoration:none;
}

.sub_left {
	width: 205px;
	
	padding: 5px 0px 0px 0px;/* (top, right, bottom, left) */
	float: left;
	
	border-top: solid 0px #2E414F;
}

.faq_left {
	width: 205px;
	height:670px;
	padding: 5px 0px 0px 0px;/* (top, right, bottom, left) */
	float: left;
	background-color: #87898B;
	border-top: solid 0px #2E414F;
}

.faq_middle {
	width: 685px;
	height:620px;
	padding: 5px 0px 0px 5px;/* (top, right, bottom, left) */
	float: left;
	border-top: solid 0px #2E414F;
	display: inline;
	overflow: auto;
}

.faq_head {
	width: 685px;
	padding: 5px 0px 10px 5px;/* (top, right, bottom, left) */
	float: left;
}

.sub_left ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sub_left ul li {
	padding: 0.5em 0 0.5em 0.8em;
	border-bottom: dotted 0px #6F91B6;
}

.sub_left ul li a {
	color: #FCEE21;
	text-decoration: none;
}

.sub_middle {
	width: 685px;
	padding: 5px 0px 10px 5px;/* (top, right, bottom, left) */
	float: left;
	border-top: solid 0px #2E414F;
}

.sub_middle a {
	color: #333333;
	text-decoration:underline;
}

.sub_middle h3 {
	font-size: 1.2em;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.sub_middle img {
	padding: 10px;
}

.cap_list {
	width: 305px;
	padding: 5px 0px 0px 0px;/* (top, right, bottom, left) */
	float: left;
	margin: 5px 0px 0px 10px;/* (top, right, bottom, left) */
}

.cap_list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.cap_list ul li {
	padding: 0.4em 0 0.4em 0em;
	border-bottom: none 1px #6F91B6;
	
}

.ind_list {
	width: 175px;
	padding: 5px 0px 0px 12px;/* (top, right, bottom, left) */
	margin: 5px 0px 0px 0px;/* (top, right, bottom, left) */
	color:#FFFFFF;
	
}

.ind_list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.ind_list ul li {
	padding: 0.2em 0 0.2em 0em;
	border-top: ridge 1px #FCEE21;
		
		
}
.ind_list ul li.first {
	border-top: none;
}
.ind_list ul li.zero {
	border-top: none;
}

.gal_left {
	width: 205px;
	height:850px;
	padding: 5px 0px 0px 0px;/* (top, right, bottom, left) */
	float: left;
	background-color: #87898B;
	border-top: solid 0px #2E414F;
}

/*////////// TOP MENU //////////*/

#top_menu {
	float: right;
	text-align: right;
	width: 468px;
	margin-right: 8px;

}

#top_menu ul {
	margin: 0px;
	padding: 5px 0px 0px 5px;/* (top, right, bottom, left) */
	list-style: none;
}

#top_menu ul li {
	display: inline;
}

#top_menu ul li a {
	color: #FFF;
	font-size: 9pt;
	padding-left: 0.8em;
	margin-left: 1em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;	
}

.right {
	width:350px;
	float:right;
	text-align:center;
	margin: 0px 0px 0px 0px;/* (top, right, bottom, left) */

}

.faq {
	width:90px;
	float:right;
	text-align:center;
	margin: 0px 0px 0px 0px;/* (top, right, bottom, left) */
	height:1050px;

}

.left_form {
	width:330px;
	float:left;
	margin: 0px 0px 0px 0px;/* (top, right, bottom, left) */
	font-size: 14px;
}

/*/////////// CONTENT FORMS USING ORDERED LISTS FORMATTING //////////*/

form fieldset {
	border: solid 0px #CC9966;
	padding: 0px 0px 0px 0px;/* (top, right, bottom, left) */
}

form legend {
	color: #FFFFFF;
	padding: 0px 0px 0px 5px;/* (top, right, bottom, left) */
}

form ol {
	list-style: none;
}

form ol li {
	margin-bottom: 0.4em;
}

form label {
	display: inline-block;
	width: 6em;
}

form label.block {
	display: block;
	width: auto;
}

.fix {
	width:685px;
	height:10px;
	clear:both;
}

.border {
	border: solid 1px #000000;
}

.logo {
float:left;
width:200px;
height:70px;
}

.gallery {
border-top: ridge 1px #999999;
margin: 20px 0px 0px 5px;/* (top, right, bottom, left) */
}
.map {
width:300px;
float:right;
margin-right:10px;
border: solid 1px #000000;
margin-bottom:10px;
}
