/* CSS Document */

/* HTML Tags */


body {
  	font: 75%/1.2 Verdana, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
  	background-color: #EDEDED;
  	margin: 0;
  	padding: 0;
	text-align: center;

}

h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 10px 0px;
	color: #0259AA;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

h2 {
  	font-size: 1.8em;
  	font-weight: normal;
	margin: 0px;
}

p {
	font-size: 1.2em;
	line-height: 1.6em;
}

a, a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Layout stuff */

#wrapper {
	margin: 10px auto;
	text-align: left;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 900px;
}

#branding {
	background-color: #004183;
	height: 175px;
	background-image: url(../images/headergrad.png);
	margin: 0px;
	text-align: left;
}

#logo {
	width: 180px
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 0px 2px;
	float:left;
}

#banner {
	float: right;
	margin: 0px;
	padding: 0px;
}

#breadcrumb {
	background-color: #EDEDED;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-left: 10px;
}
#content {
	text-align: left;
	background-color: #FFFFFF;
	padding: 10px;
	clear: left;
}

#content li {
	font-size: 1.4em;
}

#camperHire {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #6E4327;
	margin: 10px;
	clear: both;
}

#footer {
	height: 75px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/footergrad.png);
	background-repeat: repeat-x;
	clear: both;
	text-align: center;
	font-size: 100%;
	background-color: #9DD300;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.clearboth{
	display:block;
	clear:both;
	margin:0;
	padding:0;
}

/* Breadcrumb styles */

a.dynNav {
	text-decoration: none;
}
a:hover.dynNav {
	text-decoration: underline;
}

/* Main Nav - son of suckerfish! One layer of sub-link only css */

#mainNav {
	position: relative;
	color: #FFFFFF;
	font-size: 1.2em;
	float: left;
	width: 100%;
	background: #353535 url(../images/navbargreen.gif) repeat-x left;
	background-repeat: repeat-x;
}

#mainNav, #mainNav ul {
	list-style-type: none;
	background-color: #99CC00;
	padding: 0;
	margin: 0;
}

#mainNav a {
	display: block;
	width: auto;
	text-decoration: none;
	padding: 0.5em 1em;
	color: #FFFFFF;
	background: transparent url(../images/navpipegreen.gif) repeat-y right top;
}
#mainNav a:hover {
	color: #000000;
}

#mainNav li {
	float: left;
}

#mainNav li ul {
	position: absolute;
	width: 11em;
	left: -999em;
}
#mainNav li ul a {
	border-bottom: 1px solid #FFFFFF;
	background: #353535 url(../images/navbargreen.gif) repeat-x left;
	color: #FFFFFF;
}

#mainNav li:hover ul, #mainNav li.sfhover ul {
	left: auto;
}

/* Secondary Nv styling 
================================== */

#secondaryNav {
	float: left;
	background-color: #78BAEE;
	padding: 5px;
	margin-right: 20px;
}
#secondaryNav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#secondaryNav li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#secondaryNav li a {
	display: block;
	text-decoration: none;
	padding: 0.2em 0em;
	color: #FFFFFF;
	line-height: 1.8em;
}
#secondaryNav a:hover {
	text-decoration: underline;
}
html>body #secondaryNav li a { width: auto; }

#secondaryNav h1 {
	margin: 0px;
	font-size: 1.6em;
	color: #FFFFFF;
	background-color: #0259AA;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
}

/* Contact Form stuff 
================================== */

form {
	font-size: 1em;
	width: 650px;
}
fieldset {
	margin: 1em; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
	background-color:#F5F5F5
}
#contact legend {
	font-size: 1.4em;
	font-weight: bold;
	margin: 20px;
}
#contact p {
	padding-left: 20px;
	position: relative;
	width: 100%;
}
#contact label {
	float: left;
	width: 14em;
}
/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
	width: 10em;
}
#contact input {
  	width: 250px;
}
#contact input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#contact textarea {
	width: 300px;
	height: 100px;
}
#contact input.submit {
  width: auto;
}

/* Images styles */

.imgLeft {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	float: left;
	border: 1px solid #666666;
}
.imgRight {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	display: block;
	float: right;
	border: 1px solid #666666;
}
.imgLeftNoBorder {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	float: left;
}
.imgRightNoBorder {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	display: block;
	float: right;
}
.imgBorder {
	border: 1px solid #333333;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.floatRight {
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	display: block;
	float: right;
	width: 300px;
}
.floatLeft {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	display: block;
	float: left;
	width: 300px;
}
.floatRight .caption, .floatLeft .caption {
	color: #77A100;
	text-align: center;
}

/* Block quote styling */
blockquote {
float: right;
width: 300px;
margin: 0 0px 20px 20px;
background: #e1e1e1 url(../images/pullquote_top.gif) no-repeat;
position: relative;
}

#contentArea > blockquote {
margin-right: -60px;
}

p.quoteBody {
	color: #000000;
	font-size: 185%;
	line-height: 1.4em;
	font-weight: bold;
	padding: 40px 10px 20px 25px;
	text-align: center;
	background: url(../images/quotemark_bottom.gif) no-repeat right bottom;
	width: 250px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
}

p.quoteCite {
color: #004284;
font-size: 125%;
font-weight: bold;
text-align: right;
padding-right: 15px;
padding-bottom: 30px;
background: url(../images/pullquote_bottom.gif) left bottom no-repeat;
margin-bottom: 0;
}

/* Address styling */

#address {
	font-size: 1em;
	width: 550px;
	margin: 1em; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
	background-color:#F5F5F5
}

/* Front page styling */

.frontPage {
	background-color: #F5F5F5;
	padding: 10px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	border: 1px solid #ccc;
}
.frontPage h1 {
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0px;
}
.frontPage h2 {
	font-size: 140%;
	font-weight: bold;
	color: #77A100;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px dotted #999999;
}
.frontPage a {
	text-decoration: none;
}
.frontPage a:hover {
	text-decoration: none;
	background-color: #E4E4E4;
}
.frontPage:hover {
	text-decoration: none;
	background-color: #E4E4E4;
}

/* Table styling */
table {
	border: 1px solid #CCCCCC;
	width: 350px;
}
th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #77A100;
	padding: 5px;
	background-image: url(../images/footergrad.png);
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td {
	text-align: center;
	font-size: 1.2em;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
