/*
	Client:		Mauna Kea Vacation Rentals
	Title:		Interior stylesheet for screen media
	Author:		Jason Garber, jgarber@esitemarketing.com
	Copyright:	E-site Marketing, LLC, http://www.esitemarketing.com
	Created:	04 February 2006
	Updated:	04 February 2006
*/

/* ----- Import external stylesheets -----------------*/
@import url("common.css");
@import url("nav.css");
@import url("layout.css");
@import url("titles.css");


/* ----- Page layout ---------------------------------*/



/* ----- Content layout ------------------------------*/
div#exterior-content-wrapper h1 {
	height: 64px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 4px 0;
	}

div#content h2 {
	margin: 0 0 0.1em 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	color: #034162;
	}

div#content h3 {
	margin: .8em 0 0.1em 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #034162;
	}

div#content h4 {
	margin: 0 0 0.2em 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #034162;
	}

div#content p {
	margin-bottom: 1.5em;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #445055;
	}

div#content p.legal {
	font-size: 1.1em;
	}

div#content address {
	margin-bottom: 1.5em;
	font-size: 1.3em;
	font-style: normal;
	line-height: 1.4em;
	color: #445055;
	}

div#content ul, div#content ol {
	margin: 0 4em 1.5em 4em;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #445055;
	}

div#content ul li, div#content ol li {
	margin-bottom: 0.25em;
	}

div#content ul ul, div#content ol ol, 
div#content ul ol, div#content ol ul, 
div#content dl ul, div#content dl ol {
	margin-bottom: 0;
	font-size: 1em;
	}

div#content dl {
	margin: 0 0 1.5em 0;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #445055;
	}

div#content dt {
	font-weight: bold;
	color: #034162;
	}

div#content dd {
	margin: 0 0 0.5em 0;
	}

div#content blockquote.blocks-divided {
	border-top: 1px dotted #034162;
	margin-bottom: 2.5em;
	padding: 1.75em 0 0 0;
	/* background: url("../images/interior/blocks-divider.gif") no-repeat 50% 0; */
	}

div#content blockquote.blocks-testimonial {
	border: dotted #cccccc;
	border-width: 1px 0;
	margin-bottom: 2.5em;
	padding: 1em 0.75em;
	}

div#content blockquote.blocks-testimonial p {
	margin: 0 0 0.75em 0;
	font-size: 1.2em;
	}

div#content blockquote.blocks-testimonial cite {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	font-style: normal;
	color: #034162;
	}

div#content a {
	text-decoration: underline;
	color: #046ba3;
	}

div#content a.link-top {
	padding-left: 13px;
	background: url("../images/icon-back-to-top.gif") no-repeat 0 50%;
	}

div#content a.link-pdf {
	padding-left: 16px;
	background: url("../images/icon-pdf.gif") no-repeat 0 50%;
	}

div#content a:hover {
	color: #034162;
	}

div#content span.pdf-req {
	font-size: 0.8em;
	}

div#content div.inset {
	display: inline;
	float: right;
	margin: 0 6px 15px 15px;
	}

div#content div.inset img.photo {
	border: 1px solid white;
	}

div.gallery-link {
	margin: 5px 0 0 0;
	text-align: right;
	}

div.map-details {
	display: none;
	position: absolute;
	left: 275px;
	top: 430px;
	width: 400px;
	border: 1px solid white;
	padding: 10px 12px 0 12px;
	background: #cae9ef;
	}

div#content div.sitemap-div {
	display: inline;
	float: left;
	width: 42%;
	margin-right: 8%;
	}

div#content div.sitemap-div ul { margin: 0 0 0 2em; }


/* ----- Tables layout -------------------------------*/
table.table-generic {
	border-collapse: collapse;
	margin-bottom: 1em;
	font-size: 1.2em;
	color: #445055;
	}

table.table-generic thead th {
	padding-right: 10px;
	padding-bottom: 2px;
	text-align: left;
	}

table.table-generic tbody td {
	padding-right: 15px;
	padding-bottom: 3px;
	}

table#membership-table {
	border-collapse: collapse;
	margin-bottom: 1em;
	font-size: 1.1em;
	color: #2f3436;
	}

table#membership-table th, table#membership-table td {
	vertical-align: top;
	padding-right: 8px;
	}

table#membership-table thead th {
	vertical-align: bottom;
	border-bottom: 1px solid #0d9bb9;
	padding-bottom: 2px;
	font-weight: bold;
	text-align: center;
	color: #034162;
	}

table#membership-table thead td { border-bottom: 1px solid #0d9bb9; }

table#membership-table tbody th {
	border-bottom: 1px solid #0d9bb9;
	padding-top: 5px;
	font-weight: bold;
	text-align: right;
	color: #034162;
	}

table#membership-table tbody td {
	border-bottom: 1px solid #0d9bb9;
	padding-top: 5px;
	padding-bottom: 5px;
	}


/* ----- Packages layout -----------------------------*/


/* ----- Forms layout --------------------------------*/
fieldset {
	border: 1px solid #2ca3bc;
	margin-bottom: 1.5em;
	}

legend {
	margin-left: 0.75em;
	padding: 0 0.25em;
	font-size: 1.3em;
	font-weight: bold;
	color: #034162;
	}

fieldset p {
	margin: 0 1.25em;
	padding-top: 0.5em;
	}

table.table-form {
	border-collapse: collapse;
	margin: 1em 1.75em;
	font-size: 1.2em;
	color: #3d3d3d;
	}

table.table-form col.first-column {
	text-align: right;
	}

table.table-form th {
	font-weight: normal;
	}

table#table-contact th { width: 30%; }
table#table-emailclub th { width: 30%; }

table.table-form th, table.table-form td {
	padding-right: 4px;
	padding-bottom: 4px;
	vertical-align: baseline;
	}

html>body table.table-form th, html>body table.table-form td {
	text-align: right;
	}

html>body table.table-form th+td, html>body table.table-form td+td {
	text-align: left;
	}

table.table-form input, table.table-form select {
	font-size: 1.1em;
	}

input#first_name, input#last_name { width: 150px; }
input#email_address { width: 175px; }
input#submit { margin-top: 1.25em; }


/* ----- Sidebar layout ------------------------------*/
div#sidebar {
	width: 182px;
	}

div.marketing-inset {
	margin-bottom: 1.5em;
	}

div.marketing-inset img.png {
	behavior: url("png/png.htc"); /* for IE only, path is relative to file that calls this style */
	width: 182px;
	height: 200px;
	}