/* position_center */
*				{ margin:0; padding:0; }
html, body		{ height:100%; }
body			{ text-align:center; /* horizontal centering for IE Win quirks */ }
#distance	{ width:1px; height:0%; margin-bottom:-340px; /* half of container's height */ float:left; }
#outer		{ margin:0 auto; position:relative; /* puts container in front of distance */ text-align:left; width:842px;clear:left;background-color:#fff; }
/* /position_center */


#topContent {height:130px;float:left;margin-top:5px;width:100%;}

.hlLogo img{margin:20px 0 0 0;}


#nav {width:950px;float:left;margin:0 0 20px 0;font-size:0.8em;} 
#nav ul {float:left;margin:15px 0 0 0;width:950px;}
#nav ul li.first {padding:0 10px 0 0;}
#nav ul li {float:left;color:#231f20;padding:0 10px 0 10px;border-right:1px solid #666}


#nav ul li a {color:#231f20;text-decoration:none;font-weight:bold}
#nav ul li a:hover {color:#26913c;text-decoration:none;font-weight:bold}
#nav ul li a.on {color:#26913c;text-decoration:none;font-weight:bold}


.divider {border-bottom:3px solid #26913c;line-height:1px;clear:both;}

ul {
	list-style: none;
}


#footerInfo {margin:10px 0 0 0}
#copy {float:right;font-size:9px;color:#231f20;}



body {
  font-family: Arial, Verdana;
  color: #26913c;
}

table {
  border-collapse: collapse;
}

.label {
  font-size: .8em;
}

.textbox {
	font-size: .75em;
  height: 1.05em;
}

.smalltextbox {
	font-size: .75em;
  height: 1.05em;
  width: 20px;  
}

.multilinetextbox {
  width: 188px;
  height: 80px;  
}

.largemultilinetextbox {
  width: 350px;
  height: 150px;  
}

.longmultilinetextbox {
  width: 350px;
  height: 75px;  
}

.longtextbox {
  font-size: .75em;
  height: 1.05em;
  width: 180px;
}

.dropdownlist {
  font-size: .7em;
  color: #5C5C5C;
}

.fwdropdownlist {
  font-size: .7em;
  font-family: Courier New;
}

.button {
	font-size: .7em;
	height: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}

.rightbutton {
	font-size: .7em;
	height: 20px;
	font-weight: bold;
  float: right;
}

.menuItem {
  color: #fff;
}

.menuItem a {
  cursor: pointer;  
}

.menuItem #left{
  width: 5px;
  display: inline;
  background: url(images/blue_tab_left.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

.menuItem #mid {
  display: inline;
  background: url(images/blue_tab_middle.gif) repeat-x;
  height: 30px;
  position: relative;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.menuItem #mid #text {
  position: relative;
  top: 5px;
  color: #FFF;
}

.menuItem #right {
  width: 5px;
  display: inline;
  background: url(images/blue_tab_right.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

.menuItemSelected {
  color: #fff;
}

.menuItemSelected a {
  cursor: pointer;  
}

.menuItemSelected #left {
  width: 5px;
  display: inline;
  background: url(images/lightblue_tab_left.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

.menuItemSelected #mid {
  display: inline;
  background: url(images/lightblue_tab_middle.gif) repeat-x;
  height: 30px;
  position: relative;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.menuItemSelected #right {
  width: 5px;
  display: inline;
  background: url(images/lightblue_tab_right.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

#allContent {
	width: 961px;
	margin: 0px auto;
}

#headerRegion {
  margin-bottom: 15px;  
}

#mainContentRegion {
  display: block; 
  clear: both;
}

.sectionHeader {
  border-bottom: 1px solid rgb(235, 235, 235);
  color: #024A76;
  font-size: .9em;
  padding-bottom: 5px;
  font-weight: bold;
}

.navigationRule {
  border: 2px solid #024A76;
  position: relative;
  top: -8px; 
}

.defaultTable {
  width: 99%;  
}

.verticalalign img {
  vertical-align: middle;
}

.verticalalign span {
  vertical-align: top;
}

.showAll {
  float: right;
}


.modalbutton {
	font-size: .7em;
	height: 20px;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	float: right;
}

hr {
  border-bottom: 1px solid #CCC;
  color: #FFF;  
}

a:link {
  color: #26913c;
  text-decoration: none;
}

a:visited {
  color: #26913c;
  text-decoration: none;
}

.smallleft {
  float: left;
}

.smallright {
  float: right;  
}

#footer {
  text-decoration: none;
  font-size: .7em;
  color: #26913c;
}

#footer a {
}

#footer a:visited {
  color: #26913c;
}

#footer a:hover {
  color: #26913c;
}