/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0;
	padding: 0;
	text-align: left;
	background: #FB0 url(images/bg.gif) 0px 10px repeat-x;
	border-top: 10px solid #E4A900;
}

body#webaudio { text-align: center; margin: 0 auto; }

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left; 
	color: #000;
}

h1 {
	font: bold 27px Arial, Verdana, sans-serif;
	margin-top: 0;
	border-bottom: 1px solid #333;
	color: #000;
	text-transform: uppercase;
	}

h2 {
	text-align: left;
	color: #281531;
	font: italic 18px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

h3 { font-size: 14px; font-style: italic; }

address {
	font: normal 13px Arial, "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
	margin: 15px 0 5px;
	color: #FFF;
}
	address a { font-weight: bold; }
	address a:hover { text-decoration: none; }

/* ----------------- LINKS ----------------- */

a:link, a:visited, a:hover, a:active { outline: none; }

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */


div#header {
	background: url(images/header.gif) no-repeat;
	height: 150px;
	margin: 0 auto;
	text-align: center;
	width: 990px;
	position: relative;
}

div#container { width: 990px; margin: 0 auto; }

div#flash { width: 990px; height: 131px; background: transparent url(images/flash.jpg) no-repeat; }

div#content {
	background: #FB0;
	float: left;
	width: 760px;
	margin-top: 15px;
	margin-bottom: 15px;	
}

div#content p {
		font: 12px Arial, "Trebuchet MS", Helvetica, sans-serif;
		line-height: 160%;
		padding: 0;
		margin-right: 15px;
	}

	div#content a { font-weight: bold; color: #281531; }
	div#content a:hover { text-decoration: none; }
	div#content li {
		font-size: 14px;
		line-height: 150%;
		margin-right: 10px;
		list-style-image: url(images/bullet.gif);
		font-weight: bold;
		font-style: italic;
	}
	div#content strong { color: #281531; }
	
	div#content div.column1 { width: 270px; margin-left: 40px; display: inline; }
	div#content div.column2 { width: 200px; }

div#sidebar {
	float: right;
	width: 210px;
	clear: right;
	margin: 15px 0 15px 5px;
	padding-bottom: 10px;
	font-size: 11px normal Arial, Verdana, Helvetica, sans-serif;
	background: #292929;
	text-align: left;
	position: relative;
	border: 3px solid #111;
} 
	div#sidebar a { font-weight: bold; color: #FB0; }
	div#sidebar a:hover { text-decoration: none; }
	div#sidebar p { text-align: left; margin-left: 25px; font-size: 12px; }
	
div#footer {
	background: #281531;
	clear: both;
	width: 100%;
	font-size: 12px;
	color: #FFF;
	padding: 7px 0;
	margin-top: 30px;
	text-align: left;
	border-top: 1px solid #333;
}
	div#footer a { color: #FFF; text-decoration: none; margin-left: 10px; margin-right: 5px; }
	div#footer a:hover { text-decoration: underline; }

div#copyright {
	font-size: 10px;
	text-align: left;
	background: none;
	color: #FFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 10px;
	margin: 0 10px 0 0;
	background: #281531;
	width: 970px;
}

	div#copyright a { color: #FFF; }
	div#copyright a:hover { text-decoration: none; }
	div#copyright img.ypimg { margin-top: 5px; }

/* ----------------- NAVIGATION ----------------- */

div#navcontainer { text-align: center; width: 588px; position: absolute; top: 121px; left: 402px; z-index: 2; }

ul#navlist {
	margin: 0;
	padding: 0;
	font-style: normal;
	text-align: center;
	height: 29px;
	background: url(images/nav_bg.jpg);
}

ul#navlist li { display: inline; }

ul#navlist li a {
	font: bold 12px Arial, Helvetica, sans-serif;
	float: left;
	color: #281531;
	padding: 7px;
	text-decoration: none;
	background: none;
}

ul#navlist li a:hover, ul#navlist li a.current {
	color: #FFF;
	font-weight: bold;
	background: #281531;
	text-decoration: underline;
} 


/* ----------------- IMAGE ELEMENTS ----------------- */

img.left { float: left; margin-right: 10px; margin-left: 0; margin-bottom: 5px; }

div#slideshow, img.right { float: right; margin-left: 10px; margin-right: 0; margin-bottom: 10px; padding: 8px; background: #FFF; }

.center { text-align: center; }

.left { float: left; }

.right { float: right; }

.clear { clear: both; }

/* ----------------- CUSTOM CLASSES ----------------- */

.border { border: 1px solid #333; }

.big { font-size: 115%; }

div#signin { float: right; clear: both; }
	div#signin a { margin-right: 10px; }

div#map { margin: 0 auto; padding: 0; text-align: center; }

div#audio { margin: 0 auto; padding: 10px 0 0 0; text-align: center; }

div#slideshow { height: 220px; width: 183px; }
