/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background-image: url(images/site_bg.jpg);
	background-repeat: no-repeat;
	background-color: #fbf6f0;
	margin: 0px;
	padding: 0px;
}

p, h1, h2, h3, a, ul, li, address {
	color: #302e2b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 0px 15px 0px;
	font-size: 11px;
	line-height: 1.5;
}

address {
	padding: 15px 5px 20px 15px;
	font-size: 10px;
	font-style: normal;
	color: #5e4a3a;
	line-height: 1.3;
	text-align: left;
}

h1 { 
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333300;
	text-align: left;
	margin-top: 0px;
}

h2 { 
	font-size: 11px;
	font-weight: bold;
	color: #333300;
	margin-bottom: 5px;
}

h3 { 
	font-family: French Script MT, Monotype Corsiva, serif;
	font-size: 22px;
	font-weight: bold;
	color: #666600;
	margin: 5px 0px;
}

h3 span { 
	margin: 5px 0px 15px 0px;
	font-size: 10px;
	color: #302e2b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h4 a:link, h4 a:visited, h4 a:active { 
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	font-family: Times New Roman, Times, serif;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 0px 10px 10px 20px;
}

ul.left {
	float: left;
}

li {
	font-size: 11px;
	line-height: 1.5;
}

/* ----------------- GENERAL LINKS ----------------- */

a:link, a:visited, a:active { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}

/* ------------------------- MAIN NAVIGATION TAB STYLE----------------------------- */

ul#mainnav {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 63px;
	right: 7px;
}

ul#mainnav li {
	padding: 20px 8px;
	display: block;
	font-weight: bold;
	font-size: 9px;
	color: #686867;
	float: right;
	list-style: none;
}

ul#mainnav li a {
	color: #686867;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	padding: 12px 2px 20px 2px;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited  {
	color: #311d05;
	background-image: url(images/nav_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* ----------------- FOOT NAVIGATION ----------------- */

/* Creates the container for the foot navigation. */ 
div#footnav {
	width: 760px;
	margin-right: 10px;
	text-align: right;
	clear: both;
}

/* Redefine p tag within the footnav container. */
div#footnav p {
	margin: 0px;
	color: #ab6a0d;
	font-size: 10px;
}

/* Set link style for footnav. */
div#footnav a {
	text-decoration: none;
	font-weight: normal;
	color: #ab6a0d;
}

div#footnav a:hover {
	color: #6f4509;
}

/* ----------------- HEADER ----------------- */

/* Creates DIV container for header. */
div#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	width: 715px;
	height: 100px;
	text-align: left;
	padding-left: 55px;
	position: relative;
	
}

	div#header img {
		border: 0px;
		float: left;
	}

/* ----------------- BODY ----------------- */

/* Creates DIV container for the main body. */
div#container {
	width: 770px;
	background-image: url(images/body_bg.gif);
	clear: both;
}

/* Creates DIV containers for main body content with multiple columns. */
div#bodyleft {
	width: 248px;
	float: left;
}

div#bodyright {
	width: 522px;
	float: right;
}

div#content {
	padding: 10px 15px 10px 10px;
	text-align: left;
	background-image: url(images/content_bg.gif);
	background-repeat: no-repeat;
}

div.box {
	padding: 5px;
	margin: 3px;
	width: 225px;
	height: 645px;
	border: 1px solid #c8b59f;
	float: left;
}

div.box2 {
	padding: 10px 3px 3px 3px;
	width: 220px;
	border: 1px solid #c8b59f;
	background: #e7e5cb;
}

div.box3 {
	padding: 5px;
	margin: 3px;
	width: 225px;
	float: left;
}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyright {
	width: 760px;
	padding: 20px 10px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ab6a0d;
	text-align: right;
	clear: both;
}

/* Set link style for copyright. */
div#copyright a:link, div#copyright a:visited, div#copyright a:active {
	text-decoration: none;
	font-weight: bold;
	color: #ab6a0d;
}

div#copyright a:hover {
	color: #6f4509;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	float: right;
	margin: 0px 0px 5px 20px;
	border: 1px solid #c8b59f;
}

img.left {
	float: left;
	margin: 0px 20px 5px 0px;
	border: 1px solid #c8b59f;
}

img.border {
	border: 1px solid #c8b59f;
}

div.clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}

.divider {
	border-bottom: 1px dotted #c8b59f;
	padding-bottom: 5px;
}

.note {
	font-size: 9px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}

div#flash {
	margin-top: 30px;
	border: 1px solid #006666;
	width: 550px;
}
