

/* HTML Defaults */

/**********************************
	1: Global
**********************************/

body {
	color: #443a2b;
	font: normal 76.6% Arial, Helvetica, sans-serif;
	background: #FFF url(../images/bck_main.png) repeat-x top left;
}

body.page {
	font: normal 76.6% Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	
}

a {
	color: #369;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #03c;
}

h1 {
	color: #443a2b;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.12em;
	margin: 15px 0 20px;
}

h2 {
	font-size: 140%;
	line-height: 1.15em;
	font-weight: bold;

}

h3 {
	font-size: 120%;
	line-height: 1.15em;
	font-weight: bold;
}

h4 {
	font-size: 100%;
	font-weight: bold;
}

img {
	border: none;
}

hr {
	color: #ffe9d1;
	background: #ffe9d1;
	height: 1px;
	padding: 0;
	border: none;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, select, textarea {
	font: 100% Arial, Helvetica, sans-serif;
	color: #000;
}

/**********************************
	2: Main Containers
**********************************/

#container {
	margin: 0 auto;
	width: 960px;
}

.clear {
	clear: both;
}

/**********************************
	2: Header
**********************************/

#header {
	background: url(../images/bck_header.png) no-repeat left top;
	width: 100%;
	float: left;
	clear: both;
}

#header p, #header ul {
	margin: 0;
}

#header ul li {
	white-space: nowrap;
	float: left;
	list-style: none;
	position: relative;
}

#header ul li a:hover {
	color: #fff;
	text-decoration: none;
}

#header #user_nav ul {
	float: right;
}

#header #user_nav li {
	background: #693;
	border: 1px solid #000;
	margin-left: 10px;
	padding: 0;
	text-transform: uppercase;
}


#header #user_nav a {
	color: #FFF;
	padding: 7px 5px;
	display: block;
}

#header #user_nav .portal a, #header #user_nav .portal a:link, #header #user_nav .portal a:hover,
.portal a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/user_login.png) no-repeat right;
	border-right: 2px solid #693;
	padding-right: 55px;
}

#entry .portal a {
	color: #FFF;
	background: #693 url(../images/user_login.png) no-repeat right;
	border: 1px solid #000;
	padding: 7px 55px 7px 5px;
	width: auto;
	text-transform: uppercase;
}

#header #user_nav .portal a:hover, .portal a:hover {
	border-right: 2px solid #360;
	background-color: #360;
}

#header #user_nav .emergencies  {
	background: #793f3f;
}

#header #user_nav .emergencies a:hover  {
	background: #3e2121;
}

#logo, #logo p, #logo a {
	float: left;
}

#header #user_nav {
	padding: 40px 0 0 0;
} 

#logo {
	background: url(../images/header_logo.png) no-repeat right bottom;
	padding: 50px 0 0 0;
}

#contact {
	font: 92% Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	float: left;
	padding: 25px 0 0 25px;
}

#contact p {
	float: left;
	padding-left: 25px;
}

#contact strong {
	font-size: 160%;
}

#navcontainer {
	background: url(../images/nav_bg.png) no-repeat center bottom;
	height: 76px;
	width: 980px;
	clear: both;
	margin: 0 auto;
	padding-top: 4px;
}

/***Top Nav***/

#topnav, #nav, #nav ul {
	width: 960px;
	float: left;
	clear: both;
}

#topnav ul, #topnav li, #nav li {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
}

#topnav {
	/*height: 37px;*/
	border-bottom: 2px solid #333;
	margin: 0 auto;
	position: relative;
	z-index: 6000;
}

#topnav ul {
	margin: 0;
	padding: 5px 0;
}

#topnav ul li {
	font-size: 12px;
	line-height: 27px;
	border-right: 1px dotted #333;
	padding: 0 5px;
	height: 27px;
}

#topnav ul .first {
	padding-left: 0;
}

#topnav ul li a {
	color: #000;
	padding: 8px;
}

a.emergencies {
	color: #da9a4a;
}

#nav {
	font-size: 15px;
	border-bottom: 8px solid #72634e;
	margin: 2px auto 0;
	position: relative;
	z-index: 2000;
}

#nav ul {
	background: #2b4773;
	border-bottom: 2px solid #f5f2ed;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5000;
}

#nav ul li {

}

