/* --------- Meta Layout --------- */

html {
    min-height:100%;
    margin-bottom:1px;
	}
body {
	font: 76% Verdana, Arial, Helvetica, sans-serif;     
	margin: 0;	
	padding: 0;
	background: #f3f3f3 url(../images/bg.gif) center top repeat-y;
	}
#container {
	margin: 0 auto; 
	width: 1000px;
	padding: 0px;
	background: #fff url(../images/body-bg.gif) repeat-x;
	border-left: #666 solid 1px;
	border-right: #666 solid 1px;
	}
#content-division {
	padding: 0 0 30px 0; 
	margin: 0 0 0 0;
	background: url(../images/left-bg-2.gif) left top repeat-y;
	}

/* --------- Header --------- */



#header {
	height: 237px;
	margin: 0;
	}

#header-left {
	text-align: center;
	float: left;
	width: 255px;
	padding: 75px 0 0 0;
	}

#header-left h1 {
	font: italic 3em Impact, "Arial Black", Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	}

#header-left h1 a {
	color: #fff;
	text-decoration:none;
	}

#header-left p#strapline {
	font: bold 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding:0;
	text-transform:uppercase;
	}

#header-left p#strapline a {
	color:#000;
	text-decoration:none;
	}

#header-right {
	background: #fff url(../images/header.jpg) no-repeat;
	float: left;
	width: 415px;
	height: 236px;
	}

/* --------- Columns --------- */

#left-column {
	margin: 0 0 0 0;
	padding: 0;
	float: left;
	width: 670px;
	}
#right-column {
	margin: 0 8px 0 0;
	padding: 0;
	float:right;
	display: inline;
	width: 300px;
	}
html body div#container div#content-division div#left-column div#left-left-column {
	margin: 0;
	padding: 0;
	float: left; 
	width: 240px;
	background: url(../images/left-bg-2.gif) left top repeat-y;
	}
html>body>div#container>div#content-division>div#left-column>div#left-left-column {
	margin: 0 0 0 0;
	}
#leftleft-container {
	width:217px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
#lefttop-bg {
	width: 240px;
	margin: 0;
	padding: 0;
	/*background: url(../images/lefttop-bg.gif) left top no-repeat; */
	}
/*#leftbot {
	height:105px;
	width: 240px;
	margin: 0;
	padding: 0;
	background: url(../images/leftbot-bg-2.gif) left top no-repeat;
	}	*/
#right-left-column {
	margin: 10px 0 0 0;
	padding: 0;
	float: right;
	width: 425px;
	}
a:link, a:active {
	color:#2980b0;
	text-decoration:underline;
	}
a:visited {
	color:#115073;
	text-decoration:underline;
	}
a:hover, a:focus {
	color:#cc6600;
	text-decoration:none;
	}
img {
	border: none;
	}

/* --------- Google Map --------- */

#map {
	width: 420px;
	height: 450px;
	margin: 0 5px 30px 0;
	border:#000 solid 1px;
}
#side_bar a:hover {
	text-decoration: underline;
	}
#side_bar p {
	font-size: 1em;
	margin: .4em 0 .4em 0;
	padding-left: 10px;
	background: url(../images/bullet-blue.gif) 0 .55em no-repeat;
	}
#side_bar, #side_bar_title {
	float: left;
	background-color: #efefef;
	}

/* --------- Horizontal Nav --------- */

#nav {
	height: 2.2em;
	width: 980px;
	color:#fff;
	padding: 8px 0 0 20px;
	margin: 0;	
	font-size: .9em;
	background-color: #000;
	}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform:uppercase;
	}
#nav  li {
	display: inline; 
	}
#nav li a {
	margin-top: 6px;
	padding: 0 12px 0 12px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	}
#nav .borderleft {
/*	border-left: 1px solid #125171; */
	}
#nav  li a:hover {
	color: #fff;
	text-decoration:none;
	background:url(../images/bullet-nav.gif) left no-repeat;
	}
#nav li#rightmost a {
	border-right: none;
	}	
	
#nav li a.nowpage {
	color: #fff;
	text-decoration:none;
	background:url(../images/bullet-nav2.gif) left no-repeat;
	}
	
/* --------- Headings and Paragraph --------- */


h1 {
	font: 500 1.6em Arial, Helvetica, sans-serif;
	margin: 0 0 0.7em 0;
	color: #4a6777;
	text-transform:uppercase;
	font-weight:600;
	}
#right-left-column h2 {
	font: 500 1.6em Arial, Helvetica, sans-serif;
	margin: 0 0 0.7em 0;
	color: #4a6777;
	text-transform:uppercase;

	font-weight:600;
	}
#left-left-column h3 {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	padding: 5px 5px 5px 10px;
	text-transform:uppercase;
	background: url(../images/header-bg2.gif) center center repeat-x;
	}
#left-left-column h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cc0000;
	margin: 10px 0 0 10px;
	padding: 0;
	}
	
p {
	line-height: 1.5em;
	}
	
/* --------- Link Lists --------- */

