/* =Reload 
-----------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit; vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}

body {
	background-color: #fcd5ab;
	color: #000;
  	font: 62.5% Arial, Helvetica, sans-serif;
	/*font: 62.5% "Times New Roman", Times, serif;*/
	line-height: 1;
	background-image:url(images/lg-beach-back.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	width: 100%;
  	display: table;
}
IMG {
	border:0px;
}
/* ol, ul {list-style: none;}
 tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;	border-spacing: 0;}
caption, th, td {	text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* =General
-----------------------------------------------------------------------------------------*/
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
strong, b{font-weight: bold;}
em, i{font-style: italic;}

/* =Typography
-----------------------------------------------------------------------------------------*/
p, #news{
	font:normal 1.2em/1.5em Arial, Helvetica, sans-serif;
	margin:10px;
}

ul{
	font:normal 1.2em/1.2em Arial, Helvetica, sans-serif;
	list-style: disc;
	margin:10px 10px 10px 15px;
}

ol{
	font:normal 1.2em/1.2em Arial, Helvetica, sans-serif;
	list-style: decimal;	
	margin:10px 10px 10px 15px;
	text-align:left;
}
li {
	text-indent:10px;
	margin:5px;
	text-align:left;
}

#news .art-date{
	font-size: .8em;
}

#news .art-ttl a{
	font-weight: bold;
	text-decoration: none;
}

/* =Headings
-----------------------------------------------------------------------------------------*/
h1{
	font:bold 2.0em/1.2em Arial, Helvetica, sans-serif;
	/*font:normal 2.4em/1.2em "Times New Roman", Times, serif;*/
	margin:5px;
}

h2{
	font:normal 1.8em/1.2em Arial, Helvetica, sans-serif;
	/*font:normal 2.2em/1.2em "Times New Roman", Times, serif;*/
	margin:5px;
}

h3{
	font:normal 1.6em Arial, Helvetica, sans-serif;
	/*font:normal 2.0em/1.2em "Times New Roman", Times, serif;*/
	margin:5px;
	color:#ffffff;
}

h4{
	font:bold 1.6em/1.4em Arial, Helvetica, sans-serif;
	/*font:normal 1.8em/1.2em "Times New Roman", Times, serif;*/
	margin:5px;
}	

h5{
	font:bold 1.5em/1.4em Arial, Helvetica, sans-serif;
	/*font:normal 1.6em/1.2em "Times New Roman", Times, serif;*/
}	

h6{
	font:bold 1.3em/1.2em Arial, Helvetica, sans-serif;
	/*font:normal 1.4em/1.2em "Times New Roman", Times, serif;*/
}				

/* =Links
-----------------------------------------------------------------------------------------*/
a:link, a:visited{
	cursor:pointer;
}

a:hover, a:active{
}		

/* =MainNav
-----------------------------------------------------------------------------------------*/

#nav-side{
	position: relative;
	width: 215px;
	float:left;
	z-index:100;
}

#nav-side ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index:100;
}

#nav-side ul li{
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#nav-side ul li a:link, #nav-side ul li a:visited{
	color: #000;
	display: block;
	font:bold 12px Arial, Helvetica, sans-serif;
	height: 25px;
	line-height: 25px;
	text-align: left;
	text-decoration: none;
	width: 215px;
	text-indent:15px;
}

#nav-side ul li a:hover, #nav-side ul li a:active, #nav-side #nav li a.over{
	color: #fff;
	background-color:#5d8117;
}

#nav-side ul li ul li a:link, #nav-side ul li ul li a:visited{
	color: #000;
	font:normal 12px/12px Arial, Helvetica, sans-serif;
	height: 20px;
	text-align: left;
	width: 190px;
	padding:0;
	margin-top:5px;
}

#nav-side ul li ul li a:hover, #nav-side ul li ul li a:active{
	color: #fff;
}

#nav-side li ul { /* second-level lists */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	position: absolute;
	width: 190px;
	z-index:1;
}

#nav-side li ul li{
	display:block;
	width:175px;
}

#nav-side li ul ul { /* third-and-above-level lists */	margin: 0px 0 0 200px;}

#nav-side li:hover ul ul {left: -999em;}

#nav-side li:hover ul, #nav-side li li:hover ul, #nav-side li.sfhover ul{ /* lists nested under hovered list items */
	left: 215px;
	padding: 5px;
	background-color:#5d8117;
	top: 0px;
	padding:0px;
	margin:0px;
}
/* =SubNav
-----------------------------------------------------------------------------------------*/

