body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #333333;
}
#clear {
	clear: both;
}
#container {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#index_header_container {
	background-image: url(../images/index_header_background.png);
	background-repeat: repeat-x;
	height: 280px;
}
#page_header_container {
	background-image: url(../images/page_header_background.png);
	background-repeat: repeat-x;
	height: 122px;
}

/* Header Styles */

#header {
	margin: 0 auto 0 auto;
	width: 800px;
}
#logo {
	background-image: url(../images/logo_background.png);
	background-repeat: no-repeat;
	background-position: bottom;
	display: inline;
	float: left;
	width: 40%;
	height: 238px;
}
#page_logo {
	height: 80px;
	background-image: url(../images/Sutton_header-inside.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#logo_img {
	position: relative;
	top: 100px;
	left: 50px;
}
#boxes {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 30%;
	color: #fff;
}
h4 {
	color: #eeebc9;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

/* Menu Styles */
#arrow {
	position: relative;
	top: -2px;
	left: 560px;
}
#menu, #nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	height: 44px;
	width: 760px;
	padding-left: 0px;
}
#nav li { /* all list items */
	float: left;
	/* width needed or else Opera goes nuts */
	width: auto;
}
#nav li #magnify {
	padding-left: 20px;
	background-image: url(../images/magnify.gif); 
	background-repeat: no-repeat; 
	background-position: center left;
}
#nav li a {
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 5px 5px 5px;
	border-right: 1px solid #9bbebf;
	color: #a65723;
	font-weight: bold;
}
#nav li a:hover {
	color: #333;
}

/* Main Body */
a:link, a:active, a:visited {
	color: #a65723;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#body {
	padding: 10px;
}
#margin {
	display: inline;
	float: right;
	width: 27%;
	border-left: 1px dotted #d2d0be;
	padding: 10px;
}
#content {
	display: inline;
	float: left;
	width: 70%;
}
#textcontent {
	display: inline;
	float: left;
	width: 67%;
}
#listings {
	background-color: #eef0e0;
}	
h2 {
	color: #a65723;
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 10px 0;
}
h3 {
	color: #a65723;
	font-weight: normal;
	font-size: 14px;
	margin: 0 0 10px 0;
}
h5 {
	color: #21627e;
	font-size: 12px;
}
th {
	text-transform: uppercase;
}
#search select {
	background-color: #e5e8d0;
	width: 200px;
}

/* Forms */

#message { /* User Message */
	margin: 0;
	padding: 0;
	line-height: 12px;
	height: 12px;
	text-align: center;
	color: #FF0000;
	width: 100%;
	font-weight: normal;
	font-size: 10px;
}
.TableRow {
	background-color: #F7F8F0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5DD95;
}
.LargeCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #CCCC00;
}
.formrow td {
	background-color: #f7f8f0;
}

/* Validation Effects */
#message { 
	text-align: center;
}
.validation-advice, .warning-advice, #message  {
	margin: 5px 0;
	padding: 2px;
	background-color: #960028;
	color : #FFF;
}
#message {
	padding: 8px;
	font-size: 14px;
}
.warning {
	background-color: #EFEFEF;
}
.warning-advice {
	background-color: #0063DC;
}
input.validation-failed, textarea.validation-failed {
	background-color: #f7f2ea;
}
input.validation-passed, textarea.validation-passed {
}
