/* CSS Document */

/* --------- Meta Layout --------- */

html {
    min-height:100%;
    margin-bottom:1px;
	}
body {
	font: 78% Arial, Helvetica, sans-serif;
	background-color:#fff;
	margin: 0;	
	padding: 0;
	}
#container {
	background-color: #fff;	
	position: relative;
	width: 969px;
	margin: 0 auto;
	padding: 0;
	left:1px;
	text-align:	left;
	}

/* --------- Map Side Bar --------- */

#map {
	width: 390px;
	height: 450px;
	margin: 10px 0 30px 5px;
	border:#000 solid 1px;
	float:right;
}
#side_bar a:hover {
	text-decoration: underline;
	}
#side_bar p {
	font-size: 1em;
	margin: .4em 0 .4em 0;
	padding-left: 10px;
	background: url(../images/link-bullet.gif) 0.2em 0.5em no-repeat;
	}
#side_bar {
	width: 100%;
	float: left;
	}
#side_bar_title {
	width: 100%;
	float: left;
	margin:10px 0 0 0;
	}

/*--------default styles---------*/

h1, h2, h3, h4, h5, h6 pre, form, body, html, fieldset, legend, input, dl, dt, dd, li, ul, ol, fieldset{
	margin:0;
	padding:0;
	}	

p {
	margin:0 0 1.5em 0;
	padding:0;
	line-height:1.5;
	font-size:1em;
	}
	
strong {
	color:#555;
	}
	
a:link, a:visited, a:active {
	color:#3c6781;
	}
a:hover, a:focus {
	color:#9a2c26;
	}
ul.article-link-list li a:hover, ul.article-link-list li a:focus {
	color:#9a2c26;
	}

/* ---headers----- */
h1{
	font-size: 1.7em;
	font-weight:600;
	}
.content-panel h1 {	
	margin-bottom: 6px;
	}
h2{	
	font-size: 1.2em;
	}
h2.lead-header{
	font-size: 1.7em;
	font-weight:600;
	}
h3{
	clear: both;
	padding: 0;
	margin-bottom: 8px;
	font-size: 1.4em;
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
	background: #fff;
	}
	
/* --------- Header (1) --------- */

#header {
	height: 298px;
	overflow: hidden;
	margin: 0;
	background: #fff url(../images/header-image.jpg) 0 145px no-repeat;
	}
#title {
	height: 82px;
	margin: 0;
	padding: 0;
	float:left;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	}
#header h1 {
	margin: 0;
	padding: 25px 0 0 0;
	font-size: 2.5em;
	font-weight:600;
	word-spacing:-8px;
	color:#848484;
	}
#header h1 a{
	font-size: 1em;
	font-weight:500;
	color:#848484;
	}
	.c50d01 {
		color:#c50d01;
		font-weight: 600;
		}
	.c4580a4 {
		color:#016ecb;
		font-weight: 600;
		}
#header p {
	margin: -4px 0 0 0;
	padding: 0 0 0 185px;
	color: #5d5d5d;
	font-weight: 600;
	letter-spacing: 0;
	}		
#header img {
	margin:34px 0 0 0; 
	}

p#header_right {
	float: right;
	text-align: right;
	padding:0 20px 0 0;
	margin:45px 0 0 0;
	color:#8e8e8e;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	background-color: #fff;
	}
#header_right a.first {
	border-right:#8e8e8e 1px solid;
	}
#header_right a:link, #header_right a:visited, #header_right a:active {
	color:#8e8e8e;
	text-decoration:none;
	padding:0 8px;
	}
#header_right a:hover, #header_right a:focus {
	color:#972b25;
	text-decoration:underline;
	}
	
#sitename {
	font: italic 1.4em/1em Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 0 20px;
	margin:0;
	color: #999;
	float: left;
	width: 300px;
	}
	
		

/* --------- horizontal navigation --------- */

#navcontainer {
	padding: 0;
	margin: 20px 0 0 0;
	background:#962b25 url(../images/bar.gif) top right no-repeat; 
	color: #fff;
	float: left;
	width: 100%;
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	}

#navcontainer  li {
	display: inline; 
	}
#navcontainer  li a {
	padding: 12px 16px 7px 16px;
	background:url(../images/nav-border.gif) 0 8px no-repeat;
	color: #fff;
	text-decoration: none;
	float: left;
	}
#navcontainer  li a:hover {
	text-decoration:underline;
	}

#content-division {
	padding:3px 2px 0 0; 
	margin:0;
	background:#fff;
	}	

/* --------- Current page status --------- */

ul#navcontainer li a.nowpage {
	text-decoration:underline;
	}

/* --------- Left Column --------- */

#left-column {
	width: 660px;
	float: left;
	margin:0;
	padding:0;
	overflow: hidden;
	background-color:#fff;
	}
#main-left {
	float:left;
	width:239px;
	}
#main-right {
	color:#575656;
	float:right;
	width:384px;
	margin:25px 0 0 0;
	padding:0 20px 0 10px;
	}
