/* CSS Document */

/*-----------------------------------------------

Chapter Web Public Template -- Tabbed
-------------------------------------------------


/*-----------------------------------------------
-- Base Styles 
----------------------------------------------- */

body
{
	background: #7b012a;
	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: #000;
	padding: 3px;
}

a:hover
{
	color: #CCC;
}

ul, li
{
	list-style: none;
}


#container
{
	width: 1000px;
	text-align: left;
	margin: 50px auto;
	background: #fff;
	border: solid 2px #000;
}

/*-----------------------------------------------
-- Header Styles 
----------------------------------------------- */


#header
{
	background: #FFF;
	border-bottom: solid 2px #000;
	
}

#header h1 a
{
	color: #FFF;
	margin: 10px 0 5px 25px;
	display: block;
	background: url(/_themes/p_tabbed/logo.jpg) no-repeat;
	text-indent: -9999px;
	height: 118px;
}

/*-----------------------------------------------
-- Content Styles 
----------------------------------------------- */

#content
{
	background: url(/_themes/p_tabbed/group_photo.jpg) no-repeat;
	padding: 130px 25px 25px 25px;	
}

#ctl00_ContentPlaceHolder1_RadEditor1_wrapper
{
	margin-top: 20px;
}


#content h1,
#content h2
{
	color: #000;
	font-weight: normal;
}

#content h1
{
	font-size: 160%;	
	padding-top: 20px;  
}

#content h2
{
	font-size: 210%;
	padding-top: 20px; 
	color: #FFD700;
}

#content h3
{
	margin-top: 20px;
}

/*-----------------------------------------------
-- Navigation Styles 
----------------------------------------------- */

#nav
{
	float: left;
	padding: 5px 10px 5px 10px;
	margin: -30px 0 0 250px;
	background: url(/_themes/p_tabbed/background_gradient.png) repeat-x;
	border-top: solid #000 2px;
	border-bottom: solid #000 1px;
	border-left: solid #000 3px;
	width: 728px;
}

#nav li
{
	float: left;
}

#nav li a
{
	color: #000;
	font-size: 105%;
	text-decoration: none;
	border-right: solid #000 1px;
	padding: 3px 20px 0 15px;
} 

#nav li a:hover
{
	color: #FFF;
}

/*-----------------------------------------------
-- Footer Styles 
----------------------------------------------- */

#footer
{
	clear: both;
	background: #FFF;
	border-bottom: solid 1px #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: #FFF;
	text-decoration: underline;
}

#footer a img
{
	border: none;
}
