/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, a, ul, li, address {
	color: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 0px 20px 0px;
	font-size: 11px;
	line-height: 1.5;
}

address {
	font-size: 10px;
	font-style: normal;
	line-height: 1.3;
	color: #333333;
	text-align: left;
	padding-bottom: 20px;
}

h1 { 
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin-bottom: 20px;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 0px 10px 20px 25px;
	list-style-type: square;
}

ul.left {
	float: left;
}

li {
	font-size: 11px;
	line-height: 1.3;
	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 {
	margin: 0px;
	padding: 0px;
	width: 165px;
	background: #ffffff;
	border: 1px solid #878787;
	border-bottom: none;
	position: absolute;
	top: 113px;
	left: 3px;
}

ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	width: 155px;
	border-bottom: 1px solid #878787;
	padding: 3px 5px;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	border-left: 5px solid #f97e05;
	width: 150px;
	color: #000000;
}

/* ------------------------- UTILITY NAVIGATION ----------------------------- */

ul#utilitynav {
	margin: 0px;
	height: 15px;
	padding: 2px;
	clear: both;
	position: absolute;
	top: 2px;
	right: 10px;
}

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.last {
	border-right: none;
}

/* ----------------- BODY ----------------- */

/* Creates DIV container for the main body. */
div#container {
	width: 770px;
	background-image: url(images/bg_content.gif);
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

div#header {
	width: 770px;
	height: 111px;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
}

/* Creates DIV containers for main body content with multiple columns. */
div#leftside {
	width: 166px;
	padding: 150px 0px 5px 4px;
	text-align: left;
	float: left;
}

	div#leftside p {
		margin: 5px 0px;
		font-size: 10px;
		line-height: 1.3;
	}

div#content {
	width: 570px;
	text-align: left;
	float: right;
	padding: 10px 15px 10px 15px;
	position: relative;
}

/* ----------------- FOOTER ----------------- */

/* Creates DIV container for the footer. */
div#footer {
	background-image: url(images/bg_footer.gif);
	width: 770px;
	height: 33px;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	position: relative;
}

	div#footer p {
		margin: 0px;
		font-size: 10px;
		color: #575656;
	}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyright {
	width: 770px;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	color: #333333;
	padding: 5px 10px 5px 0px;
}

/* Set link style for copyright. */
div#copyright a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #474646;
}

div#copyright a:hover {
	color: #000000;
}

/* ----------------- ADMIN LOGIN ----------------- */

div#login {
	float: left;
	padding-left: 5px;
}

	div#login a {
		text-decoration: none;
		font-weight: bold;
		color: #333333;
		font-size: 9px;
	}

/* ----------------- WEB AUDIO ----------------- */

div#audio {
	position: absolute;
	top: 3px;
	right: 8px;
	width: 142px;
	height: 16px;
	background-image: url(images/bg_audio.gif);
	background-repeat: no-repeat;
	padding-top: 17px;
	padding-left: 50px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	margin: 0px 15px 5px 0px;
	border: 1px solid #333333;
	float: left;
}

img.right {
	margin: 0px 0px 5px 15px;
	border: 1px solid #333333;
	float: right;
}

div.clear {
	clear: both;
	line-height: 0px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}

img#logo {
	position: absolute;
	top: 12px;
	left: 6px;
	border: none;
}

div#cta {
	float: right;
	width: 265px;
	height: 142px;
	background-image: url(images/bg_cta.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 10px 5px;
	position: relative;
}
