#wrapper{
	width: 100%;
}

#background-slider {
	background-image: url(images/bkgd-left-replicate.png);
	behavior: url(/newsite/iepngfix.htc);
	background-repeat: repeat;
	width: 50%;
	height: 231px;
	z-index: 0;
	position: absolute;
	left: 0;
	top: 0;
}

body{
	background: #000c3a url(images/bkgd-right-replicate.jpg) repeat-x;
	padding: 0;
	margin: 0 auto;
	color: #081755;
	font: 11px/15px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
	text-align: justify;

}

p {
	color: #081755;
	font: 11px/15px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
	text-align: left;
	padding: 0px 30px;
	margin: 0 0 13px;
}
h1 {
	padding: 0px 30px;
}
h2 {
	padding: 0px 30px;
}

h3 {
	padding: 0px 30px;
}

ul {
	margin: 8px 15px;
}

a {
	color: #081755;
	text-decoration:underline;
}

a:visited {
	color: #081755;
	text-decoration:underline;
}

a:hover {
	color: #efcf52;
	text-decoration:underline;
}

.bold{
	font-weight:bold;
}
.unbold{
	font-weight: normal;
}
.left{
	text-align:left;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
#container{
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}

#header {
	behavior: url(/newsite/iepngfix.htc);
	width: 100%;
	height: 211px;
	background: url(images/flash-bkgd.png) no-repeat;	
}

#flash-area {
	width: 100%;
	height: 185px;
	position: relative;
	top: 26px;
}

#middle-rep{
	width: 100%;
	background-image: url(images/container-bkgd.png);
	behavior: url(/newsite/iepngfix.htc.nm);
	background-repeat: repeat;
}
	
#middle-top {
	width: 100%;
	behavior: url(/newsite/iepngfix.htc);
	background: url(images/middle-bkgd-top.png) no-repeat;
}

#body-area {
	width: 758px;
	background: url(images/middle-bkgd-top.jpg) no-repeat;
	float: left;
	
	/*min-height fast hack for ie6*/
	min-height:410px;
	height:auto !important;
	height:410px;
	/*min-height fast hack for ie6*/
}

#pg-title {
	background: url(images/pg-title-welcome.png) no-repeat;
	behavior: url(/newsite/iepngfix.htc);
	width: 651px;
	height: 42px;
	margin-left: 51px;
}

#body-content{
	padding-top:0px;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:30px;
	
}

/* @group boxes */

#box-container {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.box {
	width: 355px;
	float: left;
}

.box-top {
	height: 47px;
}

.box-mid {
	background-image: url(images/box-bkgd-mid.png);
	background-repeat:repeat;
	behavior: url(/newsite/iepngfix.htc);
}

.box-bottom{
	height: 20px;
	background: url(images/box-left-bottom.png) no-repeat;
	behavior: url(/newsite/iepngfix.htc);
}

#article-newsletter {
	background-image: url(images/box-article-newletter-head.png);
	behavior: url(/newsite/iepngfix.htc);
}

#news-headlines {
	background-image: url(images/box-news-headlines-head.png);
	behavior: url(/newsite/iepngfix.htc);	
}

/* @end */

#footer {
	width: 855px;
	height: 90px;
	background: url(images/footer-bkgd.png) no-repeat -95px 0;
	behavior: url(/newsite/iepngfix.htc);
	margin-left: 95px;
}

.footerlinks p{
	text-align: center;
	/*padding-left: 95px;*/
}

.copyright {
	font: 9px/12px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
	text-align: left;
	position: relative;
	float: left;
	top: 5px;
	left: 85px;
}

.lionheart-link {
	font: 9px/12px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
	text-align: right;
	float: left;
	position: relative;
	top: 5px;
	left: 370px;
}

.lh-logo {
	width: 29px;
	height: 26px;
	background: url(images/lh-logo.png) no-repeat;
	behavior: url(/newsite/iepngfix.htc);
	float: left;
	position: relative;
	top: 3px;
	left: 374px;
}


.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 */

