@charset "utf-8";
/* CSS Document */
/*Reset - Thanks Eric!*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,blockquote:before,blockquote:after {
	content: "";
}

a:active, a:focus {
	outline: 0
}
html, body {
  height: 100%;
}
INPUT,TEXTAREA {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 0px;
	line-height: 0px;
	padding:0;
	margin:0;
}
body {
	background-color:#dddee0;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	border:none;
	text-align:center;
}
#wrapper{
	margin:0px auto;
	padding:0;
	width:962px;
}
#topBar {
	width:962px;
	height:22px;
	background:url(../images/topBar.jpg) no-repeat;
}
#colContainer {
	margin:0px auto;
	padding:0;
	width:942px;
	overflow: hidden; 
}
#colContainer #col1{
	width:4px;
	background:url(../images/border-lt.gif) repeat-y;
	float: left; 
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
}
#colContainer #col2{
	width:932px;
	background-color:#FFFFFF;
	float: left; 
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
}
#colContainer #col3{
	width:4px;
	background:url(../images/border-rt.gif) repeat-y; 
	float: left; 
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
}

#topMenuBar {
	position:relative;
	left:1px;
	width:930px;
	height:29px;
	background:url(../images/topMenuBack.jpg) repeat-x;
}
#topMenuBar #home {
	position:relative;
	float:left;
	left:0px;
	top:0px;
	z-index:2;
	width:184px;
	height:29px;
}
#topMenuBar #about {
	position:relative;
	float:left;
	left:-7px;
	top:0px;
	z-index:1;
	width:133px;
	height:29px;
}
#topMenuBar #contact-btn {
	position:relative;
	float:left;
	left:-14px;
	top:0px;
	z-index:0;
	width:134px;
	height:29px;
}
#topMenuBar #login {
	position:relative;
	float:left;
	left:50px;
	top:4px;
	width:102px;
	height:19px;

}
#topMenuBar #search {
	position:relative;
	float:right;
	left:0px;
	top:5px;
}
#lb1{
	position:relative;
	top:5px;
	left:35px;
	float:left;
}
#lb2{
	position:relative;
	top:5px;
	left:37px;
	float:left;
}
#lb3{
	position:relative;
	top:5px;
	left:39px;
	float:left;
}
#content {
	position:relative;
	float:right;
	background:url(../images/contentBack.jpg) no-repeat;
	height:684px;
	width:508px;
	top:0px;
	right:1px;
}

#aboutlogoArea {
	position:relative;
	float:right;
	background:url(../images/back-internal.jpg) no-repeat top right;
	height:185px;
	width:508px;
	top:0px;
	right:1px;
}
#logo {
	position:relative;
	left:259px;
	top:5px;
	width:157px;
	height:181px;
	background:url(../images/logo.jpg) no-repeat;
}
#content-about {
	position:relative;
	top:36px;
	width:932px;
}
#content-about dt {
	margin:20px 0px 5px 0px;
}
#content-about .fd_results {
	margin:20px 0px 10px 0px;
}

.content {
	margin:10px 30px 0px 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.65em;
	color:#231f20;
}
.content h1 {
	color:#6db33f;
	font-size:1.8em;
	margin:1.2em 0em 0.3em 0em;
}
.content p {
	line-height:1.7em;
	margin-bottom:1.8em;
}
.content em {
	font-style:italic;
}
.content h2 {
	font-weight:bold;
	font-style:italic;
	line-height:1.7em;
	margin-bottom:1.8em;
}
.content #frontMenu {
	color:#01a7ca;
	font-size:1.0em;
	text-transform:uppercase;
	list-style-type:none;
	margin-top:4.5em;
}
.content #frontMenu li a:link{color:#01a7ca;  text-decoration:none;}
.content #frontMenu li a:visited{color:#01a7ca;  text-decoration:none;}
.content #frontMenu li a:active{color:#01a7ca;  text-decoration:none;}
.content #frontMenu li a:hover{color:#01a7ca;  text-decoration:underline;}

.content #frontMenu li {
	display: inline;
	margin-right:1.1em;
}

#contact {
	position:relative;
	top:1px;
	width:410px;
	float:left;
}

/* IE 6 Hack */
/*\*/ * html .contact {	
	margin:0px 0px 0px 20px;
}/**/
html>body .contact {	
	margin:0px 0px 0px 32px;
}
.contact {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.65em;
	color:#231f20;
	text-align:right;
}


