@charset "utf-8";

body  {
	font: 100% Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	line-height: 15px;
}
/*a {color: #597fb2; text-decoration: underline;}
a:link {color: #597fb2; text-decoration: underline;}
a:visited{color: #597fb2; text-decoration: underline;}
a:hover {color: #597fb2; text-decoration: none;}*/
.thrColAbsHdr #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width:1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColAbsHdr #header { 
	height: 110px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background-image:url(/images/mb/mbHeader1.gif);
	margin-top: 0;
} 
.menuFormat 
{
    padding-top: 80px;
    margin-left: 15px;
}
.mm_bk 
{
    background-image:url(/images/mb/mm_bk.gif);
}
.mbLogo
{
    position: absolute;
    top: 20px;
    left: 20px;
}
.subMenuSelected 
{
    background-color: #e8e8e8;
    font-weight: bold;
}
.partners_bk 
{
    width: 570px;
    background-image:url(/images/mb/map.gif);
}
.headerSubMenu
{
     color: #FFFFFF;
     width: 125px;
     position: absolute;
     z-index: 1;
     top: 35px;
     left: 810px;
     height: 8px;
}
.headerSubMenu ul 
    {
        margin-top: 0px;
    list-style: none;
    }
.headerSubMenu li 
    {
    background: url(/images/mb/arrow.gif) no-repeat left center;
    padding: 0px 0 2px 9px;
    }