#main-right h1 {
	font-size:1.4em;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	}

/*#main-right a:link, #main-right a:visited, #main-right a:active {
	color:#555;
	text-decoration:underline;
	}
#main-right a:hover, #main-right a:focus {
	text-decoration:none;
	}*/
	
/* --- Columns and content sections --*/
			
.content-row {
	padding: 0 0 2px 0; 
	margin: 0 0 10px 0; 
	width: 375px; 
	float:none;
	background-color:#f4f4ec;
	font-size:.9em;
	color:#555;
	border-bottom:#b8b8b8 1px dotted;
	}
/*.content-row a:link, .content-row a:visited, .content-row a:active {
	color:#555;
	text-decoration:underline;
	}
.content-row a:hover, .content-row a:focus {
	text-decoration:none;
	}*/
.width200 {
	width:200px;
	margin:0;
	padding:0;
	}
.content-row.percent100 {
	width:100%;
	}	
.content-row p, .content-row h2 {
	margin: 0;
	width: 295px;
	float:left;
	}
.content-row img {
	border: solid 1px #c4c4c4;
	float:right;
	}
.content-row h2 a.green {
	color:#889428;
	font-weight:bolder;
	}
.content-row h2 a.red {
	color:#9a2c26;
	font-weight:bolder;
	}
.content-row h2 a.blue {
	color:#3c6781;
	font-weight:bolder;
	}	
.left {
	float: left;
	clear:left;
	}				
.right {
	float:right;
	}
.smallertext {
	font-size:0.9em;
	margin:0 0 20px 0;
	padding:0;
	background-color:#fff;
	}
	.bmnone {
		margin-bottom:0;
		}
		
		#feature-image {
			width:200px;
			text-align:center;
			margin:0 0 20px 0;
			padding:0;
			}
		#feature-image2 {
			width:300px;
			text-align:center;
			margin:0 30px 0 0;
			padding:0;
			float:left;
			}
		#feature-image.tpm10 {
			margin-top:10px;
			}
		.caption {
			text-align:left;
			padding:2px 10px 2px 10px;
			background:#ebebe9;
			font-size:0.86em;
			line-height:1.2;
			margin:0;
			font-family:Tahoma, sans-serif !important; 			
			}

/* =list sets
--------- */
ul.article-link-list {
	padding-top:0; 
	margin:4px 0 20px 0;
	}
/* --- use these styles when links are all active
ul.article-link-list li {
	padding:2px 0;
	margin:0;	
	padding-left:15px;
	background: url(../images/link-bullet.gif) 0.2em 0.5em no-repeat;
	border-top:#c1c1c1 1px solid;
	font-size:.9em;
	width:210px;
	}
ul.article-link-list a:link, ul.article-link-list a:visited, ul.article-link-list a:active {
	color:#000;
	text-decoration:none;
	padding:0 0 0 15px;
	border-left:#c1c1c1 1px solid;
	} */
ul.article-link-list li {
	padding:2px 0 2px 17px;
	margin:0 20px 0 0;	
	background: url(../images/link-bullet.gif) 0.2em 0.5em no-repeat;
	border-top:#c1c1c1 1px solid;
	font-size:.9em;
	width:190px;
	}
ul.article-link-list a:link, ul.article-link-list a:visited, ul.article-link-list a:active {
	color:#000;
	text-decoration:none;
	}
/* end of temp styles */
ul.article-link-list li.bdnone {
	border:none;
	}
#main-left .header1 {
	background:url(../images/red-gradient.gif) repeat-y;
	width:207px;
	height:32px;
	color:#fff;
	}
#main-left .header2 {
	background:url(../images/blue-gradient.gif) repeat-y;
	width:207px;
	height:32px;
	color:#fff;
	}
#main-left .header3 {
	background:url(../images/green-gradient.gif) repeat-y;
	width:207px;
	height:32px;
	color:#fff;
	}
#main-left .header1 h2, #main-left .header2 h2, #main-left .header3 h2 {
	background:url(../images/header-bg.gif) 0 10px no-repeat;
	margin-left:7px;
	padding:8px 0 0 17px;
	}

			
/* --------- Images --------- */
.image-small {
	margin:0;
	padding:0;
	border:0;
	display:block;
	}

a img.image-small,a:link img.image-small {
	background: #fff; 
	padding: 2px; 
	border: 1px solid #cfcfcf;
	margin: 3px 0 0 10px; 
	}
	
img.image-small, a:visited img.image-small {
	float: right; 
	background: #fff;
	padding: 0; 
	border: 1px solid #cfcfcf; 
	margin: 3px 0 0 10px; 
	}
	

/* --------- Central Column: Property Section (a sub-section of content) (5) --------- */

#property {
	margin:0;
	background-color:#fff;
		}
#property .item {
	float: left;
	width:110px;
	margin-bottom: 1em ;
	padding:0 4px;
	font-size: 0.8em;
	}
#property .item2 {
	float: left;
	margin-bottom: 1em ;
	font-size: 0.8em;
	}