#nav ul li a {
	color: #fff;
	background: #2b4773;
	border-right: 1px solid #223450;
	border-left: 1px solid #5779ae;	
	padding: 5px 15px;
	text-transform: uppercase;
	display: block;
}

#nav ul .first a {
	border-left: 0;
}

#nav ul .last a {
	border-right: 0;
}

#topnav ul li ul, #nav ul li ul, #nav ul li ul ul {
	background: #2b4773;
	display: none;
	height: auto;
	width: 180px;
	margin: 0 0 0 5px;
	padding: 0;
	border-top: solid 1px #87a3ce;
	position: absolute;
	left: 0;
	z-index: 7000;
}

#nav ul li ul, #nav ul li ul li ul {
	margin: 0;
}

#nav ul li ul li ul {
	left: 181px;
}

#topnav ul li ul {
	top: 27px;
}

#nav ul li ul {
	top: 28px;
}

#nav ul li ul li ul {
	top: -1px;
}

#topnav ul li:hover ul, #topnav ul li.sfhover ul, 
#nav ul li:hover ul, #nav ul li.sfhover ul {
	display: block;
}

#nav ul li:hover ul ul {
	display: none;
}

#nav ul li ul li:hover ul {
	display: block;
}

#topnav ul li ul li, 
#nav ul li ul li {
	font-size: 13px;
	line-height: 1.15em;
	background: none;
	white-space: normal;
	height: auto;
	width: 180px;
	clear: both;
	padding: 0;
	border-bottom: solid 1px #87a3ce;
}

#nav ul li ul ul li {
	border-left: 1px solid #87a3ce
}

#topnav ul li ul li a, #topnav ul li:hover ul li a, 
#nav ul li ul li a, #nav ul li:hover ul li a {
	color: #fff;
	background: #2b4773;
	width: 160px;
	padding: 5px 10px;
	display: block;
}

#topnav ul li:hover a, #nav ul li:hover a, #topnav ul li:hover ul li a:hover, #topnav ul li.sfhover ul li a:hover, 
#nav ul li:hover ul li a:hover, #nav ul li.sfhover ul li a:hover, #nav ul .on a {
	background: #4f6a96;
}

#topnav ul .on a {
	background: #2d4c7b;
}

#nav ul li a:hover, #header #nav ul ul li a:hover  {
	background-color: #4f6a96;
}

#topnav ul li:hover a, #topnav ul .on a {
	color: #fff;
}

/**********************************
	3: Footer
**********************************/

#footer {
	color: #FFF;
	background: #6d5e48;
	margin: 0 0 10px;
	width: 100%;
	clear: both;
	padding: 16px 0;
}

#footer_message, #copyright {
	margin: 0 auto;
	width: 960px;
	clear: both;
}



#copyright #credits, #copyright #design {
	width: 400px;
	float: left;
}

#copyright #design {
	float: right;
	text-align: right;
}

#copyright p {
	font-size: 10px;
}

/**********************************
	3: Content
**********************************/

#content {
	width: 100%;
	float: left;
	clear: both;
}

#content img, #hero {
	border: 5px solid #e1d6c4;
}

#hero {
	border-width: 10px;
}

#quote {
	background: #e1d6c4 url(../images/bck_quote.png) no-repeat 40px 0;
	margin: 5px 0;
	width: 960px;
	float: left;
	clear: both;
}

#quote p {
	color: #80725d;
	font: italic 18px Georgia, "Times New Roman", Times, serif;
	margin: 8px 0 8px 110px;
}

#hero {
	background: #e1d6c4 url(../images/hero_1.jpg) no-repeat left;
	margin: 0 0 15px;
	padding: 10px 0;
}

#hero h1, #hero p {
	color: #FFF;
	font: normal 14px Georgia, "Times New Roman", Times, serif;	
	margin-right: 490px;
	margin-left: 10px;
}

#hero h1 {
	font: normal 36px Georgia, "Times New Roman", Times, serif;	
}

#introduction {
	border-bottom: 1px solid #443a2b;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#introduction p {
	margin-left: 270px;
}

#body_copy > .supporting_img {
	margin: 0;
	width: 230px;
	float: left;
	/*clear: both;*/
}

#introduction img, #body_copy img {
	margin-bottom: 10px;
	float: left;	
}

