/*
	/lib/css/site.css
	Where the magic happens. Layout your site-specific styles here.
*/

/*
	Reset and set Global styles.
	See files for documentation.
*/

@import url(/lib/css/reset.css);
@import url(/lib/css/global.css);
	
body {background: #e0e0e0;} /* Matte Color */
#Page {
	background:white;
	width:824px;
	margin: 45px auto;
	position: relative;
}

/*
	Page Header
*/
#PageHeaderContainer {
	background: transparent url('/lib/images/site/header-bg-shadow.gif') no-repeat scroll top left;
	position: relative;
}
#PageHeader {
	position: relative;
	width: 800px;
	margin: 0px auto;
	height:10px;
}
#HeaderImage {}
#HeaderImage img {
	display:block;
}



/*
	Page Body
*/
#PageBodyContainer {
	background: transparent url('/lib/images/site/body-bg-shadow.gif') repeat-y scroll top left;
	position: relative;
}	
/*
 * Page Sidebar
 */
#PageBody {
	background: white;
	position: relative;
	width: 800px;
	margin: 0px auto; 
}	
#PageSidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 175px;
	background: transparent url('/lib/images/site/sidebar-bg.gif') repeat-y scroll top left;
	height:100%;
}
#LogoContainer {
	font: normal normal bold 4em/1 Times, Serif;
	text-align: center;
	margin-top: 50px;
}
#LogoContainer a {text-decoration:none;}
#PrimaryNavContainer {
	width:155px;
	margin: 0 auto;
}
#PrimaryNav {
	margin: 25px 10px 50px 10px;
	border-bottom: 1px solid black;
}
#PrimaryNav ul {
	margin-bottom: 0;
}
#PrimaryNav ul li {
	margin-bottom: 1.5em;
}
#PrimaryNav a,
#PrimaryNav a:active,
#PrimaryNav a:link,
#PrimaryNav a:visited
{
	font: normal normal bold .8em/1.5 Verdana, Arial, sans-serif;
	background: white;
	text-align: center;
	text-decoration: none;
	display:block;
	padding-bottom:0.1em;
}
#PrimaryNav a:hover,
#PrimaryNav ul li.Selected a
{
	background: #b3b3b3;
}
#BodyCopy {
	padding-top: 50px;
	position: relative;
	width:550px;
	margin-left: 200px;
	padding-bottom: 20px;
	min-height:500px;
  	height:auto !important;
  	height:500px;
  
}

/*
	Page Footer
*/
#PageFooterContainer {
	background: transparent url('/lib/images/site/footer-bg-shadow.gif') no-repeat scroll bottom left;
	position: relative;
	height: 40px;
}

#PageFooter {
	background: white;
	position: relative;
	width: 800px;
	height:30px;
	margin: 0px auto; 
}

#FooterNav {
	position:relative;
	color: #90908f;
	margin-left: 200px;
}


#FooterNav a {
	color: #90908f;
}
#FooterNav a:active,
#FooterNav a:visited,
#FooterNav a:link {
	text-decoration: none;
}
#FooterNav a:hover {
	text-decoration: underline;
}
	
#FooterNav a.Selected {
	color: #3f3f3f;
}




