/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

h1{
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 120%;
 	color: #334d55;
 	margin: 0px;
 	padding: 0px;
}

h2{
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 114%;
 	color: #006699;
 	margin: 0px;
 	padding: 0px;
}

h3{
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 100%;
 	color: #1370a9;
 	margin: 0px;
}

h4{
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 100%;
 	color: #000000;
 	margin: 0px;
}

h5{
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 100%;
 	color: #333333;
 	margin: 0px;
}

H6 {
  font-family: Verdana,Arial,sans-serif;
  font-size: 100%;
  color: #000000;
  margin: 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;
}

/***********************************************/
#showHide {
}

#mainNavigation {
	padding: 0px 10px 0px 10px;
}

/***********************************************/

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pageTop{
	padding: 0px 0px 0px 0px;
	width: 980px;
	background-color: #ffffff;
	display: block;
}

#siteName{
	margin: 0px;
	padding: 0px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
	float: left;
	background-color: #FFFFFF;
}

#topright{
	margin: 0px;
	padding: 65px 0px 13px 0px;
	color: #ffffff;
	font-weight: normal;
	float: right;
	background-color: #FFFFFF;
}

#pageFunctions{
	margin: 0px;
	padding: 5px 10px 5px 10px;
	display: block; 
	width: 740px;
/*	background-image:url(/images/functions-bkd.jpg)*/
}

#breadcrumbs{
	margin: 0px;
	padding: 5px 0px 5px 10px;
	float: left;
	width: 557;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: D4AA58;
	background-color: #ffffff;
}

#userFunctions{
	margin: 0px;
	padding: 5px 0px 5px 0px;
	float: right;
	text-align:right;
	width: 165;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#maincontent{
	width:980px;
	padding: 0px 0px 0px 0px;
/*	background-image: url(/images/pageBkd.jpg);*/
}

.BkgdRight
	{
		background-image: url("/images/pageBkd2.gif");
		background-repeat: repeat-y;
		background-position: right;
	}

.storyLeft {
	border: 0px solid blue;
	padding: 0px;
	margin: 0px 10px 0px 10px;
	font-size: 70%;
	width: 535px;
	line-height: 145%;	
}

.storyRight {
	border: 0px solid red;
	padding: 0px;
	margin: 0px 42px 10px 10px;
	font-size: 65%;
	width: 176px;
	line-height: 145%;	
}

.storyFullPage {
	padding: 0px;
	margin: 0px 37px 0px 5px;
	font-size: 70%;
/*
	width: 750px;
	background-image: url(/images/bkd-insider.jpg);
*/
}


.story p {
	padding: 0px 0px 10px 0px;
}

#headlines{
  float:right;
	width: 182px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px 30px 10px 10px;
}

.footertext{
	padding: 0px 0px 0px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: 1B7BB5;
	clear: both;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
	float:left;
}


div.clearBoth
	{
		clear: both;
		float: none;
	}


/************* #topNav styles **************/

.alignLeft
	{
		text-align: left;
	}

.alignRight
	{
		text-align: right;
	}

#mainNavigation ul
	{
		list-style-type: none;
	}
		
#mainNavigation ul li
	{
		list-style-type: none;
	}
		
/* topNav */
.topNav
	{
		border: 0px solid red;
		margin: 0px;
		padding: 0px;
		text-align: left;
	}

.topNav li
	{
		margin: 18px 5px 19px 5px;
		line-height: 13px;
	}

.topNav img
	{
		display: inline;
	}

.topNav a
	{
		display: inline;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;	
		color: #ffffff;
		text-decoration: none;
	}

.topNav a:hover
	{
		color: #D4AA58;
		text-decoration: none; 
	}

/* secondaryNav */
.secondaryNav
	{
		border: 0px solid green;
		padding: 0px;
		margin: 0px;
	}

.secondaryNav li
	{
		margin: 12px 0px;
		line-height: 12px;
	}

.secondaryNav a
	{
		display: inline;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px;
		font-weight: bold;	
		color: #ffffff;
		text-decoration: none;
	}

.secondaryNav a:hover
	{
		color: #D4AA58;
		text-decoration: none;
	}

/* tertiaryNav */
.tertiaryNav
	{
		border: 0px solid blue;
		padding: 0px;
		margin: 0px 0px 0px 20px;
	}

