/*****************************************************
* BASE
******************************************************/
html {
    font-size: 100%;
}

body {
    margin: 0;
    padding: 0; 
    font-family: Arial, Helvetica, FreeSans, sans-serif; 
    font-size: .8em; 
    line-height: 1.4; 
    color: black;
    background: white;
}

h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0;
	padding: 0; 
    line-height: 1.2;
    font-weight: bold; 
    font-style: normal;
	color: #000;
}

h1 {
    font-size: 2em;
	margin: 0;
	width: 300px;
	height: 60px;
}

h1 span {
	display: block;
	font-size: .65em;
	font-weight: normal;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color: #339933;
	text-decoration: none;
	display: block;
	width: 300px;
	height: 60px;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1em;
}

ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}

p {
    margin: .75em 0; 
}

address {
    margin: .75em 0;
    font-style: normal;
}

a {
    text-decoration: underline;
}

a:link, a:visited {
    color: #339933;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}

a img {
    border: none;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

input, button, select {
    vertical-align: middle; 
}

*html .clear {
	height: 1%;
	overflow: visible;
}

*+html .clear {
	min-height: 1%;
}

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

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.align-justify {
	text-align: justify;
}

.csc-firstHeader {
	margin-top: .5em;
}

.content2cols {
	width: 778px;
}

.content2cols .left {
	float: left;
	width: 380px;
}

.content2cols .right {
	float: right;
	width: 380px;	
}

.tx-powermail-pi1 legend {
	display: none;
}

.tx-powermail-pi1 div {
	margin: 0 0 1em 0;
}

.tx-powermail-pi1 div label {
	display: block;
	font-weight: normal;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_submit {
	text-align: center;
	padding-top: 20px;
}

.tx-powermail-pi1 .powermail_mandatory_js {
	color: #cc0000;
}

.tx-powermail-pi1 input.powermail_submit {
	background: #339933;
	color: #fff;
	border: 0;
	cursor: pointer;
}

/*****************************************************
* LAYOUT
******************************************************/
img#background {
	display: none;
}

#globalWrapper {
	width: 100%;
}

#headerWrapper {
	height: 60px;
	background: 0;
}

#headerWrapper #header {
	height: 60px;
}

#contentWrapper #content {
	margin: 0 0 30px 0;
}

#contentWrapper #searchBar {
	display: none;
}


#contentWrapper #content #main {
	float: none;
	padding: 10px 30px;
}

#contentWrapper #content #submenu {
	display: none;
}

#footerWrapper {
	height: 46px;
	background-color: #539117;
}

#footerWrapper #footer p {
	height: 41px;
	padding: 5px 0 0 0;
	margin: 0;
	color: #fff;
	text-align: center;
}

/*****************************************************
* MAIN MENU
******************************************************/
#header ul {
	display: none;
}

/*****************************************************
* USER_PAYSDOUBS
******************************************************/
.user-paysdoubs-pi1 {
	position: relative;
}


.user-paysdoubs-pi1-header {
	height: 100px;
}

.user-paysdoubs-pi1-header h2 {
	float: left;
}

.user-paysdoubs-pi1-header ul {
	display: none;
}


.user-paysdoubs-pi1-items {
	width: 600px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-bottom: 1px solid #999999;
}

.user-paysdoubs-pi1-items .user-paysdoubs-pi1-image { 
	width: 120px;
	float:left;
	text-align: center;
}

.user-paysdoubs-pi1-items .user-paysdoubs-pi1-image img {
	margin-bottom: 10px;
}

.user-paysdoubs-pi1-items .user-paysdoubs-pi1-content {
	width: 466px;
	float: right;
}

.user-paysdoubs-pi1-items .user-paysdoubs-pi1-content h3 {
	margin-top: 0;
}

