/************************************************************************/
/* PWStyle_v3.css                                                       */
/* Header, three columns, footer                                        */
/* Margin around entire site                                            */
/*                                                                      */
/* This layout is  based on Ryan Brill's article on negative margins    */
/* in A List Apart: http://www.alistapart.com/articles/negativemargins  */
/*                                                                      */
/************************************************************************/


/*~~~~~~~~ layout rules ~~~~~~~~*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#header {
	border-bottom: 1px solid #CCC;
	background: #FFF;
	margin: 2em 5em 0em 5em;
}
#outer_wrapper {
	background: #fff url(Images\background_3a.gif) repeat-y left;
	margin: 0em 5em;
}
.wrapper {
	background: url(Images\background_2a.gif) repeat-y right;
}

#container {
	width: 100%;
	float: left;
	margin: 0 -150px 0 0;
	padding: 0;
	background: url(Images\background_2a.gif) repeat-y right; 
}
#content {
	margin: 0 150px 0 0;
	padding: 0;
	background: url(Images\background_3a.gif) repeat-y left;
}
#main {
	margin-left: 150px;
	padding: 0px;
}
#left {
	width: 150px;
	float: left;
	padding: 0;
	margin: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:150px;
}
html>body #left {
	width:150px;
}
#sidebar {
	display: inline;
	width: 150px;
	float: right;
	padding: 0;
	margin: 0px 0px 0px -3px;
/*	
	margin: 0px 5px 0px -2px;
*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 150px;
}
html>body #sidebar {
	width:150px;
}
#footer {
	border-top: 1px solid #CCC;
	background: #FFF; 
	margin: 0em 5em 0 5em;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}
/*~~~~~~~~ end layout rules ~~~~~~~~*/


/*~~~~~~~~ base styles ~~~~~~~~*/

body {
	font-family: Arial, sans-serif;
	margin: 0;
	background-color: #FFFFFF;
	border-top-style:solid;
	border-top-width: 1em;
	border-top-color: #96B5D2;
}
h1, h2, h3, h4, h5, ul, li, p, block {
	margin: 0;
	padding: 0;
}
/*~~~~~~~~ end base styles ~~~~~~~~*/

/*~~~~~~~~ #left styles ~~~~~~~~*/

#left img {
	margin: 0;
	padding: 1em 0 0.5em 0.5em;	
}
#left p#ad {
	background: #B5CBDF;
	width: 80%;
	margin: 2em 0 0 0;
	padding: 0;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 13px;
	text-align: center;
}

/*~ #left list styles - all levels ~*/
#navcontainer {
	background: #B5CBDF;
	width: 90%;
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 13px;
	text-align: center;
}	

#navcontainer ul {
	padding: 0;
	margin: 0;
	width: 90%;	
	text-align:left;
}

/*~ #left list styles - top level ~*/
#left li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}

#left a {
	display: block;
	width: 100%;
	padding: 0.5em 1.5em 0.5em 0.5em;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #FFF;
	text-decoration: none;
	background: #96B5D2;
}

#left a:hover
{
	color: #FFF;
	width: 100%;
	background: transparent;
	border-color: #aaab9c #fff #fff #ccc;
}
#left a.activepage,
#left a.activepage:hover
{
	background:#2966A7;
	color: #FFFFFF;
}

/*~ #left list styles - 2nd level ~*/
#navcontainer ul li ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
#left li li {
	margin: 0;
	padding: 0;
}
#left li li a:link,
#left li li a:visited,
#left li li a:hover,
#left li li a:active {
	padding: .5em .5em .5em 1.5em;
	font-size: 12px;
	background: url(Images/background_nav2.png) repeat-y left;
}
#left li li a.activepage:link,
#left li li a.activepage:visited,
#left li li a.activepage:hover,
#left li li a.activepage:active {
	padding: .5em .5em .5em 1.5em;
	font-size: 12px;
	background:#2966A7 url(Images/background_nav2.png) repeat-y left;
	color: #FFFFFF;
}
/*~~~~~~~~ end of #left styles ~~~~~~~~*/

/*~~~~~~~~ #main styles ~~~~~~~~*/

#main h2, h3, h4, h5 {
	padding: 1.5em 1em 0 1em;
/*	margin: 1.5em 0 0 1em;  */
	font-family: "Century Gothic", Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
}
#main h2 {
	text-decoration: underline;
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
#main img {
	float: right;
	padding: 1em 1em 0 1em;
}
#main ul {
	list-style-type: none;
	padding: 0;
	margin-left: 2em;
	margin-top: 1em;
	font-size: 14px;
	line-height: 150%;
}
#main li {
	list-style-type: disc;
	/*	background-image: url(Images/P_W_Just_O_285.png);
		background-repeat: no-repeat;
		background-position: 0 0.35em;  */
	padding-left: 1em;
	margin: 0.5em 0;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}
