/*	-----------------------------------------------

	Resets And Primitives

	----------------------------------------------- */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,iframe {
	padding:0;
	margin:0;
}

body {
	background:#fff;
	font-size:62.5%;
	font-family:Arial,sans-serif;
	color:#000;
}

h1,h2,h3,h4,h5,h6 {font-family: Helvetica; font-weight:bold; color:#004112;}

.rates {
	width: 100%;
}

fieldset {
	border: 0;
	padding: 0;
}

form label {
	width: 80px;
	display: block;
	float: left;
}

form input, textarea {
	width: 200px;
}

form input.submit {
	border: 1px solid #8CA230;
	background-color: #fff;
	padding: 5px;
	font-weight: bold;
	color: #8CA230;
}

.rates td {
	font-size: 12px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.rates th {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}

h1 { 
	font-size:1.9em; 
	line-height:1.2em;
	margin-bottom: 5px;
}

h2 {
	font-size:1.5em;
	margin: 25px 0 10px 0;
	padding: 0;
}

h3 { 
	font-size:1em; 
	line-height:1em;
}

h4 { 
	font-size:1em; 
	line-height:1em;
}

h5 {
	font-size:1em; 
	line-height:1em;
}

h6 {
	font-size:1em; 
	line-height:1em;
}

p { 
	font-size:1.3em; 
	line-height:1.4em;
	margin: 20px 0;
}

h1 + p {
	margin-top: 0;
}

address,caption,cite,code,dfn,th,var { 
	font-style:normal; 
	font-weight:normal; 
}

ul,ol { 
	list-style:none; 
	list-style: square;
	font-size: 1.2em;
	list-style-position: inside;
}

a { 
	color:#000;
	text-decoration:underline; 
}

a:hover {

}

img { 
	border:0; 
}

strong { 
	font-weight:bold;
}

em {
	font-style:italic; 
}

table {
	border-collapse:collapse;
}

caption,th,td {
	text-align:left;
	font-weight:normal;
}


/*	-----------------------------------------------

	Custom Primitives

	----------------------------------------------- */


div.hr { 
	height:1px;
	border-top:1px solid #000;
	overflow:hidden;
	clear:both;
}
	div.hr hr {
		display: none;
	}

div.clear {
	clear:both;
	height:1px;
	overflow:hidden;	
	margin-top:-1px;	
}


/*	-----------------------------------------------

	Utility Classes

	----------------------------------------------- */


.left { float:left; }
.right { float:right; }
.invisible { display:none; }

.offscreen {
	display:block;
	position:absolute;
	left:-99999em;
}

.clear:after {
	content:".";
	display:block;
	clear: both;
	height: 0px;
	margin-top:-1px;
	visibility: hidden;
}


/*	-----------------------------------------------

	Chrome

	----------------------------------------------- */

div#wrapper {
	width:856px;
	margin:0 auto;
	background:url(../img/header.jpg) no-repeat;
	position: relative;
}

h5#logo {
	height:169px;
}

h5#logo a {
	width: 272px;
	height: 79px;
	display: block;
	position:  absolute;
	top: 31px;
	left: 31px;
	background: url(../img/logo.gif) no-repeat;
}

div#mid {
	background: url(../img/content.jpg) no-repeat;
}

ul#nav {
	width: 182px;
	float: left;
	text-transform: lowercase;
	font-size: 1.2em;
	margin-top: 20px;
}

	ul#nav li {
		float: right;
		display: block;
		width: 145px;
		text-align: center;
	}	

	ul#nav li a {
		width: 137px;
		color: #8ca230;
		margin-bottom: 11px;
		padding: 4px;
		display: block;
		border: 1px solid #8ca230;
		font-weight: bold;
		text-decoration: none;
	}
	
	ul#nav li a:hover {
		border-color: #004112;
		/* color: #004112; */
	}
	
	ul#nav li a.in {
		/* border-color: #004112; */
		color: #004112;
	}

	div#promo {
		width: 242px;
		float: right;
		margin-top: 20px;
		padding-top: 2.4em;
	}
	
	div#promo.photos {
		width: 600px;
		float: none;
		margin-top: 0;
		padding-top: 0;
	}

	div#promo a {
		border: 1px solid #8ca230;
		display: block;
		width: 179px;
		position: relative;
	}
	
	div#promo.photos a {
		width: 181px;
		float: left;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	
	div#promo div.photoBumper {
		height: 100px;
	}
	
	div#promo a:hover {
		border-color: #004112;
	}
	
	div#promo a span.plus {
		position: absolute;
		bottom: 1px;
		right: 1px;
		background: url(../img/plus.gif) no-repeat;
		width: 12px;
		height: 12px;
		display: block;
	}



div#content {
	margin-left: 182px;
	width: 366px;
	padding: 20px;
}


ul#footer {
	background: url(../img/footer.jpg) no-repeat;
	height: 128px;
	text-align: center;
	line-height: 20px;
	color: #8ca230;
	padding-top: 20px;
	margin-top: 80px;
}

	ul#footer li {
		border-right: 1px solid #8ca230;
		padding: 0 10px;
		display: inline;
	}
	
		ul#footer li#lastFooter {
			border: 0;
		}
		
		ul#footer li#copyright {
			display: block;
			border: 0;
		}
		

	ul#footer a {
		color: #8ca230;
		text-decoration: none;
		text-transform: lowercase;
	}
	
	ul#footer a:hover {text-decoration: underline;}




/*	-----------------------------------------------

	Widgets

	----------------------------------------------- */



/*	-----------------------------------------------

	Page Specific Style

	----------------------------------------------- */
