/* Home page style sheet for leveragedresources.com */
html, body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #BFE2FF;
}
* {
	padding: 0;
	margin: 0;
}
/* ------------------------------------Layout divs------------- */
#pagewidth {
	width: 775px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#header {
	width: 100%;
	height: 115px;
	background-image: url(images/homeheader.jpg);
}
#menu {
	width: 100%;
	position: relative;
	height: 26px;
	text-align: right;
}
#subheader {
	width: 100%;
	height: 204px;
	background-color: #ecebea;
	border-top: #00653a 5px solid;
}
#maincontent {
	width: 100%;
	background-image: url(images/homebody_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding-bottom: 20px;
}
#subfooter {
	width: 100%;
	background-color: #8cc6ab;
	border-top: #00467f 2px solid;
}
#footer {
	width: 100%;
	background-color: #00467f;
	text-align: center;
	clear: both;
}
/* ------------------------------------Menu styles------------- */
#navcontainer {
	width: 654px;
	position: absolute;
	right: 0;
	font-size: 12px;
}
#navcontainer ul {
	list-style-type: none;
}
#navcontainer ul li {
	margin-left: 3px;
	float: left;
	display: inline;
}
#navcontainer a {
	display: block;
	width: 106px;
	height: 26px;
	text-align: center;
	background-image: url(images/menu-bgoff.jpg);
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 26px;
}
#navcontainer a:hover {
	background-image: url(images/menu-bgon.jpg);
}
/* ------------------------------------SubHeader styles------------- */
#flash {
	width: 475px;
	height: 190px;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	display: inline;
}
#clickaway {
	width: 223px;
	height: 188px;
	float: right;
	display: inline;
	margin-top: 15px;
	margin-right: 25px;
	background-color: #FFFFFF;
	border: #cdcdcd 1px solid;
}
#clickaway h3 {
	background-image: url(images/clickaway.gif);
	background-repeat: no-repeat;
	padding-left: 50px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
}
#clickaway ul {
	margin-left: 20px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 20px;
	list-style-type: none;
}
#clickaway a {
	display: block;
	background-image: url(images/arrowbullet.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #00467f;
	height: 20px;
}
#clickaway a:hover {
	background-image: url(images/arrowbullet_on.gif);
	color: #737e76;
}	
/* ------------------------------------Main content styles------------- */
#maincontent h1 {
	font-size: 18px;
	font-weight: normal;
	color: #00467f;
	padding-top: 20px;
	padding-bottom: 20px;
}
.mainbox {
	width: 223px;
	height: 260px;
	background-color: #FFFFFF;
	border-top: #00a44f 2px solid;
	border-bottom: #cdcdcd 1px solid;
	border-left: #cdcdcd 1px solid;
	border-right: #cdcdcd 1px solid;
	margin-left: 25px;
	float: left;
	display: inline;
	text-align: left;
	position: relative;
}
.mainbox h2 {
	font-size: 12px;
	font-weight: bold;
	color: #00467f;
	border-bottom: #cdcdcd 1px solid;
	padding-left: 20px;
	line-height: 30px;
}
.mainbox ul {
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	font-size: 11px;
	line-height: 18px;
}
.mainbox ul a {
	color: #000000;
	text-decoration: none;
}
.mainbox ul a:hover {
	text-decoration: underline;
}
.learnmore {
	wdth: 200px;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	bottom: 10px;
	left: 20px;
}
.learnmore a {
	color: #00a44f;
}
.learnmore a:hover {
	color: #00467f;
}
/* ------------------------------------SubFooter styles------------- */
#footerleft {
	float: left;
	margin-left: 25px;
	width: 475px;
	text-align: center;
}
#footerright {
	float: right;
	display: inline;
	margin-right: 25px;
	width: 225px;
}
#subfooter h1 {
	color: #00467f;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}
#subfooter h2 {
	font-size: 11px;
	font-weight: bold;
	color: #00467f;
	margin-bottom: 5px;
	margin-top: 5px;
}	
#subfooter p {
	font-size: 11px;
}
#subfooter a {
	color: #00467f;
}	
#subfooter a:hover {
	text-decoration: none;
}
/* ------------------------------------Footer styles------------- */
#footer p {
	font-size: 9px;
	color: #FFFFFF;
	line-height: 24px;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
}
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 
