@charset "utf-8";
/* CSS Document */


/* General Document Setup */
body {
	background-color: #9fa617;
	margin: 0px;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	border: none;
	color: #737903;
}

img {
	border: none;
}

/*forces vertical scrollbar to avoid page shift*/
html {
	min-height: 100%;
	margin-bottom: 1px;
}

/*Document Wrapper */
div.wrapper {
	display: block;
	width: 750px;
	margin: 0px auto;
	overflow: visible;
}

/* This section lays out the area above the header where the green pokes through */
div.topmargin {
	height: 15px;
	width: 750px;
	margin: 0px auto;
	background-image: url(images/topmargin.png);
	background-repeat: repeat-x;
	padding-bottom: 0px;
	line-height: 0px;
	font-size: 0px;
}

div.topmarginwhite {
	height: 15px;
	width: 313px;
	margin: 0px 11px;
	background-color: white;
	float: right;
	display: inline;
}

div.topmarginshadow {
	height: 15px;
	width: 8px;
	margin: 0px;
	background-image: url(images/topmarginshadow.jpg);
	float: right;
}

/* This box contains everything between the very top margin and the footer. It also has a green border element applied to it */
div.container {
	display: block;
	background-color: white;
	min-height: 670px;
	width: 738px;
	margin: 0px auto;
	border-right: solid #e5e89e 6px;
	border-left: solid #e5e89e 6px;
	border-top: 0px;
	float: left;
	/*This is a bad temporary fix for the gap between the header and the top margin*/
/*	margin-top: -4px;*/
}

/* This is the header layout */
div.header {
	display: block;
	height: 121px;
	width: 738px;
	margin: 0 auto;
}

div.headerleft {
	height: 121px;
	width: 420px;
	margin: 0;	
	float: left;
}

div.headerfallsleft {
	background-image: url(images/headerfallsleft.jpg);
	float: left;
	width: 420px;
	height: 101px;
	margin: 0;
}

div.orangebarleft {
	background-image: url(images/orangebar.png);
	background-repeat: repeat-x;
	float: left;
	width: 420px;
	height: 20px;
	clear: both;
}
	
div.headerright {
	width: 318px;
	height: 121px;
	margin: 0px;
	float: right;
}

div.headerwhitegradient {
	background-image: url(images/headerwhitegradient.png);
	background-repeat: repeat-x;
	width: 305px;
	height: 121px;
	float: left;
	overflow: hidden;
}

div.headerwhitelogo {
	width: 289px;
	height: 121px;
	margin: 0px 8px;
}

div.headerrightedge {
	width: 13px;
	height: 121px;
	float: right;
}

div.headerfallsright {
	background-image: url(images/headerfallsright.jpg);
	float: right;
	width: 13px;
	height: 101px;
	margin: 0px;
}

div.orangebarright {
	background-image: url(images/orangebarright.png);
	height: 20px;
	clear: both;
}

/*  */

div.content {
	width: 738px;
	height: auto;
	margin: 0px;
}

div.sidebar {
	width: 210px;
	height: auto;
	float: left;
}

div.sidebarmenu {
	width: 214px;
	height: 166px;
}

div.sidebarmenuleft {
	width: 193px;
	height: 147px;
	background-color: white;
	background-image: url(images/sidebargradientleft.png);
	background-repeat: repeat-y;
	float: left;
	margin-left: 5px;
	display: inline;
}

div.sidebarmenucontent {
	width: 192px;
	height: 147px;
	margin-left: 5px;
	background-image: url(images/sidebarmenugradient.png);
	background-repeat: repeat-x;
}

div.staycationideas {
	height: 20px;
	padding-top: 28px;
	margin-left: 6px;
}

div.itineraries {
	height: 20px;
	padding-top: 28px;
	margin-left: 6px;
}

div.staycationcontest {
	height: 20px;
	padding-top: 28px;
	margin-left: 6px;
}

div.sidebarmenuright {
	width: 12px;
	height: 147px;
	background-image: url(images/sidebargradientright.png);
	background-repeat: repeat-y;
	float: right;
}

div.sidebarmenubottom {
	width: 204px;
	height: 19px;
	background-image: url(images/sidebarbottom.png);
	margin-left: 5px;
	clear: both;
}

div.sidebarevents {
	width: 214px;
	height: 200px;
}

div.sidebareventstop {
	width: 210px;
	height: 20px;
	margin-left: 0px;
	background-image: url(images/sidebareventstop.png);
}

div.sidebareventsleft {
	width: 193px;
	height: 252px;
	background-color: white;
	background-image: url(images/sidebargradientleft.png);
	background-repeat: repeat-y;
	float: left;
	margin-left: 5px;
	display: inline;
}

div.sidebareventscontent {
	width: 192px;
	height: 252px;
	margin-left: 5px;
	background-color: #e5e89e;
}

div.upcomingevents {
	height: 20px;
	padding-top: 0px;
	margin-left: 6px;
}

div.upcomingeventscontent {
	min-height: 160px;
	width: 180px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006;
	line-height: 11px;
	padding-top: 3px;
}

div.upcomingeventslink {
	height: 35px;
	width: 180px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #737903;
/*	padding-top: 8px;*/
}

div.sidebareventsright {
	width: 12px;
	height: 252px;
	background-image: url(images/sidebargradientright.png);
	background-repeat: repeat-y;
	float: right;
}

div.sidebareventsbottom {
	width: 210px;
	height: 24px;
	background-image: url(images/sidebareventsbottom.png);
/*	margin-left: 3px;*/
	clear: both;
	float: left;
}

div.cvblogo {
	width: 159px;
	height: 56px;
	margin-right: 25px;
	margin-left: 25px;
	clear: both;
}

div.contentarea {
	width: 514px;
	float: right;
	clear: none;
	padding-right: 8px;
}

div.contentareatop {
	width: 310px;
	height: 14px;
	background-image: url(images/contentareatop.png);
	margin-right: 0px;
	margin-top: 0px;
	float: right;
	display: inline;
	overflow: hidden;
}

div.text {
	width: 486px;
	clear: both;
	padding: 6px;
	margin-left: 12px;
	margin-top: 12px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #039;
	height: inherit;
}

div.footer {
	width: 750px;
	height: 115px;
}

div.footer p{
	margin: 0px;
}

div.orangefooter {
	width: 750px;
	height: 65px;
	background-image: url(images/orangefooter.png);
	background-repeat: repeat-x;
	clear: both;
	margin-bottom: 0px;
}

div.footermenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	width: 400px;
	height: 40px;
	margin: 0px auto;
	clear: both;
/*	padding: 10px;*/
	line-height: 40px;
}

a.footermenu:link, a.footermenu:visited,a.footermenu:hover,a.footermenu:active {
	color: white;
}

div.footercopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f8d19f;
	width: 730px;
	height: 20px;
	margin: 0px auto;
/*	padding: 10px;*/
	line-height: 20px;
}

a.footercopyright:link, a.footercopyright:visited,a.footercopyright:hover,a.footercopyright:active {
	color: #f8d19f;
}
	
div.legaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dde183;
	width: 750px;
	height: 30px;
	margin-top: 5px;
	line-height: 12px;
}

.contactform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.upcomingeventscontent a {
	color: #039;
}