/* global stuff */
* {
	padding: 0;
	margin: 0;
	font: normal 12px/18px Arial, Helvetica, Sans-Serif;
	color: #000000;
	border: none;
}

body {
	background: #fff;
}

body.sub {
	background: #e5e5e5 url(/img/bg-body.gif) repeat-y 50% 0;
}

h1 {
	font: bold 36px/36px Arial, Helvetica, Sans-Serif;
	margin-bottom: 16px;
}

h2 {
	font: bold 16px/18px Arial, Helvetica, Sans-Serif;
}

h3 {
	font: bold 12px/18px Arial, Helvetica, Sans-Serif;
}

b,
b * {
	font-weight: bold;
}

i,
i * {
	font-style: italic;
}

u,
u * {
	text-decoration: underline;
}

s,
s * {
	text-decoration: line-through;
}

ul, li {
	list-style-type: none;
}

a
{
  outline: none;
}

.clear {
	clear: both;
}

.fade-a,
.fade-b {
	height: 14px;
	background: transparent url(/img/bg-fade.png) repeat-x top left;
}

.fade-a {
	width: 581px;
	position: absolute;
	z-index: 100;
}

.fade-b {
	width: 100%;
	position: relative;
}

/* page centering */
#container-global {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 4px;
	text-align: left;
	background: #ffffff url(/img/bg-main.gif) no-repeat top right;
}

/* logo */
#logo {
	float: left;
	width: 283px;
	height: 165px;
}

#logo img {
	margin: 18px 0 0 19px;
}

/* main nav */
#nav {
	position: relative;
	float: left;
	margin: 18px 0 0 0;
	padding: 13px 0 28px 0;
	width: 717px;
	height: 94px;
	background: #4b4b4b url(/img/bg-nav-main-over.gif);
	overflow: hidden;
}

#nav.home {
	background: #4b4b4b url(/img/bg-nav-main.gif);
}

#nav * {
	color: #4b4b4b;
	font: bold 13px/21px Arial, Helvetica, Sans-Serif;
}

#nav a {
	text-decoration: none;
}

#nav li {
	height: 21px;
	width: 700px;
	padding: 0 0 0 13px;
}

#nav li:hover,
#nav li#selected {
	background: transparent url(/img/bg-nav-fade.gif);
}

/*
#nav li.selected {
	width: 122px;
}
*/

#nav li a {
	display: inline-block;
	display: -moz-inline-box;
	width: 100%;
	height: 21px;
	color: #c3c3c3;
}

#nav li.grey:hover a,
#nav li#selected.grey a {
	color: #ffffff;
}

#nav li.blue:hover a,
#nav li#selected.blue a {
	color: #45c0eb;
}

#nav li.green:hover a,
#nav li#selected.green a {
	color: #a8e121;
}

#nav li.orange:hover a,
#nav li#selected.orange a {
	color: #f2b765;
}

#nav li ul,
#nav li div {
	position: absolute;
	display: block;
	top: 0;
	left: 135px;
	height: 135px;
	width: 578px;
	padding: 13px 0 0 0;
	margin: 0 10px 0 0;
	z-index: 100;
	display: none;
}

#nav li#selected ul,
#nav li#selected div {
	display: block;
}

#nav li ul li,
#nav li ul li.selected {
	width: 561px;
	padding: 0 0 0 17px;
}

#nav li:hover ul li,
#nav li#selected ul li {
	background: none;
}

#nav li.grey ul,
#nav li.grey div {
	background: #f0f0f0;
}

#nav li.blue ul,
#nav li.blue div {
	background: #eaf6fa;
}

#nav li.green ul,
#nav li.green div {
	background: #f5fbe7;
}

#nav li.orange ul,
#nav li.orange div {
	background: #f6ead9;
}

#nav li.grey ul li:hover,
#nav li#selected.grey ul li:hover {
	background: transparent url(/img/bg-nav-sub-fade-grey.gif);
}

#nav li.blue ul li:hover,
#nav li#selected.blue ul li:hover {
	background: transparent url(/img/bg-nav-sub-fade-blue.gif);
}

#nav li.green ul li:hover,
#nav li#selected.green ul li:hover {
	background: transparent url(/img/bg-nav-sub-fade-green.gif);
}

#nav li.orange ul li:hover,
#nav li#selected.orange ul li:hover {
	background: transparent url(/img/bg-nav-sub-fade-orange.gif);
}

#nav li.grey:hover ul li a,
#nav li#selected.grey ul li a {
	color: #4b4b4b;
}

#nav li.blue:hover ul li a,
#nav li#selected.blue ul li a {
	color: #4b4b4b;
}

#nav li.green:hover ul li a,
#nav li#selected.green ul li a {
	color: #4b4b4b;
}

#nav li.orange:hover ul li a,
#nav li#selected.orange ul li a {
	color: #4b4b4b;
}

