/* Golbal resets */

html, body, div, p, h1, h2, h3, h4, ul, li, form, fieldset, input, textarea, dl, dt, dd { margin: 0; padding: 0; }

fieldset { border: 0 none; }

html { font-size: 100.01%; background: #fff49a url(../img/bg-main.png) repeat-x 0 0; }
body { font-size: 62.5%; font-family: Helvetica, Arial, sans-serif; color: #3f3f3f; }

ul, li { list-style: none; }

hr {
	font-size: 0;
	height: 1px;
	overflow: hidden;
	background-color: #E0E0E0;
	color: #E0E0E0;
	border: 0 none;
	border-top: 1px solid #E0E0E0;
	margin: 0;
	padding: 0;
	clear: both;
}

.homepage h1 {
	color: #f60000;
	font-size: 2.4em;
	font-weight: bold;
	background: transparent none;
	text-transform: none;
	float: left;
	margin-left: 81px;
	margin-bottom: 15px;
	width: 500px;
	padding: 0;
}
.homepage h2, h1 {
	font-size: 2.1em;
	color: #fff;
	background: #fff url(../img/bg-header-stamp.gif) no-repeat 100% 50%;
	padding: 6px 2px 12px 8px;
	margin-bottom: 2px;
}
.homepage h2:first-letter {
	/*text-transform: lowercase;*/
}
h1:first-letter {
	/*text-transform: lowercase;*/
}
.homepage h1:first-letter {
	/*text-transform: none !important;*/
}
.homepage h3,
.colRight h3,
h2 {
	font-size: 1.4em;
	color: #e21a00;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	padding: 7px 0 2px;
}
h3 a {
	color: #e21a00;
}
.colRight h3 { padding: 0; }

h4 {
	font-size: 1.1em;
	color: #e21a00;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	padding-top: 2px;
}
a {
	color: #e21a00;
}
a.pdf {
	background: transparent url(../img/ico-pdf.gif) no-repeat 0 0;
	padding: 5px 0 8px 28px;
	clear: both;
	float: left;
}
h4 span {
	font-size: .9em;
	color: #000;
	font-weight: bold;
}
h1, h2, h3, h4 { font-weight: normal; }

.col2 .box h2 {
	clear: both;
	margin-bottom: .4em;
}

p {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	padding-bottom: 1em;
	text-align: justify;
}

.col2 p {
	clear: both;
}
.col2 p span {
	color: #333;
	font-weight: bold;
	padding-right: 2px;
}

img {
	border: 1px solid #b2b2b2;
	vertical-align: bottom;
}

a.more {
	color: #353535;
	margin-top: 9px;
	margin-bottom: 3px;
	font-size: 1.1em;
	padding-right: 15px;
	text-align: right;
	text-decoration: underline;
	text-transform: lowercase;
	display: block;
	background: transparent url(../img/li-more.gif) no-repeat 100% 50%;
}
a.more:hover {
	text-decoration: none;
}

.rss {
	color: #3c3c3c;
	font-weight: bold;
	font-size: 1.7em;
	text-transform: lowercase;
	text-decoration: none;
	padding: 4px 0 4px 25px;
	background: transparent url(../img/ico-rss.gif) no-repeat 1px 50%;
}
a.rss:hover {
	text-decoration: underline;
}
.infoline {
	color: #e21a00;
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
}


/* Layout */

#main { width: 928px; margin: 0 auto; }

.topLinks {
	position: relative;
	z-index: 9995;
	margin-bottom: 15px;
}
.topLinks .bodyInner {
	padding-top: 6px;
	padding-bottom: 5px;
}
.homepage .topLinks h1 {
	margin-bottom: 10px;
}

.colRight {
	float: right;
	width: 190px;
	margin-right: 30px;
	margin-top: 220px;
	padding-bottom: 75px;
}

.homepage .colRight {
	margin-top: 0;
}

.colLeft {
	float: left;
	width: 640px;
	margin-left: 30px;
}
.colMid {
	float: left;
}

.col3 .colLeft .box,
.col3 .colMid .box { min-height: 38em; }

.colLeft a.more { margin-right: 25px; }
.col3 .colMid a.more { margin-right: 30px; }

.col3 .colLeft {
	width: 375px;
	margin-right: -1px;
}
.col3 .colLeft .box .separator {
	border-right: 1px solid #e0e0e0;
	padding-right: 20px;
}

.col3 .colMid { width: 280px; }
.col3 .colMid .box h2 { margin-left: 25px; }
.col3 .colMid .box .separator {
	border-left: 1px solid #e0e0e0;
	padding-right: 30px;
	padding-left: 25px;
}

.colRight .box { margin-left: 5px; margin-bottom: 15px; }

.col2 .colLeft .box { padding-bottom: 15px; }

.col2 .bodyInner { position: relative; }

.col2 .separator {
	padding-right: 20px;
}


/* Breadcrumbs */

.breadcrumbs {
	background: transparent url(../img/li-breadcrumbs.gif) no-repeat 3px 50%;
	margin: .8em 0 .9em 34px;
}
.breadcrumbs li {
	float: left;
	background: transparent url(../img/li-breadcrumbs.gif) no-repeat 0 50%;
	padding-left: 10px;
	margin-left: 6px;
	font-size: 1.1em;
	text-transform: uppercase;
	
}
.breadcrumbs a {
	color: #505050;
}
.breadcrumbs .active a { text-decoration: none; }
.breadcrumbs .active a:hover { text-decoration: underline; }


/* Selection filter */

.col2 .selection-filter {
	margin-top: 5px;
	padding-right: 5px;
}
.selection-filter fieldset {
	border: 1px solid #f60000;
	padding: 8px;
}
.selection-filter h4,
.selection-filter label,
.selection-filter select {
	float: left;
	font-size: 1.2em;
}
.selection-filter option {
	font-size: 12px;
	padding-bottom: 2px;
} 
.selection-filter h4,
.selection-filter label {
	font-weight: bold;
	padding-top: 3px;
	text-transform: lowercase;
}
.selection-filter label {
	margin-left: 10px;
}
.selection-filter select {
	width: 100px;
	margin-left: 8px;
	position: relative;
}
.selection-filter .btn {
	font-size: 11px;
	width: 55px;
	float: left;
	margin-left: 5px;
}


/* Forms */


.f-line {
	clear: both;
	padding: 2px 0;
}
.f-line label {
	float: left;
	width: 120px;
	font-size: 1.1em;
}
.questions .confirm label {
	float: none;
	width: auto;
	font-size: 1.1em;
}
.questions .confirm .check {
	float: none;
	width: auto;
	margin-right: 3px;
}
form.questions {
	margin-top: 10px;
}
.questions .txt {
	font-size: 1.1em;
	width: 200px;
	border: 1px solid #b2b2b2;
	padding: 2px 4px;
}
.questions textarea {
	font-size: 1.1em;
	border: 1px solid #b2b2b2;
	font-family: Helvetica, Arial, sans-serif;
	width: 440px;
	padding: 2px 4px;
}
.questions h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 10px;
}
.questions .btn {
	margin-left: 120px;
	font-size: 1.1em;
	width: 6em;
}


/* Questions & Answers */

dl {
	border-bottom: 1px solid #e0e0e0;
	margin-top: 15px;
	padding-bottom: 10px;
}
dt {
	color: #e21a00;
	font-size: 1.1em;
}
dt span {
	color: #000;
	padding-right: 2px;
}
dd {
	color: #3f3f3f;
	font-size: 1.1em;
	margin-top: 8px;
}
dd a {
	color: #fc0000;
}


/* Paging */

.paging {
	margin-top: 10px;
	clear: both;
}

.paging .next,
.paging .prev {
	color: #f00;
	font-size: 12px;
	font-weight: bold;
	width: 80px;
	float: left;
	padding-top: 5px;
}
.paging .next { text-align: right; }
.paging .next a,
.paging .prev a {
	color: #f00;
	text-decoration: none;
}
.paging .next span	{ padding-left: 8px; }
.paging .prev span	{ padding-right: 8px; }
.paging .next a		{ padding-left: 5px; }
.paging .prev a		{ padding-right: 5px; }

.paging a:hover {
	text-decoration: underline;
}
.paging .pages {
	float: left;
	width: 460px;
	text-align: center;
}
.paging .pages li {
	display: inline-block;
	font-weight: bold;
}

.paging .pages li a {
	color: #393939;
	font-size: 14px;
}
.paging .pages li,
.paging .pages li a.active {
	text-decoration: none;
	color: #f00;
	font-size: 18px;
}


/* Logo */

#logo {
	position: absolute;
	top: -91px;
	left: -90px;
	display: block;
	z-index: 5000;
}
.homepage #logo {
	left: -86px;
	top: -46px;
}
#logo img {
	border: 0 none;
}


