body { background: #666666;
 arial, helvetica, sans-serif;
 font-size:0.85em;
  line-height:1.5em;
  margin:0px;
  }

.topleft { background: #004848 }
.topbg { background: #000000 }
.leftcol {
	background: #4B6EA0;
}
.menu { color: #ffffff; font: bold 70% arial, helvetica, sans-serif }
	.menu A:link, .menu A:visited { color: #ffffff; text-decoration: none }
	.menu A:active, .menu A:hover { color: #C1D0EA; text-decoration: none }
.bottom { background: #666666}
.copyright { color: #cccccc; font: 68% arial, helvetica, sans-serif }
	.copyright A:link, .copyright A:visited { color: #ffffff; text-decoration: none }
	.copyright A:active, .copyright A:hover { color: #4C9494; text-decoration: none }
.content {
	background: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.rightcol {
	background: #ffffff;
	border-left: solid 1px #4C73B8;
	color: #777777;
	font-family: arial, helvetica, sans-serif;
}

p {
	padding:0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h1 {
	color: #4B6EA0;
	font: arial, helvetica, sans-serif font-size: 18px;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #004CBC;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
h3 {
	color: #AC0B10;
	font-weight: bold;
	font-size: 1em;
}
h4 { color: #000000; font: bold 120% arial, helvetica, sans-serif }
h5 { color: #000000; font: bold 110% arial, helvetica, sans-serif }
h6 { color: #000000; font: bold 100% arial, helvetica, sans-serif }

.subTitle {
	color: #4B6EA0;
font: arial, helvetica, sans-serif font-size: 18px;
	font-size: 16px;
}

A:link { color: #00389A }
A:visited { color: #00389A }
A:active, A:hover { color: #C1D0EA }

/*standard text formating items*/
em {font-style: italic;}
.center {text-align: center;}
.small {
	font-size: 65%;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.right {text-align: right;}
.red {color: #AC0B10; font-weight: bold;}
.redbig {
	color: #F00;
	font-weight: bold;
	font-size: 16px;
}

.brightred {
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
}
.indent1								{
	top: 0px;
	left: 0px;
	padding: 0px;
	margin-top: 0px;
}
.indent2								{margin-left: 80px}
.indent3								{margin-left: 300px}
.gwoDefine								{
	padding: 0px;
	margin: 5px;
}

		
		/*menu*/
#navwrapper {
	width: 100%;
	height: 35px;
	padding-top: 1px;
	z-index: 10;
	background-color: #4B6EA0;
	margin: 1px;
		}
		
#navwrapperWide {
	width: 150px;
	height: 500px;
	z-index: 10;
	margin: 0px;
	padding: 5px;
	clear: both;
	float: left;
	color: #FFFFFF;
	background-color: #4B6EA0;
		}

#nav {
	clear: both;
	padding: 0;
	margin: 2px 0px;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	background-color: #BE0614;
}
/* all lists */	
#nav ul { 
		padding: 0;	
		margin: 0;
		list-style: none; 
		line-height: 1;}

#nav a {
	display: block;
	text-decoration: none;
	border: none;
	color: #FFFFFF;
	z-index: 10;
	margin: 0px;
	padding: 5px;
	text-align: left;
		}
	
#nav a:hover {
	display: block;
	z-index: 10;
	margin: 0px;
	padding: 5px;
	text-align: left;
	font-weight: bold;
	color: #27F7D8;
		}
		
#navWide {
	padding: 3;
	margin: 3px;
	list-style: none;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #4B6EA0;
	float: left;
}
		
#navWide a {
	display: block;
	text-decoration: underline;
	border: none;
	color: #FFFFFF;
	z-index: 10;
	margin: 0px;
	padding: 5px;
	text-align: left;
		}
	
#navWide a:hover {
	display: block;
	z-index: 10;
	margin: 0px;
	padding: 5px;
	text-align: left;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: underline;
		}
	
/* all list items */	
#nav li {
	float: left;
	/* width: 155px; /* width needed or else Opera goes nuts */
		height: 25px;
	z-index: 10;
	text-align: center;
	padding-top: 5px;
	border: thin ridge #FFFFFF;
}
	
 /* second-level lists */
#nav li ul {position: absolute;
		background: white;
		width: 100px;
		z-index: 10;
		text-align: center;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		margin-top: 0px;}

#nav li ul a {text-align: left; 
	 	padding: 5px 11px;	
	 	width: 122px;
	 	background: #BE0614;
		text-align: center;
		font-weight: normal;}

#nav li ul li{
		background: #BE0614; 
		border: 1px solid #dfe7c9; 
		border-top: 1px solid #dfe7c9;
		width: 152px; 	
		height: auto;
		text-align: center;
		padding: 2px 0px;
		margin: 0px;}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
		z-index: 10;
}
	
/* lists nested under hovered list items */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
		z-index: 10;
		left: auto;
}
	
/*changes the background color on hover*/
#nav li:hover, #nav li.sfhover {
	z-index: 10;
	background: #BE0614;
	color: #27F7D8;
	font-weight: bold;
}	
	
/* lists nested under hovered list items */	
#nav ul li:hover a:hover, #nav ul li.sfhover a:hover{ 
		z-index: 10;
		width: auto;
		text-align: center;
		background:#025609; 
		font-weight: bold;
		color: #CCCCCC;
}	

/*footer*/	
#footerwrap {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #025609;
    }
	
#footerwrapWide {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000000;
	clear: both;
	float: left;
	color: #FFFFFF;
	width: 100%;
    }
		
#footer {
	margin: 0px;
	padding: 0px;
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-size: small;
}
		
		/*main content*/
