/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #333333;
	line-height: 1.1666;	/*was 1.1666*/
	margin: 0px;
	padding: 0px;
	background-color: #45675b; /*I tried 45675b /* was #45675b; /* WAS #006699; */
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

hr
{
	color:#000000;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container /*p mod*/
{
	position: relative;
	width: 800px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	margin: 0px auto;
	/*position: absolute;*/
	/*float: left;*/
	/*margin-right: 100px;
	margin-left: 100px;*/
	/*border-right: 1px solid #cccccc;*/
	background-color: #242827;/*#FFFFFF;*/ /*********************************************** should be #242827 when not using Contribute */
	overflow:hidden;
	
}

.shadowHeightEnforcer
{
	position: relative;
	height:30px;
	width:1px;
	margin:0px;
	padding: 0px;
	float:left;
}


#leftShadow
{
	background-image: url(shadowLeft.gif);
	
	height: 20000px;
	width:20px;
	
	/*float:left;*/
	position:absolute;
	left:0px;
	top:0px;
	
}

#rightShadow
{
	background-image: url(shadowRight.gif);
	
	height: 20000px;
	width:20px;
	
	/*float:right;*/
	position:absolute;
	left:780px;
	top:0px;
}

#innerContainer
{
	width: 760px;
	left:20px;
	top:0px;
	margin-left:20px;
	background-color:#FFFFFF;
	overflow:hidden;
	
}

#middleContainer
{
	width: 760px;
	top:80px;
	overflow:hidden;
}


#masthead
{
	padding: 0px 0px 0px 0px;
/*	border-bottom: 1px solid #cccccc;*/
	width: 760px; /*100%;*/
	background-color:#ffffff;
	/*border: 1px solid #F9772B;
	/*border-left: 1px solid #F9772B;*/
	height:80px;
	margin:0px;
}

#titlePic
{
	position: absolute;
	top: 5px;
	left: 0px; /*WAS 43px*/
	right: 43px;
}

#navBar{
	position: absolute;
	top: 85px;
	left: 20px;
	
	float: left;
	width: 165px; /*was 20%*/
	padding: 3px 0px 0px 0px;
	background-color: #d0e6b1; /* WAS #FAC77A; /* was eeeeee, #E58025*/
	border-right: 2px solid #242827; /*WAS #006699*/
	border-bottom: 2px solid #242827; /*WAS #006699*/

	height: 90%; /*me*/
	z-index:0;
	height:20000px;
	
	overflow:hidden;
	
}

#navBar a
{
	color: #334d55;
}

#navBar li
{
	margin-bottom:-2px;
}


#headlines{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: right;
	/*width: 75%;*/
	/*padding: 10px;*/
	position: relative;
	width: 593px; /*was 593*/
	z-index:101;
}

#skipToSection
{
	font-size:80%;
	border: 1px solid #000000;
	background-color: #f5fbed; /*#f1fbe3;*/
	padding:7px;
	margin: 5px 0px 5px 0px;
	position:relative;
	width: 70%;
	line-height: 1.5;
}

#content td
{
	border-color:#000000;
	border-width:1px;
	height:100%;
	padding: 3px;
}

.code p
{
	margin: 0px;
	line-height:1;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 10px 10px;
	color: #FFFFFF; /*was #006699 */
	font-size: 150%;
	text-align: center;
	background-color:#AAAAAA; /*WAS #006699*/
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}

/************* contenrt corners **********/
.contentULPic
{
	position: absolute;
	left: 0px;
	top: 0px;
}

.contentURPic
{
	position: absolute;
	right: -1px;
	top: 0px;
}

.contentLLPic
{
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.contentLRPic
{
	position: absolute;
	right: -1px;
	bottom: 0px;
}


/************** .feature styles ***************/

.feature{
	padding: 10px 10px 10px 10px;
	font-size: 95%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 15px 0px 15px;
	font-size: 90%;
}

.story p{
	padding: 0px 0px 10px 0px;
	line-height: 1.35;
}


/************* #siteInfo styles ***************/

#printBar
{
	/*background-color:#FAC77A;  /*#F4F9FF;*/
	text-align: center;
	/*font: 12px Verdana, Arial, Helvetica, sans-serif;*/
	/*margin: 10px 0px 0px 0px;*/
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 4px 10px;
	border-top: 1px solid #F9772B;
	/*border-left: 1px solid #bbbbbb;*/
	height: 30px;
	font-size: 80%;
	vertical-align: middle;
	z-index:100;
}

#siteInfo
{
	/*clear: both;*/
	border-top: 1px solid #242827; /*#F9772B;*/
	color: #777777; /* was ccccccc*/	
	background-color: #FFFFFF;	
	
	font-size: 65%; /*WAS 75*/
	line-height: 1.4;
	
	padding: 10px 10px 10px 10px;
	/*margin: 0px 0px 0px -167px;*/

	z-index:200;
	left:0px;
	position:relative;
	height:100%;
	width: 740px;
	bottom: 0px;
	
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 10px 8px;
	/*border-top: 1px solid #AAAAAA; /*WAS #006699;*/
	font-size: 90%;
}

#search tr
{
	padding-bottom: 5px;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

.filler
{
	background-color:#242827;  /*WAS #006699*/
	position:absolute;
	height: 0px;
	border-top: 2px solid #242827;
	width:100%;
	font-size:1px;
	/*border-right: 2px solid #242827;  WAS #006699*/
	/*margin-right: -2px;*/
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li
{
	border-bottom: 1px solid #eee; /*was eee*/
	padding-top: 1px;
	padding-bottom: 1px;
}

/* fix for browsers that don't need the hack */
html>body #navBar li
{
	border-bottom: none;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-top: -5px;
	border-bottom: 1px solid #242827; /* WAS#006699;*/
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	text-align: center;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #242827; /*#F9772B; cccccc*/
	padding: 5px 0px 5px 10px;
}

#sectionLinks a:hover{
	background-color: #242827; /*WAS #006699 */
	color: #FFFFFF;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


