﻿/* DO NOT EDIT
---------------------------------------------- */
html, htm, body {
	height: 100%;
}
div {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}

/* Tags
---------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	color: #2B2821;
	font: 13px/17px "Trebuchet MS", Helvetica, sans-serif;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #736d53;
	font: bold 17px/20px Arial, Helvetica, sans-serif;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #79A2C9;
	font: bold italic 16px/18px "Trebuchet MS", Helvetica, sans-serif;
}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #888;
	font: bold 12px/18px "Trebuchet MS", Helvetica, sans-serif;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #000;
	font: bold 14px/16px "Trebuchet MS", Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color: #A3967E;
	font-weight: bold;
	text-decoration: none;
}
	a:hover {
		color: #212121;
		text-decoration: underline;
	}
hr {
	color: #000;
	height: 1px;
	background-color: #000;
	border: none;
}
ul, ol, dl {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
li {
	margin: 0px 0px 0px 17px;
	padding: 0px;
	list-style: disc outside none;
}


/* Classes
---------------------------------------------- */
.imgborder {
	border: 1px solid #000;
}
.smalltext {
	font-size: 11px;
	line-height: 16px;
}
.nomargin {
	margin: 0px;
}
.margin {
	margin: 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
#rightCol img {
	padding: 5px;
	border: 1px #A3967E solid;
	background-color: #E5E2DB;
}

/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}

/* Template
---------------------------------------------- */
#wrapper {
	margin: 0px auto;
	width: 960px;
	min-height: 100%;
	_height: 100%;
	background: #F0F0F0;
	border-left: 1px #ADADAD solid;
	border-right: 1px #ADADAD solid;
}
	#header {
		position: relative;
		height: 260px;
		background: transparent url(assets/images/horzBar.jpg) repeat-x left bottom;
	}
		#homeButton {
			position: absolute;
			display: block;
			top: 70px;
			right: 75px;
			width: 50px;
			font: bold 8pt/12pt "Trebuchet MS", Helvetica, sans-serif;
			text-align: center;
			list-style: none outside none;
		}
		#logo {
			position: absolute;
			top: 50px;
			left: 20px;
			width: 225px;
			height: 212px;
			background: transparent url(assets/images/titleBoxF.png) no-repeat left top;
		}
		#topPic {
			position: absolute;
			left: 300px;
			bottom: 12px;
		}
	#leftCol {
		float: left;
		padding: 15px 0px 0px 20px;
		width: 215px;
	}
		#nav, #nav li, #nav a {
			margin: 0px;
			padding: 0px;
			width: auto;
			height: auto;
		}
		#nav {
			position: relative;
			padding: 0px 0px 0px 1px;
			font: bold 12px/21px "Trebuchet MS", Helvetica, sans-serif;
			background: transparent url(assets/images/menuBox_bg.jpg) repeat-y left top;
		}
			#nav li {
				position: relative;
				color: #B1ACA6;
				text-indent: 15px;
				list-style: none outside none;
				z-index: 99;
			}
				#nav a {
					display: block;
					padding: 0px 0px 0px 14px;
					color: #8C816C;
					width: 184px;
					text-indent: 0px;
				}
				#nav a:hover {
					text-decoration: none;
					background-color: #F7F2DB;
				}
		#menuTop, #menuBottom {
			display: block;
			margin: 0px;
			padding: 0px;
			width: 211px;
			z-index: 1;
		}
		#menuTop {
			height: 25px;
			background: transparent url(assets/images/menuBox_top.jpg) no-repeat left top;
		}
		#menuBottom {
			height: 33px;
			background: transparent url(assets/images/menuBox_bottom.jpg) no-repeat left bottom;
		}
		#credits {
			color: #8C816C;
			padding: 15px 15px 0px 0px;
			font-size: 10px;
			text-align: center;
		}
	#rightCol {
		margin: 0px 2px 0px 245px;
		padding: 20px 0px 0px 0px;
	}
	#clear {
		clear: both;
		padding: 30px 0px 10px 0px;
		height: 90px;
		text-align: center;
		font-size: 0px;
		line-height: 0px;
	}
		#clear div {
			margin: 0px auto;
			width: 728px;
		}