.contact p {
	line-height:1.1em;
	margin:0.6em 0em 0.6em 0em;
	text-align:right;
}
.contact h1 {
	color:#000;
	font-size:1.2em;
	margin:1.2em 0em 0em 0em;
	text-align:right;
	text-transform:uppercase;
	font-weight:bold;
}
.contact .green {	
	color:#6db33f;
	font-size:1.1em;
	text-align:right;
}
.contact a:link{color:#01a7ca;  text-decoration:none;}
.contact a:visited{color:#01a7ca;  text-decoration:none;}
.contact a:active{color:#01a7ca;  text-decoration:none;}
.contact a:hover{color:#01a7ca;  text-decoration:underline;}


#contact-form {
	position:relative;
	top:1px;
	width:430px;
	height:645px;
	float:right;
	background-color:#00aace;
}
/* IE 6 Hack */
/*\*/ * html #contact-form {	
	right:20px;
}/**/
html>body #contact-form {	
	right:22px;
}
.contact-form {	
	margin:0px 18px 0px 32px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.65em;
	color:#231f20;
	text-align:right;
}
.contact-form p {
	line-height:1.1em;
	margin:0.6em 0em 0.6em 0em;
	text-align:right;
}
.contact-form h1 {
	color:#000;
	font-size:1.1em;
	text-align:left;
	text-transform:uppercase;
	font-weight:bold;	
	line-height:1.3em;
}
.contact-form #formTable {
	position:relative;
	float:left;
	top:30px;
	left:25px;
}
#contact-bar {
	position:relative;
	left:0px;
	width:859px;
	margin-left:33px;
}
.privacy {	
	margin:0.6em 40px 0.6em 40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.65em;
	color:#231f20;
	text-align:left;
}
.privacy p {
	line-height:1.1em;
	margin:0.6em 0px 0.6em 0px;
	text-align:left;
}
.privacy h1 {
	color:#000;
	font-size:1.2em;
	margin:1.2em 0em 0em 0em;
	text-align:left;
	text-transform:uppercase;
	font-weight:bold;
	line-height:1.2em;
}

#ohis-title {
	margin:20px 0px 20px 40px;
}
.ohis-title {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#425d61;
	font-size:0.75em;
	letter-spacing:0.25em;
}
#ohis-title .title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:1.7em;
	color:#040404;
}
#reptitle {
	position:relative;
	top:20px;
	left:50px;
}
#reptitle .reptitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:1.5em;
	color:#fff;
	letter-spacing:0.05em;
}
#reptitle .repSecTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#fff;
	font-size:0.9em;
	letter-spacing:0.1em;
}
#repBox-comm {
	position:relative;
	top:20px;
	left:65px;
	background:#FFF url(../images/rep-comm-back.jpg) no-repeat top right;
	width:770px; 
	margin:30px 0px 70px 0px;
}
#repBox-emp {
	position:relative;
	top:20px;
	left:65px;
	background:#FFF url(../images/rep-emp-back.jpg) no-repeat top right;
	width:770px; 
	margin:30px 0px 70px 0px;
}
#repBox-pers {
	position:relative;
	top:20px;
	left:65px;
	background:#FFF url(../images/rep-pers-back.jpg) no-repeat top right;
	width:770px; 
	margin:30px 0px 70px 0px;
}

/* IE 6 Hack */
/*\*/ * html #repCard {	
	margin:10px 0px 15px 12px;
}/**/
html>body #repCard {	
	margin:10px 0px 15px 30px;
}
#repCard {
	width:350px;
	position:relative;
	float:left;
}
#repCard #photo {
	width:92px;
	height:115px;
	position:relative;
	float:left;
}
#repCard #text, #repCard #text a {
	width:188px;
	position:relative;
	float:left;
	text-align:right;
}
#repCard .text, #repCard .text a {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:0.9em;
	line-height:1.3em;
}
#repCard .text .name{
	font-weight:bold;
	font-size:1.2em;
}
#repCard-single {
	margin:30px 0px 15px 30px;
	width:350px;
	position:relative;
	float:right;
	text-align:right;
	right:30px;
}
#repCard-single #photo {
	width:92px;
	height:115px;
}
#repCard-single #text, #repCard-single #text a {
	width:188px;
	text-align:right;
	position:relative;
	float:right;
}
#repCard-single .text, #repCard-single .text a {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:0.9em;
	line-height:1.3em;
}
#repCard-single .text .name{
	font-weight:bold;
	font-size:1.2em;
}
#repText {
	margin:30px 90px 50px 20px;
}