.tertiaryNav li
	{
		margin: 9px 0px;
		line-height: 10px;
	}

.tertiaryNav a
	{
		display: inline;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px;
		font-weight: normal;	
		color: #ffffff;
		text-decoration: none;
	}

.tertiaryNav a:hover
	{
		color: #D4AA58;
		text-decoration: none;
	}

/* fourthNav */
.fourthNav
	{
		border: 0px solid orange;
		padding: 0px;
		margin: 0px 0px 0px 20px;
	}

.fourthNav li
	{
		margin: 9px 0px;
		line-height: 10px;
	}

.fourthNav a
	{
		display: inline;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px;
		font-weight: normal;	
		color: #ffffff;
		text-decoration: none;
	}

.fourthNav a:hover
	{
		color: #D4AA58;
		text-decoration: none;
	}



/*************** related links **********************/

.relatedLinksHeader {
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
}

.relatedLinks a:link{
	font-size: 10px;
	color: #DF7D00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;	
	text-decoration: none;
}

.relatedLinks a:visited{
	font-size: 10px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

.relatedLinks a:hover{
	font-size: 10px;
	color: #2e6e92;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none; 
}

.relatedLinks a:active{
	font-size: 10px;
	color: #2083BA;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none; 
}

#showHide {
	margin: 0 auto;
	display: block;
}

.showHide a:link{
	font-size: 9px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;	
	text-decoration: none;
}

.showHide a:visited{
	font-size: 9px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;	
	text-decoration: none;
}

.showHide a:hover{
	font-size: 9px;
	color: #D4AA58;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;	
	text-decoration: none;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
 	font-family: Verdana,Arial,sans-serif;
	font-size: 150%;
	font-weight: normal;
	color: #334d55;
	margin: 0px;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

.footertext a:link{
  	color: #1B7BB5;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
}

.footertext a:visited{
  	color: #000000;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
}

.footertext a:hover{
	text-decoration: underline;
}

.breadcrumb a:link{
  	color: #D4AA58;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
}

.breadcrumb a:visited{
  	color: #D4AA58;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
}

.breadcrumb a:hover{
	text-decoration: underline;
}

.skipLinks {
	display: none;
}

.searchboxdiv
{
margin: 0px;
border: 0px;
padding: 0px;
height: 21px;
width: 146px;
background: url(/images/searchbox.jpg) no-repeat;
}

.searchbox
{
margin: 2px; margin-top: 4px;
border: 0px;
padding: 0px;
background: none;
width: 140px;
height: 15px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	width: 960px;
	margin-left: auto;
    margin-right: auto;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

#memberLoggedin {
	width: 170;
	background-color: #E8CBA9;
	color: 000000;
	font-size: 10px;
	font-weight: bold;
	float: center;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}

#memberLoggedinRight {
	width: 170;
	background-color: #E8CBA9;
	color: 000000;
	font-size: 10px;
	font-weight: bold;
	float: right;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}

.memberSince {
	font-weight: normal;
}

.memberLoggedin {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

.memberSince {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
}

.homePageHeader {
	color: #323232;
	font-size: 22px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.homePagetext {
	color: #606060;
	font-size: 13px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 145%;
}

.homePagetext2 {
	color: #606060;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 125%;
}

.netEduTextHeader {
	color: #DD8136;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.newAnnTextHeader {
	color: #DD8136;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.newAnnDate {
	color: #606060;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.loginboxdiv {
margin: 0px;
border: 0px;
padding: 0px;
height: 21px;
width: 146px;
background: url(/images/searchbox.jpg) no-repeat;
}

.loginbox {
margin: 3px 2px 2px 6px;
border: 0;
padding: 0px;
background: none;
width: 136px;
height: 15px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
}

.passwordboxdiv {
position: relative;
margin: 0px;
border: 0px;
padding: 0px;
height: 21px;
width: 146px;
background: url(/images/searchbox.jpg) no-repeat;
}

#smallOrangeTextLink {
  	color: #CF8546;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
}

.smallOrangeTextLink a:link {
  	color: #CF8546;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
}

.smallOrangeTextLink a:visited {
  	color: #8F4506;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
}

.smallOrangeTextLink a:hover {
  	color: #FFB576;
	font-size: 9px;
	text-decoration: underline;
}

/********************** PEO INSIDER ***********************/
#insiderBanner {
	width:745px;
	height: 290px;
	padding: 0px 0px 0px 0px;
	background-image: url(/images/insider-topbanner.jpg);
}

