/* MLM Financial style sheet */

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
/* font & header styles*/
p {
	margin-top: 10px;
	margin-right: 40px;
	margin-left: 30px;
	font-size: 12px;
}
h1 {
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
h2 {

	font-size:9px;
	
	}
a:active {
	text-decoration: none;
}	
body {
	text-align: center;
	margin: auto;
	background-repeat: repeat-x;
	padding-top: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #AFBFE0;
	background-image: url(images/bodybg2.gif);
}

#wrapper {
	height: 100%;
	width: 750px;
	padding-top: 2px;
	background-color: #FFFFFF;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #7596DB;
background-image:url(images/full_bkgrd.jpg); 

}
#header {
	height: 229px;
	width: 750px;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7091D8;
	border-right-color: #7091D8;
	border-bottom-color: #7091D8;
	border-left-color: #7091D8;
}
#navbarleft {
	float: left;
	width: 230px;
	background-image: url(images/leftbg_2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	text-align: left;
}
.navbarleft {
	float: left;
	width: 230px;
	background-color: transparent;
	background-image: url(images/leftbg_2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	text-align: left;
	
}
#navhomestyle {}
.navtext {
	float: left;
	width: 170px;
	margin-bottom: 15px;
	font-size: 11px;
	margin-left: 20px;
	margin-right: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	clear: both;
	list-style-type: none;
}
.navmenu {
	float: left;
	width: 170px;
	margin-bottom: 15px;
	font-size: 11px;
	margin-left: 20px;
	margin-right: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	clear: both;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/menuArrow_normal.gif);
}
.navmenu a:hover {
	list-style-position: outside;
	list-style-image: url(images/menuArrow_hover.gif);
	margin-left: 5px;
}
.navtitle {
	margin-bottom: 10px;
	list-style-image: url(images/icon01.gif);
	margin-left: 20px;
	text-align: justify;
}
.link {
	margin-left: 30px;
	line-height: 1.5em;
}
#maincontent {
	float: right;
	width: 520px;
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	text-align: justify;
}
#footer {
	clear: both;
	height: 70px;
	width: 750px;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7394DA;
	border-bottom-color: #7394DA;
	border-left-color: #7394DA;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #7394DA;
}
/* firefox centering fix */

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#page{ 
 width:800px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
} 
 
#outerwrapper{
float: right; 
display:inline; 
position: relative; 

 }
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
.clearfix{display: inline-block;}
* html .clearfix{height: 1%;}
.clearfix{display: block;}

#logo {
	margin: 30px;
}


#contenttop {
	background-image: url(images/content_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 33px;
	width: 520px;
	text-align: left;
	position: relative;
}
#navbartop {
	background-image: url(images/nav_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 37px;
	width: 230px;
}
#bottomcontent {
	font-size: 10px;
	color: #666666;
	text-align: justify;
	background-image: url(images/bottombg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF9900;
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}
.bottomtext {
	font-size: 14px;
	color: #666666;
	padding: 0px;
}
#imagebox {
	float: right;
	height: 102px;
	width: 147px;
	padding: 5px;
	margin: 10px;
}
#imagebox2 {
	margin-top: 20px;
	margin-left: 20px;
	clear: both;
	margin-bottom: 20px;
}
#imagebox3 {
	margin-left: 30px;
	height: 140px;
	width: 200px;
}
#imagebox4 {
        margin-left: 30px;
        height: 140px;
        width: 200px;
}
.menutitle {
	list-style-type: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-left: -25px;
	line-height: 3px;
	font-size: 11px;
}
.submenutitle {
	line-height: 1.5em;
	font-size: 11px;
	margin-left: -10px;
}
.submenutitle a:hover {
	padding-left: 5px;
}
.linkgif {
	margin-right: 3px;
}
#loginbtn {
	text-align:center;
}
