body
{
	margin: 0; 
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	xxxxline-height: 15px;
	width: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

.page
{
}

a img 
{
	border: none; 
	padding: 0;
	margin: 0;
}

/* LOGO ----------------------------------------------- */

.logo
{
	font-size: 10px;
	/* use padding here or firefox screws up nav_global2 */
	padding: 25px 0px 23px 25px;
}


/* NAV_GLOBAL ------------------------------------------ */



.nav_global
{
	font-size: 10px;
	display: block;
	line-height: 1.1em;  /* LessThanOrEqual to nav_global_t 'top' offset minus nav_global a padding-top */
	font-weight: bold;
	color: #535466;  /* 5C5C61; */
	text-align: left;
	position: absolute;
	top: 22px;
	right: 25px;
}




.nav_global a
{
	padding: 0.2em 60px 6px 8px;
	text-decoration: none;
	color: #3A393E;
	display: block;
	float: left;
	cursor: pointer;  /* for ie */
}

.nav_container
{
	font-size: 10px;	/* this is necessary if we use em spaces for the top offset */
	position: relative;
	width: 100%;
}

.nav_container_inner
{
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 22px;
}

.nav_filler
{
	height: 2.2em;		/* line-height * 2 */
	padding-top: .2em;
	padding-bottom: 6px;
	border-bottom: 1px solid #000000;
	width: 100%;
}

.nav_global a:hover
{
	color: #000000;
}

.nav_global a.nav_global_sel
{
	color: #000000;
	border-bottom: 2px solid #ffffff;  /* this has to be more than 1px or it won't erase the bottom line for different font sizes */
}

.nav_global2 a.nav_global_sel
{
	color: #000000;
}




.nav_global2
{
	font-size: 10px;
	line-height: 1.4em;
	position: absolute;
	right: 25px;
	top: 44px;
	font-weight: bold;
}



.nav_global2 a
{
	display: block;
	float: left;
	text-decoration: none;
	color: #3A393E;
	cursor: pointer;  /* for ie */
	border-left: 1px solid #000000;
	padding: 0px 20px 0px 8px;
}


.nav_divider
{
	font-size: 10px;
	width: 1px;
	background-color: #000000;  /* CACCE0 BDBFD2;  B1B3C6;  ADAFC2;  9DA0B2;*/
	height: 2.2em;		/* line-height * 2 */
	padding-top: .2em;
	padding-bottom: 6px;
}

.nav_dividernew
{
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
}

a.nav_global_sel .nav_divider
{
	background-color: #000000;
}

a:hover .nav_divider
{
	background-color: #000000;
}

.nav_left
{
	float: left;
	display: block;
}

.nav_divider_wrap
{
	text-decoration: none;
	display: block;
	float: left;
}

.nav_global2 .nav_divider
{
	height: 1em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}


.nav_global2 a:hover
{
	color: #000000;
}


.nav_global_image
{
	height: 88px;		/* was 130, image height was 140 */
	margin: 0;
	background-position: 0px 0px; /* leftoff:topoff. these must be here because we include the background-image in the php code */
	overflow: hidden;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}


.nav_global_bar
{
	height: 26px;		/* was 130, image height was 140 */
	margin: 0;
	background-color: #003273;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}




/* if we leave nav_global_b out it will mess up the spacing if we don't use this after : */
.nav_global_end
{
	height: 1px;
	line-height: 1px;
	width: 100%;
}

/* NAV_LOCAL ----------------------------------------------- */


.nav_local
{
	width: 17em;
	float: left;
}

.nav_local_t 
{
	height: 2.25em;
	background-color: #BBC8D9;
	background-repeat: no-repeat;
	background-position: top right;
}

.nav_local ul, .nav_local li
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.nav_local_head 
{
	margin: 2px 0 2px 0;
	padding: 4px 3px 4px 22px;
	background-color: #D9E6F7;
	font-size: 15px;
	line-height: 19px;
	color: #4C5766; /*55616F;*/
}

.nav_local_head_current
{
	margin: 2px 0 2px 0;
	padding: 4px 3px 4px 22px;
	background-color: #E5F2FF;
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	color: #222222;
}

.nav_local_head_link 
{
	margin: 2px 0 2px 0;
	background-color: #E5F2FF;
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	color: #666666;
}


.nav_local_head_link a
{
	display: block;
	color: #666666;
	padding: 4px 3px 4px 22px;
	text-decoration: none;
}

.nav_local_head_link a:hover {
	background-color: #6699CC;
	color: #FFFFFF;
}


.nav_local_current
{
	margin: 2px 0 2px 0;
	background-color: #EFFCFF;
	display: block;
	background-image: url(./images/bullet_black3.gif);
	background-repeat: no-repeat;
	background-position: 23px center;
	color: #000000;
	text-decoration: none;
	padding: 4px 10px 4px 37px;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
}

.nav_local_link 
{
	margin: 2px 0 2px 0;
	background-color: #EFFCFF;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	background-image: url(./images/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: -1000px -1000px;	/* preload image */
}

.nav_local_link a
{
	padding: 4px 10px 4px 37px;
	display: block;
	background-image: url(./images/bullet_blue2.gif);
	background-repeat: no-repeat;
	background-position: 23px center;
	color: #677CC7; /* 74808F;		 #5383B9; */
	text-decoration: none;
}

.nav_local_link a:hover {
	background-color: #D9E6F7;   /* FFCD8C;  D9EAFF  /*D4E5FF; DAEAF5;   E3F4FF;  8093E0; BE5558; FFCB1C   4481D5;   #5374A1;  6699CC*/
}

.nav_local_b  
{
	height: 2.25em;
	background-color: #BBC8D9;
	background-repeat: no-repeat;
	background-position: bottom right;
}


/* CONTENT ----------------------------------------------- */

.content
{
	width: 100%;
	color: #3A4654;
	font-size: 11px;
/*	line-height: 16px; */
	line-height: 15px;
	display: block;
	margin-top: 2px;
}

.content_inner
{
	padding: 15px 25px 35px 25px;
}

.content p
{
	margin: 9px 0 0px 0;
}

.content a
{

}

.content a:hover
{

}

.content_logo
{
	margin: 10px 10px 10px 0px;
	display: block;
}


.content_link
{
	font-size: 11px;
	font-weight: bold;
	margin: 15px 0 5px 0;
	display: block;
}

.content_link a
{
	line-height: 13px;
	text-decoration: none;
	background-image: url(./images/bullet_dkyellow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0px 21px 0px 0px;
	color: #5D6978;
}

.content_link a:hover
{
	text-decoration: underline;
	color: #000000;
}

.content_link_back
{
}

.content_link_back a
{
	line-height: 13px;
	text-decoration: none;
	background-image: url(./images/bullet_dkyellow_back.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 21px;
	color: #6B6B82;
}

.content_link_back a:hover
{
	text-decoration: underline;
	color: #6B6B82;
}

.content_spacer3
{
	width: 3%;
	float: left;
}

.content_spacer6
{
	width: 23px;
	float: left;
}

.content_spacer7
{
	width: 35px;
	float: left;
}

.content_l
{
	width: 34%;
	float: left;
}

.content_r
{
	width: 34%;
	float: left;
}

.content_l_nonav
{
	width: 41%;
	float: left;
}

.content_r_nonav
{
	width: 41%;
	float: left;
}

.content_l_full
{
	width: 550px;
	float: left;
}

.content_line
{
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #000000;
}

.content ul
{
	/* color: #003273; */
	margin-left: 0em;
	padding-left: 0px;
	margin: 9px 0 0 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: square;
}

.content li
{
	xxmargin-left: 0px;
	xxpadding-left: 0px;
	xxcolor: #3A4654;
}

.part
{
	/* border: 1px solid #000000; 
	margin-left: auto;
	margin-right: auto;
	text-align: center; */
}

.form_line
{
	display: block;
	width: 100%;
	margin: 0 0 3px 0; 
}

.form_l_old
{
	width: 13em;
	text-align: right;
	float: left;
	margin-right: 6px;
	display: block;
}

.form_l
{
	text-align: right;
}

.form_required
{
	color:#bb0000;
	font-weight:bold;
	font-size:12px;
}

textarea, input
{
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;	  
	color: #000000; 
}

.textfield
{
	width: 20em;
}

.button
{
	font-size: 13px;
	width: 6em;
}

/*
.head
{
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	color: #515D6B;
	margin-bottom: 15px;
	margin-top: 4px;
}
*/

.head
{
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #000000; /*293340; */
}


.subhead
{
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #000000;		/* per formula: 5698E8 half way: 8584D9 8582E6 8585CC */
	margin-top: 30px;
	margin-bottom: 5px;
}

.subhead_top
{
	font-size: 12px;
	line-height: 16px;	/* should match content line-height */
	font-weight: bold;
	color: #000000; 
	margin-top: 9px;	/* should match content p margin */
	margin-bottom: 5px;
}



/* FOOTER ----------------------------------------------- */

.footer_clear
{
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.footer
{
	font-size: 10px;
	padding: 15px 25px 24px 25px;
	font-size: 10px;
	line-height: 12px;
	color: #7E8A9A;
	display: block;
}

.nav_footer
{
	padding-top: 10px;
	border-top: 1px solid #000000;
	display: block;
}

.nav_footer li
{
	border-left: 1px solid #9DAABA;
	display: inline;
	margin: 0;
}

.nav_footer ul
{
	padding: 0;
	border-left: none;
	margin: 0;
}

.nav_footer li.first
{
	border-left: none;
	padding-left: 0;
}

.nav_footer a
{
	color: #5D6978;  /* 1F5BA3; */ 
	text-decoration: underline;
	padding: 0.1em 0.5em 0.1em 0.5em;
}

.nav_footer li.first a
{
	padding-left: 0px;
}

.nav_footer a:hover
{
	color: #000000;
/*	
	margin-right: -1px;
	margin-left: -1px;
	border-right: 1px solid #9FaBbD;
	border-left: 1px solid #9FaBbD;
*/
}


.nav_footer li.first a:hover
{
	color: #000000;
/*
	padding: 0.1em 0.5em 0.1em 0.5em;
	margin-right: -1px;
	margin-left: -0.5em;
	border-right: 1px solid #9FaBbD;
	border-left: 0px solid #9FaBbD;
*/
}



.company_name
{
	color: #98A5B5;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	padding: 10px 0 0 0;
}

.company_name a
{
	color: #98A5B5;
/*	
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	padding: 19px 0em 0 0; */
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.company_name a:hover
{
	color: #000000;
}

.contact_info 
{
	font-size: 10px;
	line-height: 12px; 
}

.isobadge
{
	height: 81px;
	width: 166px;
	background-color: #FFFFFF;
	/*
	background-image: url(./images/isobadge2_ani.gif);
	background-repeat: no-repeat;
	background-position: top left;
	*/
	float: right;
	display: block;
}



/* ------------------------------------- */

.mapstyle
{
	font-size: 11px; 
	color: #000000; 
	width: 130px;
}


/* ------------------------------------- */


.error
{
	/*width: 75%;  <- this will not allow the box to shrinkwrap, it's always 75% of the window.*/
	float: left;
	clear:both;
	font-size: 11px;
 	font-weight: bold;
	color: #CC0000;
	/* width: 30em; */
	background-color: #FFFFCC;
	border: 1px solid #CCCC00; 
	margin: 1em 0 0em 0;
	padding: 0.7em 1em 0.7em 1em;
}

.error a
{
	color: #CC0000;
}

.error a:hover
{
	color: #FF2222;
}

.errorline
{	
	width: 75%;
/*
	clear:both;
	display: block;
	margin: 1.5em 0 1.5em 0;
	padding: 0.7em 0 0.7em 0;
*/
}


.filtered
{
	visibility: hidden;
	position: absolute;
	height: 0;
	width: 0;
	overflow: hidden;
}


