/* CSS Document */

/*-----------------------------------------------

Chapter Web Public Template -- Tabbed
-------------------------------------------------


/*-----------------------------------------------
-- Base Styles 
----------------------------------------------- */

body
{
	background: #b2b3c7 url(/_themes/p_national_green/background.jpg) repeat;
	text-align: center;
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	font-size: small; 
}

h1,h2,h3,h4,h5
{
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	letter-spacing: -1px;
}

a
{
	color: #000;
	padding: 3px;
}

a:hover
{
	color: #CCC;
}

ul, ol
{
    margin-bottom: 10px;
}


ul, li
{
	list-style: disc;
}

#container
{
	width: 845px;
	text-align: left;
	margin: 50px auto;
	background: #fff;
}

/*-----------------------------------------------
-- Header Styles 
----------------------------------------------- */

 
#header
{
	background: #FFF url(/_themes/p_national_green/header_image.jpg)  no-repeat;
	height: 113px;
	border: solid 1px #000;
}


#header h1 a
{
    display: block;
    text-indent: -9999px;  
}

/*-----------------------------------------------
-- Content Styles 
----------------------------------------------- */

#content
{
	padding: 0 25px 25px 180px;
	min-height: 250px;
	border-left: solid 1px #57471d;	
	border-right: solid 1px #57471d;	
}

#content h1,
#content h2,
#RadEContentIframectl00_ContentPlaceHolder1_RadEditor1 h1,
#RadEContentIframectl00_ContentPlaceHolder1_RadEditor1 h2
{
	color: #131552;	
	font-weight: normal;
}

#content h1,
#RadEContentIframectl00_ContentPlaceHolder1_RadEditor1 h1
{
	font-size: 160%;	 
}

#content h2,
#RadEContentIframectl00_ContentPlaceHolder1_RadEditor1 h2
{
	font-size: 140%;
	padding-top: 10px;
	color: #131552;
}

#ctl00_ContentPlaceHolder1_RadEditor1
{
    padding-top: 15px;
}

#manageLinks 
{
    background: #587F7A;
}

#manageLinks a, a:hover, #manageLinks a:visited
{
    color: #EEE;
}

#content a:hover, a:visited
{
    color: #5c4129;
}

/*-----------------------------------------------
-- Navigation Styles 
----------------------------------------------- */

#nav
{
	font-family: "Georgia", Verdana, Helvetica, sans-serif;
	float: left;
	position: absolute;
	width: 160px;
	top: 190px;
	margin-left: 15px;
	padding-left: 2px;
	list-style-type: none;
	border-left: solid 2px #131552;
} 

#nav li
{
	display: block;
	padding-bottom: 5px;
}

#nav li a
{
	color: #36397f;
	font-size: 110%;
	text-decoration: none;
} 

#nav li a:hover
{
    color: #131550;
}

#nav .current_page a
{
    color: #131550;
    font-weight: bold;
}

/*-----------------------------------------------
-- Footer Styles 
----------------------------------------------- */

#footer
{
	clear: both;
	background: #FFF url(/_themes/p_national_green/footer_image.png)  no-repeat bottom;
}

#footerContainer
{
	text-align: center;
	padding: 0 0 5px 0;
	font-size: 90%;
}

#footerContainer li
{
	padding: 10px 40px 0 0;
	display: inline;
}

#footerContainer p
{
	padding: 3px 0 3px 0;
}

#footerContainer a
{
	color: #FFF;
	text-decoration: underline;
}

#footer a img
{
	border: none;
}

#ctl00_ContentPlaceHolder1_RadEditor1 ul
{
    list-style-type: disc;
}