body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #666;
	font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	}
a {
	color: #666;
	}
a:hover {
	text-decoration: none;
	}
img {
	border: 0;
	}
span {
	color: #0073ae;
	}
span a {
	color: #0073ae;
	}
p em {
	float: right;
	}
#frame {
	width: 1024px;
	height: 600px;
	margin: 0 auto;
	background-color: #c5d6e7;
	background-image: url(../img/bg_interior.gif);
	background-position: top;
	background-repeat: repeat-x;
	position: relative;
	}
#wrapper {
	width: 1024px;
	height: 600px;
	background-image: url(../img/bg_interior.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	}
#container {
	width: 1024px;
	float: left;
	}
#header {
	width: 1024px;
	height: 135px;
	float: left;
	display: inline; /*IE6*/
	}
#header img {
	margin: 0 0 5px 0;
	float: left;
	}
#header h1 {
	margin: 40px 40px 0 0;
	float: right;
	}
#sidebar_image {
	float: left;
	}
#nav {
	width: 805px;
	height: 52px;
	float: left;
	}
#nav a {
	margin: 18px 0 0 47px;
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
	float: left;
	}
#nav a:hover {
	color: #94bdd9;
	}
#nav a.on {
	color: #000;
	}
#subnav_container {
	width: 160px;
	margin: 40px 10px 0 0;
	float: left;
	display: inline; /*IE6*/
	}
ul#subnav {
	width: 160px;
	height: 350px;
	margin: 0;
	padding: 0;
	overflow: auto;
	float: left;
	}
ul#subnav li {
	margin: 0 0 10px 47px;
	padding: 0;
	list-style: none;
	}
ul#subnav a {
	color: #939598;
	text-decoration: none;
	text-transform: lowercase;
	}
ul#subnav a:hover {
	color: #58595b;
	}
ul#subnav a.on {
	color: #58595b;
	}
#main {
	width: 375px;
	height: 300px;
	margin: 40px 0 0 0;
	padding: 0 18px 50px 18px;
	background-image: url(../img/bg_main.gif);
	background-position: top left;
	background-repeat: no-repeat;
	overflow: auto;
	float: left;
	display: inline; /*IE6*/
	}
#main h2 {
	margin: 0 0 15px 0;
	color: #58595b;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	}

/* HOME */
body#home #frame {
	background-image: url(../img/bg_home.gif);
	}
body#home #wrapper {
	background-image: url(../img/bg_home.jpg);
	}
#hero_image {
	width: 100%;
	background-image: url(../img/header_home.jpg);
	background-position: center 10px;
	background-repeat: no-repeat;
	float: left;
	}
body#home #header {
	margin-bottom: 65px;
	}
body#home #header h1 {
	margin-top: 10px;
	}
body#home #nav {
	width: 600px;
	}
body#home #nav a {
	margin-top: 26px;
	}
body#home ul#subnav {
	height: 200px;
	}
body#home #main {
	height: 200px;
	}
#news {
	width: 980px;
	height: 40px;
	position: absolute;
	overflow: hidden;
	bottom: 30px;
	left: 0;
	}
#news h3 {
	padding: 10px 15px;
	margin: 0 3px 0 47px;
	background-color: #0073ae;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-transform: lowercase;
	float: left;
	display: inline; /*IE6*/
	}
#news_posts {
	width: 530px;
	height: 40px;
	margin: 0;
	background-color: #81b2d2;
	background-image: url(../img/bg_news.gif);
	background-position: 20px 10px;
	background-repeat: no-repeat;
	color: #fff;
	float: left;
	}
	
/* NEWS TICKER */
.tickercontainer {
	width: 530px; 
	height: 40px; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
	}
.tickercontainer .mask {
	position: relative;
	left: 0;
	top: 10px;
	width: 530px;
	height: 40px;
	overflow: hidden;
	}
ul.newsticker {
	position: relative;
	left: 530px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
ul.newsticker li {
	padding: 0;
	margin: 0 50px 50px 0;
	display: block;
	float: left;
	}
ul.newsticker a {
	padding: 0;
	margin: 0;
	white-space: nowrap;
	}
ul.newsticker span {
	margin: 0 10px 0 0;
	} 