ul.article-link-list {
	list-style-type: none;
	margin: 1em 0 3em 10px;
	padding: 0;
	width: 200px;
	}
ul.article-link-list li {
	padding:0 0 0 15px;
	margin:.6em 0;
	background: url(../images/bullet-link.gif) 0 0.3em no-repeat;
	}
ul.article-link-list li a:link, ul.article-link-list li a:visited, ul.article-link-list li a:active {
	color: black;
	}
ul.article-link-list li a:hover, ul.article-link-list li a:focus {
	color:#2980b0;
	text-decoration:none;
	}

ul, ol { 
	list-style: none;
	}

/* --------- Central Column: Section (2) --------- */


#feature-image {
	width:250px;
	text-align:center;
	margin:7px 0 20px 20px;/*temp bottom*/
	padding:0;
	float:right;
	}
.sub-feature-image {
	width:180px;
	text-align:center;
	margin:7px 20px 20px 0;/*temp bottom*/
	padding:0;
	float:left;
	}
.caption {
	text-align:center;
	padding:2px 10px 2px 10px;
	background:#ebebe9;
	font-size:0.86em;
	line-height:1.2;
	margin:0 0 20px 0;
	font-family:Tahoma, sans-serif !important; 			
}
.right-column-row {
	clear:both;
	}
.right-column-panel {
	padding: 0; 
	margin: 0 0 5px 0; 
	width: 250px; 
	float:none;
	}
.right-column-panel p {
	margin: 0;
	width: 160px;
	float:right;
	}
.right-column-panel img {
	border: solid 1px #000066;
	float:left;
	}
.left {
	float: left;
	}		
.right {
	float:right;
	}

/* --------- Images --------- */

.image-small {
	margin:0;
	padding:0;
	border:0;
	display:block;
	float: left; 
	}


/* --------- Central Column: Property Section (a sub-section of right-column) (5) --------- */
h2.accom {
 	font: 500 1.4em Arial, Helvetica, sans-serif;
	margin: 0 0 0.7em 0;
	color: #4a6777;
	font-weight:600;
	text-transform:uppercase;
 	}
#property {
	margin: 30px 0 3em 0;
	padding: 15px 0 15px 0;
	background-color: #f1f1f1;
	background: #fff url(../images/bg-weather.gif) center top repeat-x;
	border: #cf1519 solid 1px;
	}
#property h2  {
 	font: 500 1.1em Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 4px 0 3px 5px;
	color: #fff;
	font-weight:600;
	text-transform:uppercase;
	background: url(../images/header-bg3.gif) center center repeat-x;
 	}
#property h2 a{
	color: #fff;
	font-weight:600;
	text-transform:uppercase;
	text-decoration: none;
 	}
	#property h2 a:hover{
	color: #fff;
	font-weight:600;
	text-transform:uppercase;
	text-decoration: underline;
 	}
#property p {
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 1.4em;
	background: url(../images/bullet-link2.gif) left 4px no-repeat;
	font-size:1.1em;
	}
#property span{
	font-weight:600;
	}
#property p a:link, #property p a:visited{
	color: #666;
	}
#property .item {
	float: left;
	width: 180px;
	margin: 0 0 1em 10px;
	font-size: 0.8em;
	}
#property .itemmargin {
	margin-right: 20px;
	}
#property img {
	display: block;
	border: 1px solid #000066; 
	float:left;
	margin: 0 10px 0 0;
	}
/*-------------------*/
#right-column h2.accom {
 	font: 500 1.1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 4px 0 3px 5px;
	color: #4a6777;
	font-weight:600;
	text-transform:uppercase;
	background: url(../images/header-bg3.gif) center center repeat-x;
	text-align: center;
 	}
#right-column h2.accom a{
	color: #fff;
	font-weight:600;
	text-transform:uppercase;
	text-decoration: none;
 	}
	#right-column h2.accom a:hover{
	color: #fff;
	font-weight:600;
	text-transform:uppercase;
	text-decoration: underline;
 	}
#right-column #property {
	margin: 5px 0 0 0;
	padding: 5px 10px;
	background: none;
	background-color:#f1f1f1;
	border: none;
	border-bottom:#ccc dashed 1px;
	}
#right-column #property p {
	margin: 0;
	line-height: 1.4em;
	float:right;
	width:150px;
	background: none;
	background-color: #f1f1f1;
	font-size:1.1em;
	}
#right-column #property span{
	font-weight:600;
	}
#right-column #property p a:link, #right-column #property p a:visited{
	color: #2b3637;
	}
#right-column #property .item {
	width: 250px;
	margin-bottom: 1em ;
	font-size: 0.8em;
	background-color: #f1f1f1;
	}
#right-column #property .itemmargin {
	margin-right: 0;
	}
#right-column #property img {
	display: block;
	border: 1px solid #000066; 
	float:left;
	margin: 0 0 0 0;
	}
/* ------------------- Ads ------------------- */
	

#viator-ad .clearfloat {
	width:298px;
	padding: 0 0 5px 0;
	margin-bottom: 20px;
	background-color:#fbf1d5;
	border:#c4811a 1px solid;
	}