#repBox-emp .text .color {
 color:#00a9cc;
}
#repBox-pers .text .color {
 color:#6db43f;
}
#repCard .text .bioLink, #repCard .text .bioLink a{
	text-transform:uppercase;
	font-size:1em;
	line-height:2em;
}
#repCard .text a:link{color:#000;  text-decoration:underline;}
#repCard .text a:visited{color:#000;  text-decoration:underline;}
#repCard .text a:active{color:#000;  text-decoration:underline;}
#repCard .text a:hover{color:#666;  text-decoration:underline;}

#commRepContainer{
	background-color:#484d4e;
	position:relative;
	top:-27px;
	left:1px;
	width:930px;
	padding-bottom:27px;
}
#empRepContainer{
	background-color:#00a9cc;
	position:relative;
	top:-27px;
	left:1px;
	width:930px;
	padding-bottom:27px;
}
#persRepContainer{
	background-color:#6db43f;
	position:relative;
	top:-27px;
	left:1px;
	width:930px;
	padding-bottom:27px;
}
#persCompContainer{
	background-color:#FFF;
	position:relative;
	top:-27px;
	left:1px;
	width:930px;
	padding-bottom:27px;
}
#persCompContainer p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#4a8c20;
	margin:5px 0px 15px 25px;
	line-height:1.2em;
}
#persCompContainer h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#000;
	margin:15px 0px 15px 35px;
	letter-spacing:0.1em;
}
#persCompContainer #compLogo {
	width:250px;
	margin:20px 10px 25px 50px;
	position:relative;
	float:left;
}

#timeStrip {
	margin:0px auto;
	text-align:center;
}
#timeStrip img {
	position:relative; 
	float:left;
	top:10px;
	margin-left:8px;
}
#timeStrip #arrow {
	position:relative;
	top:0px;
}
#captionStrip {
	position:relative;
	width:932px;
	height:124px;
	background:url(../images/timeStrip-barp1.jpg) no-repeat;
}
#captionStrip .tsTxt {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6em;
	color:#000;
	line-height:1.25em;
}
#captionStrip .tsTxt a:link { color:#00a9cc; text-decoration:underline; text-transform:uppercase;}
#captionStrip .tsTxt a:visited { color:#00a9cc; text-decoration:underline; text-transform:uppercase;}
#captionStrip .tsTxt a:active { color:#00a9cc; text-decoration:underline; text-transform:uppercase;}
#captionStrip .tsTxt a:hover { color:#00a9cc; text-decoration:underline; text-transform:uppercase;}

#captionStrip #tsTxt-1 {
	position:relative;
	top:70px;
	left:10px;
	float:left;
	width:250px;
}
#captionStrip #tsTxt-2 {
	position:relative;
	top:70px;
	left:10px;
	float:left;
	width:240px;
}
#captionStrip #tsTxt-3 {
	position:relative;
	top:70px;
	left:20px;
	float:left;
	width:180px;
}
#captionStrip #tsTxt-4 {
	position:relative;
	top:70px;
	left:24px;
	float:left;
	width:180px;
}
#captionStrip #tlMore{
	position:relative;
	float:right;
	top:0px;
	right:0px;
	width:80px;
	height:20px;
}
#captionStrip2 {
	position:relative;
	width:932px;
	height:124px;
	background:url(../images/timeStrip-barp2.jpg) no-repeat;
}
#captionStrip2 .tsTxt {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6em;
	color:#000;
	line-height:1.25em;
}
#captionStrip2 .tsTxt a:link { color:#00a9cc; text-decoration:underline; text-transform:uppercase; text-align:center; line-height:1.25em;}
#captionStrip2 .tsTxt a:visited { color:#00a9cc; text-decoration:underline; text-transform:uppercase; text-align:center; line-height:1.25em;}
#captionStrip2 .tsTxt a:active { color:#00a9cc; text-decoration:underline; text-transform:uppercase; text-align:center; line-height:1.25em;}
#captionStrip2 .tsTxt a:hover { color:#00a9cc; text-decoration:underline; text-transform:uppercase; text-align:center; line-height:1.25em;}

