﻿html
{
	background: #000;
	color: #fff;
	font-family: Georgia, sans-serif;
	margin: 0;
	padding: 0;
}

body
{
	margin: 10px;
	padding: 0;
}

a, a:visited
{
	color: #d09d41;
	text-decoration: underline;
}

a:active, a:hover { text-decoration: none; }

a img
{
	border: 1px solid #d09d41;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em 0;
	padding: 0;
}

.error
{
	color: #f00;
}

.text-field, select
{
	background: #000;
	border: 1px solid #d09d41;
	color: #fff;
}

.instructions { font-size: small; }

#container
{
	border: 1px solid #d09d41;
	margin: 0 auto;
	position: relative;
	width: 975px;
}

#header
{
	background: transparent url("images/header-keith-jim.jpg") no-repeat left top;
	height: 163px;
}

#header h1 span
{
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}

#header #bull
{
	padding-top: 40px;
	width: 341px;
	height: 75px;
}

#header #team .keith, #header #team .jim
{
	font-family: sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	position: absolute;
	top: 155px;
	text-align: center;
}

#header #team .keith
{
	left: 17px;
}

#header #team .jim
{
	right: 30px;
}

#header #contact .name
{
	color: #fff;
}

#header #contact address
{
	color: #bf9a2e;
	font-size: larger;
	font-style: normal;
	text-align: center;
}

#content
{
	margin: 25px 25px 25px 197px;
	margin-top: 40px;
	min-height: 300px;
	padding: 0;
}

* html #content { height: 300px; }

#content h2
{
	color: #d09d41;
	text-align: center;
}

#content img.photo, #content img.photo.odd
{
	border: 1px solid #d09d41;
	float: right;
	margin: 0 0 0.75em 0.75em;
}

#content img.photo.even
{
	float: left;
	margin: 0 1em 0.75em 0;
}

#content ul.links
{
	margin: 0 0 1em 1.25em;
	padding: 0;
}

#content .banner
{
	text-align: center;
	width: 432px;
}

#content .banner img { border: 1px solid #d09d41; }
#content .banner .title { font-size: small; }

#content .communities p { text-align: center; }

#content .communities ul
{
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#content .communities ul li
{
	float: left;
	margin: 0 20px;
	width: 335px;
}

#content .communities ul li p { text-align: justify; }

#content .communities ul li .entrance
{
	margin: 0 0 1em 0;
	text-align: center;
}

#content .communities ul li img
{
	border: 1px solid #d09d41;
	display: block;
	margin: 0 auto 0.5em auto;
}

#content .gallery { text-align: center; }

#content .gallery img
{
	border: 1px solid #d09d41;
	margin: 0.5em 1em;
}

#content .realtor-mls
{
	background: transparent url("images/realtor-mls.png") no-repeat left top;
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 150px;
	height: 66px;
}

#content .realtor-mls span
{
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}

#contact-info
{
	font-family: sans-serif;
	font-size: 0.9em;
	text-align: center;
}

#contact-info address
{
	font-style: normal;
}

#contact
{
	font-family: sans-serif;
	font-size: x-small;
	position: absolute;
	/* top: 25px;
	left: 625px;
	width: 50%; */
	top: 180px;
	left: 5px;
	text-align: center;
	width: 157px;
}

#navigation
{
	left: 0;
	/* top: 218px; */
	top: 290px;
	position: absolute;
}

#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	margin: 0 0 0.3em 0;
	padding: 0;
}

#navigation ul li a, #navigation ul li a:visited
{
	background: transparent url("images/button.png") no-repeat left top;
	color: #fff;
	display: block;
	font-size: 0.8em;
	padding: 8px 0 0 5px;
	text-decoration: none;
	width: 167px;
	height: 25px;
}

#navigation ul li a:active, #navigation ul li a:hover
{
	background-position: 100% 0;
}

#navigation ul li.special a
{
	background-image: url("images/button-emphasized.png");
}

#footer
{
	clear: both;
	font-size: x-small;
	padding: 3em 0 0.5em 0;
	text-align: center;
}

@media print
{
	#header, #header h1 { background-image: none; }
	
	#header { height: auto; }
	
	#header h1
	{
		border: 0;
		margin: 0 0 1em 0;
		padding: 0;
		position: static;
		text-align: center;
		width: auto;
		height: auto;
	}
	
	#header h1 span
	{
		font-size: 1.1em;
		line-height: normal;
		visibility: visible;
	}
	
	#container
	{
		border: 0;
		width: 100%;
	}
	
	#content { margin: 25px; }
	#header #bull, #navigation, #footer { display: none; }
}