* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #36373c url(../images/page_bg.png) center repeat-y;
	text-align: center;
	width: 100%;
	height: 100%;
}

a {
	color: #aa1615;
	text-decoration: none;
}

a:hover {
	color: #dd0000;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
}

p {
	margin: 2em 1em;
}

img {
	border: 0;
}

ul {
	margin: 1em 4em;
}

table {
	width: 90%;
	margin: 2em;
	border-collapse: collapse;
}

th {
	padding: 0.5em;
	background: #800000 url(../images/th_bg.png) -8px -2px repeat-x;
	text-align: left;
	border: 1px solid #000;
	color: #ddd;
}

td {
	padding: 0.8em;
	border: 1px solid #f3e6e1;
	background: #fff9f7;
}

#pageWrapper {
	position: relative;
	width: 998px;
	min-height: 100%;
	margin: 0 auto;
	background: #fff;
	border-left: 1px solid black;
	border-right: 1px solid #000;
	text-align: left;
}

#page {
	padding-bottom: 385px;
	margin-bottom: 50px;
}

#header {
	width: 1000px;
	height: 143px;
	border-bottom: 1px solid #000;
	overflow: hidden;
}

#header ul {
	margin: 0;
	padding: 0;
}

#logo {
	float: left;
	width: 343px;
	overflow: hidden;
}

#links  {
	float: left;
	width: 657px;
}

#titleWrapper {
	clear: both;
	background: #cacaca url(../images/title_bg.png) repeat-x;
}

#title {
	background: transparent url(../images/title_left.png) left top no-repeat;
}

#title h1 {
	font-weight: normal;
}

#content {
	padding: 2em 5em;
}

#endPage {
	position: absolute;
	bottom: 0;
	width: 998px;
	height: 385px;
	padding-bottom: 40px;
	text-align: center;
}

#endPageGraphic {
	position: relative;
	height: 230px;
	background: url(../images/body_bottom.png) repeat-x;
}

#siteLinks {
	position: absolute;
	width: 998px;
	bottom: 0px;
}

#footer {
	background: #340000;
	border-top: 15px solid #580000;
	padding: 20px 0 100px 0;
	color: #999;
	text-align: center;
}

/* Specific Styles */

#introWrapper {
	margin: 10px;
	width: 980px;
	height: 220px;
	overflow: hidden;
}

#intro {
}

#homeText {
	margin: 3em;
}

#links ul li {
	list-style: none;
	line-height: 0;
}

#title h1 {
	padding: 25px;
}

#siteLinks li {
	display: inline;
}

#siteLinks, #siteLinks a {
	color: #444;
	text-decoration: none;
}

#siteLinks a:hover {
	color: #000;
}

.subLinks {
	margin-bottom: 3em;
}

.subLinks ul {
	margin-left: 0;
}

.subLinks li {
	margin: 0.5em 0.5em 0.5em 0;
	list-style: none;
	display: inline;
}

.subLinks a {
	padding: 0.5em;
	background: #f6f6f6;
	border: 1px solid #f0f0f0;
}

.subLinks a:hover {
	background: #f2f2f2;
	border: 1px solid #ddd;
}

.subLinks a.active {
	font-weight: bold;
	background: #f2f2f2;
	border: 1px solid #ddd;
}

.staffListing {
	clear: both;
	margin: 1em 2em;
	padding: 1em;
	background: #f4f4f4;
	border: 1px solid #e8e8e8;
}

.staffListing h2 {
	font-size: 14px;
	font-weight: bold;
}

.staffListing li, .staffListing ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#contactText {
	float: left;
	width: 235px;
	height: 220px;
	border: 1px solid #dfdfdf;
	background: transparent url(../images/gray_gradient.png) repeat-x;
}

#contactMap {
	float: right;
	width:600px;
	margin-left: 20px;
}

.pdf {
	background: url(../images/mimetypes/x-pdf.png) no-repeat;
	padding: 1px 0 2px 25px;
}

.doc {
	background: url(../images/mimetypes/x-office-document.png) no-repeat;
	padding: 1px 0 2px 25px;
}

#footer p {
	margin: 0;
	padding: 0;
}

.note {
	font-style: italic;
	color: #aaa;
}

.sold {
	color: #f00;
}