/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body { margin: 0; padding: 0; text-align: left; background: #FFF url(images/bg.jpg) repeat-y; }

body#webaudio { text-align: center; margin: 0 auto; background: #FFF; }

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-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 27px;
	margin-top: 0;
	margin-right: 15px;
	border-bottom: 1px solid #036;
}

h2 {
	text-align: left;
	color: #000;
	font: italic normal 18px Arial, Helvetica, sans-serif;
	padding: 5px;
	padding-left: 0;
	padding-bottom: 0;
	margin-right: 15px;
	border-bottom: 1px solid #036;
}

h3 { font-size: 14px; font-style: italic; }

address {
	font-size: 12px;
	font-style: normal;
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	text-align: left;
	margin: 5px;
}
	address a { font-weight: bold; }
	address a:hover { text-decoration: none; }
	
acronym { border-bottom: none; outline: none; }

/* ----------------- LINKS ----------------- */

a:link { }

a:visited { }

a:hover { }

a:active { }

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */


div#header { background: #FFF url(images/header.jpg); height: 120px; margin: 0; }

div#container {
	width: 990px;
	margin: 15px auto auto auto;
	background: #FFF url(images/container_bg.gif) repeat-y;
	border: 1px solid #036;
}

/*
div#flash {
	width: 990px;
	background: #FFF;
	height: 50px;
	border-bottom: 1px solid #036;
	border-top: 1px solid #036;
}
*/

div#content {
	background: #FFF;
	float: right;
	width: 750px;
	margin-top: 15px;
}

div#content p {
		font: 12px Arial, "Trebuchet MS", Helvetica, sans-serif;
		line-height: 160%;
		padding: 0;
		margin-right: 15px;
	}
	
	div#content p.accreditation { border-top: 1px solid #000; text-align: center; padding-top: 8px; padding-bottom: 5px; font-style: italic; }		
	div#content a { font-weight: bold; color: #3B5726; }
	div#content a:hover { text-decoration: none; }
	div#content li { font-size: 12px; line-height: 150%; margin-right: 10px; list-style-image: url(images/bullet.gif); }
	div#content strong { color: #3B5726; }

div#sidebar {
	float: left;
	width: 220px;
	clear: left;
	margin-top: 15px;
	padding-left: 5px;
	font-size: 11px normal Arial, Verdana, Helvetica, sans-serif;
	background: #E5E5E5;
	text-align: left;
	border: 1px solid #036;
	border-left-width: 0;
} 
	div#sidebar a { font-weight: bold; color: #3B5726; }
	div#sidebar a:hover { text-decoration: none; }
	div#sidebar img { margin-left: 5px; }

div#footer {
	background: #FFF url(images/nav_bg.gif) repeat-x;
	clear: both;
	width: 100%;
	font-size: 12px;
	color: #000;
	padding: 7px 0;
	text-align: left;
	border-top: 1px solid #036;
}
	div#footer a { color: #000; text-decoration: none; margin-left: 5px; margin-right: 10px; }
	div#footer a:hover { text-decoration: underline; }

div#copyright {
	position: relative;
	width: 990px;
	margin: 0 auto;
	padding: 5px 0 15px 0;
	font: normal 9px Arial, Helvetica, Verdana, sans-serif; 
}

	div#copyright a:link, div#copyright a:visited { color: #000; text-decoration: none; }
	div#copyright a:hover, div#copyright a:active { color: #000; text-decoration: underline; }

div#copyright img.ypimg { position: absolute; top: 2px; right: 0;}

/* ----------------- NAVIGATION ----------------- */

div#navcontainer {
	margin: 0 auto;
	text-align: center;
	width: 990px;
	background: #CCC;
	border-top: 1px solid #036;
	border-bottom: 1px solid #036;
}

ul#navlist {
	margin: 0;
	padding: 0;
	font-style: normal;
	text-align: center;
	height: 30px;
	background: #FFF;
}

ul#navlist li { display: inline; }

ul#navlist li a {
	font: bold 14px Arial, Helvetica, sans-serif;
	float: left;
	color: #3B5726;
	padding: 7px 11px;
	margin-left: 1px;
	text-decoration: none;
	background: none;
}

ul#navlist li a:hover, ul#navlist li a.current { color: #FFF; font-weight: bold; background: #036; }

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left { float: left; margin-right: 10px; margin-left: 0; margin-bottom: 5px; }

img.right { float: right; margin-left: 10px; margin-right: 15px; margin-bottom: 10px; }

.center { text-align: center }

.clear { clear: both; }

/* ----------------- CUSTOM CLASSES ----------------- */

.border { border: 1px solid #000; }

strong.big { font-size: 110%; }

div#signin { float: right; clear: both; }
	div#signin a { margin-right: 5px; }

div#map { margin: 0 auto; padding: 0; text-align: left; background: #FFF; }