@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.thrColFixHdr #container {
	width: 958px;
	margin: 0 auto;
	text-align: left;
	background-color: #333;
} 
.thrColFixHdr #drop {
	background-image: url(clients/mb7/images/bg-drop2.png);
	width: 998px;
	margin-right: auto;
	margin-left: auto;
}

.thrColFixHdr #header {
	vertical-align: top;
	width: 958px;
	padding: 0;
	height: 51px;
	background-image: url(clients/mb7/images/bg-header.jpg);
	text-align: right;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.thrColFixHdr #drop #container #homeflash {
	vertical-align: text-top;
	height: 346px;
}

.thrColFixHdr #drop #container #homebottom {
	background-image: url(images/bg-bottom2.png);
	background-repeat: no-repeat;
	background-color: #333;
}
.para2 {
	color: #CCC;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 16px;
}

.thrColFixHdr #drop #container #homebottom #hbcenter {
	width: 285px;
	padding-right: 25px;
	float: right;
	padding-top: 60px;
}
.thrColFixHdr #drop #container #homebottom #hbleft {
	width: 190px;
	padding-left: 90px;
	padding-top: 30px;
	vertical-align: text-top;
	display: inherit;
}


.thrColFixHdr #drop #container #homebottom #hbright {
	width: 290px;
	float: right;
	padding-top: 60px;
	padding-right: 30px;
}
.hbform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	height: auto;
}
.thrColFixHdr #drop #container #homebottom #hbleft #hbleftsocial {
	color: #FFF;
	height: 200px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: text-top;
	margin: 0px;
	padding: 0px;
}

.thrColFixHdr #drop #container #homebottom #hbleft #hblefticon {
	font-size: 10px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	vertical-align: text-top;
}

.thrColFixHdr #drop #container #homebottom #hbleft #homeform label #button {
	height: 20px;
	width: 50px;
}



.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent { 
	margin: 0 200px; /* 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. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer {
	background-color: #333;
	padding-top: 0;
	padding-right: 55px;
	padding-bottom: 0;
	padding-left: 55px;
	color: #999;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	float: right;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.h1  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #600;
	font-variant: normal;
	font-style: normal;
}
.h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #069;
	line-height: 25px;
	font-size: 16px;
}
.teaser {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 16px;
}

.para1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}


.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;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	background-color: #333;
}
.radio         {
	width: 10px;
	height: 10px;
	float: none;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}
.field {
	font-size: 9px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	width: 90%;
}
.thrColFixHdr #drop #container #in {
	background-color: #4E4C4D;
	margin-right: auto;
	margin-left: auto;
	width: 959px;
}
.thrColFixHdr #drop #container #in #pgmd {
	width: 881px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(clients/mb7/images/bg-pg-mid.png);
	padding: 0px;
}
.thrColFixHdr #drop #container #in #pgmd #pgmd-rc {
	float: right;
	width: 270px;
	padding-right: 30px;
}
.thrColFixHdr #drop #container #in #pgmd #pgmd-lc {
	width: 455px;
	padding-left: 90px;
	padding-top: 20px;
}
.thrColFixHdr #drop #container #in #pgbtm {
	width: 881px;
	margin-right: auto;
	margin-left: auto;
}
.thrColFixHdr #drop #container #in #pgtop {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-repeat: no-repeat;
	width: 881px;
	background-color: #4E4C4D;
}
.thrColFixHdr #drop #container #hdbot {
	background-color: #4E4C4D;
	height: 107px;
	width: 959px;
	background-image: url(clients/mb7/images/bg-subhead.jpg);
}
.thrColFixHdr #drop #container #hdbot #cta {
	float: right;
	width: 250px;
	padding-top: 25px;
}
.h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #069;
}
.form2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 16px;
}

.h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #069;
}
.h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	font-weight: normal;
	line-height: 20px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #069;
	font-weight: normal;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
}
.ha {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: #069;
}

img { behavior: url(iepngfix.htc); }