* { 
	padding: 0; 
	margin: 0; 
}

#wrapper { 
	width: 960px; 
	margin: 0px auto 10px auto; 
	margin: 0 0 10px 0;
}

body { 
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 76%;
}

a {
	color:#006152;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/***** Logo *****/

#header h1 {
    float: left;
    width: 193px;
    overflow: hidden;
}

#header h1 a {
	height:130px;
	display: block;
	text-indent: -1000em;
	background-image: url(../img/logo.gif);
	background-position: 36px 20px;
	background-repeat: no-repeat;
	overflow: hidden;	
	width: 193px;
    float: left;
}

#header h2 {
	color: #075b97;
	font-size: 1.1em;
	width: 195px;
	text-align: center;
	margin-top: 10px;
}

#flashBanner {
	padding-left: 191px;
	float: left;
    width: 382px;
    
}


#homelink {
	float: left;
	width: 178px;
	padding-left: 15px;
	font-size:11px;
	background-image: url(../img/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 15px 0px;
	padding-top: 5px;
}

#breadcrumbs {
	float: left;
	font-size:11px;
	background-image: url(../img/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 5px;	
}

/***** Navigation *****/

#header input.faded {
	color: #888;
}

/*
#header ul
{ 
	clear: both;
	list-style-type: none; 
	height: 24px;
	background-image: url(../img/navigation.gif);
	background-position: 0px -24px;
}
#header ul li
{
	float: left;
}
#header ul li a
{
	font-size: 1em;
	height: 19px;
	float: left;
	display: block;
	padding: 5px 7px 0px 7px;
	border-right: 2px solid #fff;
	background-image: url(../img/navigation.gif);
	background-position: 0px -24px;
	color: #fff;
	text-decoration: none;
}

#header ul li a:hover
{
	background-position: 0px -48px;
}

#header ul li.selected a
{
	background-position: 0px 0px;
}
*/
#header ul {
	clear:both; 
	margin-left:0px; 	
	height: 24px;
	background-image: url(../img/navigation.gif);
	background-position: 0px -24px;
}
#header ul .hide { 
	display: none;
}
#header li {
	float:left;
	display:block; 
	list-style-type:none; 
	position:relative; 
	z-index: 50; 
	width:129px;
}
#header li.last { width:126px; }
#header li.last a { border-right: 0px; width:113px;}
#header li a {
	height: 19px;
	padding: 5px 7px 0px 7px;
	border-right: 2px solid #fff;
	display:block; 
	color:#fff; 
	text-align: center;
	text-decoration:none; 
	padding-right:6px; 
	background-position: 0px -24px;	
	width:114px;
}

#header ul li a:hover {
	background-position: 0px -48px;
}


#header li.last a {border:none;}

#header ul li:hover ul, #header ul li.hover ul { display:block; opacity: 0.9; filter: Alpha(opacity=90); } 

#header ul li:hover a, #header ul li.hover a { background-color: rgb(65, 171, 223); }

#header ul ul 
{
	display: none; 
	position:absolute; 
	padding:0px; 
	margin:0px; 
	left: -2px;
	background-image:  url(../img/sidebar_background.jpg);
	background-repeat: repeat;  
	width:127px; 
	height:auto;
	border: 2px solid #fff;	
}

#header ul ul li {
	padding-bottom:0px; 
	width:127px; display: block; float: none;}
#header ul ul li.last-child {padding-bottom:0px;}
#header ul ul li a {display:block; border:none; float: none;text-align: left;}
#header ul ul li a:hover { background-color: rgb(54, 146, 197); }



/**** Login / feature box ***/

#header #login 
{
	float: right; 
	height: 131px;
	width: 767px;
	background-color: #006052;
	margin-bottom: 10px;
	background-image: url(../img/header_without_welcome.jpg);
	background-repeat: no-repeat;
    overflow: hidden;
}

body.home-page #header #login {
	background-image: url(../img/header.jpg);
}

#header #login h2
{
	color: #fff;
	font-weight: 100;
	width: auto;
	font-size: 2.2em;
	text-align: left;
	margin-top: 48px;
	margin-left: 1px;
}

#header #login form
{
	float: right;
	width: 150px;
}

#header #login form input
{
	width: 146px;
}
#header #login form div.submit
{
	width: auto;	
}

#header #login form div.required
{
	margin-bottom: 0px;
}

#header #login form div.submit input
{
	float: right;
	width: auto;
	margin-top: 3px;
}

#header #login form label
{
	color: #fff;
	margin-top: 3px;
	display: block;
	text-align: right;
}