#sidekicks, #sidekicks ul {
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
}

#sidekicks li {
	margin: 0 5px 0 0;
	width: 220px;
	float: left;
	list-style-type: none;
}

#sidekicks h3, #sidekicks h3 a {
	color: #443a2b;
	font-size: 18px;
	margin: 10px 0 5px;
}

/***Side Bar***/

#side {
	width: 245px;
	float: left;
	padding: 5px 5px 20px 5px;
}

.home #side {
	width: 245px;
	float: right;
	padding: 5px 5px 20px 5px;
}

#side + #main {
	margin-left: 275px;
}

.home #side + #main {
	margin: 0 275px 0 0;
}

#side H2 {
	color: #443A2B;
	font-size: 18px;
	font-weight: bold;
	margin: 0;	
}

#side p.sub_title {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background: #2b4773;
	margin: 0;
}

dt.sidenav, dd.sidenav {
	margin: 0;
}

.sidenav a {
	color: #fff;
	width: 235px;
	display: block;
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #5779ae;	
}
.sidenav a:hover, dd.sidenav a.on {
	color: #fff;
	text-decoration: none;
	background: #4f6a96;
}
dt.sidenav a {
	font-weight: bold;
	color: #2b4773;
}
dt.sidenav a.on {
	color: #443A2B;
}
dd.sidenav a, dt.sidenav a.on:hover {
	color: #fff;
}

.side_block, dd {
	margin: 0 0 10px;	
}

.side_block H5, .side_block p {
	margin: 0 0 5px;
}

.side_block H5, #side DT {
	color: #443a2b;
	font: normal 18px Arial, Helvetica, sans-serif;
}

.side_block p {
	font-size: 12px;
}

.side_block input {
	color: #a49a88;
	background: #e8e0d3;
	border: 1px solid #a49a88;
	margin: 0 0 5px;
	padding: 5px;
	width: 230px;
}

.side_block .send {
	color: #FFF;
	background: #a49a88;
	width: auto;
}

.newstitle {
	margin-top: 10px;
}

#hours {
	font-size: 10px;
}

#newsletter {
	border-bottom: 1px solid #a49a88;
	margin-bottom: 10px;
	padding-bottom: 10px;
}



.sidephoto, #sidenav, #sidenav dl, #sidenav dt, #sidenav dd {
	float: left;
	clear: left;
}

#sidenav, #sidenav dl, #sidenav dt, #sidenav dd {
	width: 245px;
}

#sidenav dl {
	color: #da9a4a;
	background: url(../images/sidenav_bg.png) repeat-x left top;
	min-height: 80px;
	margin: 0;
	padding: 0;
	border-top: solid 1px #fff;
}

#sidenav dt, #sidenav dd {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: solid 1px #ffe9d1;
}

#sidenav dt {
	font-size: 140%;
	line-height: 1.15em;
}

#sidenav dd {
	font-size: 115%;
	line-height: 1.15em;
}

#sidenav dl a {
	width: 225px;
	float: left;
	padding: 5px 10px;
}

#sidenav dl a:hover {
	text-decoration: none;
	color: #fff;
	background: #e5ae68;
}

#sidenav dl a.on {
	color: #da9a4a;
}

#title {
	padding: 10px 0;
	border-bottom: solid 1px #ffe9d1;
}

#bodytext {
	float: left;
	padding: 0 0 20px 0;
}

.supporting_img + #entry {
	margin-left: 240px;
}

#bodytext ul {}

#bodytext ul, #bodytext ul ul {
	margin-bottom: 20px;
}

#bodytext ul li, #bodytext ul ul li {
	margin-bottom: 5px;
}


.cap {
	font-size: 3.8em;
	line-height: 1em;
	float: left;
	padding-right: 5px;
}

.staff_thumb img {
	margin: 0 10px 2px 0;
}

#content #cc_apply img {
	border: 0;	
}

#page_coupon {
	background: #FFF;
}

#coupon {
	color: #369;
	border: 3px dotted #CCC;
	margin: 10px auto;
	padding: 10px;
	width: 500px;
}

#coupon h1, #coupon h2 {
	color: #369;
}

.print {
	margin: 10px auto;
	width: 500px;
	text-align: center;
}

.tour {
	margin-left: 190px;	
}
