/* CSS Document */

/*-----------------------------------------------

Chapter Web Public Template -- Yellow Rose
-------------------------------------------------


/*-----------------------------------------------
-- Base Styles 
----------------------------------------------- */

body
{
	background: #FFF;
	text-align: center;
	font-family: "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	font-size: small; 
}

h1,h2,h3,h4,h5
{
	font-family: "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	letter-spacing: -1px;
}


a
{
	color: #968999;
}

a:link 
{
	color: #968999;
}

a:visited 
{
	color: #968999;
}

a:hover
{
	color: #808c83;
}

#container
{
	width: 800px;
	text-align: left;
	margin: 65px auto 20px auto;
	background: #FBFCFD;
	border: 1px solid #8e8e8e;
}

/*-----------------------------------------------
-- Header Styles 
----------------------------------------------- */


#header
{
    position: relative;
	background: url(/_themes/p_nclstanfordhills/header_background.jpg) no-repeat top;
	float: left;
	width: 800px;
	height: 310px;
}


#header h1 a
{
	color: #000;
	display: block;
	text-indent: -9999px;
}

/*-----------------------------------------------
-- Content Styles 
----------------------------------------------- */

#content
{
	clear: left;
	width: 750px;
	background: #FBFCFD url(/_themes/p_nclstanfordhills/content_bg_.png) no-repeat bottom;
	padding: 10px 25px 25px 25px;
}
#content p
{
	padding: 10px 0 5px 0;
	line-height: 150%;
	color: #222;
}

#content h1,
#content h2
{
	color: #000;
	font-weight: normal;
}

#content h1
{
	font-size: 160%;	
	padding-top: 20px; 
}

#content h2
{
	font-size: 130%;
	padding-top: 20px; 
}


#content a,
#content a:visited
{
	color: #0c0cd4;
	text-decoration: underline;
}

/*-----------------------------------------------
-- Navigation Styles 
----------------------------------------------- */
#manageLinks
{
    padding: 5px 0 2px 0;
    background: #000;
    top: -35px;
}

#mangeLinks a,
#manageLinks a:visited,
#manageLinks a:hover
{
    color: #FFF; 
}

#nav
{
	position: absolute;
	bottom: 0;
	float: left;
	width: 800px;
	background-color: #000; 
	font-family: Georgia;
	font-size: 110%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#nav li
{
	float: left;
	display: block;
	padding: 0 10px;
}

#nav li a
{
	display: block;
	color: #FFF;
	font-size: 110%;
	padding: 5px 10px;
	text-decoration: none;
}

#nav li a:hover, #nav .current_page a
{
	background: #000;
	font-weight: normal;
	color: #e258a0;
}

/*-----------------------------------------------
-- Footer Styles 
----------------------------------------------- */

#footer
{
	background: #000;
}

#footerContainer
{
	text-align: center;
	padding: 0 0 5px 0;
	font-size: 90%;
}

#footerContainer li
{
	padding: 10px 40px 0 0;
	display: inline;
}

#footerContainer p
{
	padding-top: 5px;
}

#footerContainer a
{
	color: #8c91a2;
	text-decoration: underline;
}

#footer a img
{
	border: none;
}

#productLogo img 
{
    display: none;
}