#maincontent {float: right; 
		width: 520px;
		margin-bottom: 5px;}
#maincontent a {font-weight: bold}
#maincontent ul.afl li {padding: 0px 0px 10px 0px;}

/*detail content*/
#detailcontent { 
		width: 100%;
		margin-bottom: 5px;}
#detailcontent a {font-weight: bold}
#detailcontent ul.afl li {padding: 0px 0px 10px 0px;}

/*content, contentwrapper*/			
#contentwrapper {
	float: none;
	margin: 0px;
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: auto;
	width: auto;
}

#contentwrapperWide {
	margin: 0px;
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
		
#content {
	clear: both;
	background: #fff;
	margin: 5px;
	padding: 5px;
}

#contentWide {
	margin: 0px;
	padding: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #FFFFFF;
	overflow: auto;
	border-top: thin none #4B6EA0;
	border-right: thin solid #4B6EA0;
	border-bottom: thin none #4B6EA0;
	border-left: thin none #4B6EA0;
}
		
		/*headerwrapper, header*/			
#headerwrapper {position: relative; 
		width: 740px; 
		margin: 0px auto;}
		
#headerwrapperWide {
	position: relative;
	width: 100%;
	margin: 0px;
	height: 60px;
	background-color: #000000;
}
				
#header {
	padding-right: 1px;
	background-repeat: no-repeat;
	background-position: center top;
	top: 0px;
	right: 0px;
}

#headerStaff {
	padding-right: 1px;
	background-repeat: no-repeat;
	background-position: center top;
	top: 0px;
	right: 0px;
	background-color: #E38497;
}

#headerFinance {
	padding-right: 1px;
	background-repeat: no-repeat;
	background-position: center top;
	top: 0px;
	right: 0px;
	background-color: #025609;
}

#headerLevel2 {
	background-repeat: no-repeat;
	background-position: center top;
	top: 0px;
	right: 0px;
	background-color: #6FA9FF;
	margin: 0px;
	padding: 0px;
	border-top-width: 100%;
	border-right-width: 100%;
	border-bottom-width: 100%;
	border-left-width: 100%;
}


#header p {
	position: absolute;
	top: 6px;
	left: 4px;
	text-align: center;
	height: 66px;
	width: 740px;
}
#header a {border: none; 
		font-weight: bold;}
/*Quick Link's box*/
#header select {margin-top: 8px; 
		width: 180px;}
/*Search box*/
#header input {margin: 0px; 
		padding: 0px}
/*label is used to improve page accessiblity*/
#header label {display: none}


#mainwrapper{
	background-color: #FFFFFF;
	width: 740px;
	margin: 0px auto;
	padding: 0px;
	background-position: center top;
	border: thin solid #000000;
	
}

#mainwrapperWide{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-position: top;
	border: thin none #000000;
	height: 40px;
	
}

.footerParagraph {
	font-size: x-small;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #FFFFFF;
	clear: both;
}

.footerParagraphWideRight {
	font-size: 18pt;
	text-align: left;
	margin: 0px 30px 30px;
	padding: 5px 30px 5px 5px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}

.footerParagraphWideLeft {
	font-size: 10pt;
	text-align: left;
	margin: 5px;
	padding: 5px;
	font-weight: bold;
	color: #000000;
	clear: none;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	vertical-align: baseline;
	background-position: bottom;
}



#contentRight {
	float: right;
	width: 430px;
	padding: 5px;
	border: thin solid #000000;
	margin: 5px;
}

#sidebar {
	float: left;
	width: 240px;
	background: url(images/sidebar.gif) no-repeat top right;
	font-size: 0.9em;
}
h1 {
	font-size: 20px;
	color: #004CBC;
}
.names {
	color: #FFFFFF;
	background-color: #4B6EA0;
	font-weight: bold;
	margin-right: 3px;
	margin-left: 3px;
	padding-right: 3px;
	padding-left: 3px;
}
.namesGreen {
	color: #FFFFFF;
	background-color: #6DC67F;
	font-weight: bold;
	margin-right: 3px;
	margin-left: 3px;
	padding-right: 3px;
	padding-left: 3px;
}
.namesRed {
	color: #FFFFFF;
	background-color: #BE0614;
	font-weight: bold;
	margin-right: 3px;
	margin-left: 3px;
	padding-right: 3px;
	padding-left: 3px;
}
.titleName {
	font-weight: bold;
	color: #004CBC;
	font-family: Arial, Helvetica, sans-serif;
}
.links {
	font-size: 10px;
}
#login {
	border: medium solid #000000;
	width: 240px;
	float: right;
	text-align: center;
	font-size: 9px;
	font-weight: bolder;
	color: #BE0614;
	background-color: #CCCCCC;
}

