
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #56a8cc;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td, address {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #272727;
}

p, li, ul, a { font-size: 12px; }

h1 {
	font-size:18px;
	letter-spacing: -1px;
	padding-top:0px;
	margin-top: 0px;
}

h2 { }

address {
	font-style: normal;
	font-size:10px;
	padding: 5px 0 0 0;
}

address a {
	font-size: 10px;
	color: #272727;
}

address a:hover { text-decoration:none }

a { color: #272727; }

a:hover { text-decoration:none; }

ul { font-weight:bold; }

li { font-weight: normal; }

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 900px;
	margin: 0 auto;
	background:url(images/content_bg.gif) repeat-y;
}

div#header {
	width: 900px;
	height: 306px;
	background: url(images/header.jpg) no-repeat;
}

div#content { margin: 0 30px 0 215px; }

div#footer {
	width: 900px;
	height: 151px;
	clear: both;
	background:url(images/footer.gif) no-repeat;
}

div#copyright {
	font-size: 9px;
	font-family: Tahoma, Arial, sans-serif;
	padding: 30px 0 0 215px;
	color: #272727;
	text-align:left;
}

#copyright a {
	font-size: 10px;
	color: #272727;
	text-decoration:none;
	font-weight: bold;
}

#copyright a:hover {
	text-decoration:underline;
	color: #272727;
	font-weight: bold;
}

.ypimg {
	border: 0px;
	padding-top: 5px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left { float: left; margin-right: 10px; border:1px solid #000000; }

img.right { float: right; margin-left: 10px; border:1px solid #000000;}

.clear { clear: both; }

/* ----------------- CUSTOM CLASSES ----------------- */
.login {
	float:left;
	padding: 0 0 0 30px;
}

div#audio {
	float: right;
	padding: 8px 35px 0 0;
}

ul.columns {
	float: left;
	list-style-position: inside;
	list-style-image:url(images/list-bullet.gif);
	margin-left:0px;
	padding-left:0px;
}

ul#space { margin-left: 20px; padding-right:50px; padding-bottom:15px; }

.affil { float: left; }

div#pad {
	margin-left: 100px;
	border-left: 1px solid #c1c1c1;
	padding-left:25px;
}

div#padextra {
	margin-left: 100px;
	border-left: 1px solid #c1c1c1;
	padding-left:25px;
	padding-right:150px;
}

div#map {
	float:right;
	}
/* ----------------- MAIN NAVIGATION ---------------- - */
div#mainnav {
	height: 104px;
	padding: 0 0 0 29px;
	float:left;
}

ul#nav {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

ul#nav li {
	display: inline;
	list-style: none;
}

ul#nav a {
	color: #272727;
	letter-spacing: -1px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	font-size: 11px;
	width: 140px;
	display: block;
	padding: 5px 0 5px 30px;
	background-color: #fb9fa3;
	border-bottom: 1px solid #f1c4c6;
}

ul#nav a#top { border-top:  1px solid #f1c4c6; }

ul#nav a:hover {
	background: #56a8cc;
	color: #000;
}

ul#nav a.current {
	background: #262D54;
	color: #FFFFFF;
}

ul#nav a.current:hover { text-decoration:underline; }

/* ----------------- UTILITY NAVIGATION ----------------- */
ul#utility {
	padding: 20px 0 2px 0;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #c1c1c1;
}

ul#utility li {
	display: inline;
	color: #000;
	list-style: none;
	padding:0px;
	margin: 0px;
}

ul#utility a {
	font-family:Tahoma, Arial, sans-serif;
	padding: 0 2px;
	font-size:11px;
	color:#000;
}

ul#utility a:hover { text-decoration: none; }
