
@charset "utf-8";
/* CSS Document */

html,body{
  width: 100%;
  margin: 0;
  padding: 0;
  color:#000;
}




div{
	margin:0;
	padding:0;
}
#container{
	position:relative;
	margin:auto;
	width:100%;
	  
}


#header{
	postiion:relative;
	background:none;
	height:138px;

}

#logo{
	display:block;
	text-align:center;
	margin:auto;
}
#headerRed{
 	display:none;
}


#headerBlue{
 	display:none;
}

#leftContact{
	position:relative;
	top:45%;
	float:left;
	padding:5px;
}

#rightContact{
	position:relative;
	top:45%;
	float:right;
	padding:5px;
	
}

#navContainer{
 	display:none;
 }
#nav{
 	display:none;
}



#header2{	
	background:none;
	height:250px;
}

#promo{
	position:relative;
	top:-205px;
	margin-bottom:-185px;
	left:5%;
	width:300px;
}

#body{
	padding:0;
	width: 100%;             /* full window width */
	margin: 0;               /* keep flush with adjacent containers */
	color: #000;
	background:none;
}

.label{
	background:none;
	position:relative;
	padding:8px;
	text-align:center;
	padding-right:0;
	color:#000;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
}

/*------------------------------------------------------------------------------------------------------------------*/

#leftContainer{
	background:none;
	width: 100%;              /* leaves 24% of window width for right column */
 	float: none;             /* left side of window */
    color: #000;             /*   delete these colors to get same color as right column */
    margin: 0;               /* keep flush with adjacent containers */

}

#leftContent{
 	width: 100%;              /* % of inner-container width is ~same width as right column */
    float: none;             /* left side of inner-container */
    margin: 0; 
	color:#000;              /* keep flush with adjacent containers */
    font-size: 90%;
}

/*------------------------------------------------------------------------------------------------------------------*/


#midContainer{
	background:none;
	width: 100%;              /* % of inner-container width */
	float: none;            /* right side of inner-container */

	margin: 0;               /* keep flush with adjacent containers */
	color: #000;
	
}

#midLeft{
	
	float:none;
	width:100%;
	background:none;
	padding-left:10px;
	
}


#midContent{
	position:relative;
	padding:8px;
	width:100%;
    padding-bottom:40px;
}

#midContent .img{	
	width:auto;
	margin:auto;	
}

/*------------------------------------------------------------------------------------------------------------------*/


#rightContainer{

	
 	display:none;

	  

}

#rightContent{
 	display:none;
	
}

#rightContent img{
 	display:none;

	
	
}



/*------------------------------------------------------------------------------------------------------------------*/


#footer{
	position:relative;
	clear:both;
	text-align:center;
	padding:8px;
	background:none;
}	



html body div.clear,
html body span.clear
{
     background: none;
     border: 0;
     clear: both;
     display: block;
     float: none;
     font-size: 0;
     margin: 0;
     padding: 0;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}
.clear {
  clear: both;
  margin: 0;               /* keep flush with adjacent containers */
  padding: 0;
  height: 0;
  overflow: hidden;
}

.clearflow{
overflow:hidden;
zoom:1;
word-wrap:break-word;}

.floatLeft{
	float:left;
	padding:8px;
}

.floatRight{
	float:right;
	padding:8px;
}



.newsletter-form{
	width:80%; 
	margin:auto; 
	margin-bottom:50px;
	border:3px double #999999;

}

.newsletter-form form{
	margin:0; 
	padding:0;

}

.height700{
	min-height:700px;
}