/* CSS Document */

/*-----------------------------------------------

Chapter Web Public Template -- Tabbed
-------------------------------------------------


/*-----------------------------------------------
-- Base Styles 
----------------------------------------------- */
body
{
	background: #86A0BB url(/_themes/p_ymsl/background.jpg) repeat-x;
	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;
	margin: 10px 0;
}

p
{
    line-height: 150%;
    margin-bottom: 15px;
}

a
{
	color: #EE3E41;
	padding: 3px;
}

ul, ol
{
    margin-bottom: 10px;
}


ul, li
{
	list-style: disc;
}

#container
{
	width: 1000px;
	text-align: left;
	margin: 10px auto;
	background: #fff;
}

/*-----------------------------------------------
-- Header Styles 
----------------------------------------------- */

 
#header
{
	background: #d92c39 url(/_themes/p_ymsl/header_background_rounded.jpg) no-repeat;
	float: left;
	width: 1000px;
	border-bottom: solid 3px #043568;
	margin-bottom: 10px;
	height: 227px;
}


#header h1 a
{
      display: block;
      text-indent: -9999px;
      background: url(/_themes/p_ymsl/ymsl_logo.jpg)  no-repeat;
      width: 160px;
      height: 132px;
      margin: 90px 0 15px 15px;
}

/*-----------------------------------------------
-- Content Styles 
----------------------------------------------- */ 

#content
{
    clear: left;
	padding: 10px 25px 25px 200px;
	min-height: 250px;
	background: #FFF url(/_themes/p_ymsl/content_background.gif) repeat-y;
} 
 
#content h1,
#content h2,
#RadEContentIframectl00_ContentPlaceHolder1_RadEditor1 h1,
#RadEContentIframectl00_ContentPlaceHolder1_RadEditor1 h2
{
	color: #EE3E41;	
}

#content h1,
#RadEContentIframectl00_ContentPlaceHolder1_RadEditor1 h1
{
	font-size: 180%;	 
}

#content h2,
#RadEContentIframectl00_ContentPlaceHolder1_RadEditor1 h2
{
	font-size: 140%;
	color: #0753a0;
}

#content h3,
#RadEContentIframectl00_ContentPlaceHolder1_RadEditor1 h3
{
	font-size: 110%;
	color: #222;
}
#content ul 
{
    list-style: disc;
}
/*-----------------------------------------------
-- Navigation Styles 
----------------------------------------------- */

#nav
{
	float: left;
	position: absolute;
	top: 240px;
	background: #0854a2;
	list-style: none;
    width: 186px;
    margin: 0;
} 

#nav li
{
	border-bottom: 1px solid #043568;
	margin: 0;
	list-style-type: none;
}

#nav li a
{
    display: block;
    color: #FFF;
    font-size: 100%;
    text-decoration: none;
    padding: 4px 0 4px 10px;
} 

#nav a:hover
{
    background: #084d94;
}

#nav .current_page a
{
    background: #074788;
}
#manageLinks
{
	display:none;
}
/*-----------------------------------------------
-- Footer Styles 
----------------------------------------------- */

#footer
{ 
    clear: both;
    background: #FFF url(/_themes/p_ymsl/content_background.gif) repeat-y; 
}

#footer img
{
    padding: 10px 0 5px 0;
}

#footerContainer
{
	text-align: center;
	font-size: 90%;
}

#footerContainer a
{
	color: #FFF;
	text-decoration: underline;
}

#footer a img
{
	border: none;
}
