@charset "utf-8";
/* CSS Document */

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 20px 0 40px;
	background-color: #4962a4;
	background-image: none;
}

.tourimage {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.RehabLoc {
	height: 180px;
	background:#0C2e86;
	color:#FFFFFF;
}


.container_12 {
	background: #ffffff repeat;
	margin-bottom: 20px;
}

.infobox {
	background:#0C2e86;
	color:#FFFFFF;
}

a.whitelink:link {
color: #fff;
text-decoration:none;
}
a.whitelink:visited {color: #CCCCCC}
a.whitelink:hover{
color: #FFFFFF;
text-decoration:underline;
}

.helpbox {
	margin-top: 5px;
	background:#4962a4;
	color:#FFFFFF;
}

.greenbox {
	background:#a3bd0b;
	color:#FFFFFF;
}


.textbuffer {
	margin: 10px;
	}
	
#headernav ul
{
padding-left: 0;
margin-left: 0;
background-color: #0c2e86;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#headernav ul li { display: inline; }

#headernav ul li a
{
padding: 0.2em 1em;
background-color: #0c2e86;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#headernav ul li a:hover
{
background-color: #a3bd0b;
color: #fff;
}

#photonav ul
{
padding-left: 0;
margin-left: 0;
background-color: #4962a4;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#photonav ul li { display: inline; }

#photonav ul li a
{
padding: 0.2em 1em;
background-color: #4962a4;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#photonav ul li a:hover
{
background-color: #0c2e86;
color: #fff;
}

#helplist
{
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #4962a4;
	color: #333;
}

#helplist ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#helplist li
{
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#helplist li a
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #4962a4;
	color: #fff;
	text-decoration: none;
	width: 100%;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4962a4;
	border-left-color: #4962a4;
}

html>body #helplist li a { width: auto; }

#helplist li a:hover
{
	background-color: #0c2e86;
	color: #fff;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0c2e86;
	border-left-color: #0c2e86;
}

.dkbluetxt {
	color: #0c2e86;
	font-size:14px;
}

.medtext {
font-size:medium;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h4,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	color: #0c2e86;
	border-bottom:solid;
	border-bottom-width: 1px;
	border-bottom-color: #a3bd0b;
	margin-bottom: 20px;
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	border-bottom:solid;
	border-bottom-width: 1px;
	border-bottom-color: #a3bd0b;
	font-size: 17px;
	margin-bottom: 5px;
}

h6 {
	font-size: 15px;
	margin-bottom: 5px;
}

.imagepadright {
padding-right: 10px;
}