/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, a, ul, li, address, dt, dd {
	color: #393939;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 10px 0px 0px 0px;
	font-size: 11px;
	line-height: 1.5;
}

address {
	font-size: 10px;
	font-style: normal;
	border-top: 1px dotted #cccccc;
	padding-top: 5px;
	margin-left: 5px;
}

h1 { 
	margin: 0px;
	padding: 5px 5px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: right;
}

h2 { 
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	margin: 10px 0px 0px 0px;
}

h3 { 
	font-family: times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #650606;
	text-align: center;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 3px 0px 0px 20px;
	list-style-type: disc;
}

ul.left {
	margin: 0px;
	padding: 5px 0px 0px 20px;
	list-style-type: disc;
	float: left;
}

li {
	font-size: 11px;
	line-height: 1.5;
}

dt {
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}

dd {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-size: 11px;
}

/* ----------------- 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: 31px 0px 0px 0px;
	width: 180px;
	height: 234px;
	background-image: url(images/layout_02.jpg);
	background-repeat: no-repeat;
}

ul#mainnav li {
	display: inline;
	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: #000000;
	text-decoration: none;
	display: block;
	width: 150px;
	padding: 4px 0px 3px 23px;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #775A0B;
}

/* ----------------- FOOT NAVIGATION ----------------- */

/* Creates the container for the foot navigation. */ 
div#footnav {
	width: 740px;
	margin: 0px auto 0px auto;
	padding: 5px 0px 5px 0px;
	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:link, div#footnav a:visited, div#footnav a:active {
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}

div#footnav a:hover {
	color: #333333;
}

/* ----------------- BODY CONTAINER ----------------- */

div#bodycontainer {
	width: 760px;
	background-image: url(images/layout_05.jpg);
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #68436F;
}

/* ----------------- HEADER ----------------- */

/* Creates DIV container for header. */
div#header {
	width: 760px;
	height: 78px;
	background-image: url(images/layout_01.jpg);
	text-align: left;
}

/* ----------------- BODY ----------------- */

/* Creates DIV containers for main body content with multiple columns. */
div#bodyleft {
	width: 180px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	text-align: left;
	float: left;
}

div#bodyright {
	width: 560px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background-image: url(images/layout_03.jpg);
	background-repeat: no-repeat;
	text-align: left;
	float: right;
}

div#panel {
	width: 216px;
	margin: 0px;
	padding: 45px 4px 0px 0px;
	float: right;
}

div#pagetitle {
	text-align: right;
	margin: 0px;
	padding: 0px 100px 0px 0px;
}

div#leftpanel {
	width: 164px;
	margin: 20px 3px 0px 3px;
	padding: 3px;
	border: 1px dotted #B863CA;
}

	div#leftpanel p {
		margin: 3px 0px;
		font-size: 10px;
		line-height: 1.3;
		color: #666666;
	}
	
	div#leftpanel a {
		color: #006666;
	}

/* ----------------- FOOTER ----------------- */

/* Creates DIV container for the footer. */
div#footer {
	background-image: url(images/layout_06.jpg);
	height: 94px;
	padding: 40px 10px 10px 180px;
	text-align: center;
	clear: both;
}

div#footer p {
	margin: 0px;
	font-size: 10px;
	color: #575656;
}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyright {
	width: 750px;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	padding: 5px 0px 5px 0px;
}

/* Set link style for copyright. */
div#copyright a:link, div#copyright a:visited, div#copyright a:active {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

div#copyright a:hover {
	color: #333333;
}

/* ----------------- WEB AUDIO AND ADMIN LOGIN ----------------- */

div#audio {
	margin: 0px;
	padding: 30px 5px 10px 10px;
	text-align: left;

}

	div#audio p {
		font-weight: bold;
		line-height: 2;
		color: #B26A6A;
		font-size: 10px;
	}
	
	div#audio a { 
		color: #834C4C; 
		text-decoration: none; 
		font-weight: bold; 
	}
	
	div#audio a:hover { 
		color: #834C4C; 
		text-decoration: underline;
	}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.righttop {
	margin: 20px 7px 0px 10px;
	float: right;
}

div#clear {
	clear: both;
	line-height: 0px;
}

div#panel img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
}

div#header img {
	border: 0px;
}

iframe.contactus {
	margin-top: -50px;
}

iframe.calendar {
	margin-top: -50px;
	margin-left: -20px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
}

.right {
	text-align: right;
}