
@charset "utf-8";



body  {
	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;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.imagelink:link {text-decoration : none;}



a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.megahunter #mainContent #contentDiv div a.learnmore {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.megahunter #mainContent #contentDiv div a.learnmore:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.megahunter #mainContent #contentDiv div a {
	color: #3e86c6;
	text-decoration: none;
}
.megahunter #mainContent #contentDiv div a:hover{
	color: #3e86c6;
	text-decoration: underline;
}
.megahunter #container {
	width: 829px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-color: #e6e7e8;
} 
.megahunter #header1 {
	padding: 0;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. 
	background-image: url(images/mh_01.jpg);
	background-repeat: no-repeat;
	height: 173px;*/
	margin: 0;
}
.megahunter #header2 #date {
	margin: 0 224px 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
} 
.megahunter #header2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3e86c6;
	background-image: url(images/mh_02.jpg);
	background-repeat: no-repeat;
	height: 20px;
	padding: 0;
	text-align: right;
	margin: 0;
} 
.megahunter #sideContent1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
} 
.megahunter #sideContent1 a {
	font-size: 11px;
} 
.megahunter #mainContent {
	float: left; /* since this element is floated, a width must be given */
	width: 411px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
.megahunter #sideContent2 {
	float: left;
	width: 188px; /* 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 */
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 13px;
}
#contentDiv {
	background-color: #fffefe;
	margin-bottom: 8px;
}
#contentDiv div {
	padding-right: 13px;
	padding-left: 13px;
}
#contentDiv div h1 {
	color: #3e86c6;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 0;
}
#contentDiv div h1 a {
	color: #3e86c6;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 0;
}
#contentDiv div h1 a:hover {
	color: #3e86c6;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 0;
}
#contentDiv div #faderClients {
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	height: 170px;
	width: 145px;
}
.megahunter #bottomBanner {
	padding: 7px 15px 0 15px;
} 
.megahunter #footer {
	padding:10px;
	font-size: 10px;
	background-color: #e6e7e8;
	text-align: center;
} 
.megahunter #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 */
}
.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;
}
.buttonImg {
	margin-bottom: 8px;
	border: 0;
}
.style1 {
	color: #3e86c6;
	font-weight: bold;
}
.style2 {color: #3e86c6}
.style3 {
	font-size: 16px;
	font-weight: bold;
}

.dots {
	background-image: url(images/horz_dot.gif);
	background-repeat: repeat-x;
	height: 1px;
}
.textbox {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	padding: 2px;
	background-color: #D1E3F1;
}
.sendbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.smallprint {
	font-size: 10px;
}
sup {
	font-style: italic;
	font-weight: bold;
}
.style4 {
	font-size: 16px
}
.style6 {font-size: 9pt}
.style7 {font-size: 8pt}