/*  
	UDRH Template styles

*/

body {
	text-align: center;
	background: #E5E5E5 url("/images/backgrounds/body_bg.gif") repeat-y center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

#container {
	background:  transparent;
	margin: 0px auto;
	width: 760px;
	text-align: left;
}
	
html>body #container {
    height: auto;
	width: 757px;
	}
	
#navAlpha {
		text-align: left;
		margin-top:12px;
		margin-left:2px;
		float: left;
		width:119px;
	}
	
#mainContent {
		margin: 5px 5px 20px 140px;
		font-size: 12px;
		color: #666;
}
	
/* Header */

#header {
	position: relative;
	height: 100px;
	padding: 15px 0;
	margin-bottom: 0;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 100px;
}

html>body #header {
	height: 100px;
}

#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	font-size: 2px;
	z-index: 1; 
	
}

#header h1 a {
		display: block;
		background:  transparent url("/images/logos/logo.jpg") top left no-repeat;
		width: 550px;
		height: 150px; 
		text-indent: -700em;
		text-decoration: none;
		z-index: 1;
	}

h2 {
	color: red;
	margin: 0 0 13px 0;
	font: normal 20px Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	/*text-transform: lowercase;*/
}

#about-nav {
	position: absolute;
	margin: 10px auto;
	width: 760px;
	top: 0px;
	text-align: right;
	font-size: 10px;
	z-index: 10; 
}

#about-nav ul {
		margin: 0;
		float: right;
	}
	
#about-nav ul li {
	height: 16px;
	line-height: 16px;
	padding: 0 10px;
	margin: 0;
	display: inline;
	border-left: 1px solid #B0CF47;
	float: left;
}

#about-nav ul li a {
	text-decoration: none;
	color: #666;
	
}

#about-nav ul li a:hover {
	text-decoration: underline;
}

/*accessibility tweaks*/
	
	.skipLink {
		position: absolute;
		left: -999px;
		width: 990px;
	}
	
	hr.hide {
		display: none;
	}