/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #fdbf03;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, a, ul, address {
	color: #3e3d3d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 0px 15px 0px;
	font-size: 11px;
	line-height: 1.5;
}

address {
	font-size: 10px;
	font-style: normal;
}

h1 { 
	margin: 0px 0px 20px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-bottom: 2px;
	border-bottom: 1px solid #cccccc;
}

h2 { 
	font-size: 12px;
	font-weight: bold;
	color: #663366;
	text-align: left;
}

	h2 a { 
		font-size: 12px;
		font-weight: bold;
		color: #663366;
	}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 0px 0px 20px 25px;
	list-style-type: square;
}

ul.left {
	float: left;
	padding: 0px 30px 20px 25px;
}

ul.services {
	float: left;
	width: 300px;
	padding: 0px 30px 20px 25px;
}

li {
	font-size: 11px;
	line-height: 1.3;
	margin-bottom: 5px;
}

li ul {
	list-style-type: disc;
}

/* ----------------- GENERAL LINKS ----------------- */

a { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}

/* ------------------------- MAIN NAVIGATION ----------------------------- */

ul#mainnav {
	width: 760px;
	height: 23px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg-nav.gif);
	border-top: 1px solid #4e4f4f;
	border-bottom: 1px solid #4e4f4f;
}

ul#mainnav li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}

ul#mainnav li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 7px 10px 3px 10px;
	font-size: 10px;
	font-weight: bold;
	border-right: 1px solid #c9a6e3;
	background-image: url(images/bg-nav.gif);	
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background-image: url(images/bg-navon.gif);
}
	
/* ------------------------- UTILITY NAVIGATION ----------------------------- */

ul#utilitynav {
	margin: 0px;
	padding: 3px 0px;
	width: 760px;
	height: 12px;
	text-align: left;
	background: #7c2bbb;
	clear: both;
}

ul#utilitynav li {
	margin: 0px;
	float: left;
	list-style: none;
}

ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	font-size: 9px;
	font-weight: bold;
	border-right: 1px solid #ffffff;
	}

ul#utilitynav li a:hover {
	color: #efe0d3;
}

ul#utilitynav li a.last {
	border-right: none;
}

/* ----------------- HEADER ----------------- */

/* Creates DIV container for header. */
div#header {
	width: 760px;
	height: 148px;
	text-align: left;
	background-image: url(images/bg-header.jpg)
}

	div#header img {
		border: 0px;
	}

/* ----------------- BODY ----------------- */

div#container{
	width: 760px;
	margin: 10px auto 0px auto;
	padding: 0px;
	border: 1px solid #51331b;
	background: #ffffff;
}

div#content {
	width: 718px;
	margin: 0px 5px;
	padding: 25px 15px 15px 15px;
	text-align: left;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: #fcf9e5;
	clear: both;
	position: relative;
}

	div#content img {
			border: 1px solid #cccccc;
			padding: 3px;
		}
		
	div#content img.nobrd {
			border: none;
		}

/* ----------------- FOOTER ----------------- */

/* Creates DIV container for the footer. */
div#footer {
	padding: 5px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #fcf9e5;
	clear: both;
}

div#footerleft {
	float: left;
	text-align: left;
	margin-right: 20px;
}

div#footerright {
	float: right;
	text-align: left;
}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyrightcontainer {
	width: 760px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: left;
	padding: 5px 0px;
	clear: both;
}

/* Set link style for copyright. */
div#copyrightcontainer a:link, div#copyrightcontainer a:visited, div#copyrightcontainer a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

div#copyrightcontainer img {
	border: none;
	margin-top: 10px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	float: right;
	margin: 0px 0px 10px 15px;
}

img.left {
	float: left;
	margin: 5px 10px 5px 0px;
}

div.clear {
	clear: both;
	line-height: 0px;
}

hr {
	border: none;
	border-top: 1px solid #cccccc;
	height: 1px;
	margin-bottom: 15px;
	clear: both;
}

/* ----------------- ADMIN LOGIN ----------------- */
div#login {
	float: right;
}

	div#login p {
		font-size: 9px;
		color: #888787;
	}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}

div#audio {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 140px;
	height: 25px;
	background-image: url(images/bg-audio.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 50px;
}

iframe.noscroll {
	margin-top: -50px;
}
