﻿/* Directory of Styles - approx. location of style groups
corpnav - 14
masthead and masthead login - 47
portalmasthead - 114
mainnav - 131
portalmainnav - 181
pageheader and content, contentpush - 232
middlecontent - 272
portalcontent portalmiddlecontent - 355
rightcontent - 455
buttons - 550
subgroup - 596
folder - 947
box5 - 1010
*/
body {
	background-color: #EBEBEB;
	margin: 0px;
	width: 100%;
	padding: 0px; /*needed for opera*/
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}
/*Corporate navigation - specific styles used by marketing site corpnav division at very top */
#corpnav {
	background-color: #FFFFFF;
	text-align: right;
	width: 800px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}
#corpnav a:link {
	color: #666666;
	text-decoration: none;
}
#corpnav a:visited {
	color: #666666;
	text-decoration: none;
}
#corpnav a:hover {
	color: #000000;
	text-decoration: underline;
}
#corpnav a:visited:hover {
	color: #000000;
	text-decoration: underline;
}
#corpnav p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding: 12px 12px 5px 0px;
	margin: 0px;
}

/*Masthead - specific styles used by marketing site masthead division with branding */
#masthead {
	background-color: #FFFFFF;
	width: 800px;
	height: 78px;
	margin: 0px auto;
	padding: 0px 0px 15px;
	
}
#mastheadleft {
	width: 293px;
	margin: 0px;
	padding: 0px;
	height: 78px;
	float: left;
}
#mastheadlogin {
	margin: 0px;
	padding: 18px 12px 0px 0px;
	float: right;
	text-align: center;
}
#mastheadlogin ul {
	width: auto;
	margin: 0px;
	padding: 0px;
	height: auto;

}
#mastheadlogin li {
	background-image: url(../images/toploginback.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #C3C3C3;
	margin-bottom: 2px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding: 4px 0px 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: none;
	background-color: #EAEAEA;
	height: auto;
	font-weight: bold;
}
#mastheadlogin a:hover {
	color: #D93B20;
}
#mastheadlogin a:visited {
	color: #333333;
}
#mastheadlogin a:visited:hover {
	color: #D93B20;
}
#mastheadlogin p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 1.5em;
	color: #657BA1;
}
#mastheadlogin a {
	color: #333333;
	text-decoration: none;
}
/*Portal Masthead - specific styles used by portal site masthead division with branding */
#portalmasthead {
	background-color: #FFFFFF;
	width: 800px;
	height: 78px;
	margin: 0px auto;
	padding: 30px 0px 15px;
	
}
#portalmastheadleft {
	width: 293px;
	margin: 0px 0px 15px 0px;
	padding: 0px 15px 0px 0px;
	height: 78px;
	float: right;
}
/*HOMEPAGE - specific styles used by homepage */

/* Main Navigation - Styles for marketing site top horizontal navigation division */
#mainnav {
	background-color: #F6F6F6;
	text-align: left;
	width: 800px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../images/mainnavback.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#mainnav ul {
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 10px 45px;
}
#mainnav ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #635A57;
	padding: 0px 8px 0px 7px;
	list-style-image: url(../images/mainnavbullet.gif);
	list-style-position: inside;
	display:inline;
	background-image: url(../images/mainnavbullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
#mainnav ul li a:link {
	color: #635A57;
	text-decoration: none;
}
#mainnav ul li a:visited {
	color: #635A57;
	text-decoration: none;
}
#mainnav ul li a:hover {
	color: #D93B20;
}
#mainnav ul li a:visited:hover {
	color: #D93B20;
}
#mainnav p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
    padding: 0px 5px 0px 10px;
}
/* Portal Main Navigation - Styles for portal site top horizontal navigation division */
#portalmainnav {
	background-color: #EAE0BE;
	text-align: left;
	width: 800px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../images/portalnavback.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#portalmainnav ul {
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 10px 45px;
}
#portalmainnav ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #635A57;
	padding: 0px 8px 0px 7px;
	list-style-image: url(../images/mainnavbullet.gif);
	list-style-position: inside;
	display:inline;
	background-image: url(../images/mainnavbullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
#portalmainnav ul li a:link {
	color: #635A57;
	text-decoration: none;
}
#portalmainnav ul li a:visited {
	color: #635A57;
	text-decoration: none;
}
#portalmainnav ul li a:hover {
	color: #D93B20;
}
#portalmainnav ul li a:visited:hover {
	color: #D93B20;
}
#portalmainnav p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
    padding: 0px 5px 0px 10px;
}
/* Page Header - Styles for top page header division */
#pageheader {
	background-color: #FFFFFF;
	text-align: left;
	width: 800px;
	height: 96px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../images/pageheadertab.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#pageheader h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #8A1A1C;
	margin: 0px;
	padding: 40px 175px 0px 190px;
	font-style: italic;
}
/* Styles for content division - container for the page middle, basically everything between the horizontal navigation and the footer */
#contentouter {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
	color: #666666;	
}
#contentpush {
	clear:both;
}
#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#middlecontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	color: #8A1A1C;
	margin: 0px;
	padding: 0px 0px 5px;
}
#middlecontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #807876;
	margin: 0px;
	padding: 0px 0px 0px;
	}