#captionStrip2 #tsTxt-1 {
	position:relative;
	top:70px;
	left:-70px;
	float:left;
	width:190px;
}
#captionStrip2 #tsTxt-2 {
	position:relative;
	top:70px;
	left:-65px;
	float:left;
	width:190px;
}
#captionStrip2 #tsTxt-3 {
	position:relative;
	top:70px;
	left:-20px;
	float:left;
	width:185px;
}
#captionStrip2 #tsTxt-4 {
	position:relative;
	top:70px;
	left:30px;
	float:left;
	width:230px;
}
#captionStrip2 #tlBack{
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:80px;
	height:20px;
}
#map {
	position:relative;
	float:left;
	left:60px;
	top:40px;
	width:337px;
}
#vision {
	position:relative;
	float:right;
	width:430px;
	right:80px;
	top:40px;
}
#vision h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#6db43f;
	font-size:1.2em;
	margin-bottom:10px;
}
#vision ul li {
	list-style-image:url(../images/block.jpg);
	margin:0px 0px 15px 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#000;
	line-height:1.2em;
}
#vas-copy {
	position:relative;
	float:right;
	right:45px;
	width:600px;
}
.vas-copy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#000;
	
}
.vas-copy p {
	margin-bottom:5px;
	letter-spacing:0.05em;
	color:#2a2c2d;
	margin:5px 0px 15px 0px;
	line-height:1.2em;
}
.vas-copy h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#4a8c20;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:5px;
}
.vas-copy a:link { color:#4a8c20; text-decoration:none;}
.vas-copy a:visited { color:#4a8c20; text-decoration:none;}
.vas-copy a:active { color:#4a8c20; text-decoration:none;}
.vas-copy a:hover { color:#4a8c20; text-decoration:underline;}

#na-copy {
	position:relative;
	top:20px;
	margin:0px 45px 20px 45px;
}

.na-copy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#000;
}
#na-copy-heading {
	position:relative;
	float:left;
	left:25px;
	width:600px;
}
.na-copy-heading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	letter-spacing:0.05em;
	color:#2a2c2d;
	line-height:1.2em;
}
.na-copy p {
	margin-bottom:10px;
	line-height:1.1em;
}
.na-copy h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#6fb543;
	text-decoration:underline;
	font-weight:bold;
	margin-bottom:5px;
}
.na-copy img {
	position:relative;
	float:left;
	top:0px;
	left:0px;
}
.na-copy a:link { color:#7c7c7c; text-decoration:none;}
.na-copy a:visited { color:#7c7c7c; text-decoration:none;}
.na-copy a:active { color:#7c7c7c; text-decoration:none;}
.na-copy a:hover { color:#7c7c7c; text-decoration:underline;}

#na-copy #article {
	margin:0px 70px 40px 0px;
}
#na-copy #article #dot-article {
	position:relative;
	float:left;
	top:0px;
	left:0px;
	height:10px;
	width:10px;
	background:url(../images/dot-article.jpg) no-repeat;
}
#na-copy #article #photo {
	margin:0px 10px 0px 25px;
}
#na-copy #article h1 {
	color:#0091a9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	text-decoration:none;
	font-weight:bold;
	margin:0px 0px 15px 25px;	
}
#na-copy #article p {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	text-decoration:none;
	margin:0px 0px 15px 25px;	 
	letter-spacing:0.05em;
	color:#2a2c2d;
	line-height:1.2em;
}
#na-copy #article p a:link { color:#1098ae; text-decoration:underline;}
#na-copy #article p a:visited { color:#1098ae; text-decoration:underline;}
#na-copy #article p a:active { color:#1098ae; text-decoration:underline;}
#na-copy #article p a:hover { color:#0d7586; text-decoration:underline;}

