/* CSS Document */

/*-----------------------------------------------

Chapter Web Public Template -- Tabbed
-------------------------------------------------


/*-----------------------------------------------
-- Base Styles 
----------------------------------------------- */

body
{
	background: url(/_themes/p_striped/striped_bg.jpg) repeat;
	text-align: center;
	font-family: "Georgia", Verdana, Helvetica, sans-serif;
	font-size: small; 
}

h1,h2,h3,h4,h5
{
	font-family: "Georgia", Verdana, Helvetica, sans-serif;
	letter-spacing: -1px;
}

a
{
	color: #000;
	padding: 3px;
}

a:hover
{
	color: #CCC;
}

ul, li
{
	list-style: none;
}


#container
{
    position: relative;
	width: 800px;
	text-align: left;
	margin: 50px auto;
	background: #fff;
	
}

/*-----------------------------------------------
-- Header Styles 
----------------------------------------------- */


#header
{
	background: url(/_themes/p_striped/header_image.png) no-repeat;
	border-bottom: solid 10px #5c4129;
	height: 150px;
}

#header h1 a
{
	color: #5c4129;
	position: absolute;
    margin: 110px 210px 0;
    font-size: 80%;
    font-weight: normal;
    font-family: "Arial", Verdana, Helvetica, sans-serif;
}



/*-----------------------------------------------
-- Content Styles 
----------------------------------------------- */

#content
{
	background:  url(/_themes/p_striped/content_bg.jpg) no-repeat bottom right;
	padding: 10px 25px 25px 165px;
	border-left: solid 1px #5c4129;	
	border-right: solid 1px #5c4129;	
	min-height: 300px;
}

#ctl00_ContentPlaceHolder1_RadEditor1_wrapper
{
	padding-bottom: 50px;
}


#content h1,
#content h2
{
	color: #5c4129;	
	font-weight: normal;
}

#content h2,
#RadEContentIframectl00_ContentPlaceHolder1_RadEditor1 h2
{
	font-size: 160%;
	padding: 10px 0; 
	color: #57471d;
}

#content h1
{
	font-size: 160%;	
}

#content h2
{
	font-size: 140%;
	color: #aeccbf;
}

#content h3
{
	margin-top: 20px;
}

#manageLinks 
{
    background: #59431C;
}

#manageLinks a, a:hover, #manageLinks a:visited
{
    color: #FFF;
}
/*-----------------------------------------------
-- Navigation Styles 
----------------------------------------------- */

#nav
{
	position: absolute;
	top: 180px;
	left: 0;
	/*padding: 25px 10px 5px 250px;
	margin-top: -20px;*/
	width: 150px;
	line-height: 165%;
}

/*#nav li
{
	float: left;
}*/

#nav li a
{
	color: #5c4129;
	font-size: 115%;
	text-decoration: none;
	padding: 3px 20px 0 15px;
} 

#nav li a:hover
{
    text-decoration: underline;
}

/*-----------------------------------------------
-- Footer Styles 
----------------------------------------------- */

#footer
{
	clear: both;
	background: #a5cac2;
	border: solid 1px #5c4129;	
	
}

#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: #FFF;
	text-decoration: underline;
}

#footer a img
{
	border: none;
}