#middlecontent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #807876;
	margin: 0px;
	padding: 10px 0px 5px;
	}
#middlecontent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #807876;
	margin: 0px;
	padding: 10px 0px 5px;
	}
#middlecontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-right: 0px;
	/*padding-bottom: 5px;*/
	padding-left: 0px;
	/*padding-top: 5px;*/
	/*margin: 0px;*/
	line-height: 1.75em;
}
#middlecontent a {
	color: #000000;
}
#middlecontent a:hover {
	color: #8A1A1C;
}
#middlecontent a:visited {
	color: #666666;
}
#middlecontent a:visited:hover {
	color: #8A1A1C;
}
#middlecontent ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
/*#middlecontent ul li {
	font-size: 13px;
	color: #000000;
	line-height: 1.75em;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(../images/mainnavbullet.gif);
	list-style-position: outside;
}*/
#middlecontent ul li {
	font-size: 13px;
	color: #000000;
	line-height: 1.75em;
	padding-right: 0px;
	padding-left: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/mainnavbullet.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: left 0.75em;/*9px*/
}
#middlecontent hr {
	margin: 5px 0px 5px 0px;
}
/* Portal Site Middle - styles used for the portal site portalmiddlecontent div */
#portalcontent {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
#portalmiddlecontent {
	width: 465px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 20px;
	float: left;
}
#portalmiddlecontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #8A1A1C;
	margin: 0px;
	padding: 0px 0px 5px;
}
#portalmiddlecontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #807876;
	margin: 0px;
	padding: 0px 0px 5px;
	font-style: italic;
	}
#portalmiddlecontent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #807876;
	margin: 0px;
	padding: 10px 0px 5px;
	}
#portalmiddlecontent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #807876;
	margin: 0px;
	padding: 10px 0px 5px;
	}
#portalmiddlecontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-top: 5px;
	margin: 0px;
	line-height: 1.75em;
}
#portalmiddlecontent a {
	color: #000000;
}
#portalmiddlecontent a:hover {
	color: #8A1A1C;
}
#portalmiddlecontent a:visited {
	color: #807876;
}
#portalmiddlecontent a:visited:hover {
	color: #8A1A1C;
}
#portalmiddlecontent ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#portalmiddlecontent ul li {
	font-size: 14px;
	color: #000000;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
	list-style-image: url(../images/mainnavbullet.gif);
	list-style-position: outside;
}
#portalmiddlecontent hr {
	margin: 7px 0px 10px;
}
#portalrightouter {
	padding: 20px 0px 0px;
	width: 270px;
	float: right;
}

/* Style for right content division within the content division */
#rightcontentouter {
	padding: 0px;
	width: 270px;
	float: right;
}
#rightcontenttop {
	background-image: url(../images/tab-top-270w-vh.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	height: auto;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3C3C3;
	background-color: #EDEDED;
}
#rightcontenttop h2 {
	padding: 6px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #8A1A1C;
	margin: 0px;
}
#rightcontent {
	padding: 10px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C4C4C4;
	border-bottom-color: #C4C4C4;
	border-left-color: #C4C4C4;
}
#rightcontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 0px;
	padding: 0px 0px 5px;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#rightcontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#rightcontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.5em;
}
#rightcontent a {
	color: #000000;
}
#rightcontent a:hover {
	color: #8A1A1C;
}
#rightcontent a:visited {
	color: #666666;
}
#rightcontent a:visited:hover {
	color: #8A1A1C;
}
#rightcontent hr {
	margin: 5px 0px 10px;
}
/*#rightcontent ul {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1em;
}
#rightcontent ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
}*/
/* Form button styles */
#button { /* button style used for top masthead login buttons */
	padding: 5px 0px 0px;
	text-align: center;
}
#button ul {
	margin: 0px;

}
#button li {
	background-image: url(../images/toploginback.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #C3C3C3;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	list-style-type: none;
	background-color: #EAEAEA;
	padding: 3px;
}
#button a:hover {
	color: #D93B20;
}
#button a:visited:hover {
	color: #D93B20;
}

