/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, a, ul, li, address {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 10px 0px 15px 0px;
	font-size: 11px;
	line-height: 1.5;
}

address {
	font-size: 10px;
	font-style: normal;
	color: #0a1950;
	padding: 10px 0px 20px 0px;
}

h1 { 
	margin: 5px 0px 15px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #03103f;
	text-align: left;
	padding: 5px 0px 1px 0px;
	border-bottom: 1px dotted #cccccc;
}

h2 { 
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	text-align: center;
	clear: both;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 5px 20px 15px 25px;
	list-style-type: square;
}

ul.left {
	float: left;
}

li {
	font-size: 11px;
	line-height: 1.3;
	color: #653319;
	margin-bottom: 5px;
}

/* ----------------- 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 {
	height: 20px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 54px;
	right: 0px;
}

ul#mainnav li {
	margin: 0px;
	float: right;
	list-style: none;
	border-left: 1px solid #cccccc;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 4px 10px;
	font-size: 10px;
	font-weight: bold;
}

ul#mainnav li.last {
	border-right: none;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background: #847b66;
}

/* ----------------- HEADER ----------------- */

/* Creates DIV container for header. */
div#header {
	height: 80px;
	background-image: url(images/header.gif);
	position: relative;
}

/* ----------------- BODY ----------------- */

/* Creates DIV container for the main body. */
div#container{
	width: 760px;
	margin: 10px auto;
	padding: 0px;
	border: 1px solid #cccccc;
	background-image: url(images/body_bg.gif);
}

/* Creates DIV containers for main body content with multiple columns. */
div#bodyleft {
	width: 185px;
	padding: 272px 15px 10px 5px;
	float: left;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

div#bodyright {
	width: 555px;
	float: right;
	position: relative;
}

div#content {
	width: 535px;
	padding: 10px;
	text-align: left;
}

/* ----------------- PANEL ----------------- */

div.panel {
	margin: 10px 0px;
	padding: 5px;
	border: 1px solid #afaa9e;
	background: #efe4df;
}

/* ----------------- FOOTER ----------------- */

/* Creates DIV container for the footer. */
div#footnav {
	height: 15px;
	padding: 2px 5px 2px 2px;
	background: #9e725c;
	border-top: 1px solid #ffffff;
	text-align: right;
	clear: both;
}

div#footnav p {
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	color: #ffffff;
}

div#footnav a:link, div#footnav a:visited, div#footnav a:active {
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
	color: #ffffff;
}

div#footnav a:hover {
	color: #f0eadd;
}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyright {
	width: 760px;
	margin: 5px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #9e725c;
	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: #9e725c;
}

div#copyright a:hover {
	color: #624434;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	margin: 5px 10px 10px 5px;
	border: 1px solid #828282;
	float: left;
}

img.right {
	margin: 0px 5px 10px 10px;
	border: 1px solid #828282;
	float: right;
}

img.rightnobrd {
	margin: 0px 5px 10px 10px;
	float: right;
}

div.clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}

div#maps {
	margin: 20px auto;
	width: 450px;
	border: 1px solid #828282;
}

