body, td, input {
	font-family: Arial, Helvetica, sans-serif;
}

html {
	overflow-y: scroll;
}
body {
	background: #003;
	font-size: 62.5%;
	line-height: 1.8em;
	margin-bottom: 20px;
}

#container {
	background: #fff url('/assets/img/container_bg.png') repeat-y;
	width: 958px;
	border-top: 1px solid #016d63;
	border-left: 1px solid #016d63;
	border-right: 1px solid #016d63;
	margin: 0 auto;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
h2 {
	color: #00578D;
	font-weight: bold;
}


/***************************
          TESTING HEADER
***************************/
#testhead {
	height: 30px;
	padding-top: 7px;
	position: relative;
	background: #ccc;
	font-size:10px;
}

/***************************
          HEADER
***************************/
#head {
	height: 100px;
	padding-top: 15px;
	position: relative;
	background: #fff;
}
#logo {
	position: absolute;
	left: 12px;
}
#text_size {
	color: #00578d;
	position: absolute;
	right: 2px;
	font-size: 13px;
	line-height: 26px;
	width: 190px;
}
#text_size p {
	float: left;
	margin-right: 8px;
}
#text_size a {
	display: inline;
	float: left;
	margin: 2px;
	border: 1px solid #ccc;
	width: 20px;
	text-align: center;
	text-decoration: none;
	color: #00578D;
}
#text_size a:hover {
	background: #F2F6FA;
}
#text_size .smaller {
	font-size: 9px;
	line-height: 9px;
	padding-top: 8px;
	height: 12px;
}
#text_size .normal {
	font-size: 13px;
	line-height: 13px;
	padding-top: 4px;
	height: 16px;
}
#text_size .larger {
	font-size: 16px;
	line-height: 16px;
	padding-top: 2px;
	height: 18px;
}
#search {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.text {
	border: 1px solid #ccc;
	padding: .2em;
}
.text:focus {
	border-color: #666;
}
.go {
	border: 0;
	background: #438682;
	color: #fff;
	padding: .2em;
	-moz-border-radius: 2px;
}

/***************************
          NAV
***************************/
#nav {
	background: #00578d;
	padding: 5px 0;
	text-align: center;
}
#nav li {
	display: inline;
}
#nav li a {
	font-weight: bold;
	font-size: 18px;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
}
#nav li a:hover {
	text-decoration: none;
	color:#CCC;
}

.submenu {
	background: #00578D;
	width: 200px;
	font-size: 13px;
	line-height: 16px;
	padding: 1px;
	display: none;
	position: absolute;
	z-index: 9999;
}
.submenu li a {
	display: block;
	padding: 8px 0 8px 12px;
	color: #00578D;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 1px;
	background: #fff;
}
.submenu li.last a {
	margin-bottom: 0;
}
.submenu li a:hover {
	background: #e4ebf3;
}

/***************************
          SIDEBAR
***************************/
#sidebar {
	width: 274px;
	float: left;
	display: inline;
	padding: 18px 0;
	font-size: 14px;
}
#sidebar li {
	border-bottom: 1px solid #e4ebf3;
}
#sidebar li h1 {
	color: #016C62;
	font-weight: bold;
	font-size: 16px;
	padding: 12px 0 12px 18px;
	margin: 0;
}
#sidebar li a {
	display: block;
	padding: 12px 0 12px 18px;
	color: #00578D;
	font-weight: bold;
	text-decoration: none;
	width: 246px;
}
#sidebar li a:hover {
	text-decoration: underline;
	background: #F2F6FA;
}
#sidebar h1 {
	color: #016c62;
	font-weight: bold;
	margin-top: 12px;
	margin-left: 18px;
}
#sidebar p {
	padding-left: 18px;
}
#sidebar li.green {
	height: 42px;
	background: #016c62 url('/assets/img/sidebar_green.png') no-repeat 100%;
}
#sidebar li.green a {
	color: #fff;
}
#sidebar li.green a:hover {
	background: #016c62;
}


