/* --- RESET --- */

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
fieldset,img{border:0;margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style-type:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/* --- BUILDUP --- */

/* version 1.2 - developed by Andrew Quinton and Joel Friesen 
	customized for use by Jenahura
*/

p {margin-top:1.2em; padding:0; line-height: 1.3em;}
h1 {font-size:1.75em; padding-bottom:1em;}
h2 {font-size:1.50em; padding:0.5em 0 0.5em 0;}
h3 {font-size:1.35em; padding:1em 0 0.25em 0;}
h4,h5,h6,caption {font-size:1em}
h1,h2,h3,h4,h5,caption {font-weight:bold;}
h4 {text-transform:uppercase;}
h6 {font-style:italic;}

em {font-style:italic;}
strong {font-weight:bold;}

ul,ol,dl {padding-left:1.5em; padding-bottom:1em;}
li,dt,dd { list-style-image:none; list-style-position:outside; list-style-type:disc; margin-top:1em;}

pre {
	border:1px solid #bbb;
	background-color: #f9f9f9;
	padding: 0.4em;
	margin-bottom: 1.1em;
	}

q, cite {font-style:italic;}

cite {
	display: block;
	border:1px solid #bbb;
	background-color: #f9f9f9;
	padding: 0.5em; margin: 1em 2em 1em 2em;
	font-size: 0.8em;
	}

label {font-size:1em; font-weight:bold;}
input {font-size:1em; padding:.1em}
textarea {font-size:1em; padding:.1em; font-family:Arial, Helvetica, sans-serif;}

a:link, a:active, a:hover, a:visited {text-decoration:underline;}

/* --- PRIMARY LAYOUT --- */
	
/* layout and colours */

body {
	background-color: #7d7d7d;
	}
	
#wrap, #header, #content, #footer {
	width: 720px;
	}
	
#wrap {
	margin: 0 auto 0 auto;
	background-color: #fff;
	background-image: url(../images/banners/golf-banner-05.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}
	
#header {
	height: 180px;
	}
	
#header h1 a {
	display: block;
	background-attachment: scroll;
	background-image: url(../images/jenahura-logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 34px;
	width: 86px;
	margin-left: 56px;
	text-indent: -9999px;
	}
	
#header ul {
	margin: 9px 0 0 37px;
	}
	
#header ul li {
	list-style-type: none;
	text-transform: lowercase;
	margin:0 0 2px 0;
	}
	
#header li a:link, #header li a:visited {
	background: transparent url(../images/nav-off.gif) no-repeat scroll 0pt 6px;
	color: #79869A;
	padding-left: 5px;
	text-decoration: none;
	}
	
#header li a:hover, #header li a:active, #header #current {
	background: transparent url(../images/nav-on.gif) no-repeat scroll 0pt 6px;
	color: #fff;
	padding-left: 5px;
	text-decoration: none;
	}
	
#content #leftcol {
	padding: 10px 30px 40px 60px;
	width: 325px;
	float: left;
	background-image: url(../images/left-gutter.gif);
	background-repeat: no-repeat;
	background-position: 0 20px;
	}
	
#content #rightcol {
	float: right;
	width: 304px;
	padding: 20px 0 0 0;
	margin-top: 80px;
	margin-bottom: 20px;
	}
	
#content #widecol {
	padding: 10px 30px 40px 60px;
	width: 599px;
	float: left;
	background-image: url(../images/left-gutter.gif);
	background-repeat: no-repeat;
	background-position: 0 20px;
	}
	
#rightcol div {
	background-color: #f4f4f4;
	margin-bottom: 20px;
	}
	
#rightcol h3, #rightcol p {
	width: 225px;
	}

#footer {
	clear: both;
	background-color: #f4f4f4;
	border-top: 1px dotted #dbdbdb;
	overflow: auto;
	}
	
#footer #pod1 {
	float: left;
	width: 250px;
	margin: 0 10px 10px 60px;
	padding: 10px 0 0 10px;
	background-image: url(../images/footer-sep.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#footer #pod2 {
	float: left;
	width: 75px;
	margin: 0 15px 10px 0;
	padding: 10px 0 0 10px;
	}
	
#footer #pod3 {
	float: left;
	margin: 0 20px 10px 0;
	padding: 10px 0 0 10px;
	background-image: url(../images/footer-sep.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#footer p {
	margin: 0;
	}
	
#footer img {
	margin: 5px 0 15px 60px;
	}
	
#footer a:link, #footer a:visited {color: #7d7d7d; text-decoration: none;}
#footer a:hover, #footer a:active {color: #7d7d7d; text-decoration: underline;}

#contact {
	background-color: #e5f5f7;
	padding: 10px 20px 20px 20px;
	margin-top: 25px;
	background-image: url(../images/form-gradient.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}

	
/* fonts */

body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	}

#content, #footer {
	color: #7d7d7d;
	}
	
h2 {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #667482;
	}
	
h3 {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #e78135;
	}
	
h4 {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 0 4px 0;
	}
	
.destinations p {
	margin: 0;
	}
	
#rightcol h3 {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #825866;
	font-size: 11px;
	padding: 10px 12px 0 12px;
	margin-bottom: 0;
	}
	
p.summary {
	font-size: 12px;
	color: #222;
	line-height: 1.6em;
	padding-bottom: 1em;
	}
	
#rightcol p {
	color: #665866;
	margin-top: 0;
	padding: 12px 12px 12px 12px;
	}

ul.locations {
	margin: 20px 0 0 0;
	padding: 0;
	}	
	
ul.locations li {
	list-style-type: none;
	font-size: 11px;
	margin: 10px 0 0 2px;
	}

.locations strong {
	color: #e78135;
	}
	
a:link {color: #667482;}
a:visited {color: #666;}
a:hover, a:active {color: #556371; text-decoration: none;}