/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #b6e6fd;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td, address {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

h5 { text-align: center;}

p, li, ul, a { font-size: 12px; }

h1 {
	font-size:18px;
	letter-spacing: -1px;
	padding-top:0px;
	margin-top: 0px;
}

h2 {
	color:#3b474e;
	padding:5px 30px 2px 0px;
	text-align:center;
	text-transform:uppercase;
	margin:5px 10px 5px 0px;
	font-weight: bold;
	font-size: 15px;
	background-color: #cddddc;
	border: 1px solid #A9C5C9;
 }
 
h3 { text-align: center;
	font-size: 15px;}

h4  {
	color:#3b474e;
	padding:5px 30px 2px 0px;
	text-align:center;
	text-transform:uppercase;
	margin:5px 10px 5px 0px;
	font-weight: bold;
	font-size: 15px;
	border-bottom: 1px solid #A9C5C9;
 }
hr {
	border: 0px;
	height: 1px;
	color: #bdbcbd;
	background-color: #bdbcbd;
	margin: 0 10px 0 60px;
}

address {
	font-style: normal;
	text-align:center;
	font-size:10px;
	padding: 10px 0 0 0
}

	address span { 
		float:left;
		margin-left: 150px;
	}
	
	address a { 
		color: #000000;
		font-size:10px;
	}

address a:hover { text-decoration:none }

a { color: #000000; }

a:hover { text-decoration:none; }

ul { font-weight:bold; }

li { font-weight: normal; }

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 940px;
	margin: 0 auto;
	background:url(images/content_bg.gif) repeat-y
}

div#header { 
	width: 940px; 
	height: 168px;
	background: url(images/header.jpg) no-repeat;
}

div#content { 
	padding: 0 30px 0 0px;
	background:url(images/content.gif) no-repeat;
	min-height: 360px;
	height:auto !important;
	height:360px;
}

div#footer { 
	width: 940px; 
	height: 50px;
	background:url(images/footer.gif) no-repeat;
	margin:0 auto;
	text-align:center;
	clear: both;
}

div#copyright {
	font-size: 9px;
	font-family: Tahoma, Arial, sans-serif;
	padding-top: 8px;
	color: #000;
	text-align:center
}

#copyright a {
	font-size: 10px;
	color: #000;
	text-decoration:none;
	font-weight: bold;
}

#copyright a:hover {
	text-decoration:underline;
	color: #000;
	font-weight: bold;
}

.ypimg {
	border: 0px;
	padding-top: 5px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left { float: left; margin-right:10px; }

img.right { float: right; margin-left:10px; }

img.leftborder { float: left; margin-right:10px; border: 1px solid #000000 }

img.rightborder { float: right; margin-left:10px; border: 1px solid #000000 }

img.border {border: 1px solid #000000}

.clear { clear: both; }

/* ----------------- CUSTOM CLASSES ----------------- */
div#audio {
	float:right;
}

div#video {
	width: 116px;
	height: 45px;
	padding: 10px 0 0 15px
	}

div.list, div#text { margin: 0 0 0 190px; }

ul#list2 {
	margin:0px 0 0 0px;
	float:left;
	padding:10px 20px 10px 20px;
	color: #000000;
	width: 27%;
}
ul#list2 li {
	padding: 0px;
	margin-top: 2px;
}

ul#list1 {
	margin:50px 0 0 0px;
	float:left;
	padding:10px 0px 0px 60px;
	color: #000000;
}
ul#list1 li {
	padding: 0px;
	margin-top: 2px;
}

div.locations {
	float:left;
	margin-right: 40px;}

div.sides {
	clear:left;
	margin-bottom:10px}

div.sides p { text-align: center; margin: 90px 0 0 0; font-size: 14px; }
/* ----------------- UTILITY NAVIGATION ----------------- */
ul#utility {
	padding: 18px 0 2px 0;
	margin: 0 auto;
	text-align: center;
}

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;}

#utility{ text-align:center;
			margin:0 auto;
			clear:both;
			width: 940px;}

/* ----------------- MAIN NAVIGATION ----------------- */
div#mainnav {
	width: 159px;
	float:left;
	margin:0px;
	padding: 0 20px 0 12px;
}

ul#nav {
	margin: 0px;
	padding: 0px;
}

ul#nav li {
	display: inline;
	list-style: none;
	}
	
ul#nav a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	margin: 0px;
	display: block;
	padding: 7px 10px 7px 0px;
	font-size: 11px;
	}
ul#nav a:hover {
	background: #2b8ec4;
	color: #FFFFFF;
	text-decoration:underline;
	}
ul#nav a#current  {
	background: #262D54;
	color: #FFFFFF;
	}
