/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}/* remember to define focus styles! */
:focus {outline: 0;}/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}

/*
* Image BG: #f3fef5;
* Image Border: #9ebba3;
* Button Hover BG: #0a5500;
*/

.clear{
	clear:both;
}

h1{
	font-size:42px;
}

h2 {
	font-size: 18px;
}

strong {
	color: green;
}

p{
	line-height: 25px;
	margin-bottom: 20px;
}

.separater{
	height: 1px;
	width: 100%;
	background-color:  #9ebba3;
	display: block;
	margin-bottom: 20px;
	margin-top:20px;
}

#wrap{
	height:auto;
	width:960px;
	margin:0 auto;
	clear:both;
	margin-bottom: 20px;
}

#header{
	margin: 20px 0 0 0;
	height:auto;
	width:100%;
}

#menuBar {
	height:auto;
	border-top: 4px solid green;
	margin: 10px 0 30px 0;
	clear:both;
	margin-bottom:20px;
}

.topNavButton a:link {
	float:right;
	height:auto;
	width:auto;
	padding:6px 10px;
	background-color: green;
	margin:0 0 0 10px;
	color:#fff;
	font-size:26px;
	display:block;
	margin-bottom: 20px;
	text-decoration: none;
}

/*
#leftContent a:link {color: #f3fef5; text-decoration: underline;} 
#leftContent a:hover,a:focus {text-decoration: none;}
*/

.spacer{
	height: 20px;
	width: 100%;
}
.topNavButton a:visited {
	float:right;
	height:auto;
	width:auto;
	padding:6px 10px;
	background-color: green;
	margin:0 0 0 10px;
	color:#fff;
	font-size:26px;
	display:block;
	text-decoration: none;
}
.topNavButton a:hover,a:focus {background-color:#0a5500; text-decoration: none;}
.topNavButton a:active {background-color:#076a00;}

/* Images on the right can not exceed 345px */
.imgBorder {
	height:auto;
	width:345px;
	padding: 5px;
	background-color: #f3fef5;
	border: 1px solid #9ebba3;
	float: right;
	margin-bottom: 20px;
}

#content{
	height: auto;
	width: 100%;
}

#leftContent{
	width:60%;
	height:auto;
	font-family: Georgia;
	color: #333333;
	float:left;
}

#rightContent{
	width:37%;
	height: auto;
	float:right;
}

#footer{
	height:auto;
	width: 100%;
	background-color: #f3fef5;
}

#footerContent{
	font-family: "Tahoma";
	font-size: 10px;
	margin:0 auto;
	height: 100%;
	width: 960px;
	padding-top:3px;
	font-weight:bold;
	color: #007416;
	padding:20px;
	text-align:right;
}

#for-sale{
	background-color: #004206;
	display: none;
	width: 100%;
	height: auto;
}

#for-sale-message{
	color: #fff;
	font-size: 30px;
	padding:10px;
}

#for-sale-message a{
	color: #fff;
}

#for-sale-button{
	float:right;
	margin-right:20px;
	background-color: #004206;
	padding: 5px;
	font-family: Georgia;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
}