#loggedIn {
	border: medium solid #000000;
	width: 240px;
	float: right;
	text-align: center;
	font-size: 12px;
	font-weight: bolder;
	color: #BE0614;
	background-color: #01EA0F;
}

#loggedInWide {
	font-size: x-small;
	font-weight: bolder;
	color: #BE0614;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: left;
	min-height: 400px;
	border: thin none #4B6EA0;
}

.paragaphSubNav {
	background-position: left top;
	margin: 2px;
	padding: 2px;
	text-align: left;
	float: left;
	font-size: small;
	border: thin none #000000;
	color: #AC0B10;
}


.paragaphSubNav img{
	margin: 0px 5px 0px 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	vertical-align: text-top;
	text-align: left;
	float: left;
	border: thin solid #000000;
}

.selectChoice{
	margin: 7px;
	width: 150px;
	border: thin solid #000000;
	text-align: center;
	padding: 7px;
	background-color: #4B6EA0;
}
.selectPersonalityChoice{
	margin: 7px;
	width: 350px;
	border: thin solid #000000;
	padding: 7px;
	background-color: #4B6EA0;
	color: #FFFFFF;
	clear: both;
}
#companyWrapper{
	border: thin solid #4B6EA0;
	margin: 5px;
	padding: 5px;
	float: left;
}
#companyLeft{
	margin: 2px;
	padding: 2px;
	width: 375px;
	float: left;
}

#companyRight{
	margin: 3px;
	padding: 3px;
	width: 280px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	float: right;
	clear: right;
}

.choosePersonality{
	margin: 7px;
	padding: 7px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border: thin solid #4B6EA0;
}

.jobModules{
	border: thin solid #4b6ea0;
}

.jobLine{
	border: thin solid #4b6ea0;
	margin: 0px;
	padding: 3px;
}

.selectCompany{
	margin: 7px;
	width: 90%;
	border: thin solid #000000;
	text-align: center;
	background-color: #4B6EA0;
	padding: 7px;
}

.login{
	color: #FFFFFF;
	font-size: x-small;
	text-align: right;
	margin-left: 400px;
}

.login a {
	color: #FFFFFF;
}

.logina:hover {
	color: #FFFFFF;
}

.login a:visited{
	color: #FFFFFF;
}
.greenBold {
	color: #068612;
	font-weight: bold;
}

.changePersonality{
	margin: 3px;
	padding: 3px;
	background-color: #4B6EA0;
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
	text-align: center;
	border: thin solid #000000;
}

#bodyTextDiv{
	float: left;
	margin: 0px;
	padding: 10px;
}

#bodyTitle{
	margin: 5px;
	padding: 0px;
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#bodyTextDiv{
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}
.darkGreen {
	font-size: medium;
	color: #015207;
}
.lightBlue {
	font-size: small;
	color: #B4CBFE;
}

.subNavTitle{
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.subNavImg{
	border: thin solid #000000;
}


.navSub {
	margin: 0px;
	padding: 0px;
	background-position: left top;
}
#table1 .content {
	font-family: Arial, Helvetica, sans-serif;
}

.xLargeFont {font-size: x-large}

.testimonial {
	font-size: small;
	color: #004CBC;
	font-style: italic;
}
#table1 tbody tr .content #table2 tbody tr .content p {
	arial, helvetica, sans-serif;
 font-size:0.85em;
}

.spiffy{
	display:block;
}
.spiffy *{
display:block;
height:1px;
overflow:hidden;
background:#C7D3F4;
}
.spiffy1{
	border-right:1px solid #C7D3F4;
	padding-right:1px;
	margin-right:3px;
	border-left:1px solid #C7D3F4;
	padding-left:1px;
	margin-left:3px;
	background:#c7d3f4;
	margin-top: 0px;
	margin-bottom: 0px;
}
.spiffy2{
	border-right:1px solid #C7D3F4;
	border-left:1px solid #C7D3F4;
	padding:0px 1px;
	background:#C7D3F4;
	margin:0px 1px;
}
.spiffy3{
	border-right:1px solid #C7D3F4;
	border-left:1px solid #C7D3F4;
	margin:0px 1px;
}
.spiffy4{
border-right:1px solid #C7D3F4;
border-left:1px solid #C7D3F4;
}
.spiffy5{
border-right:1px solid #c7d3f4;
border-left:1px solid #c7d3f4;
}
.spiffy_content{
padding:0px 5px;
background: #c7d3f4;
} 
.testimonialBlock{
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
}
.testimonials {
	font-style: italic;
	color: #0a36ff;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	background-color: #f7f9f5;
	padding: 10px;
	border-top: medium none #c7d3f4;
	border-right: medium solid #c7d3f4;
	border-bottom: medium none #c7d3f4;
	border-left: medium solid #c7d3f4;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.testimonialAuthor {
	font-weight: bold;
}
.internetImage {
	margin: 3px 3px 0px;
	padding: 3px 3px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
