/* 
With many thanks to SimpleBits for inspiration
*/

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	color: #222;
	background: url(../images/bg.gif) #9ac4ee;
	text-align: center; /* IE 5.x Hack */
	}

/* links */

a:link, a:visited {
	color: #326ea1;
	text-decoration: none;
	border-bottom: 1px solid #8ab5d9;
	}
a:hover {
	padding-bottom: 0px;
	color: #326ea1;
	text-decoration: none;
	border-bottom: 1px solid #db9b9b;
	}
	
div.image a {
	border: none;
	padding-bottom: 0;
}

/* page structure
---------------------------------------------------------- */
#master-wrap {
	padding: 0;
	margin: 0;
	width: 65em;
	margin: 20px auto 30px auto;
}
#outside-wrap {
	padding: 0;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	padding: 0px;
	width: 65em;
}
#inside-wrap {
	position:relative;
	bottom:6px;
	right: 6px;
	padding:0px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;

}
#inside-wrap{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}
#container {
	width: 65em;
	margin: 20px auto 30px auto;
	padding: 0;
	font-size: 95%;
	line-height: 1.4em;
	text-align: left; /* IE 5.x hack */
	}
#content {
	width: 43em;
	float: left;
	padding-right: 2em;

	}
#sidebar {
	width: 20em;
	float: right;
	font-size: 90%;
	line-height: 1.5em;
	}
#content.wide {
	width: 58em;
	border: 0;
}

/* header
---------------------------------------------------------- */

#header {
	padding: 10px 0 0 0;
	font-size: 95%;
	margin: 0;
	background: url(../images/doctors_crop.jpg) no-repeat bottom right;
	}

/* logo */

#logo {
	width: 65em;
	margin: 0 auto;
	padding: 10px 0 0 0;
	border-top: 20px solid #1a7bc8;
	text-align: left; /* IE hack */
	}
#logo span {
	display: block;
	width: 312px;
	height: 97px;
	padding: 0;
	border-style: none;
	background: url(../images/waikiki_logo_small.gif) no-repeat;
	}
#logo img  {
	/* set to display none for opera */
	display: none;
	width: 0;
	}

/* navigation */

#nav {
	width: 65em;
	margin: 10px auto 0 auto;
	padding: 0;
	background: #64a4e4;
	text-align: left; /* IE hack */
	}
#nav ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #9ac4ee;
	background: #64a4e4;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	background: #64a4e4;
	}
#nav li a {
	float: left;
	padding: 10px 8px;
	text-decoration: none;
	color: #222;
	border-right: 1px solid #1a7bc8;
	border-bottom: none;
	font-size: 90%;
	}
#nav li a:hover {
	color: #222;
	background-color: #9ac4ee;
	}
#nav li a.active {
	font-weight: bold;
	color: #fff;
	background-color: #1a7bc8;
	}

/* content
---------------------------------------------------------- */

/* title box */

#title {
	margin: 0 0 20px 0;
	border-top: 2px solid #1a7bc8;
	background-color: #ebf3fc;
	color: #222;
	}
#title h1 {
	margin: 0;
	padding: 10px 10px 0 10px;
	font-size: 160%;
	font-weight: normal;
	border: none;
	}
#title p,
#content #title p {
	margin: 10px 0 0 0;
	padding: 0 10px 10px 10px;
	font-size: 100%;
	}
	
#title #map {
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
}

/* feature box */

#feature {
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #d5d5d5;
	background-color: #fff;
	}
#movie {
	margin: 0;
	border: 1px solid #d5d5d5;
	padding: 10px;
	text-align: center;
}
#movie object {
	margin: 0;
	padding: 0;
	text-align: center;
}

/* list styles */

ul {
	list-style: none;
	padding: 0;
	margin-left: 0;
}
#content ul li {
	padding: 0;
	padding-left: 10px;
	background-image: url(/images/arrow.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	list-style: none;
	line-height: 1.6em;
	}
ul.pdf li {
	padding: 0;
	padding-left: 20px;
	background-image: url(/images/pdf_icon.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	list-style: none;
	line-height: 1.6em;
	}

h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 150%;
	line-height: 1.5em;
	letter-spacing:-1px;
	color: #1a7bc8;
	border-bottom: 1px solid #d5d5d5;
	}
h3 a {
	border: none;
	}
h3 span {
	color: #383d44;
}

/* ul gallery */
#content #gallery {
	margin: 0 0 30px 30px;
}
ul.gallery li a {
	float: left;
	padding: 0;
	margin-right: 15px;
	border: 2px solid #8ab5d9;
}
ul.gallery li a:hover {
	border: 2px solid #db9b9b;
}

