@charset "utf-8";
/* CSS Document */
*,html{
	padding:0;
	margin:0;
}
a{
	color:#353535;
}
hr{
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.45), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.45), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.45), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.45), rgba(0,0,0,0)); 
}
body{
	font-family:Helvetica, sans-serif;
}
#header{
	height:100px;
	background:url(images/header.png) repeat-x;
}
#hcontent{
	width:850px;
	margin:0 auto;
	padding-top:4px;
}
#banner{
}
h1{
	font-weight:normal;
	font-size:20px;
	line-height:2em;
	color:#353535;
}
h2{
	font-weight:normal;
	font-size:16px;
	line-height:2em;
	color:#353535;
}
#content p{
	color:#4B4B4B;
	line-height:1.7em;
	font-size:14px;
}
#content .splash{
	float:left;
	width:270px;
	margin-right:13px;
	margin-top:24px;
}
#content .splash:last-child{
	margin-right:0px;
}
#content{
	width:850px;
	margin:0 auto;
}

#nav {
	height:40px;
	background: #E6E6E6;/*url(images/nav.png) repeat-x;*/
	border-bottom:1px solid #ccc;
	margin-bottom:8px;
}
#nav ul{
	width:850px;
	margin:0 auto;
}
#nav ul li{
	float:left;
	list-style:none;
	padding-top:10px;
	padding-right:4px;
	padding-left:4px;
	font-variant:small-caps;
}
#nav ul li a{
	text-decoration:none;
	color:#252525;
	text-shadow:1px -1px 0px rgba(255,255,255,0.34);
	padding:8px;
}
#nav ul li a:first-child{
	padding-left:0px;
}
#footer{
	height:100px;
	background:url(images/footer.png) repeat-x;
	margin-top:30px;
}
#fcontent{
	width:850px;
	margin:0 auto;
}
#fcontent p{
	font-size:11px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	padding-top:50px;
	color:#fff;
}
#fcontent .col{
	width:280px;
	float:left;
}
.col ul{
	color:#BCBCBC;
	padding-top:12px;
}
.col li{
	list-style:none;
}
.col li a{
	color:#E0E0E0;
	font-size:11px;
}
.spread{
	margin-top:10px;
	margin-bottom:60px;
}
.spread > div{
	width:410px;
	float:left;
	padding-right:10px;
	
}
.spread img{
	border:0px solid #ccc;
	border-radius:3px;
}
.spread h2{
	font-size:18px;
}