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

body { margin: 0px auto 15px; text-align: center; background: #2C3246 url(images/bg.gif) repeat-x; }

p, h1, h2, h3, h4, h5, a, ul, li, ol, td { font-family: Arial, Verdana, Helvetica, sans-serif; text-align: left; color: #000; }

h1 {
	color: #2C3246;
	font: normal 26px Georgia, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 2px 10px 15px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #A19491;
}

h2 {
	color: #2C3246;
	font: bold 16px Georgia, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 10px 10px 5px 0;
	padding: 5px 30px 2px 0px;
	border-bottom: 1px solid #A19491;
}

address {
	font-style: normal;
	font-size:12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FDF5E6;
	padding: 10px;
	margin: 0;
	text-align: center;
}

	address a {	font-weight: bold; color: #FDF5E6; }
	address strong { font-size: 16px; }

ul li { list-style-image: url(images/bullet.gif); }

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

a, a:link {}

a:hover {}

a:visited {}

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

div#container {	width: 900px; margin: 0 auto; background: #FFF url(images/container_bg.jpg) no-repeat 0 315px; }

div#header {
	background: #586580;
	float: right;
	height: 200px;
	width: 700px;
}

div#flash { }

div#content {
	width: 659px;
	float: right;
	clear: right;
	font-size: 14px;
	line-height: 18px;
	padding: 20px;
	color: #333;
	text-align: left;
	background: #FDF5E6;
	border-left: 1px solid #ABABAB;
}
	div#content a { color: #586580; font-weight: bold; }
	div#content a:hover { text-decoration: none; }

div#audio { }

div#disclaimer { font-size: 12px; line-height: 15px; padding-right: 10px; }

div#sidebar {
	float: left;
	clear: left;
	background: #48719D;
	text-align: center;
	width: 200px;
	padding: 10px 0 20px 0;
}
	
div#footer {
	text-align: center;
	background: #2C3246 url(images/footer_bg.jpg) repeat-x;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #2C3246;
	height: 20px;
	width: 900px;
	clear: both;
	padding: 3px 0 0 0;
	margin: 0 auto;
}
	div#footer a { color: #2C3246; text-decoration: none; }
	div#footer a:hover { color: #2C3246; text-decoration: underline; }

div#signin { margin: 15px 0 10px 0; }

div#copyright { font: 9px Arial, Helvetica, sans-serif;; text-align: center; color: #FDF5E6; }
	div#copyright a, div#copyright a:hover { color: #FDF5E6; }

div#copyright img.ypimg { margin-top: 5px; }

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

div#navcontainer { clear: both;	height: 40px; width: 900px;	margin: 0; background: url(images/nav_bg.gif) repeat-x; }

ul#navlist { margin: 0; padding: 0 0 0 30px; }

ul#navlist li {
	display: inline;
	white-space: nowrap;
	float: left;
	padding: 0px;
	list-style: none;
}

ul#navlist li a {
		font-size: 12px;
		font-weight: bold;
		color: #2C3246;
		text-decoration: none;
		display: block;
		text-align: center;
		padding: 12px 15px;
}
	
ul#navlist li a:hover, ul#navlist li a.current { color: #FFF; background: url(images/arrow.gif) center bottom no-repeat; }

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

img.left { float: left; }

img.right { float: right; margin: 5px; clear: both; }


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

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

.right { float: right; }

.left { float: left; }

.clear { clear: both; }

div#map { margin-left: 0; padding-left: 0; }

div.hr { height: 15px; background: #fff url(images/hr.gif) no-repeat scroll center; margin: 20px 0 10px 0; }

div.hr hr { display: none; }