/*** structure ***/

#landing-page-body {
	float:left;
	width:970px;
	background-image:url(/images/bg-home.gif);
	background-repeat:repeat-y;
	border-bottom:solid 1px #bbb;
	padding-left:10px;
}


#splash {
	margin-bottom:10px;
	padding:10px 10px 10px 0;
	background-color: #fff;
	float:left;
	width:759px;
	height:268px;
	line-height:1.75em;
	border-bottom:solid 1px #bbb;
        border-right:solid 1px #bbb;
	}

#col2-splash {
	margin-bottom:10px;
	padding:10px 0px 10px 0;
	background-color: #fff;
        width:412px;
	height:266px;
	line-height:1.75em;
	border-bottom:solid 1px #bbb;
	}

#columns-1-2 {
	float:left;
	display:inline;
	width:770px;
	background-repeat:repeat-x;	
	}

#column-1 {
	float:left;
	width:326px;
	display:inline;
	margin-right:10px;
	}

	
/* column 2 */

#column-2 {
	float:left;
	width:412px;
	display:inline;
	margin-left:10px;
	}

	
/* column 3 */

#column-3 {
	float:right;
	width:180px;
	margin-right:10px;
	display:inline;
	padding-top:10px;
}
	
#column-3 .module {
	background-image:url(/images/hatch.gif);
	border-bottom:solid 1px #bbb;
	border-right:solid 1px #bbb;
	border-left:solid 1px #fff;
	text-align:center;
	padding:10px;
	}
	
#column-3 h2 {
	background-color:#96B0BD;
	text-align:center;
	border-right:solid 1px #bbb;
	border-bottom:solid 1px #bbb;
	border-top:solid 1px #fff;
	border-left:solid 1px #fff;
	margin-top:0;
	margin-bottom:0;
	font-size:12px;
	text-transform:uppercase;
	font-weight:normal;
	line-height:1.5em;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#column-3 h2 a {
	display:block;
	color:#FFFFFF;
	}
	
#column-3 h2 a:hover {
	text-decoration:none;
	background-color:#f5f5f5;
	color:#000;
	}
