﻿/*
Style Notes: General rules first, then layout selectors, then native html elements
*/
*
{
    margin:0;
    padding: 0;
}
body
{
    background-color: #111d11;
    margin: 8px 0px 10px 0px;
    font-family: Verdana;
    font-size: 12px;
}
.clear 
{
    clear:both;
}
p, ul
{
   color: #524d46;
   font-family: Verdana;
   font-size: 11px;
   line-height: 140%;
} 
 ul{
 
 margin-left: 20px;
 padding-left: 30px;
 border: 0px solid green;
 
 }

dl
{
	color: #524d46;
	font-family: Verdana;
	font-size: 11px;
	line-height: 140%;
	margin-left: 20px;
	padding-left: 30px;
	border: 0px solid green;
} 
dt{
	font-weight:bold;
	font-size:13px;
}
dd {
	margin:5px 0px 0px 10px;
}
#body_text a:link {color:#1a3966;}
#body_text a:visited {color:#1a3966;}
#body_text a:hover {color: #000;}
#body_text a:active {color:#1a3966;}

 
h2
{
     color: #715d4d;
     font-family: Tahoma;
     font-size: 12px;
     margin: 20px 5px 5px 10px;
}

.page_gallery h3
{
	margin: 4px;
	color: #524d46;
	font-size: 12px;
}  

h1
{
    color: #5b533e;
    font-family: Helvetica, Lucida Sans Unicode, Arial;
    font-size: 18px;
    margin: 20px 5px 5px 10px;
    
}

p
{
    margin: 6px;
    padding: 2px;
}

a.featured_link
{
    color: #010100;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
}


#gallery img
{
    height: 300px;
    width: 320px; 
} 

#port_gallery img
{
	height: 130px;
	width: 150px; 
}

a img
{
    border: 0px;
}

#content_body img
{
    margin: 8px;
}


.float_left{

 float: left;
 margin: 10px;


}

.float_right{
	float: right;
	margin: 10px;
}

#wrapper
{
	width: 966px;
	margin: 0 auto;
	border:0px solid green;
}

#logo
{
    float:left;
    margin-left: 60px;
    margin-top: 20px;
    border: 0px solid black;
    height: 120px;
    width: 300px;
}
      
#logo h1
{
	text-indent: -4000px;
}
            
#logo a span
{
    cursor: pointer;
    height: 90px;
    width: 280px;
}
    
#header_right
{
    
float:right;
width: 550px;
      
}

#header_right h2, #header_right h2 a
{
    text-align: right;
    color: #312007;
    font-family: Myriad Pro;
    font-size: 15px;
    margin-top: 30px;
    margin-right: 50px;
}

#content_body
{
    background: url('../images/body_mid_bg.png') repeat-y;
    margin: 0px;
    padding: 10px;
    /*height: 100%;*/
    min-height: 600px;
}
 
#body_text
{
     margin: 10px 20px 10px 60px;
     width: 820px;
     border: 0px solid red;
}
     
     
#body_text img
{
/*	float:left; 
	margin: 20px;*/
	border: 1px solid #5b4323;
}

#body_text p{
	
}


#body_head
{
    height: 20px;
    background: url('../images/body_head_bg.png');
    margin: 0px;
}

#body_foot
{
    height: 35px;
    background: url('../images/body_foot_bg.png') no-repeat;
    margin: 0px;
    text-align: center;
    padding-top: 6px;
}

#header
{    
    background: url('../images/header_bg_w_logo.png') no-repeat;
    height: 195px;
	border:0px solid green;
}

.copyright
{
    color: #5b533e;
    font-size: 10px;
}

#top_nav
{
    background: transparent;
    height: 50px;
    text-align: right;
}
  
#nav
{
     width: 900px;
     border: 0px green solid;
     height: 50px;
     margin-left: 30px;
     padding-top: 10px;
}
     
#nav li
{
    display:block;
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0 !important;
    padding:0 !important;
    position:relative;
}   
  
#nav a
{
    color:#ede7d9;
    display:block;
    font-family:Verdana;
    font-size:12px;
    line-height:1;
    padding:10px;
    text-decoration: none;
    }


ul.link_list
{
    list-style-type: none;
    list-style: none;
    font-family: helvetica, Arial, Sans-Serif;
    font-size: 13px;

    }
    
.link_list a
{
    text-decoration: none;
    color: #524d46;
    
    }

.link_list a:hover
{
    text-decoration: underline;
    }




/* Basic code - don't modify */

#dropdownNavigation 
{ 
    display: block; 
    padding: 10px; 
    position: relative; 
    border: 0px solid red;
    height: 30px;
    margin-left: 0px;
    padding-top: 30px;
    border:0px solid blue;
}
/* Hide the subnav list */
 
 
ul#dropdownNavigation li ul li ul
{
     visibility: hidden; 
}
 
 

ul#dropdownNavigation li a 
{
    color:#ede7d9;
    font-family: Helvetica,Arial,sans-serif;
    font-size:11px;
    font-weight: bold;
    text-decoration: none;
    /*border-bottom: 0px solid #cccccc;*/
	margin:0px 0px 0px 0px;
	border:0px solid white;
}

