/* --- Font Size Conversion Table From Base 16px --- */
/* ---  9px = 57% --- */
/* --- 10px = 63% --- */
/* --- 11px = 69% --- */
/* --- 12px = 75% --- */
/* --- 13px = 82% --- */
/* --- 14px = 88% --- */
/* --- 15px = 94% --- */
/* --- 16px = 100% --- */
/* --- 18px = 113% --- */
/* --- 20px = 125% --- */
/* --- 24px = 150% --- */

.style2 {
	font-size: 9px;
}
.breadcrumbs {
	color: #1D3F63;
	font-size: 63%;
}
.searchForm {
	font-size: 63%;
}
.footer {
	text-align: left;
	font-size: 63%;
	color: #737373;
}
.footer a {
	color: #4F98B2;
	text-decoration: none;
}

#primaryContainer {
	text-align: center;
}	

.centerContentArea {
	margin:0 auto;
	text-align:left;
}

.navHolder {
	padding:0; margin:0;
	list-style-type:none;
}

.navHolder li {
	/*display:inline;*/
	padding:0; margin:0;
}

.navHolder ul, .floatLeft {
	float:left;
}

/* ---------- Secondary Navigation ---------- */
#secNav {
  	font-size: 63%;
  	width: 190px;
  	/* IE */
  	height: 250px;
  	/* Mozilla */
  	min-height: 250px;
  	background-color: #E4E9F5;
  	margin: 0px; 
  	padding: 0px;
  	padding-bottom: 15px;
}
/* Safari */
*>#secNav {
	height: auto;
}	
#secNav ul {
  	list-style: none;
  	margin: 0px; 
  	padding: 0px;
  	line-height: 14px;
}
#secNav li {
 	margin: 0px; 
	margin-top:0px; 
	padding: 0px;
}

#secNav a {
 	display: block;
 	/* width: 183; */
 	text-decoration: none;
	padding-left: 7px;
	padding-top: 3px;
 	padding-bottom: 3px;
 	padding-right: 10px;
}
#secNav a:hover, #secNav a:active, #secNav a.active {
  	color: #1D3F63;
  	background: url(/images/_secondary_arrow2.gif);
  	background-repeat: no-repeat;
  	background-position: 98% 50%;
  	text-decoration: none; 
  	background-color: #CAD9EA;
  	/* Netscape 4 */
  	border: none;
}
#secNav ul ul {
	background-color: #F1F3F9;
}
#secNav ul ul a {
	/* width: 164px; */
	padding-left: 16px;
}
#secNav ul ul ul {
	background-color: #FFFFFF;
}
#secNav ul ul ul a {
	/* width: 154px; */
	padding-left: 26px;
}


table.main {
	min-height: 420px;
}

/* CONTACT FORM */
table.contactForm td.label {
	padding: 3px;
	text-align: right;
	vertical-align: top;
	padding-top: 7px;
}
table.contactForm td.field {
	padding: 3px;
	text-align: left;
	padding-bottom: 7px;
	line-height: 25px;
}

span.req {
	color: #CC0000;
}