@charset "UTF-8";
/* CSS Document */


* {
	font-family: Arial, Helvetica, sans-serif;
	}

body {
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #E6E6E6;
	}
	
h1 {  				/* PAGE TITLES */
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing:0.01em;
	display: table-cell;	/* FIX TO VERTICALLY CENTER TEXT */
	vertical-align: middle;
	#line-height: 64px;
	#position: absolute;
	padding: 0 0 0 12px;
	}
	
h2 {   				/*  GRAY HEADLINES */
	color: #6D6E70;
	font-size: 1.05em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
h3 {				/*  INDEX PAGE WHITE  */
	color: #FFFFFF;
	font-size: 1.07em;
	font-weight: normal;
	letter-spacing:0.03em;
	margin: 0;
	padding: 10px 0 0 0;
	}

h4 {   				/* INDEX PAGE BLUE  */
	color: #445AB7;
	font-size: 1.05em;
	font-weight: bold;
	margin: 0;
	padding: 22px 0 20px 0;
	}
	
	
h5 {   				/* SIDEBAR TITLES  */
	color: #6D6E70;
	font-size: 0.8em;
	font-weight: bold;
	margin: 12px 0 12px 0;
	padding: 0;
	text-transform: uppercase;
	}
	
h5 a {   				/* SIDEBAR TITLES  */
	color: #6D6E70;
	}
	
h6 {   				/* BIO PAGE NAME  */
	color: #6D6E70;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
	}
	
p {
	color: #6D6E70;
	font-size: 0.8em;
	font-weight: normal;
	margin: 0;
	padding: 0 24px 11px 0;
	line-height: 1.5em;
	}
	
a {
	color: #445AB7;
	text-decoration:none;
	font-weight: bold;
	}
	
.textlink {				/* FOR LISTALL EMPLOYEE PAGES */
	background: transparent;
	border: 0;
	cursor: pointer;
	}
	
#wrapper {
	margin: 0 auto;
	width: 841px;
	}
	
#wrapHeader {
	background:url(images/shadow_top.png) center no-repeat;
	}
	
#wrapMiddle {
	background:url(images/shadow_middle.png) center repeat-y;
	}
	
#wrapFooter {
	background:url(images/shadow_footer_crop.png) center no-repeat;
	}
	
#container {
	width: 813px;
	margin: 0 0 0 14px; 
	}

#topNav {
	float: right;
	}
	
#topNav ul {
	padding: 10px 24px 0 0;
	margin: 0;
	float: left;
	}
	
#topNav ul li {
	float: left;
	position: relative;
	list-style-type:none;
	color: #445AB7;
	font-size: 0.74em;
	font-weight:bold;
	margin: 0 4px;
	/*letter-spacing: -0.04em;  */
	}
	
#topNav ul li ul {		/* MAIN DROPDOWN SUB MENU */
	display: none;
	border:none;
	position: absolute;
	left: 2px;
	top: 1.2em;
	text-align:left;
	background-color: #FFFFFF;
	margin: 0 0 0 -4px;
	padding: 2px 0 4px 0;
	width: 100%;
	}
	
#topNav ul li ul li {
	clear: both;
	font-size: 0.90em;
	padding: 0;
	margin:4px 0 4px 4px;
	width: 100%;
	}

#topNav li a {
	text-decoration:none;
	color: #445AB7;
	}

#topNav li a:hover {
	color: #6D6E70;
	}

#topNav ul li #menu1 {	/* INDIVIDUAL DROPDOWN SUB MENUS */
	width: 59px;
	background-color: #FFFFFF;
	white-space:inherit;
	}

#topNav ul li #menu2 {
	width: 120px;
	background-color: #FFFFFF;
	white-space:inherit;
	}

#topNav ul li #menu3 {
	width: 110px;
	background-color: #FFFFFF;
	white-space:inherit;
	}
	
#topNav ul li #menu4 {
	width: 146px;
	background-color: #FFFFFF;
	white-space:inherit;
	}
	
#topNav ul li #menu5 {
	width: 124px;
	background-color: #FFFFFF;
	white-space:inherit;
	margin-left: -58px;
	}


