/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(../images/site-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #4071AD;
	margin: 0;
	padding: 0;
}

a {
	color: #00578C;
	text-decoration: none;
}

a:hover {
	color: #C42A38;
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-size: 18px;
	margin: 0px;
	color: #00578C;
}

p {
	font-size: 12px;
}

p.align-center {
	text-align: center;
}

#fixed {
	width: 996px;
	margin: 0 auto;
	text-align: center;
}

#wrapper {
	float: left;
	width: 100%;
	display: inline;
	background-color: #FFF;
	text-align: left;
	margin: 14px 0 0 0;
}

#header {
	float: left;
	width: 976px;
	height: 110px;
	display: inline;
	margin: 10px;
	background-image: url(../images/Header.jpg);
	background-repeat: no-repeat;
}

#nav-wrap {
	float: left;
	width: 100%;
	height: 31px;
	display: inline;
}

#ticker  {
	float: left;
	width: 976px;
	display: inline;
	margin: 10px 10px 0 10px;
}

#col-wrap {
	float: left;
	width: 100%;
	display: inline;
}

#col-1-2-wrap {
	float: left;
	width: 666px;
	display: inline;
	margin: 10px;
}

#col-1-2-wrap hr {
	float: left; 
	width: 100%; 
	clear: both; 
	margin: 10px 0px;
}

.sub #col-1-2-wrap {

}

#col-3-wrap {
	float: right;
	width: 300px;
	display: inline;
	margin: 10px 10px 10px 0;
}

#col-1 {
	float: left;
	width: 290px;
	display: inline;
	margin: 0 10px 0 0;
}

#col-2 {
	float: left;
	width: 366px;
	display: inline;
}

#col-3 {
	float: left;
	width: 300px;
	display: inline;
}

#supporters {
	float: left;
	width: 100%;
	display: inline;
}

#supporters-content {
	float: left;
	width: 976px;
	height: 70px;
	margin: 0 10px 10px 10px;
}

#footer-wrap, #footer-nav {
	float: left;
	width: 100%;
	display: inline;
	height: 32px;
	text-align: left;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
}

ul#nav2 {
	width: 100%;
	padding: 0px;
	margin: 0px;
	line-height: 31px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

ul#nav2 li {
	float: left;
}

ul#nav2 li.divide {
	background-image: url(../images/nav-divide.jpg);
	background-repeat: no-repeat;
	width: 1px;
	height: 31px;
}

ul#nav2 li a {
	color: #FFF;
	padding:0 8px;
	text-align:center;
	text-decoration:none;
}

ul#nav2 li a:hover {
	text-decoration: underline;
}

#copyright {
	float: left;
	width: 100%;
	display: inline;
	text-align: right;
	font-size: 10px;
	color: #FFF;
	margin-top: 10px;
}


.img-content {
	float: left;
	display: inline;	
	margin: 10px 30px 0 0;
}

.img-link {
	display: none;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 10px;
}

div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin-left: 0px;
}

#sub-form-wrapper {
	float: left;
	width: 290px;
	height: 290px;
	display:inline;
	background-image: url(../images/left_form_v2.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.v2 #sub-form-wrapper {
	background-image: url(../images/Left-form2.jpg);
}

#sub-form {
	float: left;
	display: inline;
	margin-top: 158px;
}

#sub-form input {
	width: 145px;
	hegiht: 18px;
}

#sub-form input.submit-btn {
	width: auto;
	height: auto;
}

#col-1-2-wrap ul {
	padding-left: 25px;
	font-size: 12px;
	list-style-image: url(../images/arrow.jpg);
}

#col-1-2-wrap ul li {
	margin: 3px 0;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#ffffff;
}

#TB_window a:link {color: #ffffff;}
#TB_window a:visited {color: #ffffff;}
#TB_window a:hover {color: #ffffff; font-weight: bold;}
#TB_window a:active {color: #ffffff;}
#TB_window a:focus{color: #ffffff;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #ffffff;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
	color: #ffffff;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	color: #ffffff;
}

#TB_title{
	background-color:#C52B39;
	height:27px;
	width: 100%;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* News Articles */

.news-latest-container {
	float: left;
	width: 360px;
	height: 440px;
	display: inline;
	background-image: url(../images/news.jpg);
	background-repeat: no-repeat;
}

.news-latest-item {
	float: left;
	width: 330px;
	height: 120px;
	margin: 285px 0 0 15px;
	display: inline;
}

a#news-latest-archive-link {
	float: right;
	width: 270px;
	height: 30px;
	display: inline;
}

.news-latest-title a {
	font-size: 14px;
	font-weight: bold;
}

.news-latest-morelink a {
	font-size: 11px;
	font-weight: bold;
}

.news-latest-subheader p.bodytext {
	margin: 5px 0;
}

.news-single-title {
	font-size: 16px;
	font-weight: bold;
	color: #00578C;
}

.news-single-img {
	float: right;
	display: inline;
	margin: 0 0 10px 10px;
}

.news-single-timedata {
	font-size: 11px;
	color: #666;
}

.news-single-content p.bodytext {
	margin: 5px 0;
}

hr.clearer {
	margin: 10px 0;
}

.news-single-backlink a {
	font-size: 11px;
	font-weight: bold;
}

.news-list-image {
	float: right;
}

.news-list-title a {
	font-size: 16px;
	font-weight: bold;	
}

.news-list-date {
	font-size: 11px;
	color: #666;	
}

.news-list-subheader p.bodytext {
	margin: 5px 0;
}

.news-list-morelink a {
	font-size: 11px;
	font-weight: bold;
}

.v2 .email-form {
	margin: 160px 0 0 10px;
}

.v2 .email-text {
	color: #FFF;
	font-size: 14px;
}

.v2 .email-input {
	width: 260px;
	height: 28px;
	line-height: 28px;
	font-size: 20px;
	margin: 5px 0;
}

.v2 .email-button {
	display: inline;
	font-size: 14px;
}

/* News Ticker */
.tickercontainer { /* the outer div with the black border */
width: 976px; 
height: 20px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 0px;
width: 976px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 680px;
font: bold 13px Arial;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #00578C;
font: bold 13px Arial;
text-decoration: none;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
}

.news-ticker-container {
	width: 976px;
}

.csc-loginform {
	margin: 10px;
}

#footer-nav {
	width: 196px;
}

#welcome-lang {
	float: right;
	width: 644px;
}

#social-links {
	float: right;
	display: inline;
	text-align: center;
	width: 230px;
	height: 50px;
}

#social-title {
	font-size: 11px;
	font-weight: bold;
	float: left;
	text-align: left;
}

#facebook, #twitter {
	display: inline;
	font-size: 10px;
	width: 52px;
	float: right;
	margin: 3px;
	font-weight: bold;
}

#facebook a, #twitter a {
	color: #000;
	clear: left;
}

a.social-link {
	clear: both;
}