body {
	font: 13px Helvetica, Verdana, Arial, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	margin-top:40px;
}
#header img {margin-bottom:5px;}
#content-main {
	background: url(../images/main-bg.png) no-repeat top;
	height: 437px;
	margin: 0 0 0 170px;
}
#content-main-text{
	padding-left: 200px;
	padding-top: 75px;
	padding-right:120px;
}
#menu {
	margin-left:80px;
	padding-top:15px;
}
#sidebar1 {
	float: right;
	width: 230px;
	padding: 20px 0;
}
#content1 {
	margin: 0 250px 0 0;
	padding: 20px 20px 0 20px;
}
#footer {
	background:url(../images/footer.gif) no-repeat center;
	height:41px;
	width:800px;
}
#copyright {
	height:40px;
	text-align:center;
	font-size:9px;
	width:800px;
}
#copyright p, a {
	color:#000;
	margin: 0;
	padding: 10px 0;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#caption{text-align:center; font-size:12px; width:800px; margin: 10px 0;}
#caption #caption-box {border: 1px solid #007ac2; width:300px; padding: 4px; text-align:center; margin:0 0 0 330px}
#caption p {margin: 0 0 5px 0;}



/****************************Facilities Pages**************************************/
#sidebar2 {
	float: right;
	width: 420px;
	padding: 20px 0;
	margin-left: 20px;
}
#content3 {
	margin: 0;
	padding: 20px;
}
#content2 {
	padding: 0 20px;
}
#sidebar2 p {
	font-size:11px;
}
#sidebar2 a, #sidebar2 a:hover {
	color:#0079c1;
}
#sidebar2 img {
	margin-bottom:10px;
}
/****************************End Facilities Pages**************************************/





/**************************** General Styles - Yes Sir **************************************/
h1 {
	color:#0079c1;
	font-size:20px;
	margin-bottom:.5em;
}
h2 {
	color:#0079c1;
	font-size:16px;
}
h3 {
	color:#0079c1;
}
p {
	margin:0 0 1em 0;
}
ul {
	list-style-position:outside;
	list-style-type: disc;
	margin: 10px 0px;
}
ul li {
	margin-left:20px;
}
table.facilities {
	width:99%;
	border:0;
	padding:5px;
	border-collapse:collapse
}
table.facilities td {
	padding:5px;
}
table.facilities tr.header td {
	background:#0079c1;
	color:#FFFFFF;
	font-weight:bold;
}
table.facilities tr td {
	background:#d9e4f4;
}
table.facilities tr.alt td {
	background:#f1f5fb;
}
table.facilities td.center {
	text-align:center;
}
table.facilities a {
	text-decoration:none;
}
.blue {
	color:#0079c1;
}
.strong {
	font-weight:bold;
}
/**************************************End General Styles*************************************************************/






/**************************************Sub Page Nav Menu*************************************************************/
#nav-bar {
	background:url(../images/nav-bar.gif) no-repeat center;
	height:61px;
	color:#FFFFFF;
}
#nav, #nav ul {
	margin:0;
	list-style:none;
	font: 12px verdana, sans-serif;
	position:relative;
	z-index:200;
	padding:0;
	margin:0;
	color:#fff;
}
#nav {
	height:25px;
	padding:0;
}
#nav table {
	border-collapse:collapse;
}
#nav li {
	padding:0;
	float:left;
	color:#fff;
	height:25px;
	line-height:25px;
	margin:0 3px;
}
#nav li li {
	float:none;
}
/* a hack for IE5.x and IE6 */
#nav li a li {
	float:left;
}
#nav li a {
	display:block;
	float:left;
	color:#888;
	height:25px;
	line-height:25px;
	text-decoration:none;
	white-space:nowrap;
	color:#FFFFFF;
	padding:0;
	margin:0;
}
#nav li li a {
	height:20px;
	line-height:20px;
	float:none;
	padding:0;
	margin:0;
}
#nav li:hover {
	position:relative;
	z-index:300;
}
#nav a:hover {
	position:relative;
	z-index:300;
	text-decoration:underline;
	color:#fff;
}
#nav :hover ul {
	left:0px;
	top:10px;
	border: 1px solid #15c8ff;
	margin-top:10px;
	background-color:#00adef;
}
/* another hack for IE5.5 and IE6 */
#nav a:hover ul {
	left:-10px;
}
#nav ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:230px;
	text-align:left;
	padding: 5px;
}
#nav li:hover > a.no-line {
	text-decoration:none;
}
/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {
	left:-15px;
	margin-left:100%;
	top:-1px;
}
/* keep further levels hidden */
#nav li:hover > ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:auto;
}
/* show path followed */
#nav li:hover > a {
	text-decoration:underline;
	color:#fff;
}
/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul, #nav a:hover a:hover a:hover ul, #nav a:hover a:hover a:hover a:hover ul, #nav a:hover a:hover a:hover a:hover a:hover ul {
	left:100%;
	top:-1px;
}
/* keep further levels hidden */
#nav a:hover ul ul, #nav a:hover a:hover ul ul, #nav a:hover a:hover a:hover ul ul, #nav a:hover a:hover a:hover a:hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
}
/**************************************End Sub Page Nav Menu*************************************************************/




/**************************************Main Page Nav Menu*************************************************************/
#nav-bar-main {
	float: left;
	width: 167px;
}
#nav-main {
	margin-top:23px;
}
.menu {
	z-index:1000;
	margin: 0;
	padding: 0;
	text-align:left;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:148px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
	position:relative;
	height:24px;
	padding:0;
	margin:0;
}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100;}
/* style the links */
.menu ul ul li a, .menu ul ul li a:visited{width:230px;} 
.menu a, .menu a:visited {
	display:block; 
	text-decoration:none;
	height:24px;
	line-height:24px;
	width:148px;
	color:#13b5ea;
	text-indent:5px;
	font-weight:bold;
	border-bottom:1px solid #13b5ea;
	margin:0;
	padding:0;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:148px;}
/* style the link hover */
* html .menu a:hover {
	color:#0079c1;
	background:url(../images/menu-over.png) no-repeat;
}
* html .menu ul ul li a:hover {
	color:#0079c1;
	background:url(../images/menu-over-long.png) no-repeat;
}

.menu ul ul :hover > a {
	color:#0079c1;
	background:url(../images/menu-over-long.png) no-repeat;
}

.menu :hover > a {
	color:#0079c1;
	background:url(../images/menu-over.png) no-repeat;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:148px; 
	background: #FFFFFF;
	width:230px;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility:visible;
}



/**************************************End Main Page Nav Menu*************************************************************/
hr {color:#0079c1; background-color:#0079c1;}
