@charset "UTF-8";

* {
	padding: 0;
	margin: 0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #05405e;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 20px;
}
h3 {
	font-size: .9em;
	color: #3e88ae;
}


a {
	color: #3585ae;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ol, ul {
	list-style-position: inside;
}



body {
	color: #05405e;
	background-color: #05405e;
	background-image: url(../images/rst_topBg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	_behavior: url(../css/csshover.htc);
}

#bgEffect {
	background-image: url(../images/rst_bgGradient.jpg);
	width: 100%;
	background-repeat: repeat-x;
	background-position: 0px 160px;
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#top {
	background-image: url(../images/rst_top.jpg);
	background-repeat: no-repeat;
	height: 160px;
	width: 1002px;
	position: relative;
	z-index: 20;
}

#top ul {
	width: 964px;
	padding: 5px 0 0 38px;
	position:absolute;	
}

#top li {
	float: left;
	list-style-type: none;
	text-align: center;
}

#top ul li a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #086798;
	line-height: 14px;
	display: block;
	width: 103px;
	height: 51px;
}

#top ul li a:hover {
	color: #4291bc;
}

#top ul ul li {
	padding: 0;
	float:none;
	border-bottom: #FFFFFF solid 2px;
	
	}
	
#top ul li:hover {
	position:relative;
	}

#top ul li:hover ul {
	display: block;
	z-index: 100;
	}
	
#top ul ul {
	display: none;
	position: absolute;
	background-color: #086c9f;
	left: 0px;
	top: 51px;
	width: 180px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0;
	}
	
#top ul ul a {
	padding: 3px 8px 0px 8px;
	color: #ffffff;
	text-align: left;
	height: 25px;
	width: 180px;
	line-height: 24px;	
}

#logo {
	width: 1002px;
	height: 120px;
}
#logo a {
	width: 1002px;
	height: 120px;
	display: block;
}

#logo a:hover {
	background-image: url(../images/rst_logoHighlight.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#logo img {
	visibility: hidden;
	margin-top: -9999px;
}
#mainBg {
	background-image: url(../images/rst_bgDropshadow.png);
	background-repeat: repeat-y;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}

#main {
	background-image: url(../images/rst_mainBg2.gif);
	background-repeat: repeat-x;
	width: 951px;
	margin-right: auto;
	margin-left: auto;
	background-color: #8BC1E9;
}

#content {
	clear: both;
	background-image: url(../images/rst_contentBg.gif);
	background-repeat: repeat-y;
	width: 915px;
    height:auto !important;
    height:462px;
	min-height: 462px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0 auto 0 auto;
	padding: 0px;
	z-index: 1;
}

#content1 {
	width: 878px;
	padding: 18px;
}

#content1 p img {
	padding-right: 15px;
}



#hours {
	background-image: url(../images/rst_contentTop.gif);
	width: 915px;
	height: 26px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 20px;
}

#hours2 {
	background-image: url(../images/rst_contentTop2.gif);
	width: 915px;
	height: 26px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 20px;
}

#hours p {
	font-size: 0.8em;
	color: #3e88ae;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 915px;
}

#contentBottom {
	background-image: url(../images/rst_contentBg_bottom.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 915px;
	clear: both;
	padding: 0px;
	margin: 0 auto 6px auto;
}

#bottom {
	width: 915px;
	padding-bottom: 10px;
}

#bottom li {
	color: #cce4f5;	
	float: left;
	list-style-type: none;
	padding-right: 11px;
	display: block;
}

#bottom ul {
	padding: 0 0 40px 22px;
}

#bottom a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #cce4f5;
	line-height: 20px;
}

#bottom a:hover {
	color: #ffffff;
}

.shrink     {
	font-size: 9px;
}
.noShow {
	margin-left: -9999px;
}
.red {
	color: #980002;
}

#bgEffect #wrapper #top .bottom {
	border-bottom-width: 0px;
	border-bottom-style: none;
}

.clear {
clear: both;
}