#main p {
	line-height: 150%;
	padding: 1em 1em 0em 1em;
	text-align: justify;
	font-family: "Century Gothic", Arial, sans-serif;
	font-style: normal;
	font-size: 14px;
}
#main p.quote, p.quote em {
	font-weight: normal;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	text-align: left;
}
#main p.quote {
	margin: 2em 1em 1em 1em;
}
#main p.quote em {
	color: #0000ff;
	font-weight: bold;	
}
#main ul.quote {
	list-style-type: none;
	text-align: center;
	color: #2966A7;
	margin: 0;
	padding: 0;
}
#main ul.quote li {
	display: inline;
	background-image: none;
	margin: 0;
	padding-right: .25em;
}
#main ul.quote li a:link,
#main ul.quote li a:visited, 
#main ul.quote li a:hover,
#main ul.quote li a:active{ 
	text-decoration: none;
	color: #2966A7;
	font-weight: bold;
}
#main ul.quote {
	list-style-type: none;
	text-align: center;
	color: #2966A7;
	margin: 0;
	padding: 0;
}
/*~ #main a.activepage list syles - all levels ~*/
#main ul.quote li a.activepage:link,
#main ul.quote li a.activepage:visited,
#main ul.quote li a.activepage:hover,
#main ul.quote li a.activepage:active {
	text-decoration: none ;
	background-color: #0000ff;
	color: #FFF;
}	
#main p.author, p.author em {
	font-style: normal;
	text-align: left;
	font-size: 12px;
}
#main p.author em {
	color: #ff6600;	
}

#main ul.question {
	margin-left: 1em;
}
#main ul.question li {
	padding-left: 1em;
}
#main ul.question li a:link,
#main ul.question li a:visited, 
#main ul.question li a:hover,
#main ul.question li a:active{ 
	text-decoration: underline;
	color: #2966A7;
}
#main p.answer {
	font-style: normal;
	text-align: left;
	font-size: 14px;
}
#main ul.answer li {
	padding: 1em;
}
#main ul.answer li a:link,
#main ul.answer li a:visited, 
#main ul.answer li a:hover,
#main ul.answer li a:active{ 
	text-decoration: underline;
	color: #2966A7;
}

/* Main submenu styles */
#submenu {
	float: left;
	width: 95%;
	list-style: none;
	background: #FFF;
	font-family: "Century Gothic", Arial, sans-serif;
	margin: 0;
	padding: 1em 0em;
}

#submenu li {
	float: left;
	padding: 0;
	margin: 0;
	background: none;
}
#submenu a {
	display: block;
	width: 9em;
	color: #2966A7;
	text-decoration: none;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 13px;
}


#submenu a:hover,
#submenu a:active {
	text-decoration: underline;
}

#submenu a.activesubpage, 
#submenu a.activesubpage:hover {
	text-decoration: none;
	font-weight: bold;
}
/*~~~~~~~~ end of #main styles ~~~~~~~~*/

/*~~~~~~~~ #sidebar styles ~~~~~~~~*/
#sidebar p.sidebar_title {
	margin: 0;
	padding: 0.5em 0;
	color: #ffffff;
	background-color: #2966A7;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	font-family:"Century Gothic", Arial, serif;
	font-size: 13px;
	text-align: center;
}
#sidebar p.quote {
	text-align: left;
	font-family:"Century Gothic", Arial, serif;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	padding: 0.5em 0.2em;
}
#sidebar p.author {
	font-family:"Century Gothic", Arial, serif;
	color: #2966A7;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	padding: 0.5em 0.2em;
}
#sidebar p.sidebar_bottom,
#sidebar a {
	margin: 0;
	padding: 0.5em;
	color: #ffffff;
	background-color: #2966A7;
	font-family:"Century Gothic", Arial, serif;
	font-size: 13px;
	text-align: center;
	vertical-align:baseline;
	text-decoration: none;
}
/*~~~~~~~~ end of #sidebar styles ~~~~~~~~*/

/*~~~~~~~~ #footer styles ~~~~~~~~*/

#footer ul,
#footer li,
#footer a, 
#footer p,
#credit {
	font-size: 12px;
}
#footer ul {
	margin-top: 0.8em;
}
#footer li {
	display: inline;
	list-style-type: none;
	padding: 1em 0.5em 0 0;
	margin: 0;
	color: #2B66B2;
}
#footer a {
	color: #2B66B2;
	padding: 5em 0.25em 0em 0.25em;
}
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: #2B66B2;
}
#footer img {
	float: left;
	margin: 0;
	padding: 0;
}
#footer img.credit {
	float: right;
	margin-top: 0.75em;
	padding: 0;
}
/*~~~~~~~~ end of #footer styles ~~~~~~~~*/