/***************************
          MAIN
***************************/
#main {
	float: left;
	background: #e4ebf3;
	width: 634px;
	padding: 30px 30px 30px 20px;
	display: inline;
	font-size: 15px;
	line-height: 1.3em;
	min-height: 500px;
}
#main h1 {
	color: #016c62;
	font-weight: bold;
	margin-bottom: 12px;
	font-size: 1.1em;
}
#main p {
	margin-bottom: 1em;
}
#main p img, #main img.float {
	border: 1px solid #999;
	background: #fff;
	padding: 5px;
	margin: 0 0 8px 12px;
	float: right;
	width: 266px;
}
#main p.areas {
	margin: 30px 0 12px 0;
}
#main ul {
	margin-left: 20px;
}
#main li {
	background: url('/assets/img/icon_small.png') no-repeat 2px 4px;
	padding-left: 18px;
	margin-bottom: 12px;
}
#main ul.hospitals {
	margin-top: 12px;
}
#main ul.hospitals li {
	display: bloack;
	margin-bottom: 16px;
	margin-left: 10px;
}
#main a {
	color: #00578D;
}
#main a:hover {
	text-decoration: none;
}

/***************************
          FOOT
***************************/
#foot {
	background: #036;
	border: 1px solid #000;
	width: 930px;
	margin: 0 auto;
	color: #4d7195;
	font-size: 13px;
	padding: 14px;
	text-align: center;
}
#foot .left {
	float: left;
}
#foot .right {
	float: right;
}
#foot a {
	color: #4d7195;
}
#foot a:hover {
	text-decoration: none;
}

/***************************
          MISC
***************************/
blockquote {
	background: #f2f6fa url('/assets/img/quote.png') no-repeat 5px 5px;
	padding: 11px 8px 5px 41px;
	font-size: 14px;
	width: 527px;
	margin-left: 5px;
	color: #333;
	font-style: italic;
	margin-top: 36px;
}
blockquote p.sig {
	text-align: right;
	font-style: normal;
	font-weight: bold;
	padding-right: 20px;
	margin-bottom: 0 !important;
}

.surveyresult {
	background: #f2f6fa url('/assets/img/star.png') no-repeat 5px 5px;
	padding: 11px 8px 5px 41px;
	font-size: 14px;
	width: 527px;
	margin-left: 5px;
	color: #333;
	margin-top: 20px;
	
}

/* map stuff */
#map {
	width: 632px;
	height: 400px;
	margin-bottom: 5px;
	border: 1px solid #036;
}
#mapform .text {
	width: 496px;	
}
#mapform .go {
	width: 120px;
}
#mapform {
	padding: 0 0 18px;
}

/* awards stuff */
#main ul.awards {
	margin-left: 0;
}
#main ul.awards li {
	background: #F2F6FA;
	padding: 4px;
}
#main ul.awards li div.year {
	float: left;
	width: 64px;
	text-align: center;
	background: url('/assets/img/home/icons/trophy2.png') no-repeat;
	margin-right: 10px;
	padding-top: 64px;
}

/* amenities */
#main ul.amenities {
	margin-left: 0;
}
#main ul.amenities li {
	background: #F2F6FA;
	padding: 8px;
}
#main ul.amenities li p {
	margin-bottom: 0;
}
#main ul.amenities li img {
	float: left;
	margin-right: 8px;
	border: 1px solid #abc6d9;
	padding: 1px;
	background: #fff;
}

/* location finder */

#msg {
	float: right;
	margin-right: 10px;
}

#locations {
	display: none;
}

#locations li a {
	color: #000;
	font-weight: normal;
	padding: 12px 0;
	width: 264px;
}
#locations li a:hover {
	text-decoration: none;
}
#locations li img {
	float: left;
	margin: 15px;
}

/* form */
table.form td {
	padding: 8px;
	vertical-align: top;
}
table.form td textarea {
	width: 300px;
	height: 150px;
}
table.form td input.text {
	margin-top: -2px;
	width: 200px;
}

.galleryPhoto {
	padding: 3px;
	border: 1px solid #00578D;
}

.galleryPhoto:hover {
	border: 1px solid #023453;
}

#galleries, #galleries li {
	list-style: none!important;
	background:none!important;
	margin: 0px;
	padding: 0px;
}

#galleries li {
	float: left;
	margin-right: 10px;
	text-align: center;
}

#slider ul li img {
	max-height: 400px;
}