#topNav ul li:hover ul {
	display: inline;
}

#topNav ul li ul li:hover {
	color: #6D6E70;
	}
	
#topNav ul .subsubmenu {
	display: block;
	position: relative;
	left: 2px;
	top: -0.4em;
	}
	
#topNav ul .subsubmenu li {
	margin:2px 0 2px 10px;
}

#topNav ul .subsubmenu li a {
	font-weight: normal;
}

	
.topNavMarker {
	color: #999999;
	padding: 0 2px;
	}
	
#logoBar img {
	margin: 14px 0 39px 54px;
	}
	
#searchbar {
	float: right;
	margin-right: 24px;
	margin-bottom: 20px;
	margin-top: -20px;
	}
		
#masthead1 {
	width: 240px;
	height: 64px;
	margin: 0 17px 0 0;
	background-color: #A7BA30;
	float: left;
	display:inline;
	}	
	
#masthead2 {
	width: 432px;
	height: 64px;
	margin: 0 0 0 0;
	background-color: #445AB7;
	float: left;
	display:table; /* FIX TO VERTICALLY CENTER TEXT */
	}	
	
#masthead3 {
	width: 100px;
	height: 64px;
	margin: 0 0 0 0;
	background-color: #FFFFFF;
	float: left;
	display:inline;
	}	
	
#masthead4 {
	width: 24px;
	height: 64px;
	margin: 0 0 0 0;
	background-color: #445AB7;
	float: left;
	display:inline;
	}	
	
#sidebar {
	display:inline;  /* Fix IE6 margin bug */
	float: left;
	width: 179px;
	margin: 18px 17px 0 57px;
	padding: 0 10px 0 0;
	}

#sidebar p {
	font-size: 0.8em;
	line-height: 1.16em;
	letter-spacing: -0.01em;
	padding: 0 0 15px 0;
	color: #445AB7;
	}

#sidebar a:hover {
	color: #6D6E70;
	}
	
#sidebar ul {
	list-style-type:none;
	margin: 0;
	padding: 0 0 20px 0;
	color: #445AB7;
	}
	
#sidebar ul .menu {
	font-size: 0.7em;
	font-weight: bold;
	padding: 2px 0 2px 0;
	border-top: 1px dotted #6D6E70;
	border-bottom: 1px dotted #6D6E70;
} 
	
#sidebar ul .nosubmenu {
	margin-bottom: 10px;
	border-bottom: none;
	}

#sidebar ul li {
	#display: inline-block;  /*IE Spacing Bug Fix*/
	}

#sidebar ul li .subsubmenu {
	margin: 0 0 20px 0;
	padding: 0;
	}	

	
#sidebar ul li .subsubmenu li {
	font-size: 0.7em;
	margin: 0 0 0 6px;
	line-height: 1.5em;
	border: none;
	#display: inline-block;  /*IE Spacing Bug Fix*/
	}
		
#sidebar ul .subsubmenu li a {
	font-weight: bold;
	}

#content_searchresults {
	width: 735px;
	margin: 50px 0 0 50px;
	padding: 30px 0 0 0; 
	}	
	
#content {
	float:left;
	width: 550px;
	margin: 0 0 0 0px;
	padding: 30px 0 0 0; 
	}	
	
#content ul {
	padding: 0;
	margin: 0 24px 11px 30px;
	}
	
#content li {
	color: #6D6E70;
	font-size: 0.8em;
	font-weight: normal;
	
	line-height: 1.5em;
	}
	
#footer {
	width: 813px;
	height: 22px;
	margin-left: 0px;
	background-color: #6D6E70;
	position: relative;
	}
	
#footerNav ul {
	margin: 0 0 0 0;
	padding: 6px 0 0 57px;
	float: left;
	}
	
#footerNav ul li {
	display:inline;
	list-style-type:none;
	color: #FFFFFF;
	font-size: 0.70em;
	}
	
.footerNavMarker {
	color: #FFFFFF;
	padding: 0 2px;
	}

#footerNav p {
	float: right;
	color: #FFFFFF;
	font-size: 0.70em;
	margin: 0 0 0 0;
	padding: 6px 24px 0 0;
	}
	