.headerSubMenu a  { font-size: 11px; font-weight: bold;}
.headerSubMenu a:link { text-decoration: underline;  color: #FFFFFF;}
.headerSubMenu a:visited { text-decoration: underline; color: #FFFFFF;}
.headerSubMenu a:hover { text-decoration: none; color: #ed7531;}

.headerLogin
{
    color: White;
    margin-top: 50px;
    position: absolute;
    z-index: 2;
    width: 200px;
    text-align: right;
    left:800px;
}
.headerLogin ul 
    {
    list-style: none;
    margin: 5px;
    }
.headerLogin li 
{
    display: inline;
    background: url(/images/mb/arrow.gif) no-repeat left center;
    padding: 0px 0 2px 9px;
}
.headerLogin a {font-size: 11px; font-weight: bold;}
.headerLogin a:link  {text-decoration: underline;  color: #FFFFFF;}
.headerLogin a:visited  {text-decoration: underline; color: #FFFFFF;}
.headerLogin a:hover {text-decoration: none; color: #ed7531;}

.menuBK 
{ 
  border-right: solid 1px #dcdcdb;
  
}
.menuBlock a
{ display: block;}
.menuHover 
{
   
     
}
.menuHover a 
{
    color: #FFFFFF;
}
.menuBK a 
{
    display: block;
    text-align: center;
    border: solid 1px #FFFFFF;
}
   
/********************************************Sub page styles */
.thrColAbsHdr #containerSub { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width:1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
.thrColAbsHdr #sidebar1Sub {
	
	float: left;
	margin: 0px;
	height: 200px;
	width: 100px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #FFFFFF;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 22px 5px 15px 10px; /* padding keeps the content of the div away from the edges */

}
.sideBarSubImage 
{
    margin-bottom: 5px;
}
.breadcrumb 
{
    font-size: 10px;
    color: #7C6F57;    
}
.thrColAbsHdr #sidebar2Sub {
	float: right;
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #FFFFFF;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px; /* padding keeps the content of the div away from the edges */

}
.thrColAbsHdr #SubPageContent
{
    margin: 0px 200px 0px 190px; /*the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
    padding: 0px;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #CCCCCC;
}
/********************************************** End sub page styles*/


.thrColAbsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColAbsHdr #sidebar1 {
	
	float: left;
	height: 300px;
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #FFFFFF;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

.thrColAbsHdr #sidebar2 {
	margin-top: 10px;	
	float: right;
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #FFFFFF;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

.thrColAbsHdr #mainContent { 
	/*margin: 0 220px;  the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	/*padding: 0 10px;  remember that padding is the space inside the div box and margin is the space outside the div box */
}

.thrColAbsHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background-image:url(/images/mb/footerbk.jpg);
    height: 200px;
    color: #7C6F57;
    font-size: 11px;
	clear: both;
} 
.thrColAbsHdr #footer a:link {color: #7C6F57; font-size: 11px;}
.thrColAbsHdr #footer a:visited {color: #7C6F57; font-size: 11px;}
.thrColAbsHdr #footer a:hover { color: #ed7531; font-size: 11px; text-decoration: none;}
.thrColAbsHdr #footer p 
{

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.flashHeader 
{   margin-top: 4px;
    background-image:url(/images/mb/flash_headerbk.gif);
    background-repeat: no-repeat;
    border-top: solid 5px #DFE3E4;
    border-left: solid 5px #DFE3E4;
    border-right: solid 5px #DFE3E4;
    height: 172px;
    padding: 5px;
}
.rssLink
{
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    color: #067ab4; 
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.rssLink h4 {
     margin: 0px;
     padding: 0px;
}
.rssLink p {
     padding: 0px;
     margin-top: 2px;
}
.rssLink li {
     margin-bottom: 0px;
     padding: 0px;
}
.rssLink:hover { text-decoration: underline;}
.rssLink a:link{ text-decoration: none; font-size: 12px; color: #333333;}   
.rssLink a:visited{ text-decoration: none; font-size: 12px; color: #333333;}  
hr 
{
    color: #F0f0f0;
background-color: #f00;
height: 2px;
    
    }
   
.homeTeaser 
{
    color: #7C6F57;
    text-align: center;
    font-family: Tahoma;
    padding-left: 20px;
}   
.homeTeaser h1
{
    font-family: Tahoma;
    font-size: 20px;
    
}
.homeTeaser h3 
{
    font-size: 14px;
        
}
.homeTeaser ul 
{
    list-style: none;
    margin: 5px;
    text-align: left;
}
.homeTeaser li 
{
    display: block;
    background: url(/images/mb/arrow_orange.gif) no-repeat left center; 
    padding: 0 0 0 10px;  
    font-size: 12px; 
}
.teaserConactUs 
{
    text-align: center;
    font-size: 14px;
    color: #7C6F57;
    width: 400px;
    padding-left: 80px;
    margin: 0px;
}
.teaserConactUs a {}
.teaserConactUs a:link  {text-decoration: underline;  color: #7C6F57;}
.teaserConactUs a:visited  {text-decoration: underline; color: #7C6F57;}
.teaserConactUs a:hover {text-decoration: none; color: #ed7531;}



#healthcare img{ padding: 10px;}
#healthcare h3  
{
    font-size: 14px;
    margin-top: 0; 
    margin-bottom: 0;
    padding: .2em;
}

/************* Partners CSS *************/
.headerPartners 
{
    border-top: dotted 1px #CCCCCC;
    border-bottom: dotted 1px #CCCCCC;
    padding: 10px;
    background-image:url(/images/mb/map.gif);
    height: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
    
}
.headerPartners h1 
{
    margin-top: 20px;
    font-size: 26px;
    color: #E77036;
    font-family: Trebuchet MS;
}
.partners 
{
  
}
.partnerImage {
   
   float:left;
    
}
.partnerText {
   
   float:right;
   width: 310px;
}

/***************************** Home page ****************************/
.headerHome 
{
    border-top: dotted 1px #CCCCCC;
    border-bottom: dotted 1px #CCCCCC;
    padding: 10px;
    height: 60px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 670px;
    
}
.headerHome h1 
{
    margin-top: 20px;
    font-size: 26px;
    color: #E77036;
    font-family: Trebuchet MS;
}
.watermark 
{
    color: #999999;
    
    }
.required
{ color: Red;}

#nav {
list-style: none;
text-align: left;
margin: 0px;
list-style: none;
padding: 0px;
}

.level2 {
width: 160px;
border-bottom: solid 1px #CCCCCC;
margin-top: 2px;
margin-bottom: 2px;
margin-left: 0px;
}
#nav a:link {
text-decoration: none;
color: #7c6f57;
}
#nav a:visited {
text-decoration: none;
color: #7c6f57;
}
#nav a:hover{
text-decoration: none;
color: #e77036;
}
.level2selected {
width: 160px;
background-color: #e8e8e8;
border-bottom: dotted 1px #333333;
margin-top: 2px;
margin-bottom: 2px;
}

/***************** Breadcrumbs ****************/

#crumbs {
	height:2.3em;
	border:1px solid #dedede;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 2px;
	list-style-type:none;
	padding: 0px;
	}
#crumbs li {
	float:left;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
	}		
#crumbs li a {
	background:url(/images/mb/crumbs.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
	}							
#crumbs li a:link,
#crumbs li a:visited {
	color:#777;
	text-decoration:none;
	}	
a:link, a:visited,	
#crumbs li a:hover,
#crumbs li a:focus {
	color:#e77036;
	}		
td {
font-size: 12px;
}
.mbPromo {
position: absolute;
left: 400px;
}

















































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.font9px {
font-size: 9px;
}

.font10 {
font-size: 10px;
}

h2 {
margin: 0px;
font-size: 14px;
text-align: left;
font-weight: normal;
}

h1 {
margin: 0px;
font-size: 16px;
text-align: left;
font-weight: normal;
}

