@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#7f9895 url(/assets/bg-gradient.jpg) left top repeat-x;
	font-size:.9em;
	font-family:Arial, Helvetica, sans-serif;
	}
h1 {
	margin:15px auto;
	font-size:1.6em;
	}
#shell {
	width:933px;
	margin: auto;
	}
#header {
	
	}
	
	
/* TOP MAIN NAVIGATION */
	
#topnav {
	background-color:#fff;
	width:900px;
	margin-left:17px;
	}
#topnav table td {
	font-weight:bold;
	background-color:#242424;
	width:171px;
	text-align:center;
	font-size:.9em;
	}
#topnav a {
	padding:11px 0px;
	display:block;
	text-decoration:none;
	background-color:#242424;
	}
#topnav a:link, #topnav a:visited {
	color:#fff;
	}
#topnav a:hover, #topnav a:active {
	color:#92c8c8;
	background-color:#000;
	}
	
	
/* MAIN CONTENT AREA */	
	
#content {
	background: url(/assets/content-bg.png) center top repeat-y;
	}
	

/* LEFT COLUMN */	

#leftcol {
	float:left;
	width:228px;
	margin-left:17px;
	margin-top:10px;
	}
	
	#sidelinks {
		width:196px;
		margin:20px auto;
		}	
	#sidelinks ul {
		list-style-type:none;
		margin:0;
		padding:0;
		background-color:#f1f1f1;
		border:1px solid #e0e0e0;
		}	
	#sidelinks ul li {
		margin:0 5px;
		padding:0;
		}	
	#sidelinks ul li a {
		display:block;
		padding:6px 4px;
		color:#333;
		border-top:1px solid #e0e0e0;
		text-decoration:none;
		}	
	#sidelinks ul li a:hover, #sidelinks ul li a:active {
		color:#7e958f;
		}	
	#sidelinks ul li#firstlink a {
		border-top:0px;
		}	


/* MIDDLE COLUMN */

#middlecol {
	float:left;
	width:450px;
	margin:10px 3px;
	font-size:.95em;
	line-height:1.4em;
	}
	
	#middlecol a {
		color:#FC0019;
		}
	
/* RIGHT COLUMN */	
	
#rightcol {
	width:195px;
	float:left;
	margin-top:0;
	margin-left:21px;
	}
	#featuretext {
		margin:10px;
		font-size:.9em;
		line-height:1.3em;
		color:#333;
		}
	#featuretext h3 {
		font-size:1.0em;
		line-height:1.3em;
		color:#607975;
		}
	#featuretext a.weblink  {
		background: url(/assets/icon-weblink.png) left center no-repeat;
		padding-left:18px;
		color:#607975;
		}
		
		
		
/* FOOTER */

#footer {
	background: url(/assets/content-bottom.png) center top no-repeat;
	clear:both;
	color:#333;
	}

#footer ul {
	list-style-type:none;
	margin:0px auto;
	padding:10px 0;
	width:770px;
	text-align:left;
	}
#footer ul li {
	margin:0 10px;
	display:inline;
	font-size:10px;
	}
#footer ul a {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	}
#footer ul a:hover {
	color:#ccc;
	}
#footer ul li.divider {
	margin:0 22px;
	}