/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #000000;
	margin: 0px;
	padding: 0px;
}

p, h1, h2, h3, a, ul, li, address {
	color: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 0px;
	font-size: 11px;
	line-height: 1.5;
}

address {
	font-size: 10px;
	font-style: normal;
	color: #cccccc;
	line-height: 1.3;
	padding: 50px 0px 20px 2px;
}

h1 { 
	font-size: 11px;
	font-weight: bold;
	color: #6D0808;
	text-align: left;
	margin: 5px 0px 10px 0px;
}

h2 { 
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin: 10px 0px;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 0px 0px 8px 30px;
	list-style-type: square;
}

ul.left {
	margin: 0px;
	padding: 5px 30px 5px 30px;
	list-style-type: square;
	float: left;
}

li {
	font-size: 11px;
	line-height: 1.3;
	margin-bottom: 3px;
	color: #664D18;
}

/* ----------------- GENERAL LINKS ----------------- */

a { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}

/* ----------------- MAIN NAVIGATION ----------------- */

ul#mainnav {
	margin: 0px;
	padding: 20px 0px;
	width: 140px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
}

ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

ul#mainnav li a {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #FFCC00;
	text-decoration: none;
	display: block;
	width: 113px;
	margin: 0px 0px 0px 12px;
	padding: 3px 0px;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #ffffff;
	background-image: url(images/navon.gif);
	background-repeat: no-repeat;
}

ul#mainnav li a span {
	color: #AB0808;
}

/* ----------------- FOOT NAVIGATION ----------------- */

/* Creates the container for the foot navigation. */ 
div#footnav {
	width: 770px;
	margin: 5px;
	text-align: center;
}

/* Redefine p tag within the footnav container. */
div#footnav p {
	margin: 0px;
	color: #cccccc;
	font-size: 10px;
}

/* Set link style for footnav. */
div#footnav a {
	text-decoration: none;
	font-weight: normal;
	color: #cccccc;
}

div#footnav a:hover {
	color: #ffffff;
}

/* ----------------- WEB AUDIO ----------------- */

div#audio img {
	border: 0px;
}

/* ----------------- FLASH ----------------- */

div#flash {
	float: right;
	margin: 5px;
}

/* ----------------- BODY ----------------- */

/* Creates DIV container for the main body. */
div#container {
	width: 770px;
	background-image: url(images/body_bg.gif);
	position: relative;
}

/* Creates DIV container for header. */
div#header {
	text-align: left;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 110px;
}

	div#header img {
		border: 0px;
	}
	
/* Creates DIV containers for main body content with multiple columns. */
div#bodyleft {
	width: 140px;
	text-align: left;
	float: left;
}

div#bodyright {
	width: 630px;
	background-image: url(images/body_top.gif);
	background-repeat: no-repeat;
	float: right;
}

div#content {
	padding: 10px 20px 0px 15px;
}

div#footer {
	border-top: 2px dotted #cccccc;
	padding: 5px 0px;
	margin-top: 20px;
	clear: both;
}

	div#footer p {
		margin: 0px;
		font-size: 10px;
	}

div.footinfo {
	float: left;
	padding-right: 18px;
}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyright {
	width: 770px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #cccccc;
	padding: 15px 0px 5px 0px;
	clear: both;
	text-align: center;
}

/* Set link style for copyright. */
div#copyright a {
	text-decoration: none;
	font-weight: bold;
	color: #cccccc;
}

div#copyright a:hover {
	color: #ffffff;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	margin: 5px 10px 5px 5px;
	border: 3px double #4A3C1F;
	float: left;
}

img.right {
	margin: 5px 5px 5px 10px;
	border: 3px double #4A3C1F;
	float: right;
}

img.border {
	border: 3px double #4A3C1F;
}

div.clear {
	clear: both;
	line-height: 0px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}
iframe.margin {
	margin-left: -40px;
}


.clear {
clear:both;
}

div#copyright img {
margin-top:10px;
border:1px solid #000;

}