#nav li.grey ul li.selected a,
#nav li#selected.grey ul li.selected a,
#nav li.grey ul li:hover a,
#nav li#selected.grey ul li:hover a {
	color: #010101;
}

#nav li.blue ul li.selected a,
#nav li#selected.blue ul li.selected a,
#nav li.blue ul li:hover a,
#nav li#selected.blue ul li:hover a {
	color: #0093d1;
}

#nav li.green ul li.selected a,
#nav li#selected.green ul li.selected a,
#nav li.green ul li:hover a,
#nav li#selected.green ul li:hover a {
	color: #a8e121;
}

#nav li.orange ul li.selected a,
#nav li#selected.orange ul li.selected a,
#nav li.orange ul li:hover a,
#nav li#selected.orange ul li:hover a {
	color: #f2b765;
}

/* content container */
#container-content {
	clear: left;
	display: block;
	width: 1000px;
	height: 1px;
	background: #fff url(/img/bg-line-grey.gif) no-repeat;
}


/* homepage */
.column-content-item-news {
	position: relative;
	float: left;
	width: 204px;
	margin: 0 1px 0 3px;
}

.column-content-item-news ul li {
	position: relative;
	width: 179px;
	background-color: transparent;
	background-image: url(/img/bg-fade.png);
	background-repeat: repeat-x;
	background-position:	top left;
	padding: 16px 11px 8px 14px;
}

.column-content-item-news ul li div.title a {
	display: block;
	font: bold 14px/18px Arial, Helvetica, Sans-Serif;
	color: #4b4b4b;
	text-decoration: none;
}

.column-content-item-news ul li div.title a.expanded {
	color: #0087c0;
}

.column-content-item-news ul li div.contentContainer {
	position: relative;
	overflow: hidden;
}

.column-content-item-news ul li div.contentContainer *{
	color: #0087c0;
}

.column-content-item-news ul li div.contentContainer img {
	display: block;
	margin: 20px auto;
}

.column-content-item-news ul li div.toggle {
	display: block;
}

.column-content-item-news ul li div.expand a {
	font: normal 12px/18px Arial, Helvetica, Sans-Serif;
	color: #4b4b4b;
	text-decoration: none;
}

.column-content-item-news ul li div.expand a span {
	display: block;
	width: 100%;
	height: 16px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(/img/bt-item-expand.gif) no-repeat center center;
}
	.column-content-item-news ul li div.expand a:hover span {
		background: transparent url(/img/bt-item-expand-over.gif) no-repeat center center;
	}

.column-content-item-news ul li div.contract a span {
	display: block;
	width: 100%;
	height: 16px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(/img/bt-item-contract.gif) no-repeat center right;
}
	.column-content-item-news ul li div.contract a:hover span {
		background: transparent url(/img/bt-item-contract-over.gif) no-repeat center right;
	}

.column-content-item-image {
	position: relative;
	float: left;
	width: 576px;
	padding: 0 5px 0 0;
	margin: 0 0 0 3px;
}

.column-content-item-image img {
	width: 576px;
}

/* template 1 */
.column-content-template-1-left {
	position: relative;
	float: left;
	height: 1px;
	width: 260px;
	margin: 20px 0 0 0;
	padding: 22px 0 0 0;
	background: transparent url(/img/bg-line-grey.gif) repeat-x 0px 22px;
}

.column-content-template-1-middle {
	position: relative;
	float: left;
	width: 340px;
	margin: 20px 0 0 0;
	padding: 0 0 0 4px;
	background: transparent url(/img/bg-line-grey.gif) repeat-x 0px 22px;
}

.column-content-template-1-right {
	position: relative;
	float: left;
	width: 392px;
	margin: 20px 0 0 0;
	padding: 64px 0 0 4px;
	background: transparent url(/img/bg-line-grey-fade.gif) no-repeat 0px 22px;
}

.column-content-template-1-middle .content,
.column-content-template-1-right .content {
	width: 320px;
}

.column-content-template-1-middle .content *,
.column-content-template-1-right .content * {
	color: #4b4b4b;
}

.column-content-template-1-middle .content h1,
.column-content-template-1-right .content h1 {
	height: 44px;
	width: 340px;
	padding: 0 0 0 31px;
	margin: 0 0 20px 0;
	font: bold 36px/36px Arial, Helvetica, Sans-Serif;
	background: transparent url(/img/empty.gif) no-repeat;
	overflow: hidden;	
}

.column-content-template-1-middle .content h2,
.column-content-template-1-right .content h2 {
	margin: 0 0 0 31px;
}

.column-content-template-1-middle .content h3,
.column-content-template-1-right .content h3 {
	margin: 0 0 0 31px;
}

.column-content-template-1-middle .content p,
.column-content-template-1-middle .content ul,
.column-content-template-1-right .content p,
.column-content-template-1-right .content ul {
	margin: 0 0 18px 31px;
}

.column-content-template-1-middle .content table,
.column-content-template-1-right .content table {
	margin: 0 0 0 30px;
}