#listItem {
	margin:30px 0px 0px 0px;
	width:932px;
}
#vocab-alhpaBar {
	background:#3e4a50;
	height:24px;
	text-align:center;
}
#vocab-alhpaBar ul {
	display:inline;
	list-style-type:none;	
}
#vocab-alhpaBar ul li {
	margin:0px 10px 0px 10px;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	position:relative;
	top:4px;
}
#vocab-alhpaBar ul li a:link { color:#6db33f; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
#vocab-alhpaBar ul li a:visited { color:#6db33f; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
#vocab-alhpaBar ul li a:active { color:#6db33f; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
#vocab-alhpaBar ul li a:hover { color:#fff; text-decoration:underline; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
#vocab-index{
	position:relative;
	top:10px;
	width:275px;
	height:535px;
	overflow:auto;
	float:left;
	margin-bottom:30px;
	left:1px;
}
#vocab-title{
	position:relative;
	float:right;
	width:600px;
	right:35px;
	top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#000;
	margin:15px 0px 15px 0px;
	letter-spacing:0.15em;
}
#vocab-main {
	position:relative;
	float:right;
	width:600px;
	right:40px;
	top:10px;
	height:400px;
	overflow:auto;
}

#disclaimer {
	position:relative;
	float:right;
	width:600px;
	right:40px;
	top:40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:0.5em;
	color:#000000;
}
/*************************** Main Page Content  COMM ***********************/
#commContainer {
	position:relative;
	top:-27px;
	left:0px;
}
#commContainer #commCol1 {
	position:relative;
	float:left;
	width:400px;
	left:40px;
}
#commContainer #commCol1 p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#2a2c2d;
	margin:5px 0px 15px 25px;
	line-height:1.2em;
}
#commContainer #commCol1 h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#000;
	margin:15px 0px 15px 0px;
	letter-spacing:0.15em;
}
#commContainer #commCol1 h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#2a2c2d;
	margin:20px 0px 0px 25px;
	letter-spacing:0.05em;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1.2em;
}
#commContainer #commCol1 ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#2a2c2d;
	margin:8px 0px 15px 25px;
	line-height:1.2em;
	list-style:url(../images/comm-list.gif);
}
#commContainer #commCol1 ul li{
	margin:5px 20px 15px 0px;
	line-height:1.2em;
}
#commContainer #commCol2 {
	position:relative;
	float:right;
	background-color:#484d4e;
	width:476px;
	right:1px;
}
#commContainer #commCol2 #headerBox {
	width:205px;
	height:39px;
	background:url(../images/comm-headerBox-Back.jpg) #1f2122 no-repeat;
	margin:30px 0px 20px 0px;
}
#commContainer #commCol2 h1 {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#FFF;
	font-size:1.0em;
	margin:20px 0px 20px 0px;
	letter-spacing:0.1em;
}
#commContainer #commCol2 h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	font-size:0.7em;
	margin:0px 0px 20px 15px;
	padding-top:6px;
	line-height:1.15em;
}
#commContainer #commCol2 ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#FFF;
	margin:10px 0px 15px 30px;
	line-height:1.2em;
	list-style:url(../images/dash.gif);
}
#commContainer #commCol2 ul li{
	margin:5px 0px 10px 0px;
	font-weight:bold;
	line-height:1.1em;
}
#commContainer #commCol2 p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#FFF;
	margin:10px 0px 15px 30px;
	font-weight:bold;
	line-height:1.1em;
}
#commContainer #commCol2 #request {
	position:relative;
	float:right;
	top:-8px;
	text-align:right;
}

/********************************************************************/
/*************************** Main Page Content  EMP ***********************/
#empContainer {
	position:relative;
	top:-27px;
	left:0px;
}
#empContainer #empCol1 {
	position:relative;
	float:left;
	width:400px;
	left:40px;
}
#empContainer #empCol1 p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#0a7f98;
	margin:5px 0px 15px 25px;
	line-height:1.2em;
}
#empContainer #empCol1 h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#000;
	margin:15px 0px 15px 0px;
	letter-spacing:0.15em;
}
#empContainer #empCol1 h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#0a7f98;
	margin:20px 0px 0px 25px;
	letter-spacing:0.05em;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1.2em;
}
#empContainer #empCol1 .highlight {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.95em;
	color:#0a7f98;
	margin:20px 0px 0px 0px;
	letter-spacing:0.05em;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1.2em;
}
#empContainer #empCol1 ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#0a7f98;
	margin:8px 0px 15px 25px;
	line-height:1.2em;
	list-style:url(../images/emp-list.gif);
}
#empContainer #empCol1 ul li{
	margin:5px 20px 15px 0px;
	line-height:1.2em;
}

