/* Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
	color: #333;
	font-family:"Segoe UI", "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: left;
	min-width: 1000px;
	background-color: #007400;
}
a:focus { outline: 1px dotted; }
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* Headings
----------------------------------------------------------------------------------------------------*/
h1 {
	font-size: 32px;
	color: #007300;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}
h2 {
	font-size: 28px;
	color: #333;
	font-weight: bold;
}
h3 {
	font-size: 20px;
	color: #007300;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
h5 {
	font-size: 38px;
	color: #FFF;
	margin: 0 !important;
	padding: 0;
	font-style: normal;
}
#rightcol-text h5 {
	font-size: 18px;
	color: #FFF;
	margin: 0 !important;
	padding: 0;
	font-style: normal;
	line-height: 20px;
}
h6 {
	font-size: 12px;
}

/* List Sytling & Spacing
----------------------------------------------------------------------------------------------------*/
ol { list-style: disc; }
ul { list-style: square; }
li { margin-left: 30px; }
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset { margin-bottom: 20px; }

/* Links
----------------------------------------------------------------------------------------------------*/
a,  a:link {
	color: #06C;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #06C;
	text-decoration: underline;
}
a:focus {
	color: #000;
}
a:active {
	color: #000;
} 

/* Main Template IDs & Classes
----------------------------------------------------------------------------------------------------*/
#zc-mainWrapper {
	background-color: #F4EFCA;
	background-image: url(img/bkgnd.jpg);
	background-repeat: repeat-x;
}
#zc-wrapper {
	width:1142px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 15px;
}
#zc-header {
	position:relative;
	height:296px;
	overflow: visible;
	width: 1142px;
	margin-right: auto;
	margin-left: auto;
}
#zc-contentWrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	min-height:450px;
	clear:both;
}
#zc-contentWrapper-int {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	min-height:450px;
	clear:both;
	background-image: url(img/bkgnd_body.jpg);
	background-repeat: repeat-y;
}
.zc-content{
	width:514px;
	margin:30px;
	min-height: 300px;
}
.zc-col1 {
	position:relative;
	width:210px;
	z-index:1;
}
.zc-col1 img {
	margin: 0 !important;
	padding: 0 !important;
}
.zc-col2 {
	position:relative;
	width:790px;
	background-image: url(img/letsgo-rightcol.jpg);
	background-repeat: repeat-y;
	background-position: right 340px;
	margin-bottom: 1px;
}
.zc-col2-404 {
	position:relative;
	width:790px;
	background-repeat: repeat-y;
	background-position: right 340px;
	margin-bottom: 1px;
}
.zc-col3 { /* Add when needed */
	position:relative;
	width:700px;
}
#zc-footer {
	position:relative;
	height:100px;
	padding:20px;
	clear:both;
	background-image: url(img/footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#zc-credit {
	position:relative;
	height:25px;
	font-size:12px;
	color:#FFF;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
}
	#zc-credit a:visited, #zc-credit a:link, #zc-credit a:active {
	color: #FFF;
		}
	#zc-credit a:hover {
	color: #F4EFCA;
	text-decoration:none;
		}
#zc-footerNav {
	position:relative;
	height:25px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
}

/* Vertical Menu
-------------------------------------------------------------- */

/* The following ul style can be deleted once setup in WP */
#zc-vNav ul { 
	list-style: none;
	margin:0;
	padding:0;
}
/* End ul style */

/* Main Vertical Nav Container */
#zc-vNav {
	display: block;
	width: 210px; /* Nav width */
	font-size: 18px;
	color: #FFF;
	background-image: url(img/leftnav_mid.jpg);
	background-repeat: repeat-y;
	font-weight: bold;
}

/* WP Menu Container */
#zc-vNav .menu ul {
	list-style: none;
	margin: 0;
	padding:0;
}

/* 1st Level */
#zc-vNav a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	width:167px;
	text-shadow: #000 1px 1px 2px;
	padding-top: 10px;
	padding-right: 17px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#zc-vNav li {
	position: relative;
}
#zc-vNav ul li {
	margin-left: 0;
}
#zc-vNav li a:hover {
	color: #DFDF92;
	width:167px; /* Usually Nav width minus padding of 1st level width */
	background-image: url(img/leftnav_hover.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 1px;
	padding-left: 24px;
}
#zc-vNav ul li:hover > ul {
	display: block;
}

