body {
  text-align: center;
  font-family:Verdana,Arial,sans-serif;
  font-size:12px;
  color:#213381;
  width:900px;
   margin: 25px auto;
 }
h1{

}

h2{
  font-family:Verdana,Arial,sans-serif;
  font-size:14px;
  font-weight:bold;
  margin:0px 0px 10px 0px;
  padding:0;
}

h3{
  font-family:Verdana,Arial,sans-serif;
  font-size:14px;
  font-weight:bold;
  margin:0px 0px 10px 0px;
  padding:0;
  color:#ffffff;
}

a{
	text-decoration:none
}

a:link{
	text-decoration:none;
	color:#213381;
}

a:visited{
	text-decoration:none;
	color:#213381;
}

a:hover{
	text-decoration:none;
	color:#4c89bc;
}

a:active{
	text-decoration:none;
	color:#4c89bc;
}
.fl{
	float:left;
}

.fr{
	float:right;
}

#main-container {
  margin: 0 auto;
  width: 900px;
  padding:25px;
  position:relative;
  text-align:left;
} 

img{
	border:none;
}

/******************************************************************
Header
******************************************************************/
#header{
	width:900px;
	float:left;
	}
#header .logo{
	width:185px;
	float:left;
}
#header .menu{
	float:right;
}
#header .menu-div{
	width:115px;;
	float:left;
	height:90px;
	border-left:1px solid #232323;
	
}

#header .menu-div a{
	margin-left:10px;
}
/******************************************************************
Main Image
******************************************************************/
#main-image{
width:900px;
float:left;
margin-bottom:20px;
}

/******************************************************************
Homepage Columns
******************************************************************/
#middle{
	width:900px;
	float:left;
}
#industries{
	width:203px;
	float:left;
}

#industries .list-item{
	width:203px;
	height:35px;
	border-bottom:1px solid #232323;
}
#industries .list-item-top{
	width:203px;
	height:35px;
	border-bottom:1px solid #232323;
	border-top:1px solid #232323;
}

#industries .list-item-link{
	float:left;
	width:180px;
	margin-top:10px;
}

#industries .list-item-button{
	float:right;
	margin-top:10px;
}

#black-boxes{
	float:right;
}
#black-boxes h2{
	margin:0;
	padding:0;
	
}
#black-boxes p{
	margin:0;
	padding:0;
	
}

#black-boxes img{
	padding:3px 7px 0px 0px;
}
#black-boxes a{
	color:#01233f;
	font-weight:bold;
}
#black-boxes .black-box{
	width:206px;
	float:left;
	background-image:url(../images/black-box-back.jpg);
	background-repeat:x-repeat;
	height: 192px;
	margin-left:10px;
	padding:7px;
	font-size:10px;
	color:#ffffff;
}

#main-text{
	width:650px;
	float:right;
}

#main-text h1{
	margin:0;
	padding:0;
}
/******************************************************************
Footer
******************************************************************/
#footer{
	width:900px;
	border-top:1px solid #232323;
	font-size:10px;
	float:left;
	margin-top:60px;
}

#footer .copyright{
	font-size:10px;
	float:left;
	margin-top:10px;
}
#footer .terms{
	font-size:10px;
	float:right;
	margin-top:10px;
}