#empContainer #empCol2 {
	position:relative;
	float:right;
	background-color:#00a8cb;
	width:476px;
	right:1px;
}
#empContainer #empCol2 #headerBox {
	width:205px;
	height:39px;
	background:url(../images/emp-headerBox-Back.jpg) #38a2b8 no-repeat;
	margin:30px 0px 20px 0px;
}
#empContainer #empCol2 h1 {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#FFF;
	font-size:1.0em;
	margin:20px 0px 20px 0px;
	letter-spacing:0.1em;
	line-height:1.2em;
	text-transform:capitalize;
}
#empContainer #empCol2 h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	font-size:0.7em;
	margin:0px 0px 20px 15px;
	padding-top:6px;
	line-height:1.15em;
}
#empContainer #empCol2 ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#FFF;
	margin:10px 0px 15px 30px;
	line-height:1.2em;
	list-style:url(../images/dash.gif);
}
#empContainer #empCol2 ul li{
	margin:5px 0px 10px 0px;
	font-weight:bold;
	line-height:1.1em;
}
#empContainer #empCol2 p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#FFF;
	margin:10px 0px 15px 30px;
	font-weight:bold;
	line-height:1.1em;	
}
#empContainer #empCol2 #request {
	position:relative;
	float:right;
	top:-8px;
	text-align:right;
}
/********************************************************************/
/*************************** Main Page Content  PERS ***********************/
#persContainer {
	position:relative;
	top:-27px;
	left:0px;
}
#persContainer #persCol1 {
	position:relative;
	float:left;
	width:400px;
	left:40px;
}
#persContainer #persCol1 p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#4a8c20;
	margin:5px 0px 15px 25px;
	line-height:1.2em;
}
#persContainer #persCol1 h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#000;
	margin:15px 0px 15px 0px;
	letter-spacing:0.15em;
}
#persContainer #persCol1 h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#4a8c20;
	margin:20px 0px 0px 25px;
	letter-spacing:0.05em;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1.2em;
}
#persContainer #persCol1 .highlight {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.95em;
	color:#4a8c20;
	margin:20px 0px 0px 0px;
	letter-spacing:0.05em;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1.2em;
}
#persContainer #persCol1 ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#4a8c20;
	margin:8px 0px 15px 25px;
	line-height:1.2em;
	list-style:url(../images/pers-list.gif);
}
#persContainer #persCol1 ul li{
	margin:5px 20px 15px 0px;
	line-height:1.2em;
}

#persContainer #persCol2 {
	position:relative;
	float:right;
	background-color:#6db43f;
	width:476px;
	right:1px;
}
#persContainer #persCol2 #headerBox {
	width:205px;
	height:39px;
	background:url(../images/pers-headerBox-Back.jpg) #38a2b8 no-repeat;
	margin:30px 0px 20px 0px;
}
#persContainer #persCol2 h1 {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#FFF;
	font-size:1.0em;
	margin:20px 0px 20px 0px;
	letter-spacing:0.1em;
}
#persContainer #persCol2 h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	font-size:0.7em;
	margin:0px 0px 20px 12px;
	padding-top:6px;
	line-height:1.15em;
}
#persContainer #persCol2 ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#FFF;
	margin:10px 0px 15px 30px;
	line-height:1.2em;
	list-style:url(../images/dash.gif);
}
#persContainer #persCol2 ul li{
	margin:5px 0px 10px 0px;
	font-weight:bold;
	line-height:1.1em;
}
#persContainer #persCol2 p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#FFF;
	margin:10px 0px 15px 30px;
	font-weight:bold;
	line-height:1.1em;
}
#persContainer #persCol2 #request {
	position:relative;
	float:right;
	top:-8px;
	text-align:right;
}
/********************************************************************/
#photoBlock {
	position:relative;
	top:0px;
}
#photoBlock #vocab{
	position:relative;
	float:right;
	right:30px;
}
#photoBlock #imgs{
	position:relative;
	top:10px;
}
#photoBlock #imgs img{ margin:6px; }

