/*** layout ***********************************************/

body {
	margin: 0;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-color: #D4C4AA;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 90%;
	color: #333333;
}
#wrapper {
	width: auto;
	margin: 16px;
	text-align: left;
	background-color: #000000;
	color: #333333;
	border: 1px solid #FFFFFF;
}
#banner {
	height: 100px;
	width: auto;
	margin: 0;
	background-image: url(images/homes.jpg);
	background-position: right;
	background-repeat: repeat-x;
	background-color: #000000;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#banner #logo {
	height: 100px;
	width: 400px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	border-right: 1px solid #FFFFFF;
}
#banner #logo a {
	display: block;
	height: 100%;
	width: 100%;
}

/*** fixes ************************************************/

.weight {
	clear: both;
	width: 10px;
	margin: 0;
}
.floatclear {
	clear: both;
}

/*** navigation *******************************************/

#nav {
	width: 170px;
	margin: 0 auto 0 0;
	padding: 20px;
	height: auto;
	float: left;
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#nav ul li {
	padding: 0;
	margin: 0;
}
#nav ul li img {
	margin-bottom: 4px;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
	border: 0;
}
#nav ul li a, #nav ul li a:link {
	text-decoration: none;
	color: #FFFFFF;
	margin: 0;
}
#nav ul li a:hover, #nav ul li a:active {
	color: #993300;
	text-decoration: none;
}

/*** content **********************************************/

#content {
	margin: 0 auto 0 220px;
	padding: 16px;
	font-size: 90%;
	background-color: #D8C8B8;
	color: #000000;
	/* IE Dynamic Expression to set the width */
	width:expression(document.body.clientWidth < 450 ? "450px" : "auto" );
}
#container {
	width: auto;
	margin: 0;
	padding: 16px;
	border: 1px solid #FFFFFF;
	background-color: #D4C4AA;
	overflow: auto;
	height: 100%;
}
#content a:link {
	color: #669933;
}
#content a:visited {
	color: #666633;
}
#content a:hover, #content a:focus{
	color: #669966;
}
#content h1, #content h2, #content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content h1 {
	font-size: 160%;
}
#content h2 {
	font-size: 140%;
}
#content h3 {
	font-size: 120%;
}
#content h4 {
	font-size: 110%;
}

#content div.floatcell {
	float: left;
	text-align: left;
	margin-bottom: 12px;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: top;
}

#content img.reflected {
	padding: 0;
	margin-bottom: -7px;
}
#content img.inline {
	border: 1px solid #FFFFFF;
	margin: 6px;
}
#content img.bordered {
	border: 1px solid #FFFFFF;
}
#content div.imgcell {
	float: left;
	text-align: center;
	margin-bottom: 12px;
	margin-right: 10px;
	width: 190px;
}
#content div.imgcell img {
	vertical-align: baseline;
	border: 1px solid #ffffff;
}
#content img {
	text-decoration: none;
}
#content div.center {
	width: auto;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}

#content ul {
	padding-left: 16px;
	margin-left: 8px;
}
#content li {
	margin-left: 0;
}

#content .form_error {
	background-color: #FF9999;
}
#content .error_message {
	color: #CC3300;
}

#content textarea {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
}

p.note {
	font-size: 0.85em;
	font-style: italic;
	padding: 0;
	margin: 0;
}

#content div.right,
#content p.right,
#content img.right {
	float: right;
}
#content div.left,
#content p.left,
#content img.left {
	float: left;
}

div.pretable + table {
	width: 100%;
}

table {
	font-size: 100%;
}
#content td.right {
	text-align: right;
}
#content td.center {
	text-align: center;
}
#content td.left {
	text-align: left;
}
#content table {
	margin: 0;
}
#content table th {
	text-align: left;
}
#content table th, #content table td {
	padding-right: 12px;
}

#forgot_my_password {
	font-size: 0.89em;
}

fieldset {
	border: 1px solid #FFFFFF;
}
fieldset legend {
	font-weight: bold;
	font-size: 1.1em;
}

pre {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

/*** footer ***********************************************/

#footer {
	width: auto;
	margin: 0;
	text-align: center;
	color: #666666;
	font-size: 80%;
	padding-bottom: 20px;
	background-color: transparent;
	clear: both;
}
#footer a {
	color: #669933;
	text-decoration: none;
}
#footer a:hover, #footer a:focus{
	color: #669900;
	text-decoration: none;
}