body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.3;
	color: #0066cc;
}

h1, h2, h3, h4, h5, h6 {font-weight:bold;color:#0066cc;}

a {
	color: rgb(51, 102, 153);
}

a:hover {
	color: rgb(61, 142, 173);
}

#header {
	height: 154px;
	position: relative;
	border-left: 2px solid #bdefe6;
	border-right: 2px solid #bdefe6;
	border-bottom: 1px solid #bdefe6;
	margin-bottom: 10px;
}

#header table {
	margin: 0;
}

#header #search-box input.green {
	border: 1px solid #bdefe6;
	padding: 3px 5px;
}

#header #search-box p {
	margin: 0;
}
#header #search-box,
#header #search-box a
{
	color: #10a9a6;
	text-decoration: none;
}

#flash_header {
	margin-top: -1px;
}

#content {
	overflow: hidden;
	clear: both;
	margin-right: 0;
	width: 774px;
}

#r_content {
	overflow: hidden;
	width: 624px;
	font-size: 11px;
}

#image_content {
	width: 150px;
	overflow: hidden;
	margin-right: 0;
}

#r_content h2 {
	color: #0066cc;
	font-size: 12px;
	font-weight: bold;
}

#r_content p {
	color: #0066cc;
}

.container {
	width: 774px;
}

.span-12, div.span-12
{
	width: 960px;
}

#content_wrapper {
	background: url(../images/content-bg.png) repeat-y;
	margin-bottom: 20px;
}

#navigation {
	position: relative;
	left: -1px;
	background: url(../images/nav-bg.png) repeat-x;
	border-top: 1px solid #bdefe6;
	height: 26px;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	display: block;
	line-height: 26px;
	padding: 0 3px;
	font-size: 11px;
	font-weight: bold;
	border-left: 1px solid #bdefe6;
	height: 26px;
	float: left;
}

#navigation li a {
	text-decoration: none;
}

#navigation ul.sub_nav {
	display: none;
}

#ticker {
	overflow: hidden;
	clear: both;
	border-top: 1px solid #bdefe6;
	background: url(../images/nav-bg.png) repeat-x;
	height: 26px;
	line-height: 26px;
	color: #f09800;
}

#ticker_wrapper {
	width: 600px;
	height: 26px;
	float: right;
}

#rss a.rssicon {
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images/rss.png) right 6px no-repeat;
}

#rss a {
	float: left;
	color: #f09800;
	text-decoration: none;
}

#rss {
	width: 130px;
	color: #f09800;
	font-size: 12px;
	text-decoration: none;
	margin-left: 10px;
	padding-right: 20px;
	float: left;
}

#r_content {
	float: left;
}

#advert_column {
	float: right;
}

/* NEWS */

div.post
{
	padding: 0 5px 0 0;
	margin-bottom: 10px;
}

div.post h1, .posts_index h1
{
	margin-top: 0px;
	font-size: 1.8em;
	margin-bottom: 6px;
}

.posts_index h1 {
	margin-bottom: 5px;
}

.post .header {
	font-size: 1.4em;
}

.post a {
	text-decoration: none;
}
.post a:hover {
	text-decoration: underline;
}

.post .date
{
	float: left;
	margin-right: 5px;
}

.content strong
{
	font-weight: bold;
}

.content em
{
	font-style: italic;
}

.posts_index .image
{
	height: 72px;
	width: 80px;
	float: left;
}

#options {
	margin-bottom: 10px;
	font-size: 10px;
}

#options a {
	text-decoration: none;
}

#options a:hover {
	text-decoration: underline;
}

.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  z-index: 10000;
  position: relative;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  display: block;
  padding: 0 9px;
  text-decoration: none;
}

.nav li a:hover {

}
#main-nav li:hover a, 
#main-nav li.sfHover a {
}
#main-nav li:hover ul a, 
#main-nav li.sfHover ul a {
}
#main-nav li:hover ul a:hover, 
#main-nav li.sfHover ul a:hover {
}

.nav ul {
  list-style: none;
  margin: 0;
  width: 200px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 25px;
}
.nav ul li {
  background: #fff;
  border: 1px solid #bdefe6;
  float: none;
  width: 150px;
}
.nav ul a {
  white-space: nowrap;
}
.nav ul a:hover {
}

#skip a, #skip a:hover, #skip a:visited
{
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}

#skip a:active, #skip a:focus
{
position:static;
width:auto;
height:auto;
}