@charset "utf-8";
/* CSS Document */
#home-banner {
	height:212px;
	width:591px;
	background:url(../images/banner-body.jpg);
	position:relative;
}
#home-body {
	width:591px;
	background:url(../images/home-lj.jpg) #4f98af bottom right no-repeat;
}
#home-title {
	height:47px;
	width:316px;
	background:url(../images/home-title.gif);
}
#home-content {
	width:312px;
	color:#FFF;
	padding:10px 0 0 25px;
	line-height:17px;
}
.home-spacer {
	height:75px;
}
#content-blue {
	width:591px;
	background:#4f98af url(../images/bg-content-blue.gif) bottom right no-repeat;
	padding-bottom:180px;
}
#content-orange {
	width:591px;
	background:#e88c13 url(../images/bg-content-orange.gif) bottom right no-repeat;
	padding-bottom:180px;
}
#content-green {
	width:591px;
	background:#7b9929 url(../images/bg-content-green.gif) bottom right no-repeat;
	padding-bottom:180px;
}
#content-brown {
	width:591px;
	background:#848269 url(../images/bg-content-brown.gif) bottom right no-repeat;
	padding-bottom:180px;
}
.content-header {
	text-transform:uppercase;
	font-size:34px;
	letter-spacing:-1px;
	color:#FFFFFF;
	padding-top:45px;
	padding-left:50px;
	padding-bottom:10px;
	border-bottom:solid 2px #FBB03B;
}
.content-text {
	font-size:15px;
	color:#FFFFFF;
	line-height:135%;
	padding-left:50px;
	padding-right:60px;
}
.subheader {
	font-size:13pt;
	font-weight:bold;
	padding-top:12px;
	padding-bottom:8px;
	color:#D3D3D3;
}
.content-text a {
	color:#00FFFF;
	text-decoration:none;
}
.content-text a:hover {
	color:#fff;
	text-decoration:underline;
}
#footer #nav {
	font-size:10pt;
	padding-top:20px;
	padding-right:90px;
}
#footer a {
	color:#EEE;
	text-decoration:none;
}
#footer a:hover {
	color:#FFF;
	text-decoration:underline;
}
#ljlink {
	color:#FFF;
	font-size:11pt;
	position:absolute;
	top:114px;
	left:212px;
	width:159px;
	height:57px;
}
#ljlink a {
	display:block;
	width:159px;
	height:57px;	
}
#ljlink a:hover {
	background:url(../images/button-lj-on.jpg);
}