﻿body
{
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/structure/blue_pattern.jpg);
	background-position: 0 82px;
	background-repeat: repeat-x;
}
img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
a
{
	border: 0px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#container
{
	margin: 0 auto;
	width: 879px;
}

#header
{
	width: 879px;
	height: 108px;
	
	overflow: hidden;
	/* margin-top: 27px; */
}

#mm_logo
{
	margin-top: 15px;
	float: left;
	width: 182px;
	height: 49px;
}
#mm_headernav
{
	float:right;
	height:27px;
	overflow:hidden;
}
#mm_gradient
{
	float: left;
	width: 697px;
	height: 49px;
	overflow: hidden;
}
#main_nav
{
	float: right;
	width: 697px;
	height: 32px;
}

#content
{	
	padding-bottom:50px;
	width: 879px;
	height: auto;
	margin-top: 33px;
	background-image: url(../images/structure/bg_swirl.jpg);
	background-position: center 300px;
	background-repeat: no-repeat;
}
#inner_nav
{
	float: left;
	background-image: url(../images/structure/inner_nav_bg.jpg);
	width: 170px;
	height: 300px;
	background-repeat: no-repeat;
}
#inner_nav ul
{
	
	width:90%;
	margin:0 auto;
	margin-top: 30px;
	padding:0px;
	
}
#inner_nav ul li
{
	list-style-type: none;
	margin-bottom: 10px;
}
#inner_nav li a
{
	color: #0860aa;
	font-size: 90%;
	padding-left:15px;
}
#inner_nav li a.selected
{
	color: #0860aa;
	font-weight:bold;
	background-image:url(../images/structure/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	white-space:nowrap;
	
}
#inner_nav ul li.selected
{
	font-weight: bold;
	color: #0860aa;
	list-style-image: url(../images/structure/bullet.gif);
}
#middle_container
{
	float: left;
	width: 438px; /* -50 px for padding */
	height: auto;
	padding: 0 20px 0 30px;
	
	margin-bottom:50px;
}

#middle_container h1
{
	color: #0e62a7;
	font-size: 150%;
	font-weight: normal;
	display: inline;
}
#middle_container h2
{
	color: #0e62a7;
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 5px;
}
#middle_container p
{
	margin-top: 0px;
	font-size: 80%;
	line-height: 19px;
}
#middle_container p a, #middle_container h2 a
{
	color: #0e62a7;
	text-decoration: underline;
}
#middle_container p strong
{
	color: #0e62a7;
	font-weight: normal;
}
#middle_container ul
{
	padding-left: 8px;
	margin-left: 8px;
}
#middle_container li
{
	list-style-image: url(../images/structure/bullet.gif);
	margin-top:10px;
	margin-bottom:2px;
	font-size: 80%;
}
#middle_container li strong
{
	color: #0e62a7;
	font-weight: normal;
}
#middle_container li a
{
	color: #0e62a7;
	text-decoration: underline;
}
#middle_container table
{
	font-size: 80%;
}
#middle_container table td
{
	padding: 7px;
}
#middle_container hr
{
	color: #dceefc;
	background-color: #dceefc;
	height: 2px;
	border: 0px;
}
#right_quote
{
	float: left;
	width: 221px;
	/*height: 341px;*/
	background-image: url(../images/structure/quote_box_repeater.jpg);
	background-repeat: repeat-y;
	/*background-image: url(../images/structure/right_quote_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	overflow: hidden;*/
}

#right_quote img { margin: 0px; display: block; margin:0 auto;}

#right_quote div
{
	margin: 0px;
	padding: 0px;
	width: 221px;
	/*height: 142px;*/
	background-image: url(../images/structure/quote_box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 20px;
	
}
#right_quote #more_btn { cursor:pointer; }
#right_quote h1
{
	font-size: 110%;
	color: #0860aa;
	text-align: center;
	margin: 0;
}
#right_quote h2
{
	height: 31px;
	font-size: 90%;
	color: #0860aa;
	margin: 0;
	padding-top: 20px;
	padding-left: 15px;
	/*background-image: url(../images/structure/quote_box_top.jpg);
	background-repeat: no-repeat;*/
}
#right_quote h3
{
	height: 31px;
	font-size: 90%;
	color: #0860aa;
	margin: 0;
	padding-top: 20px;
	padding-left: 15px;
	background-image: url(../images/structure/quote_box_top.jpg);
	background-repeat: no-repeat;
}
#right_quote select
{
	margin-left: 15px;
}
#right_quote input
{
	margin-left: 15px;
}
#right_quote p
{
	/*margin: 20px 23px 0 35px;*/
	margin: 0;
	color: #474747;
	font-size: 70%;
	line-height: 20px;
}
#right_quote p.more
{
	/*margin: 20px 23px 0 35px;*/
	margin: 0;
	color: #474747;
	font-size: 60%;
	line-height: 20px;
}

#right_quote #right_quote_title
{
	padding:0 0 5px 0;
	background-image:url(../images/structure/quote_box_top_repeater.jpg);
	background-repeat:repeat-y;
}

#right_quote table { width: 200px; margin-left: 10px; margin-top: 10px; }
#right_quote table td { vertical-align: top; padding: 0 3px; }
#right_quote table td.end-quote { vertical-align: bottom; }

#content_home
{
	width: 979px;
	height: 610px;
	margin-top: 0px;
}

#left_side
{
	float: left;
	/*border: dotted #0e62a7 1px;*/
	width: 650px;
	height: 610px;
}
#right_side
{
	float: right;
	width: 307px;
	margin-top: 33px;
}

#gethere
{
	background-image: url(../images/structure/gethere_bg.jpg);
	background-repeat: no-repeat;
	height: 328px;
}
#gethere p
{
	margin: 0;
	padding: 0;
	font-size: 65%;
}
#gethere div
{
	width: 200px;
}
#gethere #offices
{
	padding-top: 90px;
	margin-left: 52px;
}
#gethere #process
{
	margin-left: 20px;
	margin-bottom: 10px;
	padding-left: 32px;
	background-image: url(../images/structure/home_simple_process.jpg);
	background-repeat: no-repeat;
}
#gethere #today
{
	margin-left: 20px;
	margin-bottom: 10px;
	padding-left: 32px;
	background-image: url(../images/structure/home_get_started.jpg);
	background-repeat: no-repeat;
}

#busiaff
{
	background-image: url(../images/structure/busi_aff_bg.jpg);
	background-repeat: no-repeat;
	height: 127px;
}
#busiaff p
{
	margin: 0;
	padding: 0;
	font-size: 65%;
}
#busiaff #left
{
	float:left;
	width:50px;
	padding-top:65px;
	margin-left:20px;
}
#busiaff #right
{
	float:left;
	width:200px;
	padding-top:55px;
	margin-left:10px;
}
#confhead
{
	background-image: url(../images/structure/conf_head_bg.jpg);
	background-repeat: no-repeat;
	height: 108px;
	margin-top: 15px;
}
#confhead p
{
	margin: 0;
	padding: 0;
	font-size: 65%;
}
#confhead div
{
	width:275px;
	padding-top:40px;
	margin-left:25px;
}


#footer
{
	width: 100%;
	height: 60px;
	background-color: #A6A6A6;
	padding-top:10px 0 10px 0;
}
#footer div
{	
	margin: 0 auto;
	width: 950px;
}
#footer p, .compliance
{
	margin:10px 0 3px 0;
	color: #FFFFFF;
	font-size: 70%;
	float:left;
}
#footer a { color:#FFFFFF; }
#footer a:hover { text-decoration:underline; }
.compliance { margin-right:125px; }
#footer .clearboth { clear:both; height:0px; overflow:hidden; }

#small-text
{
	margin-top:5px;
	width: 100%;
	height: 100%;	
	background-repeat: repeat-x;
}
#small-text div
{
	margin: 0 auto;
	width: 438px;
}
#small-text p
{
	padding-top: 2px;
	color: #aaa;
	line-height: 110%;
	font-size: 70%;
}
#usamap
{
	padding: 40px 0px 0px 0px;
}
#getting-started-rightTXT
{
	/*padding: 100px 0px 25px 0px;*/
	padding: 10px 0px 25px 0px;
	color: #474747;
	font-size: 70%;
	line-height: 20px;
}
#getting-started-submitLink
{
	/*float:left;*/
	float: right;
	/*margin-left: -20px;*/
	padding-top: 20px;
	padding-right: 130px;
	height: 102px;
}
#getting-started-submitLink ul li
{
	font-weight: bold;
	color: #0860aa;
	list-style-image: url(../images/structure/bullet.gif);
}
#getting-started-submitLink a
{
	color:#0860aa;
}
#getting-started-submitLink a:hover
{
	color:#0860aa;
	text-decoration: underline;
}
.errMSG
{
	padding-left:15px;
	font-size: 90%;
}
.errMSG2
{
	font-size: 90%;
	color: Red;
	font-weight: bold;
}
.addr2TB
{
	margin-top: 5px;
}
#submit-resume-txtblurb
{
	background-color:#dceefc;
	padding: 10px;
	height: 120px;
}
#submit-resume-txtblurb h1
{
	font-size: 80%;
	color: #000000;
	font-weight: bold;
}
#submit-resume-txtblurb p
{
	font-size: 80%;
	padding: 5px 0px 0px 0px;
}
#submit-resume-txtblurb ul li
{
	font-weight: bold;
	color: #0860aa;
	list-style-image: url(../images/structure/bullet.gif);
}
#submit-resume-txtblurb ul li a
{
	color:#0860aa;
	text-decoration: none;
}
#submit-resume-txtblurb ul li a:hover
{
	text-decoration: underline;
}
#resume-form
{
	display:none;
	font-size: 80%;
	padding-top: 20px;
}
#resume-form table
{
	font-size: 100%;
}
#submitResumeSubmitBut
{
	display: none;
}
#content_getstarted 
{
	width:879px;
	margin-top:25px;
}
#content_getstarted h1 { color:#0e62a7; font-weight:normal; font-size:220%;margin:0px;}
#content_getstarted h2 { color:#0e62a7; }
#content_getstarted p { margin:5px 0 50px 0;}
#content_getstarted p strong { color:#0e62a7; font-weight:normal; }


#sitemap { margin:2px !important; padding:2px !important; }
#sitemap li {  }
#sitemap li a { text-decoration:none; font-size:110%; }

#sitemap ul li a { text-decoration:none; font-size:120%; }

.smallTxt
{
	font-size: 70%;
	padding-left: 15px;
	padding-right: 10px;
	font-style: normal;
}