/************************** SEC NAV ********************************/
#secNav-about {
	position:relative;
	left:0px;
	top:0px;
	background:url(../images/backSecNav-about.jpg) no-repeat;
	width:932px;
	height:23px;
}
#secNav-about #his{
	position:relative;
	top:0px;
	left:171px;
	float:left;
	z-index:5;
}
#secNav-about #vas{
	position:relative;
	top:0px;
	left:161px;
	float:left;
	z-index:4;
}
#secNav-about #pa{
	position:relative;
	top:0px;
	left:150px;
	float:left;
	z-index:3;
}
#secNav-about #na{
	position:relative;
	top:0px;
	left:138px;
	float:left;
	z-index:2;
}
#secNav-about #ca{
	position:relative;
	top:0px;
	left:128px;
	float:left;
	z-index:1;
}
#secNav-comm {
	position:relative;
	left:0px;
	top:-28px;
	background:url(../images/backSecNav-comm.jpg) no-repeat;
	width:932px;
	height:23px;
}
#secNav-comm #comm{
	position:relative;
	top:0px;
	left:37px;
	float:left;
	z-index:5;
}
#secNav-comm #rep{
	position:relative;
	top:0px;
	left:26px;
	float:left;
	z-index:4;
}
#secNav-comm #con{
	position:relative;
	top:0px;
	left:15px;
	float:left;
	z-index:3;
}
#secNav-emp {
	position:relative;
	left:0px;
	top:-28px;
	background:url(../images/backSecNav-emp.jpg) no-repeat;
	width:932px;
	height:23px;
}
#secNav-emp #emp{
	position:relative;
	top:0px;
	left:165px;
	float:left;
	z-index:5;
}
#secNav-emp #individual{
	position:relative;
	top:0px;
	left:154px;
	float:left;
	z-index:4;
}
#secNav-emp #rep{
	position:relative;
	top:0px;
	left:143px;
	float:left;
	z-index:3;
}
#secNav-emp #con{
	position:relative;
	top:0px;
	left:131px;
	float:left;
	z-index:2;
}
#secNav-pers {
	position:relative;
	left:0px;
	top:-28px;
	background:url(../images/backSecNav-pers.jpg) no-repeat;
	width:932px;
	height:23px;
}
#secNav-pers #pers{
	position:relative;
	top:0px;
	left:294px;
	float:left;
	z-index:5;
}
#secNav-pers #rep{
	position:relative;
	top:0px;
	left:283px;
	float:left;
	z-index:4;
}
#secNav-pers #comp{
	position:relative;
	top:0px;
	left:271px;
	float:left;
	z-index:3;
}
#secNav-pers #con{
	position:relative;
	top:0px;
	left:259px;
	float:left;
	z-index:2;
}
/********************************************************************************/
#footer {
	position:relative;
	top:1px;
	left:0px;
	width:932px;
	height:66px;
	background:url(../images/footBack.jpg) no-repeat;
}
#footer #text {
	position:relative;
	float:left;
	top:28px;
	left:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:0.55em;
}
#footer #text a:link { color:#FFF; text-decoration:underline;}
#footer #text a:visited { color:#FFF; text-decoration:underline;}
#footer #text a:active { color:#FFF; text-decoration:underline;}
#footer #text a:hover { color:#FFF; text-decoration:underline;}

#footer #l1 {
	position:relative;
	float:right;
}
#footer #l2 {
	position:relative;
	float:right;
}
#footer #l3 {
	position:relative;
	float:right;
}
#footer #l4 {
	position:relative;
	float:right;
}
#botBar {
	width:962px;
	height:3px;
	background:url(../images/botBar.gif) no-repeat;
}

#byline {
	margin:5px auto;
	width:930px;
	text-align:right;
}
.byline {
	color:#7c7c7c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6em;
}
.byline a:link { color:#7c7c7c; text-decoration:none;}
.byline a:visited { color:#7c7c7c; text-decoration:none;}
.byline a:active { color:#7c7c7c; text-decoration:none;}
.byline a:hover { color:#7c7c7c; text-decoration:underline;}

.byline p {
	text-align:right;
	margin-top:5px;
}
