/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #edb701;
	margin: 5px 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, a, ul, li, address {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 0px 15px 0px;
	font-size: 11px;
	line-height: 1.5;
}

address {
	margin: 10px 0px;
	padding: 5px 0px 8px 2px;
	font-size: 10px;
	font-style: normal;
	line-height: 1.3;
	color: #000000;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}

h1 { 
	font-size: 14px;
	font-weight: bold;
	color: #edb701;
	text-align: left;
	margin-bottom: 20px;
	border-left: 17px solid #999999;
	padding-left: 5px;
}

h2 { 
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	color: #573a19;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 0px 15px 15px 25px;
	list-style-type: square;
}

ul.left {
	float: left;
}

li {
	font-size: 11px;
	line-height: 1.5;
	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 ----------------------------- */

ul#mainnav {
	width: 768px;
	height: 18px;
	margin: 0px;
	padding: 2px 1px 0px 1px;
	background: #3f883a;
	position: absolute;
	top: 127px;
	left: 0px;
}

ul#mainnav li {
	margin: 0px 1px;
	float: right;
	list-style: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px 7px 2px 8px;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #cccccc;
	border-bottom: 0px;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited  {
	color: #333333;
	background-color: #ffffff;
}

/* ------------------------- UTILITY NAVIGATION ----------------------------- */

ul#utilitynav {
	margin: 0px;
	height: 15px;
	padding: 5px;
	clear: both;
	background: #3f883a;
	border-top: 1px solid #8c8f94;
	width: 760px;
}

ul#utilitynav li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}

ul#utilitynav li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	font-size: 9px;
	font-weight: bold;
	border-right: 1px solid #cccccc;
	}

ul#utilitynav li a:hover {
	color: #cccccc;
}

ul#utilitynav li a.last {
	border-right: none;
}

/* ----------------- LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for the main body. */
div#container {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #8c8f94;
	background: #ffffff;
}

/* Creates DIV container for header. */
div#header {
	width: 770px;
	height: 127px;
	margin: 0px auto;
	text-align: left;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	position: relative;
}

	div#header img#logo {
		border: 0px;
		position: absolute;
		top: 0px;
		left: 0px;
	}

/* Creates DIV containers for main body content with multiple columns. */
div#bodyleft {
	width: 216px;
	margin: 23px 0px 5px 0px;
	padding: 0px 2px 2px 2px;
	text-align: left;
	float: left;
}

	div#bodyleft p {
		margin: 5px 0px 10px 2px;
		font-size: 10px;
		line-height: 1.3;
	}

div#bodyright {
	width: 529px;
	margin: 20px 0px 5px 0px;
	padding: 20px 10px 10px 10px;
	text-align: left;
	border-left: 1px dotted #cccccc;
	float: right;
	position: relative;
}

/* ----------------- COPYRIGHT ----------------- */

div#foot {
	width: 770px;
	margin: 0px auto;
	clear: both;
}

	div#foot p {
		font-size: 9px;
		color: #333333;
	}
	
	div#foot img {
		border: none;
	}
	
	div#foot a:link, div#foot  a:visited, div#foot  a:active {
		text-decoration: none;
		font-weight: bold;
		color: #000000;
	}
	
	div#foot  a:hover {
		color: #333333;
	}

div#footleft {
	float: left;
	text-align: left;
}

div#footright {
	float: right;
	text-align: right;
}

/* ----------------- WEB AUDIO ----------------- */
div#audio {
	background-image: url(images/bg-audio.gif);
	width: 142px;
	height: 14px;
	position: absolute;
	top: 4px;
	right: 2px;
	padding: 19px 0px 0px 50px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	margin: 5px 0px 10px 15px;
	border: 1px solid #999999;
	padding: 3px;
	float: right;
}

div.clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
	color: #db2800;
}

.center {
	text-align: center;
}

span.big {
	font-weight: bold;
	font-size: 18px;
}

div#flash {
	position: absolute;
	top: 0px;
	right: 0px;
}

div#map {
	border: 1px solid #999999;
	margin: 20px auto;
	width: 500px;
}