#viator-ad .clearfloat h3 {
	margin:0;
	padding: 0 0 2px 5px;
	font-weight:normal;
	font-size:1.4em;
	background-color: #c4811a;
	}
#viator-ad .clearfloat h3 a {
	color:#fff;
	text-decoration:none;
	}
#viator-ad .clearfloat h3 a:hover {
	text-decoration:underline;
	}
#viator-ad .clearfloat img {
	margin:5px 10px 5px 3px;
	padding:0;
	border:#025c96 1px solid;
	float:left;
	}
#viator-ad .clearfloat ul {
	font-size:1em;
	list-style:none;
	margin-top:5px;
	}
#viator-ad .clearfloat ul li span {
	font-weight:600;
	display:block;
	}
#viator-ad .clearfloat p {
	line-height:1.2em;
	clear:left;
	margin: 0 0 1px 3px;
	}
#viator-ad .clearfloat .book {
	width:100px;
	float:right;
	padding:5px 2px 2px;
	margin: 0 3px 0 0;
	}
#viator-ad .clearfloat .book p {
	font-size:1.1em;
	font-weight:bold;
	color:#00759A;
	text-align:right;
	}
#viator-ad .clearfloat .book p span {
	font-size:1.5em;
	display:block;
	margin:5px 2px 5px 0;	
	}
#viator-ad .clearfloat .book img.button {
	margin:3px 0 0 6px;
	border:none;
	float:none;
	}



.accombox {
	width: 375px;
	 border:1px solid #ff0000; 
	 padding: 5px 5px 5px 10px;
	 background-color:#fff;
	 }	
.accombox h4 {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	}
.accombox p {
	margin: 0;
	padding: 0;
	}

	 
/* --------- Right Column Sections (7,8) --------- */

#ex-rightcolumn {
	float: right;
	width: 160px;
	margin-right: 25px;
	display: inline;
	}
#banner {
	text-align:center;
	margin: 20px 0 0 0;
	}
#poll {
	margin: 1.3em 0 0 0;
	padding: 0 15px;
/*	border: solid #666666 1px;
	background-color: #508FC4;*/
	}
#flashcontent {
	text-align:center;
	}

/* --------- Right Column Section Headings, Form Elements, & Paragraphs (7,8) --------- */

#banner h3 {
	}
#banner p {
	font: 1em/1.6em Arial, Helvetica, sans-serif;
	margin: 0.4em 0;
	}
#poll h3 {
	font: bold 1.15em Arial, Helvetica, sans-serif;
	margin: 0.5em 0 0.8em;
	color:#ffffff;
	}
#poll p {
	font: 1em/1.3em Arial, Helvetica, sans-serif;
	margin: 0.4em 0;
	color: #ffffff;
	}
div.pollgroup {
	margin-top: 4px;
	}


span.poll-label {
	margin-top: 3px;
	width: 100px;
	float: right;
	}
span.poll-radio {
	width: 12px;
	float: left;
	}
#poll label {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0.4em 0;
	color: #ffffff;
	}
#poll legend {
	color: #ffffff;
	display: none;
	}
#poll input {
	font-size: 1.15em;
	}
#poll fieldset {
	}

#poll #inputalign {
	text-align: center;
	margin-top: 0.4em;
	} 
#poll ul {
	margin:0;
	list-style:none;
	color: #ffffff;
	}
/* --------- Right Column Section Links (7,8) --------- */

#poll a:link {
	color: #ffffff;
	}
#poll a:visited {
	}
#poll a:hover {
	color: #ffffff;
	}
#poll a:active {
	color: #ffffff;
	}
	
	
/* Contact Form */
label {
	display:block;
	margin:1em 0;
	}
input, textarea {
	display:block;
	width:300px;
	font:normal 1em Arial, Helvetica, sans-serif !important;
	background-color:#fff !important;
	}
ul li.ok {
	color:#666;
	font-style:italic;
	}
ul li.error {
	color:#f00;
	}

	
/* ------------------- Footer (9) ------------------- */

#footer {
	height: 65px;
	background:#D8D8D8;
	clear: both;
	margin: 0;
	font: .85em Arial, Helvetica, sans-serif;
	color: #000;
	padding:1em 0 0 0;
	}
#footer p {
	text-align: center;
	padding:1em 0 0 0;
	}
#footer a:link, #footer a:visited, #footer a:active {
	color:#333;
	text-decoration: none;
	}
#footer a:hover, #footer a:focus {
	text-decoration:underline;
	}
#footer ul#footer-nav {
	margin:0;
	text-align:center
	}
#footer ul#footer-nav li {
	display:inline;
	padding:0 5px;
	border-right:#909395 1px solid;
	}
#footer ul#footer-nav li.last {
	border:none;
	}
	
.clearfloat:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
	}
 
.clearfloat { display: inline-block; }
 
/* Hides from IE-mac */
* html .clearfloat { height: 1%; }
.clearfloat { display: block; }
/* End hide from IE-mac */
/*** end clearing hack ***/ 