/* Floating right vizual */

#visualCard {
	position: absolute;
	bottom: -13px;
	right: -88px;
	z-index: 5000;
}
.colRight #visualCard {
	top: -18px;
	right: -88px;
	border: 0 none;
}


/* Fast navigation */

#fastNav {
	float: right;
	width: 263px;
}
#fastNav a {
	color: #f80000;
	font-size: 11px;
	text-transform: lowercase;
	background: transparent url(../img/bg-fastnav-separator.gif) repeat-y 100% 0;
	padding-right: 7px;
	margin-top: 3px;
	margin-right: 9px;
	float: left;
	text-decoration: none;
}
#fastNav a:hover {
	text-decoration: underline;
}
#fastNav label {
	display: none;
}
#fastNav form,
#fastNav input {
	float: left;
}
#fastNav input.txt {
	background: transparent url(../img/bg-fastnav-search.gif) no-repeat 0 0;
	border: 0 none;
	font-size: 11px;
	padding: 4px 0 3px 6px;
	width: 128px;
}


/* Top Latest News */

#latestNews {
	clear: both;
	background: #eee url(../img/bg-topnews.gif) repeat-y 0 0;
}
#latestNews .shadow-top {
	background: transparent url(../img/bg-shadow-topnews-top.png) no-repeat 0 0;
	margin-bottom: -3px;
	position: relative;
	height: 3px;
	width: 920px;
	display: block;
}
#latestNews .shadow-bottom {
	background: transparent url(../img/bg-shadow-topnews-bottom.png) no-repeat 0 0;
	margin-top: -3px;
	position: relative;
	height: 3px;
	width: 920px;
	display: block;
}
#latestNews img {
	border: 0 none;
	margin: 0 0 0 30px;
}
#latestNews #news-big-image {
	width: 375px;
	height: 208px;
}
#latestNews ul {
	color: #333;
	float: left;
	margin-top: 5px;
	margin-left: -14px;
}
#latestNews li {
	padding-left: 14px;
	width: 270px;
}
#latestNews li.active {
	background: transparent url(../img/li-arrow-top.gif) no-repeat 0 7px;
}
#latestNews li h3 {
	background: transparent url(../img/bg-topnews-separator.gif) no-repeat 100% 0;
	padding: 5px 0 0;
}
#latestNews li.first h3 {
	background-image: none;
}
#latestNews li h3 a { padding: 0; }
#latestNews li h3,
#latestNews li h3 a {
	color: #f70000;
	text-decoration: none;
	font-size: 1.3em;
}
#latestNews li h3 a {
	padding-left: 29px;
	background: transparent url(../img/li-dots3.gif) no-repeat 8px 4px;
	display: block;
	letter-spacing: -1px;
}
#latestNews li h3 span {
	color: #333;
}
#latestNews li p {
	padding-left: 29px;
	margin: 0;
}
#latestNews .clearfix {
	min-height: 208px;
}


