/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	background: url(images/bg-page.jpg) repeat;
	margin: 0px; 
	padding: 0px; 
	text-align: center; 
}

p, h1, h2, a, ul, li, address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

p, li {
	font-size: 12px;
	color: #000000;
	line-height: 14px;
}

p, h1 {
	margin: 15px 0 15px 0;
}

address {
	font-size: 11px;
	font-style: normal;
	color: #000000;
	line-height: 14px;
	margin: 20px 0px 40px 0px;
}

h1 {
	font-size: 18px;
	color: #000000;
	border-bottom: 1px dashed #B88F35;
	margin: 0px;
}

h2 {
	font-size: 14px;
	color: #7D5500;
}

ul {
	list-style: url(images/bullet.gif);
	padding-bottom: 15px;
}

li {
	margin-top: 3px;
	margin-bottom: 5px;
}

li ul {
	padding-bottom: 0px;
}

li ul li {
	list-style: square;
	list-style-image: none;
}

/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
.left {
	float: left;
	margin: 0px 15px 5px 0px;
	padding: 2px;
	border: 1px solid #B88F35;
}

.right {
	float: right;
	margin: 0px 0px 5px 15px;
	padding: 2px;
	border: 1px solid #B88F35;
}

div#login {
	float: right;
}

.clear {
	clear: both;
}
.center {
	text-align: center;
}

/* ----------------- NAV ELEMENTS ----------------- */
a:link, a:hover, a:active, a:visited {
}


/* ----------------- HORIZONTAL NAV --------------------- */
div#nav {
	position: absolute;
	top: 141px;
	left: 15px;
	height: 25px;
	clear: both;
	background: #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 750px;}

/* UL TAG */
div#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;} 

div#nav li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: normal;
	text-indent: 0;}

div#nav li a {
	display: block;
	padding: 6px 13px 7px 14px;
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	border-right: 1px solid #cccccc;}
	
div#nav li a.current, div#nav li a.current:hover, div#nav li a:hover{
	background: #fff;
	color: #000;}

* html #nav a {
	width: 1%;}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	margin: 0px auto;
	width: 780px;
	background: url(images/bg-content.gif) repeat-y;
}

div#header {
	background: url(images/header.jpg) no-repeat;
	height: 170px;
	position: relative;
}

div#content {
	width: 540px;
	padding: 10px 20px 0px 30px;
	border-right: 1px solid #000000;
	float: left;
}

   #content p, #content li {
	line-height: 18px;
   }
   
div#rightside {
	width: 179px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0px 10px 10px;
	float: right;
	text-align: left;
}

	div#rightside img {
		border: none;
	}
   
div#footer {
	font-size: 9px;
	background: url(images/bg-footer.gif) no-repeat;
	height: 30px;
	margin: 0px auto;
	width: 740px;
	color: #996600;
	padding-top: 40px;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}

div#footer a:link, div#footer a:visited {
	color: #996600;
}

div#copyright {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

div#copyright a:link, div#copyright a:visited {
	color: #000000;
}

div#audio {
	text-align: center;
	width: 150px;
	margin-bottom: 20px;
}

div#flash {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 400px;
	height: 140px;
}
