html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body { line-height: 1.5; background: #fff; margin:1.5em 0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

/***************************************************/

body { font-size: 75%; }


/* Default fonts and colors. 
   If you prefer serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */
   
body { 
  color: #222; 
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; 
}
h1,h2,h3,h4,h5,h6 { 
  color: #111; 
  font: 1em Georgia, "lucida bright", "times new roman", serif; 
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }


/* Text elements
-------------------------------------------------------------- */

p           { clear: both; margin: 0 0 1.5em; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0 0 1.5em; }

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 1.5em 0; font-style: italic; font-weight: bold; }
del         { color:#666; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; background: #ffc; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 1.4em; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; } 


/* Some default classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet      { color: #666; }

.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

/* Forest Park Cottages Styles
-------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff url(../img/bodyback.png) repeat-x 0 0;
	color: #444;
}
#wrapper {

}
#header {
	width: 960px;
	margin: 0 auto;
	position: relative;
	background: #91c248 url(../img/header-back.png) no-repeat 0 0;
	height: 149px;
	border-bottom: 1px solid #50741c;
}
#navigation {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	display: inline;
	width: 160px;
	background: none;
	padding: 0;
	
}
#navigation li a {
	
	border-left: 1px solid #fff;
	height: 40px;
	display: block;
	color: #FFF;
	background: transparent;
	font-weight: bold;
	padding: 0 0 0 9px;
	line-height: 40px;
	text-decoration: none;
	margin: 0;
		
}
#navigation li #last {
border-right: 1px solid #fff;
}
/*html>body #navigation li a {
	width: 110px;
	height: 18px;
}*/

#navigation li.active a,
#navigation li.active a:hover {
	background: #C00;
	border-top: 1px solid #C00;
	position: relative;
	top: -1px;
}

#navigation li a:hover {
	background: #50741c;
	color: #91c248;
}

#maincontentwrap {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: #fff;
	clear: both;
}
#maincontent {
	width: 960px;
	margin: 0 auto;
	position: relative;

}
.infoimage {
border: 1px solid #50741c;
background: #91c248;
padding: 5px;
margin-right: 10px;
}
.imglast {
margin-right: 0;
}
.two {
	float: left;
width: 300px;
padding: 20px 10px 0;
}
.three {
	float: left;
width: 460px;
padding: 20px 10px 0;
}
.four {
position: relative;
	float: left;
width: 620px;
padding: 20px 10px 0;
}
.six {
	float: left;
width: 940px;
padding: 20px 10px 0;
}

#maincontent h2 {
	color: #91c248;
	font-weight: bold;
}
.introtext {
	color: #91c248;
	font-size: 1.2em;
	font-weight: bold;
}

#subcontentwrap {
	background: #91c248;
	border-bottom: 1px solid #50741c;
	border-top: 1px solid #b0d973;	
}
#subcontent {
	clear: both;
	margin: 0 auto;
	width: 960px;
	color: #fff;
}
#subcontent h2, #subcontent h3 {
	color: #fff;
	font-weight: bold;
}

#subcontent a {
color: #fff;
text-decoration: none;
border-bottom: 1px solid #50741c;
}

#subcontent a:hover {
background: #50741c;
color: #91c248;
}

#subcontent .introtext {
	color: #fff;
}

#footerwrap {
	background: #743121;
	border-top: 1px solid #8d3622;
	margin: 0;
	padding: 0;
}

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 10px;
	color: #fefed7;
}
#footer p {
	clear: none;
	margin: 0;
	padding: 0 10px;
}
#footer a {
	text-decoration: none;
	color: #fff;
}

.cottagelisting {
	position: relative;
clear: both;
height: 110px;
margin: 0;
padding: 0;
}

.cottageimage {
display: block;
width: 140px;
float: left;
margin-left: -3px;
_margin-left: 0;
margin-right: 23px;
}
.cottageimage img {
border: 3px solid #50741c;
margin: 0;
padding: 0;
display: block;
float: left;
}
.cottagelisting h3 {
float: left;
margin: 0;
padding-bottom: 10px;
color: #50741c;
}
.cottagelisting p {
clear: none;
width: 290px;
float: left;
margin: 0;
padding: 0;
}
.cottagelisting p a {
float: right;
background: #91c248;
color: #fff;
padding: 2px 3px;
border: 1px solid #50741c;
text-decoration: none;
}
.cottagelisting p a:hover,
.cottagelisting p a:focus {
	background: #50741c;
	border: 1px solid #91c248;
	color: #91c248;
}
#signup {
border-top: 1px solid #50741c;
border-bottom: 1px solid #50741c;
padding: 10px 0 0;
}
#signup label {
display: block;
}
#signup input {
border: 2px solid #50741c;
border-top: 1px solid #b0d37b;
border-left: 1px solid #b0d37b;
padding: 2px 5px;
width: 290px;
_width: 280px;
}
#signup #submit {
background: #50741c;
border: 1px solid #fff;
color: #fff;
padding: 2px 3px;
width: 100px;
}

.gallery {
border: 1px solid #50741c;
padding: 5px;
background: #91c248;
}
.gallery {
border: 1px solid #50741c;
padding: 5px;
background: #91c248;
}


#pricelist {
background: #50741c;
border: 10px solid #50741c;
margin-left: -10px;
padding: 0;
}
#pricelist caption {
background: none;
font-size: 1.4em;
line-height: 2em;

}
#pricelist th {
color: #91c248;
margin-left: 0;
border-color: #91c248;
}
#pricelist tr td {
border-color: #91c248;
}
.season {
width: 120px;
}
.dates {
width: 160px;
}
.price {
width: 60px;
}

#subcontent .bookonline {
	text-align: center;
}
#subcontent .bookonline a {
background: transparent url(../img/bookonline.png) no-repeat 0 0;
width: 150px;
height: 40px;
overflow: hidden;
display: block;
text-indent: -3000em;
text-decoration: none;
border: 0;
margin: 0 auto;
}
#subcontent .bookonline a:hover {
background-position: 0 -40px;
}

#thumblisting {
list-style: none;
margin: 0;
margin-left: -3px;
padding: 0;
}
#thumblisting li {
float: left;
width: 150px;
margin: 0;
padding: 0;
}
#thumblisting img {
border: 3px solid #50741c;
margin: 0;
padding: 0;
width: 140px;
}

#thumblisting .floorplan img {
clear: both;
width: 290px;
height: 174px;
}

#contact-form {
}
#contact-form label {
width: 155px;
float: left;
}

#contact-form input, #contact-form textarea {
width: 300px;
border: 2px solid #50741c;
border-top: 1px solid #91c248;
border-left: 1px solid #91c248;
margin-bottom: .5em;
padding: 2px 5px;
}

#contact-form input:focus,
#contact-form textarea:focus {
background: #ffffd7;
}

#contact-form #submit {
width: 150px;
background: #5e802b;
color: #fff;
font-weight: bold;
margin-top: 1em;
margin-left: 318px;
}

.fpmap {
border: 2px solid #fff;
display: block;
}

#award {
position: absolute;
top: 80px;
left: 525px;
}
#latestdeal {
display: block;
width: 160px;
height: 48px;
background: url(../img/latestdeals.gif) no-repeat 0 0;
text-indent: -3000em;
position: absolute;
top: 40px;
right: 0;
}
#book {
position: absolute;
right: 10px;
top: 16px;
}
#book a {
background: transparent url(../img/bookonline.png) no-repeat 0 0;
width: 150px;
height: 40px;
display: block;
text-indent: -3000em;
margin: 0;
padding: 0;
}
#book a:hover,
#book a:focus {
	background-position: 0 -40px;
}