/* Main stylesheet */
@import url("stylesheet_tags.css");
@import url("form.css");
@import url("menu.css");
@import url("tables.css");
@import url("rightcol.css");

/* Tag Definitions limited to ID's */
html {
	height: 100%;
	overflow-y: scroll;
}

body {
	margin: 0 0 20px 0;
	padding: 0;
  background-color: #FFFFFF;
	background-position: top;
	background-repeat: repeat-x;
}

A {
	color: #185498;
}

A:hover {
	text-decoration: none;
}

/* Layout classes and ID's */
.pagewidth {
	background-color: #FFFFFF;
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.headerRow {
  height: 220px;
	width: 960px;
	background-position: left top;
	background-repeat: no-repeat;
}

.logoLangArea {
  height: 195px;
}

.logo {
	float: left;
	margin: 40px 0 0 15px;
}

.logo IMG {
	display: block;
}

.menuLang {
  float: right;
  text-align: right;
  padding: 0;
}

.menuHeader {
  margin: 0;
  padding: 0;
}

.menuHeader IMG {
  display: inline;
}

.menuMeta {
  float: right;
  margin: 5px 10px 0 0;
}

.searchDiv {
  float: right;
}

.statusRow {
	float:left;
	width:720px;
	margin: 0 0 10px 10px;
}

.menuMain { 
	margin-bottom: 25px;
  width: 189px;
}

.wrapper {
	height: 100%;
  background-image: url(../images/mainBG.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}

.leftcol {
	width: 220px;
	float: left; 
  margin-top: 25px;
}

.oneCol {
	width: 720px;
	float: left;
	padding: 0 10px 10px 10px;
	min-height: 400px;
}

.twocols {
	width: 740px;
	float: right;
}
 
.rightcol {
	float: right;
	width: 200px;
	padding: 0 10px 0 0;
  margin-bottom: 10px;
}

.maincol {
	float: left;
	width: 648px;
	padding: 145px 52px 25px 40px;
	min-height: 280px;
}

.copyright  {
  width: 960px;
  font-size: 80%;
  padding-bottom: 20px;
}


/* Footer */
.footerRow {
	height: 26px; 
	clear: both;
	padding: 0 33px 5px 10px;
	font-size: 100%;
  background-image: url(../images/footerBG.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  text-transform: uppercase;
}

.footerWrap {
  float: right;
}

.terms,
.address {
	float: left;
	line-height: 25px;
	color: #185498;
	font-size: 90%;
  padding-bottom: 0;
}

.address {
  background-image: none;
}

.address P {
	line-height: 25px;
}

.terms {
	padding-left: 15px;
}

.terms A {
	color: #185498;
	text-decoration: none;
}

.terms A:hover {
	color: #e5352c;
}

.menuFooter {
	float: left;
}



/* CLASSES */
/* Classes for Filelinks */
.fileContainer {
	margin-bottom: 10px;
}

.fileIcon,
.fileLink {
	min-height: 18px;
}

.fileLink {
	padding-left: 30px;
}

.fileIcon {
	width: 30px;
	float: left;
	clear: left;
}

.fileRemark,
.fileInfos {
	font-size: 90%;
	padding-left: 30px;
	clear: both;
}

.clear {
	clear: both;
}


/* classes for 3 cols with layout option */
.threeColBox1st2nd,
.threeColBox3rd {
	width: 160px;
	float: left;
	margin: 0 15px 15px 0;
}

.threeColBox3rd {
	margin-right: 0;
}

/* this box is required after 3 col boxes */
.oneColBox {
	width: 500px;
	float: left;
	margin-bottom: 15px;
}

.backLink {
	clear: both;
	float: right;
	margin-top: 10px;
}


/* CSS STYLED CONTENT OVERRIDES */
.maincol .csc-linkToTop {
	margin: 10px 0 10px 0;
	text-align: right; 	
	background-image: url(../images/separator.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}
	
.maincol .csc-linkToTop A { 
	color: #000000; 
	text-decoration: none; 
}

.csc-frame-rulerAfter {
	background-image: url(../images/separator.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 12px;
	width: 645px;
	clear: left;
}

.csc-mailform-field IMG {
	margin-top: 4px;
}


/* extensions with minimal styles */
#captchaResponse {
	margin: 4px 5px 0pt 120px;
	vertical-align: top;
	width: 114px;
}

.tx-flvplayer-pi1 {
	text-align: left;
}