/* =Components These need to be set for back-ground
-----------------------------------------------------------------------------------------*/
#article, #fckArticles{}
#news, #fckNews{}
#question, #fckQuestion{}
#testimonials, #fckTestimonials{}

/* =Layout
-----------------------------------------------------------------------------------------*/
#wrapper {
	margin:0 auto;
	width:969px;
}
#header{
	width:969px;
	height:120px;
}
#tagline{
	font:normal 1.2em Arial, Helvetica, sans-serif;
	font-style:italic;
	float:left;
	margin:103px 0 0 30px;
}
.topnav{
	width:220px;
	height:18px;
	color:#fff;
	float:right;
	font:normal 1.4em Arial, Helvetica, sans-serif;
	margin:103px 215px 0 0;
}
.topnav a:link, .topnav a:visited{
	color:#fff;
	text-decoration:none;
}
.topnav a:hover, .topnav a:active{
	color:#f3d02f;
}
#main{
	width:969px;
	min-height:700px;
}
*html #main {
	height:700px;
}
#leftside{
	width:214px;
	margin:0px;
	padding:0px;
	float:left;
	z-index:100;
	margin-top:5px;
	display:block;
}
#leftside img{
	behavior: url(iepngfix.htc);
}
#index-text{
	width:190px;
	height:250px;
	float:right;
	margin-top:100px;
}
#index-text p{
	margin:5px;
	font:normal 1.1em Arial, Helvetica, sans-serif;
}
#rightside{
	width:750px;
	min-height:700px;
	margin:0px;
	padding:0px;
	float:left;
	display:block;
}
#featured{
	width:750px;
	margin:0px;
	padding:0px;
	float:left;
	z-index:10;
	
}
#main-content{
	width:730px;
	margin:0px;
	padding:10px;
	float:left;
	z-index:10;
}
.box {
	width:125px;
	height:145px;
	background-color:#5eb5b9;
	border: 1px solid #403f3f;
	float:left;
	padding:5px;
	margin:5px;
	text-align:center;
	font-size:1.2em;
}
.box img{
	border: 1px solid #403f3f;
	margin-bottom:5px;
}
.box a{
	color:#fff;
}
#frame-cont {
	float:left;
	width:551px;
	height:326px;
	position:relative;
	margin-top:20px;
}
#frame {
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}
#frame img {
	behavior: url(iepngfix.htc);
}
#pictures{
	position:absolute;
	top:5px;
	left:7px;
	z-index:1;
}
#footer{
	width:100%;
	height:100px;
	background-color:#fcd5ab;
	background-image:url(images/footer-back.jpg);
	background-repeat:repeat-x;
	clear:both;
	z-index:100;
}
#copyright{
	width:969px;
	margin:0 auto;
	color:#403f3f;
}	
#copyright a{
	color:#403f3f;
}
/* =Forms
-----------------------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 0px solid transparent;}

input, textarea {
	font-size: 1em;
	color: #000;
	border: 1px solid #63804a;
	padding: 0.2em;
	margin-bottom:10px;
	float:left;
}
label {
	clear:both;
	width:95px;
	float:left;
	font-size:1.2em;
	font-weight:bold;
}
input:focus, textarea:focus {
	background-color: #fff5be;
}

input#submit {
	width: auto;
	font-size: 0.85em;
}
form .gobtn{
	width:40px;
	height:23px;
	border:0px;
	float:right;
	padding:0px;
	margin:0px;
}
.advanced a{
	text-align:right;
	text-decoration:none;
	color:#000;
}
/* =Filters
-----------------------------------------------------------------------------------------*/
/*[BEGIN] Clear Fix for Fire Fox*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*[END] Clear Fix for Fire Fox*/

/* =Home Page content
-----------------------------------------------------------------------------------------*/

table.product {
	
	padding: 0px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
td.product { 
	background-color:#5eb5b9;
	border: 1px solid #403f3f;
	padding: 10px; 
	text-decoration: none; 
	vertical-align: top; 
	margin:5px;
	text-align:center;
}
td.product img{
	border: 0px;
}
td.product a{
	color:#fff;
	text-decoration:none;
}
.sitemap {
	width:350px;
	font:normal 12px/14px Arial, Helvetica, sans-serif;
	float:left;
}
.sitemap ul{
	list-style: none;
	font:bold 12px/14px Arial, Helvetica, sans-serif;
}
.sitemap ul li a{
	font:bold 12px/14px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.sitemap ul li ul{
	list-style: disc;
}
.sitemap ul li ul li a{
	font:normal 12px/14px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.sold{
	font:bold 12px/14px Arial, Helvetica, sans-serif;
	color:#f00;
}