@charset "utf-8";

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(/lib/img/bg.gif) repeat-x;
	font: 11px Arial, Helvetica, sans-serif;
	color: #7c7c7c;
}

h1, h2, h3 {
	margin-bottom: 1em;
	color: #373737;
}

h1 {
	font-weight: normal;
	font-size: 24px;
}

h2 {
	font-weight: normal;
	font-size: 16px;
}

h3 {
	font-size: 12px;
}

p, ol, ul, dl {
	margin-bottom: 1.5em;
	line-height: 1.6;
}

a {
	text-decoration: none;
	color: #7188aa;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

.link-style1, .link-style1 a {
	padding-left: 10px;
	background: url(/lib/img/arrow2.gif) no-repeat 0 50%;
}

.link-style2, .link-style2 a {
	padding-left: 10px;
	background: url(/lib/img/arrow3.gif) no-repeat 0 50%;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignleft {
	margin-right: 17px;
}

img.alignright {
	margin-left: 17px;
}

/* List Style 1 */

.list-style1 {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list-style1 li {
	padding: 5px 0;
	background: url(/lib/img/dot1.gif) repeat-x;
}

.list-style1 li h3{
	margin: 4px 0;
}


.list-style1 li.first {
	background: none;
}

#content .entry ul.list-style1 {
	padding-left:0px;
}

.list-style2 {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list-style2 li {
	padding: 10px 0;
	background: url(/lib/img/dot1.gif) repeat-x;
}

.list-style2 li h3{
	margin: 0px 0px 4px 0;
}

.list-style2 li.first {
	padding-top: 0;
	background: none;
}

.list-style1 .newsdate {
	margin-bottom:0px;
	margin-top:10px;
}

/* Wrapper */

#wrapper {
	position: relative;
	width: 876px;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#top {
	background: url(/lib/img/bg_top.gif) no-repeat;
}

.container {
	width: 779px;
	margin: 0 auto;
}

/* Header */

#header {
	height: 78px;
	position: relative;
	overflow: hidden;
}

#header h1 {
	padding-top: 15px;
	font-size: 24px;
}

#header b {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/lib/img/logo.jpg) no-repeat;
}

/* Menu */

#menu {
	height: 42px;
	background: #333 url(/lib/img/menu_bg.jpg) repeat-x;
}

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style:	none;
	line-height: 1;
}

.sf-menu {
	padding: 7px 0 0 5px;
}

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 200px; /* left offset of submenus need to match (see below) */
	border: 1px solid #333;
	border-top: none;
}

.sf-menu ul ul {
	border: 1px solid #333;
}

.sf-menu ul li {
	width: 100%;
}

.sf-menu li:hover {
	visibility: inherit;
}

.sf-menu li {
	float: left;
	position: relative;
}

.sf-menu a {
	display: block;
	float: left;
	position: relative;
	height: 20px;
	padding: 6px 14px 0px 10px;
	background: url(/lib/img/menu_div.gif)  no-repeat 100% 0;
	border: 1px solid #333;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

.sf-menu li:hover a, .sf-menu li.sfHover a {
	background-color: #bbcde6;
	text-decoration: none;
	color: #333;
}

.sf-menu li.sfHover a {
	padding-bottom: 1px;
	border-bottom: none;
}

.sf-menu ul a {
	float: none;
	padding-top: 11px;
	background: #bbcde6;
	border: none;
	border-top: 1px solid #ebf0f8;
	font-weight: normal;
	color: #333;
}

.sf-menu li a.sel {
	background-color: #ffc20e;
	color: #000;
}

.sf-menu li.first a {
	border: none;
}

.sf-menu ul li a:hover {
	background: #d8e3f1;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */
	z-index: 99;
}

.sf-menu li:hover li ul, .sf-menu li.sfHover li ul {
	top: -999em;
}

.sf-menu li li:hover ul, .sf-menu li li.sfHover ul {
	left: 200px; /* match ul width */
	top: 0;
}

.sf-menu li li:hover li ul, .sf-menu li li.sfHover li ul {
	top: -999em;
}

.sf-menu li li li:hover ul, .sf-menu li li li.sfHover ul {
	left: 200px; /* match ul width */
	top: 0;
}

.sf-menu .sf-sub-indicator {
	display: none;
}

.sf-menu ul .sf-sub-indicator {
	display: block;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 4px;
	height: 8px;
	background: url(/lib/img/arrow1.gif) no-repeat;
	text-indent: -999em;
}

/* News Ticker */

* html #ticker {
	position:static;
}

#ticker_hold {
background: #f6d05e;
}

#ticker {
	width: 749px;
	margin: 1px auto 0px auto;
	padding: 5px 15px;
	background: #f6d05e;
	position:relative;
	white-space:nowrap;
	height:13px !important;

}

#ticker a {
	color: #b4761a;
}

#ticker a:hover {

}

#unravel_bar{
	position: absolute;
	right:12px;
	top:0px;
	height:20px;
	background-color: #f6d05e;
}

#ticker .newstitle{
	float: left;
	display: inline;	
	margin-right:5px;

}

.ticker_content_wrap {
	overflow-x:hidden;
	width: 672px;
	white-space: nowrap;
	float: left;
	height:13px;
	display: inline;	
}

#ticker #ticker_content {
	margin-bottom:0px !important;
	overflow-x:hidden;
}