#header #login form div.username input
{
	margin-bottom: 3px;
}

#header #login form label
{
	display: none !important;
}

#header #login form div.username label
{
	margin: 0px;
}

#header #login h3
{
	color: #fff;
	text-align: right;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#header #login form {
	padding-right: 10px;
}

#header #login h3 span
{
	font-weight: bold;
}

/** Sidebar **/

#sidebar 
{
	width: 195px;
	float: left;	
	border-right: 10px solid #fff;
	background-image: url(../img/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 15px 0px;
	padding-top: 5px;
	margin-top: 49px;	
}

#sidebar ul
{
	list-style-type: none;
}

#sidebar li
{
	float: left;
	display:block;
	width: 100%;
	font-size: 11px;
	display: block;
	border-bottom: 2px #ffffff solid;
}

#sidebar li a
{
	padding: 5px 5px 4px 15px;	
	display: block;
	text-decoration: none;	
	color: #006052;
}

#sidebar li.selected ul li a
{
	font-weight: normal;
}

#sidebar li ul {
	display: none;
}

#sidebar li.selected ul {
	display: block;
}

#sidebar li.selected ul li.selected a
{
	/*font-weight: bold;*/
}

#sidebar li ul li a
{
	padding-left: 20px;
}

#sidebar li ul li ul li a
{
	padding-left: 30px;
}

#sidebar li li
{
	border-bottom: none;
}

#sidebar li a
{
}

#sidebar li.selected a
{
	/*font-weight: bold;*/
	color: red;
	
}

#sidebar li.selected ul li a {
	color: black;
}

#sidebar li ul li.selected a {
	color: red;
}



#sidebar li a:hover
{
	text-decoration: underline;
}

/** Main content **/

#main
{
	float: left;
	margin-top: 10px;
	background-repeat: no-repeat;
	width: 960px;
}

#content
{
	line-height:170%;
	border-left: 10px solid #fff;
	margin-left: -10px;	
	background-color: #fff;
	width: 510px;
	float: left;
	overflow:hidden;
	margin-top:39px;
}

#content p
{
	margin-bottom: 1em;
	line-height: 170%;
}

#content h1
{
	color: #000;
	font-size: 1.9em;
	font-weight:800;
	margin-bottom: 0.2em;
	padding-top: 5px;
	border-bottom: 1px solid #006052;
}

#content h1, #content h2, #content h3, #content p, #content li 
{ 
	padding-left: 0px; 
}

/* #textLeft
{
	width:450px;
}
*/

#content h2
{
	margin-bottom: 1em;
	font-size: 1em;
	color:#FF0000;
}


#homepage_pics img
{
	display:block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#homepage_pics img.last
{
	margin-right: 0px;
}

#ticker
{
	overflow: hidden;
	width: 695px;
	clear: both;
	height: 24px;
	background-image: url(../img/navigation.gif);
	background-position: 0px -24px;	
	margin-bottom: 10px;
}

#ticker ul
{
	display: block;
	margin-left: 0px;
}

#ticker li
{
	float: left; 
	display: block; 
	padding: 5px 7px 0px 7px;
	color: #fff;
}

#destinations {
	width: 195px;
    height: 504px;
    float: right;
    position: relative;
    z-index: 9999;
}



/** Footer **/
#footer {
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	float: left;
	clear: both;
	padding: 165px 5px 5px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	width:753px;
	overflow: hidden;
}

#footer a
{

}

#footer p.copyright
{
	float: right;
}


/*
#newsBox
{


	width: 205px;
	float: right;
	padding: 10px;
	margin: 0px 0px 0px 10px;
	height: 222px;
}*/

#newsBox {
	font-size: 11px;
}

#right-column {
	float: right;
	margin-top: 40px;
	width: 196px;
	margin-bottom:-111px;
}

#newsBox a.read_all
{
	color: #ea3a3c; 
	display:block;
	font-size:11px;
}

a img {
	border: 0;
}

#newsBox h2
{
	margin-bottom: 0.2em;
	border-bottom:1px solid #006052;
	padding-left: 0px; 
	padding-bottom: 5px;
	margin-bottom: 0.7em; 	
}

body #newsBox ul
{
	list-style-type: none;
	margin-left: 0px;
}

#newsBox span.date 
{ 
	display: block; 
	font-weight: bold;
}

#newsBox li 
{ 
	margin-bottom: 1em; 
}

#newsBox li a.more 
{ 
	color: #ea3a3c; 
	font-weight: bold; 
	text-decoration: underline;
}