#footer a {
	color: #FFFFFF;
	font-weight: normal;
	}
	
.hiddenlink {
	border: 1px solid #999999;
	font-size: 8px;
	padding: 0 4px 0 4px;
	position: absolute;
	top: 8px;
	right: 4px;
	}

.hrWhite {
	clear: both;
	color: #FFFFFF;
	height: 3px;
	#font-size: 3px !important; /*IE Spacing Bug Fix*/
	}
	
.hrPageExtend {
	clear: both;
	color: #FFFFFF;
	height: 100px;
	#font-size: 100px !important; /*IE Spacing Bug Fix*/
	}
	
.hrGray {
	clear: both;
	background-color: #999999;
	width: 813px;
	height: 8px;
	margin-left: 0px;
	#font-size: 8px !important; /*IE Spacing Bug Fix*/
	}
	
.hrThinGray {
	background-color: #999999;
	height: 1px;
	#font-size: 1px !important; /*IE Spacing Bug Fix*/
	width: 94% !important;
	}
	
.hrThinGray2 {
	background-color: #BABABA;
	height: 1px;
	#font-size: 1px !important; /*IE Spacing Bug Fix*/
	width: 82% !important;
	margin-bottom: 8px;
	}
	
	
.hrThinBlue {
	background-color: #445AB7;
	height: 1px;
	#font-size: 1px !important; /*IE Spacing Bug Fix*/
	width: 82% !important;
	margin-bottom: 2px;
	}
	
.hrBlue {
	clear: both;
	background-color: #445AB7;
	width: 813px;
	height: 12px;
	margin-left: 0px;
	#font-size: 12px !important; /*IE Spacing Bug Fix*/
	}
	



/* SPAN FORMATTING */	
.white {
	color: #FFFFFF;
	}
.hsmall {
	font-size: 0.85em;
	letter-spacing: 0.02em;
	}


/* SPECIAL FONT FORMATTING */

.pSmallWhite {
	font-size: 0.58em;
	color: #FFFFFF;
	text-align:right;
	line-height: 0.90em;
	}
	
	
/* INDEX PAGE FORMATTING */

#upperContent {
	width: 760px;
	color: #999999;
	}
	
#upperContent img {
	margin: 0 16px 0 0;
	float: left;
	}
	
#upperContent .text {
	margin-left: 396px;
	}
	
#lowerContent {
	width: 757px;
	padding: 0 0 0 56px;
	height: 148px;
	background-color: #999999;
	color: #FFFFFF;
	}
	
.lowerContentLeft {
	float: left;
	padding: 16px 0 0 0;
	}

.lowerContentRight {
	float: right;
	padding: 30px 0 0 0;
	}
	
.lowerContentRight p {
	line-height: 0.3em;
	}
	

/* BBCODE EDITOR STYLES */
/*
.editor {
	font-family: verdana, arial, sans-serif;
	font-size:13px;

}
*/
.bbcodebutton {
border: 1px solid #ccc;
margin: 1px;
padding: 2px;
}

.bbcodebutton:hover {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-moz-opacity: 0.6;
}

.bbcode {
width: 560px;
height: 250px;
}






#sidebar ul ul .subsubmenu {
	margin:0;
	padding:0;
	}

.AccordionContainer
{
  border: none;
  margin: 0;
  padding: 4px 0 0 0;
}

li.AccordionTitle
{
  overflow:visible;
  cursor:pointer;
  display:block;
  background:#FFFFFF;
  font-weight:normal !important;
  font-size: 1.0em !important;
  color: #445AB7;
  padding-bottom: 0px;
  -moz-user-select:none;
}

.AccordionTitle:hover
{
	text-decoration: none;
	color: #6D6E70;
}

.AccordionContent
{
  height:20px;
  width:160px;
  overflow:hidden;
  display:none;
  padding: 0;
  margin: 0 0 0 4px;
  font-size: 1.2em !important;
  border-top: 1px dotted #445AB7;

}

.AccordionContent_
{
	height: auto;
	}
	
.subsubsubmenu {
	margin-top:-4px !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	}

.subsubsubmenu li {
	margin:2px 0 0 16px;
}