/* Poll */

.colRight .poll-meter {
	padding-bottom: 10px;
	
}
.poll-meter .gauge {
	position: relative;
	width: 118px;
	height: 5px;
	background-color: #ff6969;
	float: left;
	clear: left;
	margin-top: 6px;
}
.poll-meter .filling {
	display: block;
	width: 124px;
	background: #ffe827 url(../img/bg-poll-filling.gif) repeat 0 0;
	height: 5px;
}
.poll-meter .mask {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(../img/bg-poll-mask.gif) no-repeat 0 0;
	width: 124px;
	height: 5px;
}
.poll-meter .percent {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	margin-left: 5px;
}
.colRight .poll {
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
}
.colRight .poll a {
	color: #fff;
	font-size: 1em;
}
.colRight .poll p {
	font-size: 1em;
}
.colRight .poll.box {
	background: transparent url(../img/bg-poll-w190-top.gif) no-repeat 0 0;
	margin-left: 0;
}
.colRight .poll .inner {
	padding: 0 4px 1px 15px;
	background: transparent url(../img/bg-poll-w190-bottom.gif) no-repeat 0 100%;
	width: 171px;
}
.poll h2,
.poll h3 {
	color: #fff;
	background: transparent none;
	margin-left: 20px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 8px;
	font-size: 1.5em;
	font-weight: normal;
	text-transform: none;
}
.poll h2:first-letter,
.poll h3:first-letter {
	/*text-transform: lowercase;*/
}