ul#dropdownNavigation li a:hover
{
    color: #9ea29f;  
	border:0px solid green;
}

ul#dropdownNavigation li ul a {
	color:#ffffff;
	font-family: Verdana;
	font-size:10px;
	text-decoration:none;
	background-color: #5e4624;
}


/*ul#dropdownNavigation li ul {
    background-color: #5e4624;
	width: 105px;
	border:1px solid red;  
}*/
     
ul#dropdownNavigation li ul li
{
    border-bottom: 0px solid #c4b182;
}


#dropdownNavigation li  
{
    display: block; 
    list-style: none; 
    margin: 0 !important; 
    padding: 0 !important; 
    float: left; 
    position: relative; 
    border: 0px solid red;
    margin-right: 10px;
    
}

#dropdownNavigation a  
{
    display: block;
    padding: 0px 8px 0px 8px;
    color: white;
    font-size: 11px;
    font-family: Verdana; 
    padding: 2px; 
    line-height: 1; 
    color: #86958a;
    /*width: 120px;*/
	/* NAV ITEMS WIDTH */
	 width: 105px;
 }

#dropdownNavigation ul li a.hover 
{ 
    background-color: #5db14c;
    color: #383837;
}
	
#dropdownNavigation ul a  
{
    border-bottom: 1px solid white; 
    border-right: none; 
    opacity: 0.9; 
    filter: alpha(opacity=90); 
}

  

#dropdownNavigation ul  
{
    display: none; 
    position: absolute; 
    left: 0; 
    margin: 0 !important; 
    padding: 2px 7px 7px 2px !important; 
    top: 32px; 
    padding-bottom: 5px;
	border:0px solid blue;
}

* html #dropdownNavigation ul { line-height: 0; } /* IE6 "fix" */

#dropdownNavigation ul a { zoom: 1; } /* IE6/7 fix */

#dropdownNavigation ul li { float: none; }


    
    
    
/* Essentials - configure this */


#dropdownNavigation ul ul  
{
    /*left: 118px; */
	left: 0px; 
    top: 10px;
 
}


input.error 
{
    border: red dashed 1px;
    
}

label.error
{
    color: Red;
    font-family: Arial;
    font-size: 11px;
    text-transform: none;
    display: inline;
    margin-left: 2px;
}


label
{
width: 4em;
margin: 12px 0px 4px 0px;
text-align: right;
font-family: Verdana;
font-size: 11px;
color: #524d46;
display: block;

font-weight: bold;
text-transform: uppercase;

}

.submit input
{
margin-left: 4.5em;
}

input, textarea
{
color: #781351;
background: #fff;
border: 1px solid #cac6b1;

}

.submit input
{
color: #000;
background: transparent;
border: 2px outset #d7b9c9;
}
fieldset
{
border: 1px solid #781351;
width: 20em;
}

.submit_img
{
    background: transparent;
    border: 0px;
    
    }



legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px;
margin: 8px;
} 



/* Everything else is theming */

#body_text .testimonial{
	font-style:italic;
	font-size:18px;
	color:#dfd5c4;
	padding:20px;
	margin-top:40px;
	border-top:0px solid gray;
}
#body_text .testimonialName{
	display:block;
	font-size:15px;
	font-style:normal;
	font-weight:bold;
	color:#c5d79c;
	margin-top:10px;
	padding:0;
	border:0px solid green;
}
#body_text .testimonialPlace{
	display:block;
	font-size:15px;
	font-weight:normal;
	font-style:italic;
	color:#abc1a3;
	margin:0;
	padding:0;
	border:0px solid green;
}

/* COUPON */
#coupon {
	width:750px;
	min-height:350px;
	margin:0 auto 20px auto;
	overflow:hidden;
	background:url(../images/black_trans.png);
	padding:10px;
	border:5px dashed white;
}
#couponHeader {
	width:400px;
	margin:0 auto;
	background:black;
	color:white;
	font-weight:bold;
	text-align:center;
	padding:10px;
	font-size:18px;
}
#coupon h1{
	color:white;
	font-size:25px;
	font-weight:bold;	
	padding:10px 0px 0px 20px;
	text-transform:uppercase;	
}
#coupon p{
	width:700px;
	margin:0 auto;
	color:white;
	font-size:15font-size:25px;px;
	font-weight:bold;	
	line-height:25px;
	padding:10px 0px 0px 20px;
	border:0px solid white;
}
#coupon p.special{
	color:white;
	font-size:16px;
	font-style:italic;
	text-transform:uppercase;	
	padding:10px 0px 0px 20px;	
}
#coupon .specialBox{
	color:white;
	background:black;
	font-size:14px;
	font-style:italic;
	text-transform:uppercase;	
	padding:5px 5px 5px 5px;
	margin:10px 0px 10px 20px;	
}
#coupon a {text-transform:uppercase;}
#coupon a:link {color:#fff08a;}     /* unvisited link */
#coupon a:visited {color:#fff08a;}  /* visited link */
#coupon a:hover {color:#000;}   /* mouse over link */
#coupon a:active {color:#fff08a;}   /* selected link */


/* #dropdownNavigation ul a { border-bottom: none; } - I also needed this for IE6/7 */


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

