/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: url(images/bg_body.gif) repeat;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, a, ul, li, address {
	color: #000000;
	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;
	line-height: 1.3;
	color: #fbf9f9;
	text-align: right;
	position: absolute;
	top: 8px;
	right: 200px;
}

	address a { 
		color: #f0efef;
		text-decoration: none;
		font-weight: normal;
		}
		
	address a:hover { 
		color: #ffffff;
		text-decoration: underline;
		}

h1 { 
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	border-bottom: 1px solid #666666;
	margin: 0px 0px 20px 0px;
	padding-bottom: 2px;
}

h2 { 
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	line-height: 1.3;
}

	h2 a {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 0px 0px 15px 30px;
}

li {
	font-size: 11px;
	line-height: 1.3;
	margin-bottom: 5px;
	list-style-type: square;
}

/* ----------------- GENERAL LINKS ----------------- */

a {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
	}
	
a:hover {
	color: #C4122B;
	}

/* ----------------- MAIN NAVIGATION ----------------- */

ul#mainnav {
	margin: 0px;
	padding: 0px;
	display: inline;
}

ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
	float: left;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 10px;
	font-weight: bold;
	color: #F3EBE5;
	text-decoration: none;
	display: block;
	padding: 7px 10px 9px;
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #262525;
	border-left-color: #262525;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #f3ebe5;
	color: #000000;
}

ul#mainnav li span {
	color: #CC0000;
}

/* ------------------------- UTILITY NAVIGATION ----------------------------- */

ul#utilitynav {
	width: 770px;
	height: 31px;
	margin: 0px auto;
	height: 15px;
	padding: 5px 0px 5px 70px;
	clear: both;
	text-align: center;
}

ul#utilitynav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

ul#utilitynav li a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	font-size: 9px;
	font-weight: bold;
	border-right: 1px solid #333333;
	}

ul#utilitynav li a:hover {
	color: #000000;
}

ul#utilitynav li a.last {
	border-right: none;
}

/* ----------------- BODY ----------------- */

/* Creates DIV container for the main body. */
div#container {
	width: 770px;
	background-image: url(images/bg-content.gif);
	margin: 5px auto 0px auto;
	padding: 0px;
	position: relative;
}

div#container2 {
	background-image: url(images/bg-content2.gif);
	background-repeat: no-repeat;
	width: 770px;
}

div#header {
	width: 770px;
	height: 161px;
	background-image: url(images/bg_header.gif);
	background-repeat: no-repeat;
	position: relative;
}
div#nav/* Creates DIV containers for main body content with multiple columns. */
 {
	width: 769px;
	padding-top: 0px;
	text-align: left;
	position: relative;
	background-image: url(images/bg_nav.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 32px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}

	div#leftside img#concept {
		position: absolute;
		top: 116px;
		left: 5px;
	}

div#content {
	width: 730px;
	text-align: left;
	padding: 20px;
	margin: 0px;
	
}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyrightcontainer {
	width: 770px;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	color: #666666;
	padding: 5px 0px 5px 0px;
}

/* Set link style for copyright. */
div#copyrightcontainer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

div#copyrightcontainer a:hover {
	color: #333333;
}

div#copyrightcontainer img {
	border: none;
	margin-top: 10px;
}

/* ----------------- ADMIN LOGIN ----------------- */

div#login {
	float: right;
	padding-left: 5px;
}

	div#login a {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	font-size: 9px;
	}

/* ----------------- WEB AUDIO ----------------- */

div#audio {
	position: absolute;
	top: 140px;
	right: 28px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	margin: 0px 0px 15px 15px;
	padding: 2px;
	border: 1px solid #262525;
	float: right;
}

div.clear {
	clear: both;
	line-height: 0px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}

img#logo {
	position: absolute;
	top: 1px;
	left: 0px;
	border: none;
}

div#flash {
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	border: 1px solid #262525;
}

iframe.noscroll {
	margin-top: -60px;
}

div#map {
	margin: 0px 10px;
	border: 1px solid #262525;
	width: 400px;
	height: 400px;
	padding: 0px;
	float: right;
}
ul#left {
	float: left;
	padding-right: 40px;
	padding-left: 30px;
}
div#clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}

div#iframe {
	float:left;
	margin: -30px 0px 0px -20px;
	padding: 0px;
}
