body{
	background:url(images/background.jpg);
	font-family:"Century Gothic";
	font-size:12px;
	margin:0px;
	padding:0px;
	line-height:18px;
}

a, a:hover{
	text-decoration:none;
}

#clear{
	clear:both;
}

.header{
	background-color:#FFF;
	width:100%;
	min-width:1024px;
}

.header-content{
	margin:0px auto;
	width:1024px;
}

.navigation{
	height:32px;
}

.banner{
	background:url(images/banner-bg.JPG) repeat-x;
	height:330px;
	width:100%;
	min-width:1024px;
}

.banner-content{
	padding-top:10px;
	width:1024px;
	height:320px;
	margin:0px auto;
}

.slider{
	background-color:#fff;
	width:1024px;
	min-height:100px;
	margin:0px auto;
	padding:20px 0px 10px 0px;
}

.slider-wrapper{
	background-color:#fff;
	width:1000px;
	margin:0px auto;
}

.content{
	background-color:#fff;
	width:900px;
	padding:10px 62px 50px 62px;
	margin:0px auto;
}

.highlight{
	background:url(images/gray-gradient-bg.jpg) repeat-x;
	background-size:100% 100%;
	border:3px #CCC solid;
	max-height:162px;
	margin:50px 0px 30px 0px;
}

.highlight-content{
	float:left;
	width:293px;
	min-height:152px;
	max-height:152px;
	padding:5px;
	cursor:pointer;
	color:#545454;
}

.highlight-content a{
	color:#fff;
}

.highlight-content a:hover{
	color:#de041a;
}

#middle{
	border-left:1px #979797 solid;
	border-right:1px #979797 solid;
	width:276px;
}

.highlight-content:hover{
	background-image:url(images/gray-gradient-bg-rv.jpg);
	background-size:100% 100%;
}

.footer{
	background-color:#0c4576;
	min-height:200px;
}

.footer-content{
	width:920px;
	padding:10px;
	margin:0px auto;
	color:#FFF;
}

.footer-content a{
	text-decoration:none;
	color:#FFF;
}

.footer-content a:hover{
	text-decoration:underline;
	color:#FFF;
}

.footer-box{
	padding:0px 38px;
	float:left;
}

#footer-box-last{
	padding:0px;
	padding-left:38px;
}
.footer-box-div{
	background:url(images/divider.jpg) repeat-y;
	float:left;
	width:2px;
	height:100%;
	min-height:150px;
}