@charset "UTF-8";
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
 
body {
	background-color: #273246;
	text-align: center;
	margin:0px;
	background-image: url(../spimages/nav1.jpg);
	background-repeat: repeat-x;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', 'Myriad', Arial, Helvetica, sans-serif ;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
}
#container {
	width: 980px;
	min-width: 980px;
	background-image: url(../spimages/sp_10.jpg);
	background-repeat: no-repeat;
	background-position: center 31px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.inner-container {
	width: 980px;
}


.nav {
	background-image: url(../spimages/nav2.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 980px;
	text-align:right;
	}
.button-container {
	height: 37px;
	width: 126px;
	margin-top: 240px;
	margin-left: 830px;
}
.footer {
	height: 37px;
	width: 980px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
	color: #ADC8CC;
	font-size: 11px;
}
.footerlink {

	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;

}
.footerlink:hover {
	
	color: #7DD8F5;
	font-size: 11px;
}
.newsbox{
	background-image: url(../spimages/news_back.jpg);
	height: 149px;
	width: 928px;
	margin-top: 220px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 26px;
	padding-left: 26px;
	background-repeat: no-repeat;
}
.newsdiv{
	background-image: url(../spimages/news_div.jpg);
	height: 149px;
	width: 232px;
	float:left;
	background-repeat: no-repeat;
	background-position: right 2px;
}
.newslast{
	background-image: none;
}
 
.news-link{
	color: #FFFF99;
	text-decoration:none;
	} 
.news-link:hover{
	color: #FFFF00;
	text-decoration:none;
	} 

input {
	margin:0px;
}