/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body { margin: 0; padding: 0; text-align: left; background: #007DC6 url(images/bg.jpg); font-family: Arial, Verdana, Helvetica, sans-serif; }

body#webaudio { background: #FFF; text-align: center; margin: 0 auto; color: #F9EFD8; }

p, h2, h3, h4, h5, a, ul, li, ol, td { text-align: left; }

h1 {
	font-weight: bold;
	font-size: 27px;
	margin-top: 0;
	margin-left: 15px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 0;
	border-bottom: 1px solid #186BB6;
}

h2 {
	background: #5A5446;
	text-align: left;
	color: #F9EFD8;
	font-weight: normal;
	font-size: 18px;
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 15px;
}

h3 { font-size: 14px; font-style: italic; }

address {
	font-style: normal;
	font-size: 12px;
	text-align: center;
	margin: 5px;
	color: #FFF;
}
	address a { font-weight: bold; }
	address a:hover { text-decoration: none; }
	
acronym { border: none; }
	
/* ----------------- LINKS ----------------- */

a:link, a:visited, a:hover, a:active { outline: none; }

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#bg-overlay { position: absolute; top: 0; left: 0; height: 240px; width: 100%; background: url(images/bg-overlay.jpg) repeat-x; }

div#wrapper { width: 990px; margin: 0 auto; position: relative; }

div#header { background: transparent; height: 200px; position: relative; }

div#container {
	width: 990px;
	margin: 0;
	color: #333;
	background: #FFF;
	border: 1px solid #74738B;
}
	
div#content {
	background: #FFF;
	float: left;
	width: 720px;
	margin-bottom: 10px;
}

div#content p {
		font-size: 13px;
		line-height: 160%;
		padding: 0;
		margin-left: 15px;
		margin-top: 5px;
	}
	div#content a, div#content strong { font-weight: bold; color: #333; }
	div#content a:hover { text-decoration: none; }
	div#content ul li { font-size: 12px; line-height: 150%; margin-right: 10px; list-style-image: url(images/bullet.gif); }

div#sidebar {
	float: right;
	width: 230px;
	clear: right;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 15px;
	padding-bottom: 10px;
	font-size: 11px;
	background: #0C4467 url(images/bg.jpg);
	border: 3px double #FFCA08;
	text-align: center;
} 
	div#sidebar a { font-weight: bold; color: #CA232D; }
	div#sidebar a:hover { text-decoration: none; }
	div#sidebar p { text-align: left; margin-left: 25px; font-size: 12px; }
	div#sidebar img { margin-top: 5px; }

div#footer {
	background: #CAC9DB url(images/footer_bg.gif) repeat-x;
	clear: both;
	width: 990px;
	font-size: 12px;
	color: #FFF;
	padding: 7px 0;
	margin-top: 30px;
	text-align: left;
	border-top: 1px solid #74738B;
}
	div#footer a { color: #FFF; text-decoration: none; margin-left: 10px; margin-right: 5px; font-weight: bold; }
	div#footer a:hover, div#footer a.current { text-decoration: underline; }

div#copyright {
	font-size: 10px;
	text-align: center;
	background: none;
	color: #FFF;
	padding: 0;
	margin: 10px;
}

	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: 461px; height: 29px; position: absolute; top: 7px; left: 502px; z-index: 2; }

ul#navlist {
	margin: 0;
	padding: 0;
	font-style: normal;
	text-align: center;
	height: 29px;
}

ul#navlist li { display: inline; }

ul#navlist li a {
	font-weight: bold;
	font-size: 14px;
	float: left;
	color: #FFF;
	padding: 6px 9px 8px;
	overflow: hidden;
	text-decoration: none;
	background: none;
}

ul#navlist li a:hover, ul#navlist li a.current { color: #000; font-weight: bold; background: #FFF; padding: 6px 8px 9px; } 

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left { float: left; margin-right: 10px; margin-left: 0; margin-bottom: 5px; }

img.right { float: right; margin: 10px 0 10px 15px; }

.center { text-align: center; }

.clear { clear: both; }

/* ----------------- CUSTOM CLASSES ----------------- */

.border { border: 3px double #333; padding: 2px; background-color: #FFF; }

strong.big { font-size: 115%; }

div#signin { float: right; clear: both; }
	div#signin a { margin-right: 10px; margin-top: 2px; }

div#map { padding: 0; text-align: center; margin: 0 auto; }