#unravel_bar div{
	line-height: 23px;
	position:relative;
}

/* Intro Box */

#intro {
	height: 224px;
	margin-top:1px;
}

#intro .image {
	float: left;
	width: 392px;
		display:inline;

}

#intro .entry {
	float: right;
	display:inline;
	overflow: hidden;
	width: 337px;
	height: 194px;
	padding: 0px 27px 30px 22px;
	background: #373737 url(/lib/img/bg1.gif) no-repeat 0 100%;
	color: #c8c8c8;
}

#intro .leadin {
	font-size: 14px;
	color: #fff;
}

#intro a {
	color: #fff;
}

/* Page */

#page {
	overflow: hidden;
	padding-bottom: 150px;
}

.home #page {
}

/* Content */

#content {
	float: right;
	width: 565px;
	margin-top: 1px;
}

#content .breadcrumbs {
	float: left;
	height: 23px;
	padding: 10px 0 0 0;
	font-size: 10px;
}

#content .breadcrumbs .div {
	padding: 0 5px;
	color: #e6af0c;
}

#content .socialize {
	float: right;
	height: 25px;
	padding: 8px 0 0 0;
}

#content .socialize img {
	margin-left: 5px;
}

#content .entry {
	clear: both;
	padding: 10px 45px 0 0;
	background: url(/lib/img/bg3.gif) no-repeat 115% -25%;
	border-top: 1px solid #d9d9d9;
	min-height: 385px;
	
}

#content .entry ul {
	padding-left:15px;
}

#content .title {
	margin: 0;
}

#content .byline {
	color: #373737;
}

/* User added content layouts */
#content .entry .offsetcols .col1, .entry .textrnav .col1 {
	width:350px;
	border-right: #999 1px dashed;
	padding-right:10px;
	float:left;
}

.entry .offsetcols .col2 {
	width:150px;
	display: inline;
	float:right;
	padding-left:9px;
}

.entry .textrnav .col2 {
	width:140px;
	display: inline;
	float:right;
	margin-left:19px;
}

.entry .threecol .col1, .entry .threecol .col2{
	width:160px;
	border-right: #999 1px dashed;
	padding-right:10px;
	float:left;

}

.entry .threecol .col2, .entry .threecol .col3{
	width:160px;
	display: inline;
	float:left;
	padding-left:9px;
}



/* Wide Content */

/* This won't work as the page type will be decided when the content is created */
.wide-content #content {
	float: none;
	width: auto;
}

.wide-content #content .breadcrumbs {
	padding-left: 15px;
}

.wide-content #content .entry {
	padding-left: 15px;
}


/* Zoomable Images */

.zoomables {
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	list-style: none;
	line-height: 0;
	overflow: hidden;
}

.zoomables li {
	float: left;
	padding: 0 1px 1px 0;
}

#fancybox-inner img {
}

#fancybox-title-over {
	background: #fff;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 194px;
	margin-top: 1px;
}

/* Submenu */

#submenu {
	padding: 10px 0 15px 10px;
	background: #333 url(/lib/img/bg2.gif) no-repeat;
	
}

#submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#submenu li {
	padding: 5px 0 0 11px;
	background: url(/lib/img/arrow2.gif) no-repeat 0 10px;
}

#submenu li ul {
	padding-left: 11px;
}

#submenu a {
	color: #fff;
}

/* 2-Column Layout */

.two-columns {
	width: 779px;
	overflow: hidden;
}

.two-columns .title {
	padding: 20px 0 9px 0;
	border-bottom: 1px solid #9db3d3;
	color: #a5a77a;
}

.two-columns .column1 {
	float: left;
	width: 400px;
}

.two-columns .column1 .entry {
	padding: 13px 18px 0 0;
}

.two-columns .column2 {
	float: right;
	width: 379px;
}

.two-columns .column2 .entry {
	padding: 13px 10px 0 16px;
}

.two-columns .column2 .title {
	padding-left: 16px;
}

/* Footer */

#footer {
	position: fixed;
	bottom: 0;
	height: 110px;
	width: 880px; 
	background: url(/lib/img/bg_btm.gif) no-repeat 0 100%;
}

.home #footer {
	background: url(/lib/img/bg1_btm.png) no-repeat 0 100% !important;
	height: 200px !important;
	margin-top: 90px !important;
	background: transparent;
}


#footer p {
	margin: 0;
	line-height: normal;
}

#footer .partners {
	float: left;
	width: 419px;
	height: 63px;
	padding: 18px 0 0 49px;
}

.home #footer .partners {
	padding-top: 105px !important;
}

#footer .partners img {
	margin-right: 20px;
}

#footer .contact {
	float: right;
	width: 352px;
	height: 61px;
	padding: 20px 56px 0 0;
	color: #fff;
}

.home #footer .contact {
	padding-top: 107px !important;
}

#footer .contact p {
	float: right;
	text-align: right;
}

#footer .contact a {
	color: #fff;
}

#footer .contact dl {
	margin: 0;
}

#footer .contact dt {
	float: left;
	width: 62px;
}

#footer .contact dd {
}

#footer .regnums {
	float: right;
	padding: 8px 56px 0 0;
}

#footer .copyright {
	float: left;
	padding: 8px 0 0 49px;
}

/* hack for old content */
.entry tbody div   {
	line-height: 1.6;

	
}

