/* 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 {
    height: 100%;       
	margin: 0;
	padding: 0;
    background-color: #4B4A4D;  
    background-repeat: repeat-y; 
    background-position: center;
}

A {
	color: #999999;
    text-decoration: none;
}

A:hover {
    text-decoration: underline;
}

/* Layout classes and ID's */
.pagewidth {
    min-height: 100%;
	width: 980px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;          
          
    padding: 0 19px 19px 19px;
    background-image: url(../images/bgPageWidth.gif);
    background-repeat: repeat-y;
}

.headerRow {
	margin: 0 -19px 0 -19px;  
    width: 980px;  
    height: 197px;  
    
    background-image: url(../images/bgHeaderRow.gif);  
    background-position: left top;
    background-repeat: no-repeat;
    
    padding: 0 19px 0 19px;
}

.headerImage {
    width: 980px;  
    height: 44px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: #FFFFFF;     
}

.logo {
	float: right;
	margin: 40px 20px 0 0;
}

.logo IMG {
	display: block;
}
        
.menuMeta {
  float: left;
  margin: 173px 0 0 45px;
  height: 20px;
}

.searchDiv {
  float: right;
}

.statusRow {
	float:left;
	width:720px;
	margin: 0 0 10px 10px;
}

.menuMainLevelOne {
    height: 25px;
    background-color: #6094C9;
    padding: 8px 0 0 45px;
    color: #A7BDDF;
    font-weight: bold; 
}

.menuMain { 
	margin: -4px 0 25px 27px;
    width: 258px;
    font-weight: bold; 
}

.belowMenuMain { 
	margin: 0 0 0 35px;
}

.wrapper {
    margin: 30px 0 0 0;
	height: 100%;
    background-color: #FFFFFF;     
}

.leftcol {
	width: 306px;
	float: left; 
}

.oneCol {
	width: 560px;
	float: left;
	padding: 0;
	min-height: 400px;
    overflow: visible;
}

.twocols {
	width: 740px;
	float: right;
}
 
.rightcol {
	float: right;
	width: 200px;
	padding: 0 10px 0 0;
    margin-bottom: 10px;
}

.maincol {
	float: left;
	width: 510px;
	padding: 0 0 25px 10px;
	min-height: 400px;
}

.topWithoutMargin {
    margin: -30px 0 10px 0;    
    display: block;
    min-height: 0;
}

.topWithoutMargin div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
    margin: 0;
}



/* Footer */
.footerRow {
	height: 25px; 
	clear: both;
	padding: 0 10px 0 10px;
	font-size: 100%;
	background-color: #CFD6AE;
}

.copyright,
.address {
	float: left;
	padding: 0 10px 0 10px;
	line-height: 25px;
	color: #545454;
	font-size: 90%;
}

.address P {
	line-height: 25px;
}

.copyright {
	padding-left: 0;
	width: 200px;
}

.copyright A {
	color: #545454;
	text-decoration: none;
}

.copyright A:hover {
	color: #2A78C1;
}

.menuFooter {
	float: right;
	text-align: right;
}



/* CLASSES */
/* Classes for Filelinks */
.fileContainer {
	margin-bottom: 10px;
}

.fileIcon,
.fileLink {
	min-height: 18px;
  color:#B1B3B4;
}

.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: 175px;
	float: left;
	margin: 0 15px 15px 0;
}

.threeColBox3rd {
	margin-right: 0;
}

/* classes for 2 cols with layout option */
.twoColBox1st,
.twoColBox2nd {
    width: 300px;
    float: left;
    margin: 0 15px 15px 0;
    position: relative;
}

.twoColBox2nd {
    width: 245px;
    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 */
.csc-linkToTop {
	margin: 10px 0 10px 0;
	text-align: right; 	
	background-image: url(../images/separator.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}
	
.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;
    margin: 10px 0 20px 0;
	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;
}