#newsBox li a 
{ 
	text-decoration: none; 
	color: #EA3A3C;
}

#newsBox a {}

#content ul
{
	margin-left: 2em;
	margin-bottom: 10px;
}
#formBlock form
{
	padding-left: 0px;
}


#formBlock h2
{
	padding-left: 0px;
	margin-bottom: 15px;
	margin-top: 5px;
	width:664px;
}

#content div.required input, #content div.optional input 
{
	width:359px;
}

#content div.required textarea, #content div.optional textarea 
{
	width:470px;	
}

#content div.submit
{
	width: 473px;
}

#content div.required label, #content div.optional label
{
	display:block;
	text-align: left;
}

#formBlock div.required label, #formBlock div.optional label
{
	text-align: left;
	width: 100px;
	padding-right: 10px;
	float: left;	
}

div.upload
{
	padding: 5px;
}

#content div.required, #content div.optional
{
	margin-bottom: 9px;
}

#content div.checkboxes label
{
	width: auto;
	float: none;
	text-align: left;
	margin-bottom: 1em;
}

#content div.checkboxes ul
{
	list-style-type: none;
}

#content div.checkboxes li
{
	padding: 3px 0px;
}

#content div.checkboxes li input
{
	width: auto;
}

#content div.smaller input
{
	width: 100px;
}
.linklist {border-bottom:1px dotted #3595C6; margin-top:5px;}
.linklist a { text-decoration: none; }

.resourceslist {width:100%; padding-left:10px; padding-bottom:6px; padding-top:6px; margin-bottom:0px; border-bottom:1px solid #CCC;}
.link {position:relative;}
.resourceform {margin-bottom:10px;}
div.resources {margin-left:10px; margin-right:10px;}
a.tooltip {}
#pagination {text-align:center; padding-top:10px;}

body #newsTable table tr.odd {}
body #newsTable table td {padding:6px;}
body table {border:none; margin-left: 10px;}
body table td {border-right:none;}
body #newsTable table a {color:#006152;}

#formBlock.contactpage form {
	
}

#formBlock.contactpage div.input input {
	
}

/*#formBlock.contactpage h2 {color:#EA3E30;}*/

#content .editable-content .textarea, #content .editable-content .input-editor 
{
	width:498px;
	float: left;
	clear: both;
}

div.contact { clear: both; background: #eee; padding: 10px; padding-left:5px; margin-left:10px; }
div.contact h2 {color:#075B97; margin-bottom:7px;}

blockquote { font-style: italic; padding-left: 20px; color: #075B97; }
div.location div.image {padding-left:20px;}



  p.right, p.left { margin: 0 !important; }
  p.right img { float: right; margin-left: 10px; margin-bottom: 10px; }
  p.left img { float: left; margin-right: 10px; margin-bottom: 10px; }


div.error_message { padding-left:110px; color:#EF3E35;}

#content table {margin-left:10px; margin-bottom:15px;}
#content table td {padding:0px; padding-right:20px; margin:0px; vertical-align:top;}
#content table tr.odd {background:#FFF;}

.locationcaption 
{ 
	font-size: 1.05em;
	font-weight: bold;
	background-image: url(../img/zoom.gif);
	background-position: 186px 1px;
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 20px;
}

div.rightBox 
{ 
	margin-left: 10px;
	margin-bottom: 10px;
	width: 200px;
	padding: 15px;
	padding-bottom: 0px;
	float: right;
	border: 2px solid #d9d9d9;
	background-image: url(../img/box_bg.gif);
	background-repeat: repeat-x;
}

#content div.rightBox p.locationcaption
{
	margin-bottom: 10px !important;
	border-bottom: 2px solid #bebebe;
	padding-bottom: 10px;
	padding-right: 17px !important;
}

#content div.rightBox p, #content div.rightBox h2
{
	padding: 0px;
}

#content div.image
{
	margin-bottom:15px;
	margin-left:15px;
}

div.rightBox a
{
	color: #000;
}



#footer ul {
	margin-left: 378px;
	list-style-type: none;
}

#footer ul li {
	float: left;
	padding-right: 23px;
	background-image: url(../img/bullet.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
}

#right-column ul {
	list-style-type: none;
	margin-bottom: 1em;
}

#right-column ul li a {
	font-size: 11px;
	padding: 5px;
	display:block;
}

#right-column h2 {
	border-bottom:1px solid #006052;
	margin-top: 3px;
	margin-bottom: 7px;
}