/* Videos */

.movies {
	clear: both;
}
.movies .movie-preview {
	float: left;
	margin-left: 40px;
	min-height: 130px;
}
.movies .movie-preview h2 {
	margin-bottom: 2px;
	text-align: center;
	font-size: 1.1em;
}
.movie object,
.movie embed {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.movie h2 {
	margin-right: auto;
	margin-left: auto;
	width: 384px;
}



/* Special containers */

.colRight .box.red {
	background: transparent url(../img/bg-redbox-w185-top.gif) no-repeat 0 0;
	padding-top: 5px;	
	margin-left: 0;
	width: 185px;
}
.colRight .box.red .inner {
	background: transparent url(../img/bg-redbox-w185-bottom.gif) no-repeat 0 100%;
}

.box.red .inner {
	padding: 1px 10px 8px;
}
.box.red label {
	color: #fff;
	font-size: 1.8em;
	text-transform: lowercase;
	display: block;
}
.box.red input.txt {
	border: 1px solid #a50000;
	color: #3c3c3c;
	font-style: italic;
	font-size: 1.1em;
	padding: 4px 2px 2px;
	width: 135px;
	float: left;
	margin-top: 8px;
}
.box.red input.btn {
	margin: 8px 0 0 3px;
}


/* Shadows */

.bodyShadowTop {
	background: transparent url(../img/bg-shadow-w920-top.png) no-repeat 0 0;
	padding-top: 12px;
}
.bodyShadowMid {
	background: transparent url(../img/bg-shadow-w920-middle.png) repeat-y 0 0;
}
.bodyShadowLow {
	background: transparent url(../img/bg-shadow-w920-bottom.png) no-repeat 0 100%;
	padding-bottom: 12px;
}
.bodyShadowLow { background-image: url(../img/bg-shadow-w920-bottom-spike.png); }
.topLinks .bodyShadowLow { background-image: url(../img/bg-shadow-w920-bottom.png);  }
.bodyInner {
	width: 920px;
	margin: 0 4px;
	float: left;
}
.bodyInner {
	background: transparent url(../img/bg-shadow-w920-middle-spike.jpg) no-repeat 100% 100%;
	min-height: 95px;
}

.bodyInner { position: relative; }
.homepage .bodyInner { position: static; }


/* Top menu */

#menuTop {
	margin-bottom: 3.5em;
}
.homepage #menuTop {
	margin-bottom: .2em;
}
#menuTop ul {
	padding: 0 0 0 55px;
	float: left;
	background: transparent url(../img/bg-menu-top.gif) no-repeat 0 100%;
	width: 873px;
	position: relative;
}
#menuTop ul ul {
	padding: 0 0 0 48px;
	float: left;
	background-image: url(../img/bg-submenu-top.gif);
	position: absolute;
	left: 40px;
	margin-top: -4px;
	width: 800px;
}
#menuTop ul li {
	float: left;
	text-align: center;
	padding: 0;
	background: transparent url(../img/li-menu-top-separator.gif) no-repeat 100% 50%;
	margin-right: -1px;
}
#menuTop li.last,
#menuTop li:last-child {
	background-image: none;
}
#menuTop li a {
	font-size: 12px;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 11px 11px 18px 10px;
	text-decoration: none;
	text-align: center;
}
#menuTop li a:hover {
	text-decoration: underline;
}
#menuTop li li a {
	padding: 11px 15px 15px 14px;
}
#menuTop li.active {
	background: transparent url(../img/bg-menu-top-active.gif) repeat-x 0 100%;
}
#menuTop li.active a {
	background: transparent url(../img/li-menu-top-active.gif) no-repeat 2px 1.3em;
}
#menuTop li li a {
	text-transform: none;
	padding-top: .6em;
}
#menuTop li.active li a {
	background-image: none;
}
#menuTop li li.active a {
	background-image: url(../img/li-menu-top-active.gif);
	background-position: 2px 0.95em;
}


/* Footer */