.column-content-template-1-middle .content p,
.column-content-template-1-middle .content p *,
.column-content-template-1-middle .content table,
.column-content-template-1-middle .content table *,
.column-content-template-1-right .content p,
.column-content-template-1-right .content p *,
.column-content-template-1-right .content table ,
.column-content-template-1-right .content table * {
	font: normal 12px/18px Arial, Helvetica, Sans-Serif;
}

.column-content-template-1-middle .content * a,
.column-content-template-1-right .content * a {
	text-decoration: underline;
}

.column-content-template-1-middle .content * a:hover,
.column-content-template-1-right .content * a:hover {
	color: #ee2f89;
}

.column-content-template-1-middle .content ul li,
.column-content-template-1-right .content ul li {
	font: bold 12px/18px Arial, Helvetica, Sans-Serif;
}

/* template 2 */
.column-content-template-2-left {
	float: left;
	width: 535px;
}

.column-content-template-2-left .nav-sub-sub {
	height: 116px;
	padding: 14px 0 19px 0;
}

.column-content-template-2-left ul {
	text-align: right;
}

.column-content-template-2-left ul li {
	display: inline;
	margin: 0 0 0 19px;
}

.column-content-template-2-left ul li a img {
	height: 116px;
	width: 85px;
	opacity: 0.2;
}

.column-content-template-2-left ul li.selected a img,
.column-content-template-2-left ul li a:hover img {
	opacity: 1;
}

.column-content-template-2-left div.pagination,
.column-content-template-2-right div.pagination {
	height: 40px;
	width: 33px;
}

.column-content-template-2-left div.pagination {
	position: absolute;
	right: 0;
	background: #ffffff;
	text-align: right;
	z-index: 100;
}

.column-content-template-2-right div.pagination {
	position: absolute;
	top: 404px;
	left: 86px;
	z-index: 100;
}

.column-content-template-2-left div.pagination a,
.column-content-template-2-right div.pagination a {
	display: inline;
	text-decoration: none;
	margin: 0 0 0 6px;
}

.column-content-template-2-left div.pagination a span,
.column-content-template-2-right div.pagination a span {
	display: table-cell;
	width: 9px;
	padding: 5px 0 6px 0;
	background: transparent url(/img/bg-pagination.gif) repeat-x bottom left;
	font: normal 9px/21px Arial, Helvetica, Sans-Serif;
	color: #0087c0;
	text-align: center !important;
	vertical-align: top;
}

.column-content-template-2-left div.pagination a.disabled span,
.column-content-template-2-left div.pagination a.disabled:hover span,
.column-content-template-2-right div.pagination a.disabled span,
.column-content-template-2-right div.pagination a.disabled:hover span {
	color: #4b4b4b;
	background: transparent url(/img/bg-pagination-disabled.gif) repeat-x bottom left;
}

.column-content-template-2-left div.pagination a:hover span,
.column-content-template-2-right div.pagination a:hover span {
	color: #ee2f89;
	background: transparent url(/img/bg-pagination-over.gif) repeat-x bottom left;
}

.column-content-template-2-left .content {
	position: relative;
	float: right;
	padding: 0 0 0 284px;
	background: transparent url(/img/bg-line-grey.gif) repeat-x 0px 22px;
}

.column-content-template-2-left h1 {
	height: 36px;
	width: 240px;
	padding: 0 0 0 12px;
	margin: 0 0 38px 0;
	font: bold 36px/36px Arial, Helvetica, Sans-Serif;
	color: #0087c0;
	/*text-indent: -9999px;*/
	background: transparent url(/img/empty.gif) no-repeat -19px 0px;
	overflow: hidden;
}

.column-content-template-2-left p.subtitle {
	padding: 0 0 2px 13px;
	margin: 0 0 19px 0;
	background: #ffffff url(/img/bg-line-grey.gif) no-repeat bottom left;
}

.column-content-template-2-left p.subtitle,
.column-content-template-2-left p.subtitle * {
	font: bold 12px/18px Arial, Helvetica, Sans-Serif;
	color: #4b4b4b;
}

.column-content-template-2-left h2 {
	padding: 0 0 0 12px;
	color: #0087c0;
}

.column-content-template-2-left p {
	padding: 0 0 18px 12px;
}

.column-content-template-2-left p,
.column-content-template-2-left p * {
	font: normal 12px/18px Arial, Helvetica, Sans-Serif;
	color: #0087c0;
}

.column-content-template-2-left * a {
	text-decoration: underline;
}

.column-content-template-2-left * a:hover {
	color: #ee2f89;
}

.column-content-template-2-right {
	position: relative;
	float: left;
	width: 464px;
}

.column-content-template-2-right div.image {
	display: block;
	margin: 0 auto 0 auto;
}

.column-content-template-2-right img {
	display: block;
	clear: both;
	margin: 14px auto 0 auto;
}