@charset "utf-8";
/* CSS Document */

*{
margin: 0;
padding: 0;
font-family:  Geneva, Arial, Helvetica, sans-serif;
}

body {
background: #000 url(../img/bg_lg.jpg) top no-repeat;
min-width: 960px;
}

.clear {
clear:both;
}

p {
font-size: 14px;
line-height: 20px;
}

a img {
border: none;
}

.status ul li{
list-style:none; 
}
 
#wrapper {
margin: 0px auto;
width: 960px;
}

/*----------------------------------------------------
----- Navigation and Subnavigation
----------------------------------------------------*/
a:link, a:active, a:visited {
color: #0055a5;
text-decoration: none;
}
a:hover {
color:#000000;
text-decoration: underline;
}
#nav {
background: url(../img/nav.jpg);
margin: 0; padding: 0;
height: 59px;
}

ul#navrow {
float: left;
list-style: none;
position: relative;
color: #000;
font-weight: bold;
}

#navrow  li{
float: left;
display: inline;
border-right: 1px solid #555;
}

ul#navrow li a {
padding: 8px 25px;
display: block;
color: #0055a5;
text-decoration: none;
}

ul#navrow li:hover { 
color: #000;
text-decoration: underline;
 }
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

ul#navrow li span {
	float: left;
	padding: 12px 0;
	position: absolute;
	left: 0; 
	top:35px;
	display: none; /*--Hide by default--*/
	width: 960px;
	background: #000;
	color: #fff;
}
ul#navrow li:hover span { display: block; } /*--Show subnav on hover--*/
ul#navrow li span a { display: inline;  color: #fff;} /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#navrow li span a:hover {text-decoration: underline;}

/*----------------------------------------------------
----- Page Contents
----------------------------------------------------*/
#header {
background: url(../img/header.jpg) no-repeat;
height:  252px;
width: 960px;
}

#logo {
	position: relative;
	left: 0px;
	top: 0;
	display: block;
	width: 300px;
	height: 251px;
	background: transparent;
	float: left;
	border: none;
	cursor:pointer;
}

#content {
background: #f7eddb;
min-height: 450px;
padding: 30px;
}

img.destinationpic {
float: left;
display: inline;
margin: 30px 30px 0 0;
}
.destinationpic {
float: left;
display: inline;
margin: 30px 30px 0 0;
}
.destinationcopy {
float: left;
min-height: 200px;
display: inline;
margin: 30px 0 0 0;
}
.download{
margin: 5px 0px;
text-align:center;
width: 186px;
font-size: 12px;
}

#footer {
background: #000;
padding: 15px 0px;
margin-bottom: 30px;
text-align: left;
font-size: 13px;
color: #666;
}

/*----------------------------------------------------
----- Contact Form
----------------------------------------------------*/
fieldset {
border: none;
}
input#name, input#email,input#title, input#user, input#pass,
input#grill_family, input#yourname, input#eventname, input#phone {
width: 400px;
height: 26px;
background: url(../img/text_bg.gif) repeat-x;
font-size: 20px;
padding: 5px 0 0 10px;
margin-bottom: 20px;
border: 1px solid #666;
float: left;
}
select#grill_family2, input#small {
width: 400px;
height: 30px;
font-size: 20px;
padding: 2px 0 0 10px;
margin-bottom: 20px;
border: 1px solid #666;
}

textarea#message, textarea#description, textarea#prod_description, textarea#post, textarea#team_post {
width: 75%;
min-height: 200px;
font-size: 20px;
padding: 0 0 0 10px;
margin-bottom: 20px;
border: 1px solid #666;
float: left;
}
#btns{
margin-right: 210px;
}
#btns input {
height: 30px;
width: 100px;
background: #fff;
border: 2px solid #000;
cursor: pointer;
float: right;
margin-left: 5px;
}
#btns2 {
margin-left: 260px;
}
/*
#btns_login {

}
*/
.sub_info{
font-style: italic;
font-size: 12px;
color: #58482e;
}
.required {
font-style: italic;
font-size: 12px;
color: #58482e;
float: left;
padding: 10px 0 0 5px;
}