.submitresetbutton {
	text-align: center;
	background-image: url(../images/toploginback.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #C3C3C3;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	background-color: #EAEAEA;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
.generalbuttoncontainer {
	width:250px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
.generalbutton {
	text-align: center;
	background-image: url(../images/toploginback.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #C3C3C3;
	background-color: #EAEAEA;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 10px;
	}
.generalbutton p {
	line-height:0.5em;
	display: inline;
	padding: 0px;
	margin: 0px;
	}
.generalbutton a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	line-height: 1.5em;
	font-weight: bold;
}
.generalbutton a:visited {
	color: #000000;
}
.generalbutton a:hover {
	color: #D93B20;
}
.generalbutton a:visited:hover {
	color: #D93B20;
}

/*styles for sub-groups within the middle content divisions*/
.subgroup1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9C4AB;
	padding: 0px;
	position: relative;
	clear: both;
	width: 100%;
	height: 100%;
	float: left;
	margin: 10px 0px;
}
.subgroup1 a {
	color: #3C4469;
}
.subgroup1 a:hover {
	color: #CC9900;
}
.subgroup1 a:visited {
	color: #666666;
}
.subgroup1 a:visited:hover {
	color: #CC9900;
}
.subgroup1left {
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 20px;
	width: 70%;
	float: left;
}
.subgroup1 h4 {
	padding-top: 0px;
}
.subgroup1 p {
	padding-top: 0px;
	padding-right: 10px;
}
.subgroup1right {
	float: right;
	padding: 0px;
	margin: 0px 0px 20px;
	/*height: 100%;*/
	width: 200px;
}
/*styles for forms*/
#formstyle1 {
	width:300px;
	padding-left: 25px;
	margin: 0px;
}
#form {
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#form input {
display:block;
width:300px;
float:left;
margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#form textarea {
display:block;
width:300px;
float:left;
margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#form select {
	display:block;
	width:300px;
	float:left;
	margin-bottom:10px;
	padding: 0px;
	margin-top: -3px;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#form label {
	display:block;
	text-align:right;
	float:left;
	width:110px;
	padding-right:15px;
}
#form br {
clear:left;
}
#form .buttonSubmit {
	width:75px;
	margin-left:125px;
	background-color: #B3C3E0;
}
#form .buttonReset {
	width:75px;
	margin-left:10px;
	background-color: #B3C3E0;
}
/* Footer - Styles for footer division */
#footer {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	clear: both;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8A1A1C;
	height: auto;
	padding-bottom: 15px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 9px;
	color: #8B8B8B;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	margin: 0px;
}
#footer a:link {
	color: #8B8B8B;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
	text-decoration: underline;
}
#footer a:visited {
	color: #8B8B8B;
	text-decoration: none;
}
#footer a:visited:hover {
	color: #333333;
	text-decoration: underline;
}
/* Misc Styles for text */
.bolditalic {
	margin: 0px;
	font-style: italic;
	font-weight: bold;
}
.italic {
	margin: 0px;
	font-style: italic;
}
.bold {
	margin: 0px;
	font-weight: bold;
}
.superscript {
	font-size: .9em;
	font-variant: small-caps;
	font-style: italic;
}
.marginleft40 {
	margin-left: 40px;
}


/* Perquest bright red color for highlighting */
.red {
color: #D93B20
}
/* Images - Styles for images */
.imgnoborder {
	border-width: 0px;
	text-align: right;
}

.redbolditalic {
	color: #8A1A1C;
	font-style: italic;
	font-weight: bold;
}
.img20r {
	border-width: 0px;
	padding-right: 20px;
}
.img10l2r {
	border-width: 0px;
	padding-right: 2px;
	padding-left: 10px;
}



/* Perquest bright red color for highlighting */
.red {
color: #D93B20
}
.floatleft {
float:left;
}
.floatright {
float:right;
}
.smbuttoncontainer {
	width: 280px;
}
.smbuttoncontainerright {
	width: 250px;
	float: right;
}
.smbutton {
	float: left;
	padding-right: 5px;
	padding-top: 10px;
}

/* styles used for pages with wider left column format */
#fullleftouter {
	width: 623px;
	float: left;
	margin: 0px 0px 0px 10px;
	clear: both;
	padding: 0px;
	display:inline;
}
.leftsection {
	clear: both;
	padding-top: 20px;
}
.leftsection2 {
	clear: both;
	background-color: #EAE0BE;
	margin-top: 20px;
	padding: 10px;
}
.leftsection h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	color: #8A1A1C;
	margin: 0px;
	padding: 0px 0px 5px;
}
.leftsection h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #807876;
	margin: 0px;
	padding: 0px 0px 5px;
	}
.leftsection h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #807876;
	margin: 0px;
	padding: 10px 0px 5px;
	}
.leftsection h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #807876;
	margin: 0px;
	padding: 10px 0px 5px;
	}
