/*
=====================================
Title: Master Mize Houser Style Sheet
Author: Bigshot
URL:
Description: Mize Houser
Created: 01/11/08
Modified: 01/24/08
=====================================
*/

/* =Import Statements
The import statement below loads in a file that resets all browsers' default styles to give complete control
over margin, padding, etc. to the site owner
=================================*/
@import url("reset.css");

/* =Body styles
=================================*/
body {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #666666;
	background: #878585;
	/* center for i.e. 6 */
	_text-align:center;
	}
.article_seperator{
	display:none;
}
/* =Typography
=================================*/
p {  
	font-size: 12px;
	line-height: 19px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #666666;
	}
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #2F2F01;
	padding: 7px 0px;
	margin:5px 0 10px 1px;
}
h2 {
	font-size: 13px;
	font-weight: normal;
	color: #2F2F01;
	padding: 0px 0px 0px 13px;
	background: url(../images/bullet_lg.gif) no-repeat center left;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h6 {
        font-size: 16px;
        font-weight: bold;
        color: #2F2F01;
        padding: 0px;
        text-indent:-5000px;
        background:url(../images/hdr_logo.png) no-repeat;
        width:518px;
        height:24px;
        margin:29px 0 19px 1px;
        line-height:24px;
        outline:none;
        }

.componentheading{
	color:#2f2f01;
	font-size:16px;
	font-family:Georgia;
	font-weight:bold;
}
ul,ol{
	list-style-type:disc;
	list-style-position:inside;
	font-size: 12px;
	line-height: 19px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #666666;
	
}

/* =Layout
=================================*/
.main {
	margin: 0 auto;
	text-align: left; 
	width: 766px;
	text-align: left;
	_height:1%;
	}
/*
This style sets the background image for the subpages, needs to be updateable in joomla
*/
.child .main2{
	background:url(../images/subpagebg.jpg) repeat-y;
	/* fixes i.e.'s "haslayout" issue */
	_height:1%;
}
.main2 {
	position: relative;
	border: 8px solid #ffffff;
	background: #E7E7E7;
	min-height:697px;
	/* fixes i.e.'s "haslayout" issue */
	_height:1%;
	}

.innercontent{
	border-top:6px #ffffff solid;
	margin-top:40px;
}
/* =Navigation Homepage
=================================*/
.submenunavigation0{
	background:url(../images/mizenav.jpg) no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	display:inline;
	/* fix i.e. issue with positioning */
	_height:1%;
	width:100%;
	/* fix i.e. width issue */
	_width:766px;
	height:40px;
	padding-left:30px;

}
.submenunavigation0 li{
	display:inline;
}
.submenunavigation0 a.mainlevel,.submenunavigation0 a.mainlevel:link,.submenunavigation0 a.mainlevel:visited,.submenunavigation0 a.mainlevel:hover,.submenunavigation0 a.mainlevel:active{
	float:left;
	display:block;
	height:40px;
	font-family:Georgia;
	color:#3c3e40;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	line-height:40px;
	text-align:left;
	margin-right:5.2em;
	_margin-right:3em;
	*margin-right:3em;
	/* fix i.e. issue with floats */
	_display:inline;
	/* adjust margin for i.e.  */
}

.submenunavigation0 a:hover.mainlevel{
	color:#666666;
	display:block;
	height:40px;
}
/* =Navigation Child Page
=================================*/
.child div.submenunavigation1{
	position:absolute;
	top:46px;
	left:-1px;
	height:400px;
	font-family:arial;
	width:150px;
	text-transform:uppercase;
	font-size:7pt;
	text-decoration:none;
}

.child div.submenunavigation1 a:link,.child div.submenunavigation1 a:visited,.child div.submenunavigation1 a:hover,.child div.submenunavigation1 a:active{
	text-decoration:none;	
	color:#000000;
	line-height:24px;
	display:block;
	height:24px;
	padding-left:5px;
	background:url(../images/subnavdivider.gif) left bottom repeat-x;
}
.child div.submenunavigation1 a:hover{
	font-weight:bold;
}
.home .content{
	float:left;
	text-align:right;
}
.child div.submenunavigation1 img{
	display:none;
}
table.contentpaneopen{
	padding:0;
	margin:0;
	width:100%;
	float:right;
}
.child .hmlftcontent {
	display:none;
}			
.hmlftinfo {
	font-size: 11px;
	line-height: 16px;
	}	

/* General Site Links */

a:link, a:visited {
	color: #2F2F01;
	text-decoration: underline;
	}

a:hover {
	color: #000000;
	text-decoration: underline;
		}
/* =Homepage left column content
=================================*/
.home .leftcontent{
	float:left;
	width:285px;
	margin:0;
}
.hmleft {
	width: 301px;
	background: #E7E7E7;
	}	
.hmlftcontent {
		padding: 25px 15px 15px 20px;}	

.hmlftinfo {
		padding: 0px 0px 10px 11px;
		font-size: 11px;
		line-height: 16px;}	

.hmsubmitbtn {
		padding: 0px 5px 1px 5px;}							

.hmrtcontent {
	padding: 15px;
		}		
	
/* =Homepage right column content
=================================*/
.home .rightcontent{
	width:450px;
	float:right;
	padding:0;
	margin:0;
	margin-top:-5px;
}
.home .table{
	margin:0;
	padding:0;
	border:none;
	
}
/* =Image styles
=================================*/
/* this hides the sub page image on the homepage */
.home .moduletableabout_page_image{
	display:none;
}
.moduletableabout_page_image{
	float:right;
}
.child .moduletable_homepageimage{
	display:none;
}
/* =Child page content
=================================*/
.child .content{
	clear:both;
	width:550px;
	margin-left:150px; 
	padding: 10px 60px 0 30px;
}

/* =Module Styles
=================================*/
.child .moduletable_newsletter,.child .moduletable_easyaccess,.child .moduletable_growwithyou{
	display:none;
}
.child .moduletable_newsletter,.child .moduletable_easyaccess,.child .moduletable_growwithyou{

}
table.moduletable_homepageimage,table.moduletable_homepageimage td{
	height:250px;
	margin:0;
	padding:0;
	border:none;
}
/* =Generic Styles
=================================*/
.clear{
	clear:both;
	line-height:0;
	height:0;
}
/* =Content Editor Style
================================*/
.mceContentBody {
text-align: left;
background: #E7E7E7 none;
font: normal 12px Arial, Helvetica, sans-serif;
}
.mceContentBody ol,.mceContentBody ul {
list-style-type:disc;
list-style-position:inside;
font-size: 12px;
line-height: 19px;
font-family: Arial, Geneva, Helvetica, sans-serif;
color: #666666;
}
/* =Footer
=================================*/
.ftrnav {
	font-family:  Arial, Geneva, Helvetica, sans-serif;
	color: #C1C0C0;
	font-size: 14px;
	margin:0 auto;
	width:766px;
	clear:both;
	padding-top:2px;
	}
ul#mainlevel_footer {
	list-style-type:none;
	text-transform:uppercase;
}
ul#mainlevel_footer  li{
	display:inline;
	list-style-type:none;
	font-size: 9px;
}
 a.mainlevel_footer, a.mainlevel_footer:link, amainlevel_footer:hover, amainlevel_footer:visited, amainlevel_footer:active{
	color: #C1C0C0;
	text-decoration:none;
	display:block;
	float:left;
	_display:inline;
	padding:5px;
}
.copyright{
	float:right;
	text-align:right;
}
.lenderTable tbody {
	padding: 0 1 0 3;
}
.lenderTable TR{
	font-family:  Arial, Geneva, Helvetica, sans-serif;
	font-size:  8pt;
}
.lenderTable td {
	text-align: center;
}

.chronoform {
	display: none;
}
