body, html {
	background-color:#f2f2f2;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.wrapper {
	width:960px;
	background-color:#FFF;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -58px;
}

#backNav {
	width:926px;
	background-color:#C077C2;
	padding:7px 0 7px 34px;
	color:#FFF;
	border-bottom:5px solid #ECA578;
}

#backNav a, #backNav a:visited {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

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

#header {
	height:115px;
	width:960px;
}

.footer {
	width:960px;
	height:58px;
	margin:0 auto 0 auto;
	text-align:center;
	color:#666;
}

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

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

#footerGraphic {
	width:960px;
	height:30px;

}

#navwrap {
	width:180px;
	float:left;
	display:inline;
	margin-top:35px;
	padding-left:25px;
}

ol li {
	background-color:#f2f2f2;
	margin-top: 5px;
	margin-bottom: 5px;
	
}

ol li a {
	display:block;
	text-decoration:none;
	padding:5px 5px 5px 10px;
	color:#333;
	border:1px solid #999;
}

ol li a:hover {
	background-color:#ECA578;
	color:white;
}

#content {
	padding:30px 35px 25px 45px;
	float:left;
	display:inline;
	width:670px;
}

a#post {
	display:block;
	text-decoration:none;
	padding:5px 5px 5px 10px;
	color:#333;
	border:1px solid #999;
	background-color:#f2f2f2;
}

a#post:hover {
	background-color:#ECA578;
	color:white;
}

input.button {
	display:block;
	text-decoration:none;
	padding:5px;
	color:#333;
	border:1px solid #999;
	background-color:#f2f2f2;
	margin:10px 0 0 10px;
}

input.button:hover {
	background-color:#B3ADAD;
	color:white;
}

h1 {
	font-size:28px;
	font-weight:bold;
	margin-bottom:10px;
}

h2 {
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
}

h3 {
	font-size:18px;
	margin-bottom:15px;
}

h4 {
	font-size:14px;
	margin-bottom:12px;
	font-weight:bold;
}

p {
	margin-bottom:10px;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

form#post_item {
	padding-left:30px;
	padding-top:30px;
}

form#post_item input, form#post_item textarea, form#post_item select {
	margin-bottom:20px;
}

.listing {
	font-size:14px;
	background-color:#F8F6F6;
	padding:7px 0 7px 12px;
	margin:8px 0 8px 0;
}

.listing a {
	color:black;
}

.listing a:visited {
	color:#999;
}

#response {
	background-color:#ADA4A5;
	padding:10px;
}

#popups {
	position:absolute;
	margin-top:-20px;
}

#citiesField.error {
	background-color:#FF0;
}

div.suggestions {
	background-color:#C6C4C5;
	border:1px #666 dotted;
	padding:9px 12px;
	font-size:13px;
}

div.suggestions:hover {
	background-color:#CD6AC3;
}




