@charset "utf-8";
/* CSS Document */
*{
	padding: 0px;
	margin: 0px;
}

html{
	height: 100%;
}

body{
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.clear{
	clear: both;
}

#nonFooter{
	position: relative;
	min-height: 100%;
}

* html #nonFooter{
	height: 100%;
}

#nonFooter #container{
	width: 950px;
	margin: 0px auto;
	background-position: 0px 40px;
	background-repeat: no-repeat;
	padding-bottom: 6.6em;
}

#nonFooter #container #banner{
	height: 128px;
	margin-top: 257px;
	border-top: 2px solid #273644;
	border-bottom: 2px solid #9f9f9f;
	position: relative;
}

#nonFooter #container #banner a{
	width: 293px;
	height: 351px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	bottom: -1px;
	left: 325px;
	border: none;
}

#nonFooter #container #banner img{
	position: absolute; bottom: 0px; right: 105px;
}

#nonFooter #container #content{
	width: 890px;
	min-height: 320px;
	float: left;
	padding: 30px;
	line-height: 1.75em;	
}

#nonFooter #container #content h2{
	margin-bottom: 15px;
}

#nonFooter #container #content .slogan{
	margin: 20px 0px 20px 165px;
}

#nonFooter #container #content p{
	padding-bottom: 25px;
}

#nonFooter #container #content a:hover{
	text-decoration: underline;
}

#nonFooter #container #content ul{
	margin-left: 50px;
	margin-bottom: 25px;
}

#nonFooter #container #content img{
	float: right;
	padding: 2px;
	border: 1px solid black;
	background-color: #FFF;
	margin: 0px 0px 10px 10px;
}

#nonFooter #container #content h4{
	width: auto;
	border-bottom: 2px solid;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 20px;
	padding-bottom: 6px;
}

#nonFooter #container #content-container #content .focus{
	margin: 30px 16px 0px;
	width: 168px; 
	height: 119px;
	display: block;
	float: left;
	text-indent: -9999px;
}

#nonFooter #container #rhcol{
	width: 244px;
	float: left;
	padding: 0px 30px 30px 30px;
	border-left: 1px solid #6197CA;
	margin-top: 30px;
}

.rhcol-event{
	padding: 20px 0px;
	background-image: url(/images/rhcol-event-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.rhcol-event h4{
	color: #ECBA54;
	font-weight: bolder;
}

.rhcol-event .rhcol-date{
	padding-bottom: 12px;
}

#nonFooter #container #content-container #content .event .date{
	font-style: italic;
	padding-bottom: 8px;
}

#nonFooter #container #content-container #content .event h3{
	color: #62804E;
}

#nonFooter #container #content-container #content .event{
	padding: 25px 25px 0px 25px;
	border: 1px solid #CFCFCF;
	margin-bottom: 30px;
	background-color: #eeeeee;
}

#footer{
	position: relative;
	height: 40px;
	width: 910px;
	padding: 20px;
	border-top: 1px solid;
	text-align: center;
	line-height: 1.5em;
	margin: -6.6em auto 0px auto;
} 

#footer p{
	text-align: center;
}