#insiderBanner2 {
	width:745px;
	height: 310px;
	padding: 0px 0px 0px 0px;
	background-image: url(/images/insider-topbanner2.jpg);
}

.insiderTitle {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}

.insiderFeatureHeadline {
	color: #DD8136;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.insiderDate {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.insiderFeatureCopy {
	color: #606060;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 125%;
}

.insiderHomeHeadline {
	color: #DD8136;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.insiderHomeAuthor {
	color: #606060;
	font-size: 9px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 125%;
}

.insiderHomeCopy {
	color: #606060;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 125%;
}

.insiderHomeLink {
	color: #DD8136;
	font-size: 9px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/********************** STATE REGS ***********************/
.stateRegsHeader {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.stateRegNavLinks a:link{
	font-size: 10px;
	color: #DF7D00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;	
	text-decoration: none;
}

.stateRegNavLinks a:visited{
	font-size: 10px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

.stateRegNavLinks a:hover{
	font-size: 10px;
	color: #2e6e92;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none; 
}

.stateRegNavLinks a:active{
	font-size: 10px;
	color: #2083BA;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none; 
}

/********************************************************/

#formBox450 {
	padding: 5px 5px 5px 5px;
	background-color: #e9DBB9;
	border-style: solid;
	border-color: #A6744F;
	border-width: 1px;
	max-width: 450px;
	margin: 0 auto;
	display: block;
}
		
#formBox500 {
	padding: 5px 5px 5px 5px;
	background-color: #e9DBB9;
	border-style: solid;
	border-color: #A6744F;
	border-width: 1px;
	max-width: 500px;
	margin: 0 auto;
	display: block;
}
		
/************************COMMERCE************************/

.reqStar { font-weight: bold !important; color: red !important; }

table.commerce tr td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: black; }
table.commerce tr td.sectionHeader { background-color: #999999; color: white; font-size: 11pt; font-weight: bold; font-style: italic; padding: 10px; }
table.commerce tr td input { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: black; border: 1px solid #999999; }
table.commerce tr td select { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: black; border: 1px solid #999999; }
table.commerce tr td select option { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: black; }

table.commerce tr.missingStyle td { font-weight: bold; color: red; }
table.commerce tr.missingStyle td input { border: 1px solid red; }
table.commerce tr.missingStyle td textarea { border: 1px solid red; }
table.commerce tr.missingStyle td select { border: 1px solid red; }
table.commerce tr.missingStyle td select option { background-color: #ffcccc; }

table.commerce p.missingStyle { font-weight: bold; color: red; }
table.commerce p.missingStyle input { border: 1px solid red; }
table.commerce p.missingStyle textarea { border: 1px solid red; }
table.commerce p.missingStyle select { border: 1px solid red; }
table.commerce p.missingStyle select option { background-color: #ffcccc; }

/* tr.missingStyle span.reqStar { display: none; } */


div.numberon { color: #ff3333; }
div.numberon a { text-decoration: none; color: #ff3333; }
div.numberoff { color: #cccccc; }
div.numberoff a { text-decoration: none; color: #cccccc; }

.numberon div.circle
	{
		color: #ffffff;
		cursor: hand;
		cursor: pointer;
		background-image: url("../images/steps_red.gif");
		background-repeat: no-repeat;
		background-position: top center;
		width: 46px;
		height: 46px;
	}

.numberoff div.circle
	{
		cursor: hand;
		cursor: pointer;
		background-image: url("../images/steps_grey.gif");
		background-repeat: no-repeat;
		background-position: top center;
		width: 46px;
		height: 46px;
	}

table.nocheckborder tr td input { border: 0px; }

#commerceworksheet
	{
		border: 1px solid black;
		background-color: #eeeeee;
	}

#commerceworksheet td
	{
		font-size: 8pt;
	}

table.ConfirmationTable td
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: black;
	}

.greyBorderRight
	{
		border-right: 1px solid #cccccc;
	}
