

/* HTML Defaults */

/**********************************
	1: Global
**********************************/

body {
	color: #333;
	font: normal 76.6% Arial, Helvetica, sans-serif;
	background: #f0e6cf;
}

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;
	line-height: 1.12em;
	margin: 15px 0 20px;
}

h2 {
	font-size: 130%;
	line-height: 1.15em;
	font-weight: normal;
	color: #0C6;

}

h3 {
	font-size: 110%;
	line-height: 1.15em;
	font-weight: normal;
	color: #0C6;
}

h4 {
	font-size: 100%;
	font-weight: normal;
}

.strong {
	font-size: 105%;
	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 {
	border: 2px solid #FFF;
	border-top: 0;
	border-bottom: 0;
	margin: 0 auto;
	width: 980px;
}

.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 {
	margin-right: 5px;
	float: right;
}

#header #user_nav li {
	margin-left: 10px;
	padding: 0;
}

#header #user_nav .portal a {
	background: url(../images/bck_login.png) no-repeat left;	
	width: 190px;
}

#header #user_nav .portal a:hover {
	background: url(../images/bck_login_hover.png) no-repeat left;
}


#header #user_nav .emergencies a {
	background: url(../images/bck_emergency.png) no-repeat left;
	width: 101px;
}

#header #user_nav .emergencies a:hover {
	background: url(../images/bck_emergency_hover.png) no-repeat left;
}

#header #user_nav a {
	color: #FFF;
	font-size: 10px;
	padding: 5px 5px 6px;
	display: block;
}

#header #user_nav .portal a, #header #user_nav .emergencies a {
	font-size: 13px;
	padding-left:10px;
}

#header #user_nav .portal a {
	
}

#logo, #logo p, #logo a {
	float: left;
}

#header #user_nav {
	padding: 0;
} 

#navcontainer {
	background: url(../images/nav_bg.png) no-repeat center bottom;
	width: 980px;
	clear: both;
	margin: 0 auto;
}

/***Top Nav***/

#topnav, #nav {
	width: 980px;
	float: left;
	clear: both;
}

#topnav ul, #topnav li, #nav li {
	float: left;
}

#topnav {
	/*height: 37px;*/
	background: #092e1b;
	border-bottom: 2px solid #333;
	margin: 0;
	padding: 5px 0 3px;
	position: relative;
	z-index: 6000;
}

#topnav #general {
	margin: 0 0 0 5px;
	padding: 0;
	float: left;
}

#topnav ul li {
	font-size: 12px;
}

#topnav ul .first {
	padding-left: 0;
}

#topnav ul li a {
	color: #FFF;
	padding: 3px 5px;
	display: block;
}

#topnav #user_nav .facebook a, #topnav #user_nav .twitter a {
	background: transparent url(../images/icon_fb.png) no-repeat left;
	padding-left: 20px;
}

#topnav #user_nav .twitter a {
	background: transparent url(../images/icon_twitter.png) no-repeat left;
}

#topnav #user_nav .facebook a:hover, #topnav #user_nav .twitter a:hover {
	color: #0C6;	
}

#topnav #general a {
	padding: 5px 7px;
}

a.emergencies {
	color: #da9a4a;
}

#nav {
	font-size: 13px;
	background: #cee4ff url(../images/bck_nav.png) no-repeat left;
	border-bottom: 1px solid #FFF;
	margin: 0;
	position: relative;
	z-index: 5000;
}



#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
}

#nav ul li a {
	color: #092e1b;
	padding: 12px 10px;
	display: block;
}

#topnav ul li ul a, #nav ul li ul a {
	background: none;
}

#topnav ul li ul, #nav ul li ul, #nav ul li ul ul {
	/*background: url(../images/bck_nav_drop.png) repeat-x;*/
	margin: 0;
	padding: 0;
	width: 160px;
	height: auto;
	display: none;
	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: 161px;
}

#topnav ul li ul {
	top: 25px;
}

#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;
	border-bottom: solid 1px #95cf7e	;
	white-space: normal;
	height: auto;
	width: 160px;
	clear: both;
	padding: 0;
	
}

#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;
	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 {
	background: url(../images/bck_nav_drop.png) repeat;
}

#header #topnav ul ul li a:hover, #nav ul li a:hover, #header #nav ul ul li a:hover  {
	background: #21b259;
}

#topnav ul li:hover a, #topnav ul .on a, #nav ul .on a {
	color: #fff;
}

#topnav ul .on a, #nav ul .on a {
	background: #8b8576;
}

/**********************************
	3: Footer
**********************************/

#footer {
	border-top: 7px solid #092e1b;
	margin: 0 auto;
	width: 980px;
	clear: both;
}

#footer_message, #copyright {
	margin: 0 auto;
	width: 960px;
	clear: both;
}

#footer #credits {
	color: #666;
	margin: 10px 0 0;
	float: right;
}

#footer #credits p {
	font-size: 9px;
	margin: 3px 0;
}

