@charset "UTF-8";
/* North Shore Kauai Condo
** CSS base styles for all pages
** Created by Jessica Greenwalt
** www.jgreenwalt.com
** Updated: January 07, 2010 */

html {
	background:#482705 url(../img/background.png) top left repeat-x;
	font-family:"Times New Roman", Times, Georgia, serif;
	font-size:14px;
	width:100%;}

#center {
	margin:0 auto;
	width:1160px;}

a {color:#32646D;}
a:hover {color:#BEA76E;}

/* Header ============================= */
#header {
	margin:0 auto;
	width:850px;
	height:96px;}

#header h1 {
	float:left;
	margin:18px 0 0 23px;}
#header h1 a {
	display:block;
	background:url(../img/kauai_north_shore_logo.png) top left no-repeat;
	width:296px;
	height:62px;
	text-indent:-9999px;}

#header ul {
	float:right;
	margin:40px 20px 0 0;}
#header ul li {
	display:inline-block;
	margin-left:7px;}
*+html #header ul li {float:left;}

#header .nav_home,
#header .nav_our_condo,
#header .nav_our_location,
#header .nav_kauai,
#header .nav_contact_us {
	display:block;
	height:20px;
	text-indent:-9999px;}

#header .nav_home {
	background:url(../img/nav_home.png) top left no-repeat;
	width:50px;}
#header a.nav_home:hover {background:url(../img/nav_home_o.png) top left no-repeat;}

#header .nav_our_condo {
	background:url(../img/nav_our_condo.png) top left no-repeat;
	width:87px;}
#header a.nav_our_condo:hover {background:url(../img/nav_our_condo_o.png) top left no-repeat;}

#header .nav_our_location {
	background:url(../img/nav_our_location.png) top left no-repeat;
	width:101px;}
#header a.nav_our_location:hover {background:url(../img/nav_our_location_o.png) top left no-repeat;}

#header .nav_kauai {
	background:url(../img/nav_kauai.png) top left no-repeat;
	width:46px;}
#header a.nav_kauai:hover {background:url(../img/nav_kauai_o.png) top left no-repeat;}

#header .nav_contact_us {
	background:url(../img/nav_contact_us.png) top left no-repeat;
	width:85px;}
#header a.nav_contact_us:hover {background:url(../img/nav_contact_us_o.png) top left no-repeat;}

/* Billboard ============================= */
#billboard {
	background:url(../img/billboard_bg.png) top left no-repeat;
	height:398px;
	position:relative;}

#slideshow1,
#map {
	position:absolute;
	left:155px;}
 
 /* blank_links are used to link the two parts of the banner on kauai.html */
#blank_link1,
#blank_link2 {
	 position:absolute;
	 z-index:999;}

#blank_link1 {left:155px;}
#blank_link2 {right:155px;}

/* Content ============================= */
#content {
	float:left;
	margin:15px 0 15px 142px;
	color:#616161;
	font-size:110%;
	line-height:1.5em;}
*+html #top_two_col {margin-bottom:-7px;}
#containter {
	background:url(../img/content_r.png) top left repeat-y;
	float:left;
	width:876px;}

#col1 {
	width:390px;
	margin:0 0 0 45px;
	float:left;}

#col2 {
	width:300px;
	margin:0 45px 0 0;
	float:right;}

h2 {
	font-size:150%;
	color:#32646D;
	font-weight:normal;
	margin-bottom:.5em;
	margin-top:20px;}

p {margin-bottom:.5em;}

ul {
	margin:0 0 .5em 15px;}

/* Footer ============================= */
#footer {
	margin:0 auto;
	height:40px;
	clear:both;
	width:850px;
	color:#FFF;
	font-size:90%;}

#footer ul {
	float:left;
	margin-bottom:30px;}

#footer ul a {
	color:#FFF;
	text-decoration:none;}
#footer ul a:hover {color:#8EC3CF;}

#footer ul li {
	display:inline;
	margin-right:15px;}

#footer .copyright {
	float:right;}

#footer .copyright a {
	color:#8EC3CF;
	text-decoration:none;}
#footer .copyright a:hover {color:#579EAF;}

/* Buttons ==================== */
.btn_check_availability {
	display:block;
	background:url(../img/btn_check_availability.png) top left no-repeat;
	width:310px;
	height:108px;
	margin-top:25px;
	text-indent:-9999px;}
a.btn_check_availability:hover {background:url(../img/btn_check_availability_o.png) top left no-repeat;}

/* Special Classes ==================== */
.hidden {display:none;}