/* 2nd Level */
#zc-vNav ul ul {
	display: none;
	position: absolute;
	top: 4px;
	background-color:#0C560C;
	font-size: 12px; /* Undo font size from 1st level */
	left:200px; /* Left offset, usually equal to Nav width */
}
#zc-vNav ul ul li {
	margin: 0;
}
#zc-vNav ul ul a {
	width: 145px; /* 2nd level width */
	text-shadow: none;
}
	#zc-vNav ul ul a:link, #zc-vNav ul ul a:visited, #zc-vNav ul ul a:active {
		color: #DFDF92;
	}
	#zc-vNav ul ul li a:hover {
		color: #FFF;
		background:#000 none;
		width: 145px; /* Equal to 2nd level width */
	}

/* 3rd Level */
#zc-vNav ul ul ul {
	top: 0;
	background-color:#0C560C;
	left:155px; /* Value should match 2nd level width */
}
	#zc-vNav ul ul ul a:link, #zc-vNav ul ul ul a:visited, #zc-vNav ul ul ul a:active {
		color: #DFDF92;
	}
	#zc-vNav ul ul ul li a:hover {
		color: #FFF;
		background-color: #000;
	}


/* Footer Menu
-------------------------------------------------------------- */
#zc-footerNav a {
	display: block;
	text-decoration: none;
	text-align:right;
}
#zc-footerNav ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#zc-footerNav ul li {
	margin:0 0 0 12px;
	float:left;
}
#zc-footerNav ul li a {
	color: #666;
	font-size:12px;
	display:block;
	font-weight:bold;
	padding:0 0 0 12px;
}
	#zc-footerNav ul li a:visited, #zc-footerNav ul li a:link, #zc-footerNav ul li a:active {
		color: #666;
		}
	#zc-footerNav ul li a:hover {
		color: #94BB45;
		text-decoration:none;
		}
		
/* Capsules
------------------------------------------------------------------------------------*/
.zc-capsuleTop {
	background-color:#06C;
	padding:10px 15px;
	font-weight:bold;
	color:#FFF;
}
.zc-capsuleMid {
	background-color:#FFFFFF;
	padding:10px 15px;
	min-height:75px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
.zc-capsuleBtm {
	background-color:#4C89C8;
	height:15px;
}

/* Alignment, Floats, Spacers, Photo Floats & Clears
------------------------------------------------------------------------------------*/
.textLeft {text-align:left;}
.textRight {text-align:right;}
.floatRight { float:right; }
.floatLeft { float:left; }
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.alignleft  { float:left; margin-left:20px; margin-bottom:10px;}
.alignright  { float:right; margin-left:20px; margin-bottom:10px;}
.spacer1 { height:5px; clear:both;}
.spacer2 { height:10px; clear:both;}
.spacer3 { height:15px; clear:both;}
.spacer4 { height:25px; clear:both;}

/* Standard Widths
------------------------------------------------------------------------------------*/
.fullWidth { width:100%; }
.halfWidth { width:50%; }
.thirdWidth { width:33%; }
.quarterWidth { width:25%; }
.fifthWidth { width:20%; }

#footercontain {
	padding-top: 15px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#landingtoptext {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	font-style: italic;
}
#rightbox {
	position: relative;
	float: right;
	width: 485px;
	height: 373px;
	background-image: url(img/landing-spring_cap.jpg);
	background-repeat: no-repeat;
}
#leftbox {
	position: relative;
	width: 485px;
	height: 373px;
	background-image: url(img/landing-fall_cap.jpg);
	background-repeat: no-repeat;
}
.textpos {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 26px;
	font-style: italic;
	color: #EBE5B1;
	font-weight: bold;
	line-height: normal;
	padding-top: 125px;
	height: 200px;
	overflow: hidden;
}
.textpos p {
	margin: 0 !important;
	padding: 0 !important;
}
#more-info_button {
	width: 267px;
	height: 62px;
	position: absolute;
	bottom: -30px;
	left: 112px;
}
#rightcol {
	width: 216px;
	height: 340px;
	overflow: hidden;
	float: right;
	background-image: url(img/rightcol_mid.jpg);
	background-repeat: repeat-y;
	margin-bottom: 25px;
}
#rightcol-text {
	width: 183px;
	padding-left: 24px;
	padding-top: 15px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #ECE5B1;
}
#rightcol-button {
	padding-left: 23px;
}
#phototop {
	width: 574px;
	height: 340px;
}
#rightcolumnbody {
	float: right;
	width: 216px;
}
.rightcolpadding {
	padding: 25px;
}
#watermark {
	background-image: url(img/watermark.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 89px;
}
.visual-form-builder fieldset {
	clear: none !important;
}
.interiorTop {
	background: url(img/interior-top.jpg) no-repeat left top;
}