/****************************
 * PALLETE					*
 ****************************
 * chocolate = 483C37;
 * cream = F9F2E0;
 * blue = 5A6E80;
 * gold = 88745D;
 * green = 65644C;
 ****************************/
/********************
 * DEFAULTS			*
 ********************/
html, body {
	height:100%;
} 
body {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	background-color: #F9F2E0;
	background-image: url(siteImages/body_bg.jpg);
	background-position: center top;
	margin: 0px;
	padding: 0px;

}
/* TEXT FORMATS */
h1, h2, h3, p {
	padding: 0px 20px 0px 20px;
	text-align: left;
}
h1{
	color: #483C37;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	
}
h2{
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #88745D;
	margin-top: -10px;
	letter-spacing: -.5px;
	text-transform: uppercase;
}
h3{
	font-size: 15px;
	font-weight: bold;
	color: #65644C;
	margin-bottom: -15px;
}
h4, h5{
	font-size: 15px;
	font-weight: bold;
	color: #88745D;
	margin: 0px;
	margin-top: -10px;
	margin-left: 60px;
	letter-spacing: -.5px;
	text-align: left;
	background-position: left;
}
h5{
	font-size: 12px;
	margin-top: 0px;
	letter-spacing: -.5px;
	font-weight: normal;
}
p {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	text-align: justify;
	color: #483C37;
}
a {
	text-decoration: none;
}

/********************
 * INPUTS			*
 ********************/
input {
	display: inline;
	border: thin solid #5A6E80;
	font-size: 11px;
	margin: 0px;
	vertical-align: bottom;
}
input.hidden {
	border: 0px none;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}
input.button {
	background-color: #5A6E80;
	background-image: url(siteImages/button_bg.gif);
	background-repeat: repeat-x;
	color: #F9F2E0;
}
div.mainPanel input.button {
	text-align: left;
	display: block;
	margin: 4px;
	padding: 4px;
	margin-left: 60px;
}
input.text {
	background-color: #F9F2E0;
	background-image: url(siteImages/text_bg.gif);
	background-repeat: repeat-x;
	color: #483C37;
}
/********************
 * BOX DEFAULTS		*
 ********************/
div.topBox, div.topNav, div.contentBox, div.bottomBox {
	text-align: center;
	width: 750px;
	left: 50%;
	margin: 0px 0px 0px -375px;
	padding: 0px;
	display: block;
	position: relative;
	height: auto;
	top: 0px;;
}
/********************
 * TOP BOX			*
 ********************/
div.topBox {
	background-color: #B9AD98;
	background-color: transparent;
	background-image: url(siteImages/topBox_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;
}
/********************
 * TOP NAV			*
 ********************/
div.topNav {
	background-color: #88745D;
	background-image: url(siteImages/topNav_bg.gif);
	background-repeat: repeat;
	/*font-family: Helvetica, sans-serif;*/
	font-family: "Courier New", Courier, mono;
	font-size: 15px;
	color: #483C37;
	letter-spacing: -0.2px;
	padding: 4px 0px;
}
/* TEXT FORMATS */
div.topNav a, div.topNav a:link {
	color: #000000;
	padding: 0px;
	padding: 4px;
	margin: 0px 4px;
	vertical-align: middle;
	letter-spacing: -1px;
	word-spacing: -2px;
	white-space: normal;
	display: inline;
}
div.topNav a:hover, div.topNav a:active {
	color: #F9F2E0;
}
div.topNav a.selected {
	color: #BEB29C;
}
/********************
 * CONTENT BOX		*
 ********************/
div.contentBox {
	background-color: #F9F2E0;
	background-color: transparent;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
}
/********************
 * SUB NAV	 		*
 ********************/
div.subNav {
	background-color: transparent;
	width: 300px;
	position: relative;
	color: #65644c;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-align: left;
	float: left;
	text-indent: 20px;
	margin-bottom: 20px;
}
div.subNav a, div.subNav a:link, div.subNav a:visited {
	color: #65644C;
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
div.subNav a:hover, div.subNav a:active {
	color: #483C37;
}
/********************
 * MAIN PANEL 		*
 ********************/
div.mainPanel {
	/*background-color: #000000;*/
	background-color: transparent;
	width: 495px;
	position: relative;
	float: left;
}
div.mainPanel a:hover, div.mainPanel a:active {
	color: #88745D;
	text-decoration: underline;
}

div.mainPanel h1, div.mainPanel h2, div.mainPanel h3, div.mainPanel p {
	padding-left: 35px;
	padding-right: 35px;
}
div.mainPanel div.hr {
	background-image: url(siteImages/hr_leftBox.gif);
	background-repeat: no-repeat;
	display: block;
	height: 6px;
	width: 500px;
	margin: 20px 0px 20px 23px;
}
/* TEXT FORMATS */
div.mainPanel a, div.mainPanel a:link, div.mainPanel a:visited {
	color: #5A6E80;
	font-weight: bold;
}
div.mainPanel h1 a, div.mainPanel h1 a:hover {
	color: #483C37;
	text-decoration: none;
}

/********************
 * RIGHT BOX		*
 ********************/
div.rightBox {
	background-color: #555555;
	background-color: transparent;
	width: 250px;
	/*float: right;*/
	position: absolute;
	left: 500px;
	top: 20px;
}
/* TEXT FORMATS */
div.rightBox h1 {
	color: #65644C;
	padding: 0px;
	text-align: center;
}
div.rightBox span.quickLinks a, div.rightBox span.quickLinks a:link, .quickLinks2 a{
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 6px 0px 6px 20px;
	color: #5A6E80;
	padding: 0px;
	letter-spacing: -.5px;
	text-align: center;
	/*text-transform: uppercase;*/
}
div.rightBox span.quickLinks a:hover{
	color: #483C37;
}
div.rightBox div.hr {
	background-image: url(siteImages/hr_rightBox.gif);
	background-repeat: no-repeat;
	display: block;
	height: 6px;
	width: 250px;
	margin: 14px 0px 14px 25px;
	clear: both;
}
/********************
 * BOTTOM BOX		*
 ********************/
div.bottomBox {
	background-color: #65644C;
	background-image: url(siteImages/bottomBox_bg.gif);
	background-repeat: repeat;
	height: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #000000;
	margin-bottom: 0px;
	clear: both;
}
/* TEXT FORMATS */
div.bottomBox {
	font-size: 12px;
	font-family: sans-serif;
	font-weight: normal;
}
.address {
	position: absolute;
	left: 30px;
	top: 220px;
}
.quickLinks2 a {
	border: 0px none;
	text-align: left;
	vertical-align: top;
	float: left;
	display: block;
	margin-bottom: 20px;
}
.quickLinks2 img {
	border: 0px none;
	text-align: left;
	vertical-align: middle;
	background-color: #eee8cc;
	/*display: block;*/
}
.float-right {
	margin: 0px;
	padding: 0px 20px 10px;
	float: right;
}
.float-left {
	margin: 0px;
	padding: 0px 20px 10px;
	float: left;
}
.announcement{
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: #88745D;
	/*
	letter-spacing: -.5px;
	margin-top: -10px;
	text-transform: uppercase;
	*/
}