#footer #credits a {
	color: #093;
}


/**********************************
	3: Content
**********************************/

#content {
	background: #f6f1e7;
	padding-bottom: 20px;
	width: 100%;
	float: left;
	clear: both;
}

.home #content {
	padding-bottom: 0;
}

.home #hero {
	height: 335px;
}

#hero {
	height: 190px;
	overflow: hidden;
}

#hero #logo, #hero #contact, #hero #marketing, #hero h1 {
	position: absolute;
	z-index: 200;
}

#hero h1 {
	color: #FFF;
	font-weight: normal;
	background: url(../images/bck_title.png) repeat;
	border-top: 1px solid #FFF;
	margin-top:145px;
	padding:10px 0 0 20px;
	width: 960px;
	height:35px;
}

#hero #logo {
	margin: 10px 0 0 25px;
	z-index: 100;
}

#hero #contact {
	margin: 10px 0 0 520px;
	width: 450px;
}

#hero #contact a {
	color: #0C6;
}

#hero #contact span {
	height: 22px;
	display: block;
}

.right span {
	font-size: 18px;
}

#hero #marketing {
	margin: 152px 0 0 90px;
}

#body_copy > .supporting_img {
	margin: 0 15px 0 0;
	width: 230px;
	float: left;
	clear: both;
}

#body_copy {
	margin: auto 0 0 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font: normal 15px/20px Arial, Helvetica, sans-serif;
}



#body_copy .excerpt {
	color: #092e1b;
	padding-bottom: 20px;
}


#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: 350px;
	float: right;
	margin: -20px 10px 0 0;
	padding: 0;
	position: relative;
	z-index: 800;
}

#side img {
	border: 1px solid #FFF;
}

#side + #main {
	margin-right: 375px;
}

#side H2 {
	color: #443A2B;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px;	
}

#side .sub_title {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background: #036;
	padding: 5px 0 5px 10px;
}

.side_block {
	margin: 0 0 10px;	
}

.side_block H5, .side_block p {
	margin: 0 0 5px;
}

.side_block H5, #side dt {
	color: #443a2b;
	font: normal 150% Arial, Helvetica, sans-serif;
}

#side dt, #side dd {
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding: 0;
}

#side dt a, #side dd a {
	padding: 5px 0 5px 10px;
	display: block;
}

#side dt a {
	color: #0a2c1b;
}

#side dd a {
	font-size: 115%;
	color: #1b9f4c;
}

#side .on a {
	color: #FFF;
	background: #8b8576;
}

.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;
}

#bodytext {
	background: #1a9d4d url(../images/bck_hand.png) no-repeat top right;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 0;
	width: 980px;
	float: left;
	clear: both;
}

#intro_pic, #intro_header, #introduction {
	float: left;
}

#intro_pic,  {
	border-right: 1px solid #FFF;
	width: 245px;
}

#intro_header {
	width: 260px;
}

#introduction {
	width: 450px;
}

#introduction p {
	color: #FFF;
	font: normal 15px Arial, Helvetica, sans-serif;
	line-height: 20px;
}



#intro_header h1 {
	color: #FFF;
	font: normal 30px Georgia, "Times New Roman", Times, serif;
	margin: 40px 15px 0 15px;
	line-height: 40px;
}





 .drop_cap {

color: #030;
font: normal 65px Georgia, "Times New Roman", Times, serif;
margin: -7px 5px 5px 0;
float: left;

} 



#tour {
	height: 500px;
	width: 500px;
	float: left;
	padding: 12px 20px 0 0;
	border: solid 1px #6494c0;
}
#tourinner {
	height: 366px;
	width: 488px;
	position: relative;
	overflow: hidden;
	border: solid 0px #6494c0;
}
#tourimage {
	height: 366px;
	width: 488px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
#tourlink, #tourlink a {
	display: block;
	height: 45px;
	width: 245px;
}
#tourlink {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 200;
}
#tourlink a {
	background-image: url(../images/button_tour.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#tourlink a:hover {
	background-position: left -45px;
}

/* tour */
#slideshow {
	position: relative;
	height: 450px;
	width: 600px;
}
#slideshow #slides {
	position: absolute;
	top: 0;
	left: 15px;
	z-index: 9000; 
	height: 450px;
	width: 500px;
	margin: 0 auto;
}
.tourcaption {
	position: absolute;
	bottom: 0;
	left: 15px;
	z-index: 9100;
	width: 480px;
	text-align: center;
	padding: 5px 10px;
	background: #1b9f4c;
	color: #fff;
	display: none; 
/*

#slideshow {
	position: relative;
	height: 366px;
	width: 488px;
}
#slides {
	height: 366px;
	width: 488px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.tourcaption2 {
	position: absolute;
	bottom: 0;
	left: 15px;
	z-index: 2000;
	width: 680px;
	text-align: center;
	padding: 5px 10px;
	background: #1b9f4c;
	color: #1b9f4c;
	display: none;
}
*/