.leftsection p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-top: 5px;
	margin: 0px;
	line-height: 1.5em;
}
.leftsection a {
	color: #000000;
}
.leftsection a:hover {
	color: #8A1A1C;
}
.leftsection a:visited {
	color: #000000;
}
.leftsection a:visited:hover {
	color: #8A1A1C;
}
.leftsection ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
.leftsection ul li {
	font-size: 13px;
	color: #000000;
	line-height: 1.75em;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
	list-style-image: url(../images/mainnavbullet.gif);
	list-style-position: outside;
}
.leftsection hr {
	margin: 5px 0px 5px 0px;
}
#fullrightouter {
	width: 147px;
	float: right;
	margin: 0px 10px 0px 0px;
	background-color: #FFFFFF;
	display: inline;
}
/* Style for folder - variable height square bottom */
.foldercontentouter {
	padding: 0px;
	width: 306px;
	/*float: right;*/
}
.foldercontenttop {
	background-image: url(../images/folder-tab-top-306.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	background-color: #FFFFFF;
}
.foldercontenttop h2 {
	padding: 10px 50px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #8A1A1C;
	margin: 0px;
}
.foldercontent {
	padding: 10px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C4C4C4;
	border-bottom-color: #C4C4C4;
	border-left-color: #C4C4C4;
	background-image: url(../images/folder-back-shade.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 255px;
}
.foldercontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 0px;
	padding: 0px 0px 5px;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.foldercontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.foldercontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.5em;
}
.foldercontent a {
	color: #000000;
}
.foldercontent a:hover {
	color: #8A1A1C;
}
.foldercontent a:visited {
	color: #000000;
}
.foldercontent a:visited:hover {
	color: #8A1A1C;
}
.foldercontent hr {
	margin: 5px 0px 10px;
}
.foldercontent ul {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.5em;
}
.foldercontent ul li {
	color: #333333;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


.folder2content {
	padding: 10px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C4C4C4;
	border-bottom-color: #C4C4C4;
	border-left-color: #C4C4C4;
	background-image: url(../images/folder-back-shade.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 225px;
}
.folder2content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 0px;
	padding: 0px 0px 5px;
	font-weight: bold;
}
.folder2content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.folder2content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.5em;
}
.folder2content a {
	color: #000000;
}
.folder2content a:hover {
	color: #8A1A1C;
}
.folder2content a:visited {
	color: #000000;
}
.folder2content a:visited:hover {
	color: #8A1A1C;
}
.folder2content hr {
	margin: 5px 0px 10px;
}
.folder2content ul {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.5em;
}
.folder2content ul li {
	color: #333333;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}



/* Style for box5 - variable height square bottom */
.box5contentouter {
	padding: 0px;
	width: 270px;
	/*float: right;*/
}
.box5contenttop {
	background-image: url(../images/tab-top-270w-vh.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	height: auto;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3c3c3;
	background-color: #EDEDED;
}
.box5contenttop h2 {
	padding: 6px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #8A1A1C;
	margin: 0px;
}
.box5content {
	padding: 10px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C4C4C4;
	border-bottom-color: #C4C4C4;
	border-left-color: #C4C4C4;
}
.box5content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 0px;
	padding: 0px 0px 5px;
	font-weight: bold;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.box5content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.box5content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.5em;
	padding: 0px;
}
.box5content a {
	color: #000000;
}
.box5content a:hover {
	color: #8A1A1C;
}
.box5content a:visited {
	color: #333333;
}
.box5content a:visited:hover {
	color: #8A1A1C;
}
.box5content hr {
	margin: 0px;
	padding: 0px;
}
.box5content ul {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.5em;
}
.box5content ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

/* Style for box3 - variable height square bottom */
.box3contentouter {
	padding: 20px 0px 0px;
	width: 147px;
	/*float: right;*/
}
.box3contenttop {
	background-image: url(../images/tab-top-147w.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	height: auto;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3c3c3;
	background-color: #EDEDED;
}
.box3contenttop h2 {
	padding: 6px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #8A1A1C;
	margin: 0px;
}
#folderleft {
	float: left;
	width: 306px;
}
#folderright {
	float: right;
	width: 306px;
}
.boxsubnavouter {
	float: right;
}
.box6contentouter {
	padding: 0px;
	width: 175px;
	padding-top: 20px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#middlecontent div.box6contentouter 
{
  margin-top: -60px;
}

.box6contenttop {
	background-image: url('../images/box-tab-top-175w.gif');
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	height: auto;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3c3c3;
	background-color: #EDEDED;
}
#middlecontent div.box6contenttop h2  {
	padding: 6px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #8A1A1C;
	margin: 0px;
}
.box6contenttop h2  {
	padding: 6px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #8A1A1C;
	margin: 0px;
}
.box6content {
	padding: 10px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C4C4C4;
	border-bottom-color: #C4C4C4;
	border-left-color: #C4C4C4;
}
.box6content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 0px;
	padding: 0px 0px 5px;
	font-weight: bold;
}
.box6content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.5em;
	padding: 0px;
}

/*.productspayroll, .productswhy, .productspop {
	background-image: url('../images/mainnavbullet.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}*/

