/*
Company:	Paradise Point
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
body {
	background: url(../images/sand-tile.jpg) repeat;
	font-family: Georgia, Times, serif;
}
/* @end */

/* @group Layout */
div#hd, div#bd, div#ft {
	width:829px;
	margin-left: auto;
	margin-right: auto;
}
div#hd {
	padding: 10px 0;
}
img#logo {
	float: left;
	display: inline;
}
p#addy {
	text-align: right;
	margin: 38px 0 0 0;
	color: #676539;
	float: right;
	display: inline;
}

div#flash-feature {
	text-align: center;
	background-color: #525141;
}
div#flash-border {
	height: 7px;
	background: url(../images/under-flash-line.gif) repeat-x;
	overflow: hidden;
}

div#bd {
	padding-top: 7px;
}
div#bd p {
	margin-bottom: 15px;
	color: #676539;
	line-height: 150%;
	font-size: 107%;
}
div.sidebar-left {
	width: 206px;
	margin-right: 40px;
	float: left;
	display: inline;
}
div.sidebar-right {
	width: 206px;
	margin-left: 40px;
	margin-right:4px;
	float: right;
	display: inline;
}
div.sidebar-left img, div.sidebar-right img {
	background-color: #fff;
	padding: 2px;
	border: 1px solid #dacb9c;
	margin-bottom: 30px;
}

.tour-btn {
	margin: 10px 0 20px;
}
div.tour-btn a:hover img {
	filter: alpha(Opacity=60);
	opacity: 0.6;
}
.video_images{
	margin-top:10px;
}
div#ft {
	text-align: center;
}
div#ft p {
	margin: 10px 0;
	color: #676539;
	line-height: 150%;
	font-size: 123%;
}
/* @end */

/* @group Nav */
div#nav {
	background: url(../images/nav-bkg.gif) repeat-x;
	height: 42px;
	font-size: 114%;
	font-variant: small-caps;
}
div#nav ul {
	width: 840px;
	margin-left: auto!important;
	margin-right: auto!important;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	padding-right: 2em;
	height: 42px;
	line-height: 42px;
	text-align: left;
	background: url(../images/nav-bkg.gif) repeat;
	
}
#nav a:link, #nav a:visited {
	color: #695534;
	text-decoration: none;
}
#nav a:hover, #nav li.active a:link, #nav li.active a:visited {
	color: #9d8500;
}
#nav ul ul a:link, #nav ul ul a:visited {
	color: #776445;
}
#nav ul ul a:hover {
	color: #746241;
	background-color: #ddd7b9;
}
#nav ul ul {
	font-size: 100%;
	margin-left: 0!important;
}
#nav ul ul a {
	height: 20px;
	line-height: 20px;
	text-align: left;
	width: 8em;
	background-image: none!important;
	padding: .5em 1em;
}

#nav li { /* all list items */
	float: left;
	margin: 0;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #f1efda;
	border: 1px solid #66552d;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li {
	width: 10em;
	margin-left: 0px;
	border-bottom: 1px solid #c3baa1;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.9em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* @end */

/* @group Headings */
h1 {
	font-size: 150%;
	/*font-size: 131%;*/
	/*font-weight: bold;*/
	margin-bottom: 5px;
	color: #676539;
}
#bd h1.contact_media {
	padding-bottom: 5px;
}
h2 {
	font-size: 130%;
	/*font-size: 114%;*/
	font-weight:bold;
	margin-bottom:3px;
	color: #7f623e;
}
h3 { }
h4 { }
h5 { }
h6 { }
/* @end */

/* @group Text Styles */
strong {
	font-weight: bold;
}
.indent {
	font-size: 114%;
	padding-left: 30px;
}
/* @end */

/* @group Lists */
div#bd ul {
	margin-left: 30px;
	margin-bottom: 15px;
}
div#bd ul li {
	background: url(../images/bullet.gif) no-repeat 0 50%;
	line-height:27px;
	padding-left: 15px;
	color: #676539;
}
.subli {
	background:none;
	line-height:27px;
	padding-left: 30px;
	color: #676539;
}
/* @end */

/* br tags */
br {
	display: inline;
	line-height: 7px;
	/*line-height: 1px;*/
}
/* end */

/* @group Forms */
div.form-box {
	background-color: #f6f0d5;
	padding: 10px;
	width: 500px;
	border: 1px solid #d4cdab;
}
div.form-box p {
	font-size: 92%;
	margin-bottom: 5px!important;
}
p.fieldwrap, div.submit-row {
	clear: left;
	margin: 0;
	padding: 5px 0 5px 0;
}
div.submit-row {
	text-align: right;
	color: #fd1b14;
	width:407px;
}
p.fieldwrap label {
	float: left;
	font-weight: bold;
	font-size: 92%;
	padding-top: 2px;
	width:137px;
	display: inline;
	color: #7f623e;
}
#fm_comments{
height:200px;
width:340px;
}
p.fieldwrap input, p.fieldwrap textarea {
	font-size: 100%;
	font-family: Georgia, serif;
}
.txt {
	border: 1px solid #d4cdab;
	padding: 2px;
	font-size: 100%;
	color: #7f623e;
	background-color: #fbf6e0;
	width: 200px;
}
.hover-opacity { 
	filter: alpha(Opacity=60);
	opacity: 0.6; 
}
/* @end */

/* @group Links - link visited hover active */
a:link, a:visited {
	color: #9c754b;	
}
div#bd a:link, div#bd a:visited {
	color: #9e4822;
	font-weight: bold;
}
a:hover, div#bd a:hover {
	color: #5a6d32;
}
a:active{ }
/* @end */

/* @group Misc */
div.hr {
	background: url(../images/hr.gif) repeat-x;
	height: 2px;
	margin: 10px 0;
	overflow: hidden;
}
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
div#bd ul.error{
border:2px solid #525141;
margin-left:0px;
padding: 10px;
}

#flashcontent { /* DJP - added */
	position:relative;
	width:830px;
	height:287px;
	margin-left:auto;
	margin-right:auto;
}
#photo-gallery {
	position:relative;
	width:830px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
}