@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
}


#container{
	width:100%;
	margin:0;
	position:relative;
}



#header{
	background:url(../images/header.jpg) center no-repeat;
	width:100%;
	height:auto;
}

#menu{
	display:none;
}

#company{
	color:#666;
	position:relative;
	left: 0;
	top: 0;
	line-height:1em;
}
#phone{
	color:#666;
	position:relative;
	left: 0;
	top: 0;
}

#banner{
	width:100%;
	height:auto;

}

#bannerContent{
	color:#666;
	position:relative;
	left: 0;
	top: 0;
	width:100p%;
	height:auto;
}



#teaser{
	background:url(../images/teaser_back.jpg) repeat-x top;
	color:#666;

}



.buttonBlue{
	display:none;	
	}

.buttonBlueContent{
	display:none;	
}

#rightTeaser{
	float:none;
	width:100%;
	padding:0;
	margin:0;

	
}

#midTeaser{
	float:none;
	width:100%;
	padding:0;
	margin:0;
	

	
}

#leftTeaser{
	float:none;
	width:100%;
	padding:0;
	margin:0;
	
}

#newsletter{
	display:none;
	
	}
#newsletterContent{
	display:none;
}

#footer{
	clear:both;
	position:relative;
	background:#4f4e4e url(../images/footer.jpg) top repeat-x;
	padding:10px;
	text-align:center;
	color:#b5b5b6;
}


/*--------------------------------------INTERIOR PAGE STYLE --------------------------------------------*/

#rightTeaserInt{
	float:none;
	width:100%;
	padding:0;
	margin:0;
	
}

#midTeaserInt{
	float:none;
	width:100%;
	padding:0;
	margin:0;
	
}

#leftTeaserInt{
	float:none;
	width:100%;
	padding:0;
	margin:0;

	
}

#contentContainer{
	color:#666;
	padding:0;
	margin:0;
	

}

#contentFlask{
	
	padding:0;
	padding-top:0;
	padding-bottom:0;
	
}

#leftContent{
	float:none;
	width:30%;
	display:none;


}

#rightContent{
	float:none;
	width:100%;
	padding:0;


}



#footerIntSeparator{
	display:none;
	}

#submenuTop{
	background:url(../images/submenu_top.gif) no-repeat center bottom;
	height:8px;

}
#submenuBottom{
	background:url(../images/submenu_bottom.gif) no-repeat center top;
	height:8px;

}

#submenuBody{
	background:url(../images/submenu_body.gif) repeat-y center;
	padding:15px;
	padding-top:5px;

}


/*--------------------------------------INTERIOR PAGE STYLE END ------------------------------------------*/


/*CLASSES*/

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.large{
	font-size:2.8em;
}

.label{
	border-bottom: 1px solid #c5c5c5;
	padding-bottom:7px;
}

.border2{
	border:4px solid #333;
}