#property .itemmargin {
	margin-right: 10px;
	}
#property img {
	display: block;
	border: 1px solid gray;
	}
#property a:hover img{
	border-color: black;
	}


/* --------- Right Column Sections (7,8) --------- */

#right-column {
	width: 300px;
	float: right;
	margin:14px 0 0 0;
	padding:0;
	background-color:#fff;
	}	
	
	#banner {
		margin: 0;
		}
		
	#poll img{
	margin: 1.3em 0 0 0;
	padding: 0;
	border: solid #000 1px;
	/*background-color:#666;*/
	}


/* --------- Right Column Section Headings, Form Elements, & Paragraphs (7,8) --------- */

#banner h3 {
	}
#banner p {
	}
/*#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;
	background-color:#666;
	}
#poll label {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0.4em 0;
	color: #ffffff;
	background-color:#666;
	}
#poll legend {
	color: #ffffff;
	background-color:#666;
	}
#poll input {
	font-size: 1.15em;
	}
#poll #inputalign {
	text-align: center;
	margin-top: 0.4em;
	} */

/* --------- Right Column Section Links (7,8) --------- */

/*#poll a:link {
	color: #ffffff;
	background-color:#666;
	}
#poll a:visited {
	}
#poll a:hover {
	color: #ffffff;
	background-color:#666;
	}
#poll a:active {
	color: #ffffff;
	background-color:#666;
	}*/
	
/* ------------------- Ads ------------------- */
	

#viator-ad .clearfloat {
	width:289px;
	padding:3px 3px 3px 5px;
	margin:1.5em 0;
	background-color:#ebf7fc;
	border:#abdeee 1px solid;
	}
#viator-ad .clearfloat h3 {
	margin:0;
	font-weight:normal;
	font-size:1.5em;
	background:none;
	}
#viator-ad .clearfloat h3 a {
	color:#025c96;
	text-decoration:none;
	}
#viator-ad .clearfloat h3 a:hover {
	text-decoration:underline;
	}
#viator-ad .clearfloat img {
	margin:5px 8px 5px 0;
	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-bottom:1px;
	}
#viator-ad .clearfloat .book {
	width:100px;
	float:right;
	padding:5px 2px 2px;
	}
#viator-ad .clearfloat .book p {
	font-size:1.2em;
	font-weight:bold;
	color:#00759A;
	text-align:right;
	}
#viator-ad .clearfloat .book p span {
	font-size:1.6em;
	display:block;
	margin:5px 2px 5px 0;	
	}
#viator-ad .clearfloat .book img.button {
	margin:3px 0 0 6px;
	border:none;
	float:none;
	}
#viator-ad p#more-link {
	text-align:right;
	}
#viator-ad p#more-link a {
	text-decoration:underline;
	}
#viator-ad p#more-link span {
	font-weight:600;
	}

/* ------------------- Footer (9) ------------------- */

#footer {
	height: 75px;
	background: #e7e7e7;
	clear: both;
	margin-top: 2em;
	font: .85em Arial, Helvetica, sans-serif;
	}

#footer p {
	text-align: center;
	color: #666;
	padding:1em 0 0 0;
	}
#footer a:link, #footer a:visited, #footer a:active  {
	color: #666;
	text-decoration: none;
	}
#footer a:hover, #footer a:focus {
	text-decoration:underline
	}
#footer ul#footer-nav {
	width:925px;
	margin:0 20px 1em 20px;
	text-align:center;
	}
#footer ul#footer-nav li {
	display:inline;
	padding:0 5px;
	border-right:#666 1px solid;
	}
#footer ul#footer-nav li.last {
	border:none;
	}


/* ------alter defaults------ */
a:link, a:visited { 
	text-decoration: none; 
	}
a img, a:link img, a:visited img, fieldset { 
	border: none;
	}
ul, ol { 
	list-style: none; position: relative;
	}
a {
	font-weight:500;
	}
a.normal {
	font-weight:300;
	}
.width500 {
	width:500px;
	}	
.tppnone {
	padding-top:0;
	}
.tpm20 {
	margin-top:20px;
	}
.tpp20 {
	padding-top:20px;
	}
.btm10 {
	margin-bottom:10px
	}
.btm20 {
	margin-bottom:20px
	}
.rm30 {
	margin-right:30px;
	}
.lm30 {
	margin-left:30px;
	}
#feature-image.lm30 {
	margin-left:30px;
	}
.tpborder {
	border-top:#666666 dotted 1px;
	}
.bgnone {
	background:none;
	}	
.clearboth {
	display:block;
	clear:both;
	}


/* =self clearing
----------------- */
/*** see http://www.positioniseverything.net/easyclearing.html
   for explanation of Tony Aslett's elegant hack ***/
.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 ***/ 	
	
	
	
.clearer {	
	margin:0;
	padding:0;
	clear:both;
	display:block;
	}
	
/* Contact Form */
label {
	display:block;
	margin:1em 0;
	}
input, textarea {
	display:block;
	width:200px;
	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;
	}