/* content styles */

#content p+h3 {
	margin-top: 40px;
}
#content p {
	margin: 0 0 20px 0;
	}
#content p.date {
	margin: 0;
	padding: 0;
	position: relative;
	top: -10px;
	color: #a5a5a5;
	font-weight: bold;
}
#content h4 {
	margin: 25px 0 5px 0;
	padding: 9px 0 0 0;
	font-weight: normal;
	font-size: 100%;
	line-height: 1.5em;
	color: #555;
	border-bottom: 1px solid #d5d5d5;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#content h4 a {
	border: none;
}
#content ol {
	padding: 0 0 0 20px;
	margin: 0 0 0 5px;
}
#content ol li {
	margin: 0 0 10px 0;
}
#content p.price {
	float: right;
	clear: right;
	margin-left: 10px;
}
#content p.price a {
	border: none;
	padding: 0;
}
#content p.price a img {
	border: none;
	padding: 0;
	border: 1px solid #d5d5d5;
	height: 32px;
	background-color: #fff;
	padding: 5px 2px 5px 2px;
}
#content p.price span {
	font-size: 80%;
	color: #666;
	text-align: right;
	display: block;
}
#content div.image {
	text-align: center;
	margin: 0 0 20px 0;
}
#content div.image span {
	color: #666;
}
#content div.image p {
	margin: 10px 0 0 0;
}
#content #symbol {
	float: right;
	clear: right;
	margin: 0;
	position: relative;
	left: 15px;
	padding: 0;
}
#content #symbol img {
	padding: 0;
	margin: 0;
}
#content div.presentation {
	margin: 0;
}
#content div.presentation a img {
	border: 2px solid #d5d5d5;
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
#content div.presentation a:hover img {
	border: 2px solid #db9b9b;
}
#content div.presentation p {
	margin: 0 0 140px 0;
}

/* tables */
table {
	margin: 0 0 20px 0;
	padding: 0;
	border: 1px solid #d5d5d5;
	border-left: 0;
}
td, th {
    border-left: 1px solid #d5d5d5;
    padding: 5px;
}
th {
    text-align: left;
    font-weight: bold;
}
tr.row2 {
    background-color: #edf3fe;
}
tr.top {
	background-color: #326ea1;
	color: #fff;
}

/* photo list */

#content dt {
	margin: 0 0 5px 0;
	font-weight: normal;
	}
#content dd {
	margin: 0 0 30px 0;
	padding: 0;
	}


/* sidebar
---------------------------------------------------------- */

#sidebar h3 {
	margin: 25px 0 0 0;
	font-weight: normal;
	border-bottom: none;
	letter-spacing: -1px;
	}
#sidebar h3.first {
	margin-top: 0;
	}
#sidebar h3.featured {
	margin-bottom: 0;
	border-bottom: 0;
	}
#sidebar p {
	padding: 0;
	margin: 0;
	}
#sidebar div.news {
	margin: 0 0 20px 0;
	padding: 2px 5px 5px 5px;
	border-top: 2px solid #1a7bc8;
	background-color: #ebf3fc;
}
#sidebar div.news p.link {
	text-align: right;
}
#sidebar p img {
	border: 1px solid #999;
	margin-top: 20px;
}


/* form
---------------------------------------------------------- */

form label,input {
	display: block;
	width: 240px;
	float: left;
	margin-bottom: 10px;
}

form label {
	text-align: left;
	width: 200px;
	padding-right: 20px;
}

form textarea {
	width: 240px;
	height: 60px;
}

form input.button {
	width: 100px;
	margin-right: 10px;
}

form p {
	clear: left;
}

form h4 {
	clear: both;
	margin-bottom: 10px;
}


/* footer
---------------------------------------------------------- */

#footer {
	border-top: 1px solid #e5e5e5;
	color: #666;
	width: 65em;
	margin: 0 auto;
	padding: 15px 0 30px 0;
	font-size: 95%;
	line-height: 1.5em;
	text-align: left; /* IE 5.x hack */
	}
#footer p {
	margin: 0;
	padding: 0;
	font-size: 90%;
	}

/* misc.
---------------------------------------------------------- */

a img {
	border: none;
	}

img {
	border: none;
}

hr {
	height: 1px;
	border: 0;
	background-color: #d5d5d5;
}

/* hides the second object from all versions of IE */
* html object.mov {
    display: none;
}
/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
    display: inline;
}
/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
    display/**/: none;
}

/* self-clearing floats */

#nav ul:after, 
#container:after,
#extra:after,
#footer:after,
ul.gallery:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
