/* CSS Document */

body{
	text-align:left;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

#wrapper{
	height:670px;
	text-align:center;
	display:block;
	background-color:#FFF;
}

#main_content_wrapper{
	text-align:left;
	display:block;
	width:950px;
	height:675px;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	overflow:hidden;
	margin-top: 20px;
}

#header_area{
	height: 108px;
	background-image:url(../images/delamar_brand.png);
}
#content_area{
	height: 675px;
}
#spacer_bar, .spacer_bar{
	display:block;
	float:left;
	overflow:hidden;
}
#footer_area{
	display:block;
	float:left;
	height: 42px;
	width:950px;
	background-repeat:no-repeat;
	background-image:url(../images/rounded_corners/grey_tnc.jpg);	/*
	background-color:#666699;
	background-color:#ffff00;*/
}

#footer_area{
	display:block;
	vertical-align:top;
}

#tnc_cluster p, #copyright_cluster p{
	font-size:0.9em;
	line-height: 3px;
}

#tnc_cluster, #copyright_cluster, #footer_area{
	margin: 3px 0 0 0;
}
#tnc_cluster p{
	color:#bf0000;
	padding:0 0 0 0;
	margin:4px 0 0 0;
	line-height:1em;
}
#tnc_cluster{
	display:none;
}

#copyright_cluster p{
	color:#5e6e66;
	padding:0 0 0 0;
	margin:4px 0 0 0;
	line-height:1em;
}
#footer_area #tnc_cluster{
	text-align:left; 
	float:left; 
	padding-left:10px;
}
#footer_area #copyright_cluster{
	text-align:right; 
	float:right; 
	padding:0 10px 0 0;
}

/**/
#tnc_cluster a{
	color: #bf0000;
	text-decoration:none;
}
#tnc_cluster a:hover{
	color:#1c5353;
	text-decoration:none;
}

a{
	/*color: #bf0000;*/
	color:#000000;
}

a:hover{
	color:#000000;
}

a:visited{
	color: #666666;
}

.red_text{
	color: #000000;
}
.dark_green_text{
	color: #000000;
}

#scroll_arrows_container{
	text-align:left;
	float:left;
	height:130px;
	width:30px;
	vertical-align:top;
	
	display:none;
}
#arrow_padder{
	height: 0px;
}
#scroll_arrows{
	
	vertical-align:top;
	display:block;
	top:0px;
}

a img{
	border:none;
}

