/* CSS Document */

body, html {
	background-image: url(../images/beach_resort_2_background.jpg);
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat:no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
h1, h2, h3, p {color: #fff;}
a:link {text-decoration: none; color: #ff9;}
.page_label {
	color: #09F !important;
	font-size: 20px;
	text-align: left;
	margin: 0px;
	}

.texthl { color: #ff9; }

.download_button {
	background-color: #ff9;
	width: 450px;
	height: 35px;
	font-size: 20px;
	line-height: 32px;
	margin: 0px auto;
	color: #000370;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
#wrapper {
	margin: 0 auto;
	width: 960px;
	position: relative;
	}

#header {
	height: 245px;
	text-indent: -9999px;
	background-image: url(../images/Las%20Vegas%20Travel%20Club%20Logo.png);
	background-repeat: no-repeat;
	background-position: top center;
	}
	
#content_wrapper {
	background-color: rgba(0,3,112,0.8);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

#menu ul {
	height: 20px;
	list-style-type: none;
	position: absolute;
	width: 960px;
	top: 201px;
	}
		
#menu li a {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	background-color: rgba(0,3,112,0.8);
	float: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	display: block;
	padding: 7px 9px 7px 9px;
	margin: 0px 10px 0px 0px;
	color: #fff;
	text-decoration:none;
	}
	
#menu li a:hover {
	padding: 15px 9px 20px 9px;
	margin: -8px 10px 0px 0px;
	color: #FF9;
	line-height: 1px;
	}

#main {
	float: left;
	width: 580px;
	color: #fff;
	margin: 20px;
	text-shadow: 1px 1px 3px #000;
	text-align: center;
	}
#main h2 { color: #ff9; }
	
#main p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 28px;
	}

/*Event Page*/
.event_wrapper {
	background-color: rgba(0,3,112,0.5);
	padding: 15px 20px;
	margin: 30px 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 3px 3px 5px #000;
	}
.event_title {
	color: #ff9;
	font-size: 18px !important;
	font-weight: bold;
	margin: 10px !important;
	}
.event_date {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ff9;
	border-right-color: #ff9;
	border-bottom-color: #ff9;
	border-left-color: #ff9;
	padding: 10px;
	margin: 15px !important;
}
.event_desc {
	font-size: 16px !important;
	line-height: 22px !important;
	margin: 0px !important;
	}
	
/*Tours Page*/
.tour_wrapper {
	background-color: rgba(0,3,112,0.5);
	padding: 15px 20px;
	margin: 30px 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 3px 3px 5px #000;
	}
	
.tour_title {
	color: #ff9;
	font-size: 18px !important;
	font-weight: bold;
	margin: 10px !important;
	}
	
.tour_date {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ff9;
	border-right-color: #ff9;
	border-bottom-color: #ff9;
	border-left-color: #ff9;
	padding: 10px;
	margin: 15px !important;
	}

.tour_desc {
	font-size: 16px !important;
	line-height: 22px !important;
	margin: 0px !important;
	}
	
.tour_desc,b {
	color: #ff9;
	}
	
.tour_flyer {
	background-color: rgba(0,3,112,0.5);
	display: block;
	padding: 15px 50px;
	border: #ff9 solid 1px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 3px 3px 5px #000;
	font-weight: bold;
	}
	
.tour_flyer:hover {
	background-color: #ff9;
	color: #009;
	}

#side {
	float: left;
	width: 330px;
	background-color: rgba(0,3,112,0.5);
	color: #fff;
	margin: 20px 0px 0px 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
#side h2 {
	text-align: center;
	background-color: rgba(0,3,112,0.8);
	padding: 10px 0px;
	font-size: 18px;
	box-shadow: 0px 5px 5px #000;
	color: #FF9;
	}
	
#side p {
	text-align: center;
	margin: 15px;
	font-size: 15px;
	}
	
#side img {
	margin: 5px;
	}
	
#side a {
	font-size: 16px;
	text-align: center;
	display: block;
	padding: 10px;
	margin: 10px 0px;
	color: #f5e8d5;
	}
	
#side a:hover {
	background-color: rgba(0,3,112,0.5);
	color: #FF9;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
#footer {
	clear: both;
	color: #fff;
	text-align: center;
	font-size: 11px;
	padding: 10px;
	}
	
#credits {
	color: rgba(0,3,112);
	text-align: center;
	font-size: 14px;
	padding: 10px;
	}

/*Contact Form*/

#contact_form {
	text-align: center;
	background-color: rgba(0,3,112,0.5);
	padding: 30px 30px 15px 30px;
	margin: 30px 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 3px 3px 5px #000;
	}
	
#contact_form form.email p {
	font-size: 16px;
	padding: 0px;
	margin: 5px;
	color: #ff9;
	}

#contact_form form.email input, form.email textarea {
	font-size: 15px;
	margin: 0 0 20px 0;
	}

#contact_form form.email input {
	background: #f5f5f5;
	padding: 5px;
	border: 1px solid #bbb;
	border-radius: 5px;
	width: 300px;
	}

#contact_form form.email textarea {
	background: #f5f5f5;
	padding: 5px;
	border: 1px solid #bbb;
	border-radius: 5px;
	width: 485px;
	height: 250px;
	}

#contact_form form.email input.send {
	color: #ff9;
	background: rgb(0,3,112);
	border: 1px solid #ff9;
	padding: 10px 245px;
	cursor: pointer;
	}

#contact_form form.email input.send:hover {
	color: rgb(0,3,112);
	background: #ff9;
	border: 1px solid #ff9;
	padding: 10px 245px;
	cursor: pointer;
	}
	
/*Contact Form Error Pages*/

.error_wrapper {
	background-color: rgba(0,3,112,0.5);
	padding: 15px 20px;
	margin: 30px 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 3px 3px 5px #000;
	}
	
.error_return {
	background-color: rgba(0,3,112,0.5);
	display: block;
	padding: 15px 50px;
	border: #ff9 solid 1px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-weight: bold;
	}
	
.error_return:hover {
	background-color: #ff9;
	color: #009;
	}