/* CSS Document */

/*-----------------------------------------------

Chapter Web Public Template -- Yellow Rose
-------------------------------------------------


/*-----------------------------------------------
-- Base Styles 
----------------------------------------------- */
html, body
{
    height: 100%;
}
body
{
    background: #ebe9f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #ebe9f9 0%, #d1d0e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebe9f9), color-stop(100%,#d1d0e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ebe9f9 0%,#d1d0e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ebe9f9 0%,#d1d0e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ebe9f9 0%,#d1d0e5 100%); /* IE10+ */
    background: linear-gradient(top,  #ebe9f9 0%,#d1d0e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9f9', endColorstr='#d1d0e5',GradientType=0 ); /* IE6-9 */


	text-align: center;
	font-family: "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	
	background: url('/_themes/p_national_pink/bg6.jpg') repeat;
}


h1,h2,h3,h4,h5
{
	font-family: "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	color: #141454;
	padding: .5em 0 1em;
}

h1 { font-size: 2.5em; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.75em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.25em; }
h6 { font-size: 1em; font-style: italic; }

a
{
	color: #968999;
}

a:link 
{
	color: #968999;
}

a:visited 
{
	color: #968999;
}

a:hover
{
	color: #808c83;
}

p { font-size: 14px; }

#container
{
	width: 831px;
	text-align: left;
	margin: 0 auto;
}

/*-----------------------------------------------
-- Header Styles 
----------------------------------------------- */


#header
{
	background: url(/_themes/p_national_pink/header_ncl.jpg) no-repeat top;
	float: left;
	width: 831px;
	height: 150px;
	margin-bottom: 15px;
}

#header h1
{
    font-family: bistro-script-web;
	font-size: 240%;
	padding: 15px 10px;
	letter-spacing: 2px;
	display: none;
}

/*-----------------------------------------------
-- Content Styles 
----------------------------------------------- */

#content
{
	padding: 10px 25px 25px 25px; 
	clear: left;
	background: #FBFCFD;
	border: 1px solid #aea3b1;
}

#content p
{
	padding: 0 0 1em 0;
	line-height: 150%;
	color: #000;
}

#content h1,
#content h2
{
	font-weight: normal;
}

#content ul li
{
    list-style-type: disc;
}

#contactUsForm dt
{
    color: #141454;
    font-weight: normal;
}

/*-----------------------------------------------
-- Navigation Styles 
----------------------------------------------- */

#nav
{
	float: left;
	width: 821px;
	margin-top: 141px;
}

#nav li
{
	float: left;
	display: block;
	margin-right: 2px;
}

#nav li a
{
	display: block;
	color: #000;
	font-size: 110%;
	padding: 4px 15px;
	text-decoration: none;
	margin: 1px;
}

#nav li a:hover,
#nav li.current_page a
{
    background-color: #FBFCFD;
    font-weight: normal;
    letter-spacing: normal;
    border: 1px solid #AEA3B1;
    border-bottom: none;
    margin: 0;
}


/*-----------------------------------------------
-- Footer Styles 
----------------------------------------------- */

#footer
{
	margin: 10px 0 30px 0;
}

#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;
}
