/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body { margin: 0; padding: 0; background: #FFF 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 {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0 5px;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 2px solid #06C;
	font-variant: small-caps;
}

h2 { font-size: 15px; padding: 0; margin: 20px 0 5px 10px; border-bottom: 1px solid #06C; }

address {
	font: normal 11px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
}
	address img { padding-top: 2px; }

acronym { border-bottom: none; }

/* ----------------- LINKS ----------------- */

a:link, a:visited, a:active { font-weight: bold; color: #06C; text-decoration: none; }

a:hover { text-decoration: underline; }

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */


div#wrapper { width: 800px; margin: 0 auto; background: #FFF; border-left: 1px solid #06C; border-right: 1px solid #06C; }

div#header { margin: 0; height: 200px; width: 800px; background: #FFF url(images/header.jpg) no-repeat; }

div#leftsidebar{
	margin: 0;
	display: inline;
	width: 125px;
	float: left;
	background: #FFF url(images/left_sidebar_bg.jpg) 5px 10px no-repeat;
	padding-right: 5px;
}
	div#leftsidebar p { font-size: 11px; margin: 0 0 0 5px; }
	div#leftsidebar p strong { font-size: 14px; text-align: center; margin-left: 0; text-decoration: underline; }
		div#leftsidebar div.officehours {
			background-color: #EFEFEF;
			margin-left: 10px;
			padding: 5px 2px;
			border-bottom: 2px solid #06C;
			border-top: 2px solid #06C;
		}
			div#officehours {
				background: #EFEFEF;
				margin: 10px;
				padding: 5px 2px;
				border-bottom: 2px solid #06C;
				border-top: 2px solid #06C;
			}

div#centercolumn { 
	margin: 0;
	display: inline;
	width: 525px;
	float: left;
	background: #FFF;
	border-bottom: 5px solid #06C;
	margin-bottom: 25px;
}
	div#centercolumn p { font: 12px/130% Arial, Verdana, Helvetica, sans-serif; margin: 10px; }
	div#centercolumn ul.doublelist { float: left; width: 200px; margin: 0; padding-left: 30px;  }
	div#centercolumn ul.doublelist li { 
		font: 12px/155% Arial, Verdana, Helvetica, sans-serif;
		list-style-image: url(images/bullet.gif);
		vertical-align: middle;
		}
	div#centercolumn img.right { margin: 0 10px 15px 10px; float: right; }

div#rightsidebar {
	margin: 0;
	display: inline;
	width: 145px;
	float: left;
	background: #FFF url(images/right_sidebar_bg.jpg) 8px 220px no-repeat;
	min-height: 500px;
}
	div#rightsidebar p { font-size: 11px; margin: 0 auto; text-align: center; padding: 10px 0 0 20px; }
		div#rightsidebar p img { margin-left: 0; }
	div#rightsidebar img { margin-left: 10px; }

div#footer {
	background: #06C;
	margin: 0; 
	padding: 4px;
	clear: both;
	width: 792px;
	font: 10px bold Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
}
	div#footer a { text-decoration: none; color: #FFF; }
	div#footer a:hover { text-decoration: underline; cursor: auto; }

div#copyright {
	font-size: 10px;
	text-align: center;
	background-color: none;
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 10px 0;
	margin-left: 5px;
}
	div#copyright img.ypimg { margin-top: 5px; }

div#signin { margin: 10px auto auto auto; text-align: center; }

/* ----------------- NAVIGATION ----------------- */

div#navcontainer {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	background: #06C;
	border-top: 1px solid #06C;
	border-bottom: 1px solid #06C;
	height: 28px;
}

ul#navlist { list-style: none; margin: 0 0 0 125px; padding: 0; border: none; }

ul#navlist li { display: block; margin: 0; padding: 0; float: left; width: auto; font-size: 14px; }

ul#navlist li a { 
	color: #FFF;
	display: block;
	width: auto;
	text-decoration: none;
	background: #06C;
	margin: 0;
	padding: 6px 10px;
	font-weight: bold;
}

ul#navlist li a:hover, ul#navlist li a#current { background: #FFF; color: #06C; cursor: auto; }

ul#navlist li a#current { border-left: 1px solid #000; border-right: 1px solid #000; text-decoration: underline; }

/* ----------------- IMAGE ELEMENTS ----------------- */

.left { float: left; }

.right { float: right; }

.clear { clear: both; }

.border { border: 1px solid #06C; }

.center { text-align: center; }

/* ----------------- CUSTOM CLASSES ----------------- */

div#address { background: #06C; padding: 2px 0 2px 5px; }

div#map { margin-left: 10px; margin-bottom: 10px; }

div#netopia { padding: 0; margin-top: -60px; }

blockquote.pullquote {
	margin: 5px 10px 0;
	border-top: 2px solid #06C;
	border-bottom: 2px solid #06C;
	background: #EFEFEF;
	padding: 0;
}

img.pdficon { vertical-align: middle; }

div#audio { margin-top: 95px; margin-left: 8px; height: 13px; width: 111px; }