@charset "utf-8";
/* 
	DeltaFox CSS Styles 
	Homepage only
*/

.home #toplogo, .home #topheading {
	background: none;
}
body.home {
	background: #004155; /* Dark blue */
	/*background: #D6E8EC; Light blue */
}
#homecontainer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	_height: 600px;
	text-align: center;
	_margin-bottom: -15px;
	/*background: url(../images/bg_homepage.png) top no-repeat;*/
	/*_background: url(../images/bg_homepage.gif) top no-repeat;*/ /* IE6 (can't handle PNGs that large) */
	background: url(../images/homepage_bg_white.png) top no-repeat;
	_background: url(../images/homepage_bg_white.gif) top no-repeat; /* IE6 (can't handle PNGs that large) */
}
.home #container {
	background: none;
}
.home #maincontent {
	/*background-image: none;*/
	margin-top: -5px;
	background: url(../images/homepage_body_bg.jpg) top right no-repeat;
	/*background-position: top;*/
}
.home #topcontainer {
	
}
.homespacer {
	.height: 40px; /* IE Only */
}
#homecontents {
	margin: 40px 160px 20px 240px;
	.margin-top: 0;
	padding: 0 25px 0 25px;
	border: 1px dashed #81bccd;
	border-top: none;
	border-bottom: none;
	color: #fff;
	width: 550px;
}
.home h1, .home h2, .home h3, .home h4, .home h5 {
	color: #fff;
}
.home .featured {
	width: 250px;
	height: 210px;
	.height: 215px;
	float: left;
	border-right: 1px dashed #81bccd;
	padding-right: 25px;
	line-height: 180%;
	font-size: 12px;
}
.home .featured h3, .home .calculator h3 {
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
	font-size: 14px;
}
.home .calculator h3 {
	margin-top: 2px;
}
.home .calculator {
	width: 200px; 
	float: left;
	padding-left: 15px;
}
.home #background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.home #footer, .home a, .home #footer a {
	color: #fff;
}
.home a:hover {
	color: #044C65;
}
.home #footer #sitecredit {
	background: url(../images/unison_site_credit_white.png) no-repeat;
}
.home #footer {
	padding-top: 20px;
}
/* Links with square brackets */
.leftsquare {
	background: url(../images/bg_left_bracket_white.gif) left no-repeat;
	padding: 5px 0 5px 15px; 
	font-weight: bold;
}
.rightsquare {
	background: url(../images/bg_right_bracket_white.gif) right no-repeat;
	padding: 5px 15px 5px 0; 
}
