body {
	font-family: Arial, sans-serif;
	font-size: 77%;
	background-image: url('/images/bg-gradient.png');
	background-repeat: repeat-x;
	background-color: #9A9A9A;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

h1 {
	color: #202020;
	font-family: serif;
	text-transform: uppercase;
}

#main {
	width: 698px;
	margin: 0 auto;
	background-color: #808080;
	margin-bottom: 200px;
}

#header {
	border-bottom: solid #e2e2e2 1px;
	margin-bottom: 6px;
}
#header img { display: block; }


#body {
	position: relative;
}

#billboard {
	background-color: #808080;
	width: 520px;
	margin-left: 178px;
}
#billboard img {
	display: block;
	width: 520px;
	margin: 0 0 6px auto;
}

#navigation { 
	position: absolute;
	left: 0;
	background-color: #808080;
	padding-bottom: 6px;
}
#navigation a {
	display: block;
	width: 166px;
	height: 53px;
	margin-bottom: 1px;
	border: solid #2b2b2b 3px;
}
#navigation a#home { background-image: url('/images/home.png'); height: 57px; }
#navigation a#new { background-image: url('/images/new.png'); }
#navigation a#custom { background-image: url('/images/custom.png'); }
#navigation a#about { background-image: url('/images/about.png'); }
#navigation a#contact { background-image: url('/images/contact.png'); height: 56px; margin-bottom: 0; }
#navigation a#home:hover { background-image: url('/images/homeActive.png'); }
#navigation a#new:hover { background-image: url('/images/newActive.png'); }
#navigation a#custom:hover { background-image: url('/images/customActive.png'); }
#navigation a#about:hover { background-image: url('/images/aboutActive.png'); }
#navigation a#contact:hover { background-image: url('/images/contactActive.png'); }

#sidebar {
	position: absolute;
	left: 0;
	width: 142px;
	top: 312px;
	bottom: 0;
	margin: 0;
	padding: 15px;
	background-color: #363636;
	border-top: solid #e2e2e2 1px;
	color: white;
	text-align: center;	
}
#featured-home h3 {
	font-family: serif;
	text-transform: uppercase;
	font-weight: normal;
}
#featured-home td {
	font-size: 90%;
}
#featured-home td.label {
	font-family: serif;
	text-transform: uppercase;
	font-size: 100%;
}

#content {
	padding: 16px 10px 25px 15px;
	border-left: solid #363636 172px;
	background-color: white;
	color: #808080;
	min-height: 600px;
	_height: 600px;
	border-top: solid #e2e2e2 1px;
	border-bottom: solid #e2e2e2 1px;
}

#footer {
	margin: 6px 0 0 0;
	height: 48px;
	position: relative;
	background-color: #5B5B5B;
}
#footer #copyright {
	position: absolute;
	left: 200px;
	top: 17px;
	font-size: 10px;
	color: #a3a3a3;
}
#footer img#phone {
	position: absolute;
	right: 0px;
}

div.notice {
	padding: 5px;
	border: solid 2px darkgreen;
	background-color: lightgreen;
	color: black;
	margin-bottom: 5px;
}
div.error {
	padding: 5px;
	border: solid 2px darkred;
	background-color: pink;
	color: black;
	margin-bottom: 5px;
}
div.errorExplanation {
	padding: 5px;
	border: solid 2px darkred;
	background-color: pink;
	color: black;
}
div.errorExplanation h2 {
	margin: 0px;
}
div.fieldWithErrors input, div.fieldWithErrors select {
	border: solid 2px darkred;
}

table#manage-pictures td {
	text-align: center;
}
table#manage-pictures td.primary {
	border: solid 2px #262626;
}
div.primary-thumb {
	float: right;
	margin-right: 20px;
}

div.home {
	border-top: solid 2px #F2F2F2;
	padding-top: 15px;
	min-height: 160px;
	_height: 160px;
}
table.stats td {
	text-align: left;
}
table.stats td.label {
	text-align: right;
	padding-right: 15px;
}
div#sidebar table.stats td.label {
	padding-right: 3px;
}
table.stats td.spacer {
	height: 10px;
}
div#home-details {
	float: left;
}

div#description {
	margin-left: 200px;
	padding-right: 10px;
}

div.sidebar {
	float: right;
	padding: 7px;
	padding-left: 20px;
	background-color: #E0E0E0;
	margin-left: 20px;
	margin-right: 10px;	
}
div#contact-sidebar {
	height: 300px;
	width: 135px;
}
table#contact-form td {
	color: black;
	padding: 3px;
}

td.required {
	font-weight: bold;
}

div.hr {
	border-bottom: solid 1px #E1E1E1;
}
div#about h2 {
	 margin: 0px;
}
div#about p {
	 margin-top: 5px;
}

a.arrow {
	text-decoration: none;
}

div.opportunity {
	border-bottom: solid 1px #E1E1E1;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
a.opportunity {
	font-weight: bold;
	text-decoration: none;
	color: black;
}