#footer {
	height: 86px;
	background: transparent url(../img/bg-footer.png) no-repeat 0 0;
}
#footer .motto {
/*	color: #f60000; */
	color: #FF0000;
	font-size: 24px;
	margin-left: 115px;
	padding-top: 12px;
	padding-bottom: 0;
	line-height: normal;
	font-weight: bold;
}
#footer ul {
	padding: 20px 0 8px;
	float: left;
	width: 99.9%;
}
#footer li {
	display: inline-block;
	text-align: center;
	float: left;
	width: 24.9%;
}
#footer li a {
	color: #000;
	font-size: 1.1em;
	text-decoration: none;
}
#footer li a:hover {
	text-decoration: underline;
}


/* Sitemap */

#SiteMap {}

#SiteMap ul {
	margin-left: 20px;
}
#SiteMap ul a {
	font-size: 1.4em;
	font-weight: bold;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
}
#SiteMap ul a:hover {
	color: #b00000;
}
#SiteMap ul li {
	margin-top: 5px;
}
#SiteMap ul ul a {
	font-size: 1.2em;
}
#SiteMap ul li {
	margin-top: 3px;
}
#SiteMap ul ul ul a {
	font-size: 1.1em;
	font-weight: normal;
}


/* Tweaks */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

body .right { text-align: right; }
body .left { text-align: left; }
body .center { text-align: center; }

.flt, .floatleft { float: left; }
.frt, .floatright { float: right; }

img.flt { margin: 0 10px 3px 0; }
img.frt { margin: 0 0 3px 10px; }


/* Banners */

.box.banner {
	margin-bottom: 0;
}
.banner h3 {
	margin-bottom: 5px;
}
.banner img {
	border: 0 none;
	margin-bottom: 10px;
}
.banner object {
	margin-bottom: 15px;
	display: block;
}


/* WYSIWYG cleanup */

.WYSIWYGContentBody {
	font-size: 1.1em;
}
.WYSIWYGContentBody h1, .WYSIWYGContentBody h2, .WYSIWYGContentBody h3, .WYSIWYGContentBody h4 {
	margin-bottom: 0.6em;
	clear: both;
}
.WYSIWYGContentBody p, .WYSIWYGContentBody li, .WYSIWYGContentBody a, .WYSIWYGContentBody th, .WYSIWYGContentBody td {
	font-size: 100%;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	line-height: 1.4em;
}
.WYSIWYGContentBody ul {
	list-style-type: disc;
	margin-left: 10px;
	margin-bottom: 0.8em;
}
.WYSIWYGContentBody ul li {
	list-style-type: disc;
	margin-left: 20px;
}
.WYSIWYGContentBody ol {
	list-style: decimal;
	margin: 1em 0;
}
.WYSIWYGContentBody ol li {
	list-style: decimal;
}
.WYSIWYGContentBody ol.bold li {
	font-weight: bold;
}
.WYSIWYGContentBody p {
	float: none;
	clear: none;
}
.WYSIWYGContentBody img {
	border: 0 none;
}
.WYSIWYGContentBody img.floatleft {
	margin: 0 8px 3px 0;
	clear: left;
}
.WYSIWYGContentBody img.floatright {
	margin: 0 0 3px 8px ;
	clear: right;
}
.WYSIWYGContentBody .hscroll {
	height: 320px;
	overflow: auto;
}
.WYSIWYGContentBody table {
	/*width: 320px !important;*/
	margin-bottom: .8em;
}
.WYSIWYGContentBody table td {
	vertical-align: top;
	padding: 2px 4px;
}
.WYSIWYGContentBody table.mp3table td {
	padding: 0;
}
.WYSIWYGContentBody .w450 {
	float: left;
	width: 445px;
	display: inline;
	margin-left: 0;
	padding-left: 17px;
}
.WYSIWYGContentBody .w450 li {
	list-style-position: outside;
}
.WYSIWYGContentBody .w350 {
	float: left;
	width: 350px;
	display: inline;
	margin-left: 0;
	padding-top: 15px;
}
.WYSIWYGContentBody .w310 {
	float: left;
	width: 310px;
	display: inline;
	margin-left: 0;
	padding-top: 15px;
}
.WYSIWYGContentBody .red {
	color: #e21a00 !important;
}

.WYSIWYGContentBody ul li {
	list-style-type: none !important;
}

