/* CSS Document */

html {
  height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #666E81 url("../../images/bg_tile.gif") repeat-x top left;
	font: 11px verdana, helvetica, sans-serif;
	}

#container {
	margin: 0 auto;
	padding: 0 22px 0 20px !important;
	padding: 0 21px 0 21px;
	width: 792px;
	background: url("../../images/bg_shadow.png") repeat-y top center !important;
	background: url("../../images/bg_shadow.gif") repeat-y top center;
	height: 100%; /* For IE */
	}

#header {
	margin: 0 23px 0 21px;
	padding: 0;
	}

#header img {
	margin: 0;
	padding: 0;
	}

div#nav {
	margin: -2px 0 0 0 !important;
	margin: 0;
	padding: 0;
	background: #3E3E3E url("../../images/bg_nav.gif") repeat-x bottom left;
	border-top: 1px solid #fff;
	border-bottom: 6px solid #667C90;
	height: 18px;
	text-align: center; 
	
	}

div#nav ul {
	margin: 0;
	padding: 0 0 0 0;
	}

div#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	}

div#nav ul li a {
	margin: 0;
	padding: 2px 12px;
	list-style: none;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: block;
	color: #fff;
	text-decoration: none;
	background: #3E3E3E;
	}

div#nav ul li a:hover, #nav ul li a.on {
	float: left;
	color: #fff;
	background: #667C90;
	border-bottom: 1px solid #667C90;
	}

#left {
	margin: 0;
	padding: 0 5px 0 0;
	float: left;
	width: 150px;
	}

#content {
	margin: 0 23px 0 21px;
	padding: 0 0 10px 0;
	background: #E1E1E1 url("../../images/content_bg.gif") repeat-y top right;
	min-height: 500px; /* For Modern Browsers */
	}

* html #content {
	height: 500px; /* For IE */
}

#content2 {
	margin: 0 23px 0 21px;
	padding: 0 0 10px 0;
	min-height: 500px; /* For Modern Browsers */
	}

* html #content2 {
	height: 500px; /* For IE */
}

#text {
	margin-left: 155px;
	margin-right: 0;
	width: 415px;
	}

#content h1 {
	margin: 0;
	padding: 25px 0 2px 0;
	border-bottom: 1px solid #666;
	font: bold 14px verdana, helvetica, sans-serif;
	color: #315E8A;
	background: #E1E1E1;
	}
#content2 h1 {
	margin: 0;
	padding: 25px 0 2px 0;
	border-bottom: 1px solid #666;
	font: bold 14px verdana, helvetica, sans-serif;
	color: #315E8A;
	background: #E1E1E1;
	}

#text h2 {
	margin: 15px 0 0 0;
	padding: 5px 00 0;
	font: bold 12px verdana, helvetica, sans-serif;
	color: #315E8A;
	}

#text p {
		font: 10px verdana, helvetica, sans-serif;
	margin: 0;
	padding: 6px 3px 0 10px;
	line-height: 15px;
	}

#text ul {
	margin: 5px 0 0 75px;
	padding: 0;
	}

#text ul li {
	margin: 0;
	padding: 3px;
	}
	
#text a{
font: bold 10px verdana, helvetica, sans-serif;
	color: #315E8A;
	text-decoration:none;
}

#text a:hover{
text-decoration:underline;
}
	

.left {
	float: left;
	}

.facility {
	margin: 15px 0 0 40px;
	padding: 5px;
	border: 1px solid #666;
	}

/*if you change height here, make sure to change #content height to the same */
#subnav {
	margin: 0 0 0 5px;
	padding: 0;
	width: 165px;
	float: right;
	}
	
#subnav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	}

#subnav ul li {
	margin: 0;
	padding: 0;
	}

#subnav ul li a {
	margin: 0;
	padding: 5px 0 0 15px;
	/*padding: 8px 0 8px 15px;*/
	border-bottom: 1px solid #666;
	display: block;
	text-decoration: none;
	background: #e1e1e1 url("../../images/subnav_off.gif") repeat-y top left;
	color: #354252;
	height: 20px;
	}

#subnav ul li a:hover {
	background: url("../../images/subnav_on.gif") repeat-y top left;
	color: #3680C0;
	}

#subnav ul li a.on {
	background: #c7c7c7 url("../../images/subnav_on.gif") repeat-y top left;
	font-weight: bold;
	color: #3680C0;
	}

#subnav p /*for address in lower right corner*/{
	margin: 0;
	padding: 10px;
	color: #4e4e4e;
	font: 10px verdana, helvetica, sans-serif;
	}

#footer {
	margin: 0 23px 0 21px;
	padding: 0;
	clear: both;
	background: #666;
	}

#footer p {
	margin: 0;
	padding: 2px 3px;
	color: #454545;
	background: #9DC3E3;
	width: 210px;
	font: 9px verdana, helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 1px solid #666;
	}

#footer p a {
	color: #333;
	text-decoration: none;
	}
	

	
#tblstyle_list{
	margin: 6px 5px 0 5px;
	padding: 0;
	border: 1px solid #666;
	border-collapse:collapse;
	color:#3E3E3E;
}
#tblstyle_list th{
	border: 1px solid #666;
	border-collapse:collapse;
	background:#C3C3C3;
	padding: 0 3px 0 3px;
	text-align:left;
}
#tblstyle_list td{
	border: 1px solid #666;
	border-collapse:collapse;
	padding: 3px;
	text-align:left;
}
#tblstyle_list a{
	font: bold 11px verdana, helvetica, sans-serif;
	text-decoration:none;
	color:#3E3E3E;
}
#tblstyle_list a:hover{
text-decoration:underline;
}
.error{
color:#f00;
}





