/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, a, ul, li, address {
	color: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
}

address {
	font-size: 10px;
	font-style: normal;
	color: #ffffff;
	line-height: 1.3;
	padding: 100px 5px 50px 5px;
	background-image: url(images/side_bg.jpg);
	background-repeat: no-repeat;
}

h1 { 
	font-family: times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	text-align: center;
	margin: 0px 0px 10px 0px;
}

h2 { 
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	width: 250px;
	margin: 10px;
	padding-bottom: 2px;
	border-bottom: 2px dotted #cccccc;
}

h3 { 
	font-size: 11px;
	font-weight: bold;
	color: #660000;
	margin: 10px;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 5px 0px 8px 30px;
	list-style-type: square;
}

li {
	font-size: 11px;
	line-height: 1.3;
	margin-bottom: 3px;
	color: #000000;
}

ul.arrow {
	list-style-type: none;
	height: 1%;
}

	ul.arrow li {
		background-image: url(images/arrow.gif);
		background-position: top left;
		background-repeat: no-repeat;
		padding-left: 20px;
		margin-bottom: 5px;
		color: #79460a;
	}

/* ----------------- GENERAL LINKS ----------------- */

a { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}
	
	div#videobutton {
position:absolute;
top:382px;
left:367px;
z-index: 1;
}

/* ----------------- MAIN NAVIGATION ----------------- */

ul#mainnav {
	padding: 0px;
	margin: 0px;
	width: 149px;
	height: 150px;
	background: #700b0b;
	border-bottom: 1px solid #ffffff;
}

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;
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 129px;
	border-bottom: 1px solid #ffffff;
	padding: 4px 10px 3px 10px;
	/*background-image: url(images/navbullet.gif);
	background-repeat: no-repeat;
	background-position: left;*/
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background-color: #996666;
}

/* ----------------- FOOT NAVIGATION ----------------- */

/* Creates the container for the foot navigation. */ 
div#footnav {
	width: 770px;
	margin: 0px auto;
	text-align: left;
	clear: both;
}

/* Redefine p tag within the footnav container. */
div#footnav p {
	margin: 0px;
	color: #666666;
	font-size: 10px;
}

/* Set link style for footnav. */
div#footnav a {
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}

div#footnav a:hover {
	color: #000000;
}

div#footnavleft {
	float: left;
	text-align: left;
}

div#footnavright {
	float: right;
	text-align: right;
}

/* ----------------- BODY ----------------- */

/* Creates DIV container for the main body. */
div#container {
	width: 770px;
	background-image: url(images/body_bg.gif);
	margin: 0px auto;
	padding: 0px;
}

div#containerint {
	width: 770px;
	background-image: url(images/bodyint_bg.gif);
	background-position: right;
	background-repeat: repeat-y;
	margin: 0px auto;
	padding: 0px;
}

/* Creates DIV container for header. */
div#header {
	width: 770px;
	height: 40px;
	text-align: left;
	background-image: url(images/header.gif);
}

	div#header img {
		border: 0px;
	}

div#body {
	border-bottom: 1px solid #700b0b;
}

/* Creates DIV containers for main body content with multiple columns. */
div#bodyleft {
	width: 149px;
	margin-right: 1px;
	padding: 0px;
	text-align: left;
	float: left;
}

div#bodyright {
	width: 620px;
	text-align: left;
	padding-bottom: 10px;
	float: right;
	position: relative;
}

div#bodyrightint {
	width: 619px;
	text-align: left;
	padding-bottom: 10px;
	float: right;
	border-top: 1px solid #700b0b;
}

div.panel {
	width: 267px;
	height: 205px;
	background-image: url(images/panel_bg.jpg);
	padding: 75px 0px 0px 0px;
	text-align: left;
	float: right;
}

	div.panel p {
		margin: 5px 0px;
		font-size: 10px;
		color: #000000;
		line-height: 1;
	}
	
	div.panel img {
		margin-bottom: 5px;
	}
	
div.panel2 {
	width: 190px;
	padding: 5px;
	margin: 0px 5px 0px 10px;
	text-align: left;
	border-left: 1px solid #cccccc;
	float: right;
}

	div.panel2 p {
		margin: 5px 0px;
		font-size: 10px;
		color: #000000;
		line-height: 1;
	}
	
	div.panel2 img {
		margin-bottom: 5px;
	}
	
/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyright {
	width: 770px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	padding: 15px 0px 5px 0px;
	clear: both;
}

/* Set link style for copyright. */
div#copyright a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

div#copyright a:hover {
	color: #000000;
}

/* ----------------- WEB AUDIO ----------------- */

div#audio {
	position: absolute;
	top: 125px;
	right: 5px;
}

div#audio applet {
	vertical-align: middle;
}

/* ----------------- FLASH ----------------- */

div#flash {
	background-image: url(images/flash_bg.gif);
	width: 267px;
	height: 150px;
	position: absolute;
	top: 0px;
	right: 0px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.border {
	border: 1px solid #000000;
}

div.clear {
	clear: both;
	line-height: 0px;
}

div.caption {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

	div.caption p {
		text-align: center;
		font-weight: bold;
		color: #000000;
	}
	
	div.caption img {
		border: 0px;
	}
	
div#maps {
	width: 375px;
	border: 1px solid #000000;
	margin-left: 15px;
	margin-top: 0px;
	height: 325px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

iframe {
	margin-top: -30px;
}
iframe.map {
	margin: 0px;
	padding: 0px;
}


/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}

.disclosure {
	font-size: 9px;
	line-height: normal;
}
