/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	background: #959696 url(images/bg-site.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, a, ul, li, address {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 0px 15px 0px;
	font-size: 12px;
	line-height: 1.5;
}

address {
	font-size: 11px;
	font-style: normal;
	line-height: 2;
	color: #ffffff;
}

h1 { 
	font-size: 26px;
	font-weight: normal;
	text-align: left;
	margin: 0 0 20px 0;
}

hr {
	border: none;
	border-top: 1px dotted #c5c3c3;
	height: 1px;
	clear: both;
	margin-bottom: 15px;
}

/* ----------------- LIST ITEMS ----------------- */
ul {
	margin: 0px;
	padding: 0px 0px 15px 25px;
	list-style-type: square;
}

ul.left {
	float: left;
	padding: 0px 20px 15px 25px;
}

li {
	font-size: 12px;
	line-height: 1.5;
}


/* ----------------- GENERAL LINKS ----------------- */
a { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}
	
/* ------------------------- MAIN NAVIGATION ----------------------------- */
ul#mainnav {
	width: 989px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 212px;
	left: 0px;
}

ul#mainnav li {
	float: left;
	list-style: none;
	text-align: center;
	border-right: 1px solid #cccccc;
}

ul#mainnav li a{
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 10px 14px 10px 14px;
	font-size: 12px;
	font-weight: bold;
}

ul#mainnav li a:hover, ul#mainnav li a#current  {
	background-color: #6b6a69;
}

/* ------------------------- UTILITY NAVIGATION ----------------------------- */
ul#utilitynav {
	padding: 5px 0;
	width: 975px;
	height: 25px;
	text-align: left;
}

ul#utilitynav li {
	margin: 0px;
	float: left;
	list-style: none;
}

ul#utilitynav li a {
	color: #2f2e2e;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	font-size: 11px;
	font-weight: normal;
	border-right: 1px solid #2f2e2e;
}

ul#utilitynav li a:hover {
	text-decoration: underline;
}

ul#utilitynav li a#last {
	border-right: none;
}

ul#utilitynav li a#first {
	padding-left: 0px;
}

/* ----------------- LAYOUT ELEMENTS ----------------- */
div#header {
	width: 990px;
	height: 259px;
	text-align: left;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto;
}

div#container {
	width: 990px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/bg-content.gif);
	position: relative;
}

div#content {
	width: 630px;
	padding: 20px 25px;
	text-align: left;
	position: relative;
	float: left;
}

div#sidebar {
	padding: 5px;
	float: right;
	width: 290px;
}

	div#sidebar img {
		margin-bottom: 3px;
		border: 1px solid #959696;
	}

div#contact {
	background-image: url(images/bg-footer.gif);
	background-repeat: no-repeat;
	height: 64px;
	padding: 25px 0 0 0;
	clear: both;
}

div.box {
	width: 315px;
	float: left;
	text-align: center;
}

/* ----------------- COPYRIGHT ----------------- */
div#foot {
	width: 975px;
	padding: 5px 15px 20px 0px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	background: #959696;
	color: #2f2e2e;
}
	
	div#foot a {
		text-decoration: none;
		font-weight: bold;
		color: #2f2e2e;
	}
	
	div#foot a:hover {
		text-decoration: underline;
	}
	
div#copyright img {
	border: none;
	margin-top: 10px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */
img.border {
	margin: 0px 5px 5px 5px;
	border: 1px solid #c5c3c3;
}

img.border2 {
	margin: 10px 0px 0px 15px;
	border: 1px solid #c5c3c3;
}
img.left {
	float:left;
	margin: 0px 5px 5px 5px;
	border: 1px solid #c5c3c3;
}

img#logo {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
}

/* ----------------- CUSTOM CLASSES ----------------- */
.clear {
	clear: both;
}

.center {
	text-align: center;
}

div#audio {
	position: absolute;
	top: 12px;
	right: 18px;
	width: 142px;
	height: 16px;
	background-image: url(images/bg-audio.gif);
	background-repeat: no-repeat;
	padding-top: 17px;
	padding-left: 50px;
}

div#login {
	float: right;
}

div#flash {
	position: absolute;
	top: 0;
	right: 0;
}

