/* CSS Document */

@import url(menu_up.css);
@import url(menu_left.css);
@import url(menu_footer.css);

html,body{
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-image:url(images/backgr_content.gif);
	background-repeat:repeat-y;
	font-family:Arial, Verdana,  sans-serif;
	color:#004F5A;
	background-attachment: scroll;
	background-color:#DBD8BD;
}

html {
     overflow: -moz-scrollbars-vertical;
}
* {
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
	font-size:0;
	height:0;
}


#root {
	position:relative; /* needed for footer positioning*/
	margin:0; /* center, not in IE5 */
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

#mainContainer {
	width:958px;
}


#logo {
	float:left;
}

#leftColumn {
	float:left;
	width:212px;
	margin-top:29px;
}
.leftContent {
	margin-top:20px;
	color:#B32317;
	font-size:12px;
	padding-left:25px;
	padding-right:28px;
}

#rightColumn {
	float:left;
	width:746px;
	margin-top:20px;
}

.content {
	margin-left:28px;
}
.content H1 {
	color:#B32317;
	font-weight:100;
	font-size:30px;
	margin-bottom:15px;
}

.content H2 {
	font-size:30px;
	margin-bottom:15px;
}
.content H3 {
	font-size:30px;
	margin-top:20px;
}

.content p {
	font-size:16px;
	padding-bottom:20px;
}
.content a {
	text-decoration:none;
	color:#B32317;
}
.content a:hover {
	text-decoration:underline;
}


.left_image {
	padding-left:10px;
}

div#mainfooter {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	height:33px;
	border-top: 1px solid #8B9B93;
	background-color:#FFFFFF;
}
.mainfooterbox {
	width:958px;
}

.leftText {
	float:left;
	width:280px;
}
.rightText {
	float:left;
	width:390px;
	padding-left:45px;
}
.rightText .col1 {
	float:left;
	width:119px;
}
.rightText .col2 {
	float:left;
	width:119px;
	padding-left:12px;
}
.rightText .col3 {
	float:left;
	width:119px;
	padding-left:12px;
}
.clear_cols {
	clear:both;
	height:12px;
	font-size:0;
}

#layer_hidden {
	color:#B32317;
	font-size:16px;
}
/* TEAM */
.leftTeam {
	float:left;
	width:210px;
}
.leftTeam a{
	color:#004F5A;
}
.leftTeam a:hover{
	color:#B32317;
}
.leftTeam p {
	padding-bottom:5px;
}
.rightTeam {
	float:left;
	width:480px;
}

/* INVEST */
.leftInvest {
	float:left;
	width:340px;
	padding-left:28px;
}
.leftInvest p{
	padding-bottom:10px;
}
.leftInvest a{
	color:#B32317;
}
.leftInvest a:hover{
	color:#004F5A;
}


.rightInvest {
	float:left;
	width:340px;
}
.formBox {
	background-color:#FFFFFF;
	width:300px;
	padding:10px;
	font-size:12px;
	margin-left:10px;
}
.formBox .col1{
	float:left;
	width:70px;

}
.formBox .col2{
	float:left;
	width:190px;

}
.formBox .clear_bottom{
	height:5px;
	clear:both;
	font-size:0;
}
.formBox .inputf,
.csc-form-fieldcell .inputf{
	border:1px solid #666666;
	font-size:11px;
	width:190px;
}
.csc-form-labelcell,
.csc-form-fieldcell {
	padding-bottom:5px;
	padding-right:10px;
}
.c2l2-left {
	border-right:0px solid #FFEDA8;
	padding-right:10px;
	white-space:normal;
	width:50%;
	vertical-align:top;
}
.c2l2-middle {
	background-color:transparent;
	padding-left:5px;
	white-space:normal;
	width:50%;
	vertical-align:top;
}


/* EXITS */

.exits {
	margin-top:20px;
	text-align:right;
}

.exits .col{
	float:left;
	width:127px;
	padding-left:17px !important;
	padding-left:13px;
}
.exits .col1{
	float:left;
	width:127px;
}
/* RTE */

.red {
	color:#B32317;
}

/* SITEMAP */

.content .csc-menu p {
	margin:0;
	padding:0;
	padding-bottom:10px;
}
.content .csc-menu p.csc-sitemap-level1 a{
	margin:0;
	padding:0;
	background-attachment: scroll;
	background-image: url(images/bullet_level1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:25px;
}

.content .csc-menu p.csc-sitemap-level2 a{
	margin:0;
	padding:0;
	background-attachment: scroll;
	background-image: url(images/bullet_level2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:40px;
}

.copyright {
	float:right;
	font-size:10px;
	margin-top:9px;
	color:#8B9B93;
	padding-right:12px;
}

.tx-reeaboalinguaforms-pi1,
.tx-reeaforms-pi1 {
	padding-left:35px !important;
}

.tx-reeaforms-pi1 .inputf{
	padding:1px;
}