body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 12px;
	background: url(../images/hammer.jpg);
  background-attachment: fixed;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
#header {
	width:100%;
	margin: 0px;
	background-image: url(../images/bg_repeat.jpg);
	background-repeat: repeat-x;

}
#top-left {
	left:0px;
	top:0px;
}
#top-right {
	float:right;
	right:0px;
	top:0px;
}

.navcontainer {
	background-color: #344CA6;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 12/18px;
	font-weight: bold;
	color:  white;
	padding: 2px 15px 2px 15px;
	border-right: 3px solid black;
}
.navcontainer a{
	text-decoration: none;
	color:  white;
}
.navcontainer a:hover
{
	background-color: #6495ED;
	color: #FFFFFF;
}
.contactcontent{
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 4px 0;
}
.contactcontenthead{
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	color:  #344CA6;
	padding: 0 0 4px 0;
}
.textcontent {
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 14px;
	margin-left: 45px;
	margin-top: 10px;
}
.textcontent img {
	float: left;
	padding: 0 15px 0 0;
}
.tagline {
	font-family: Arial,Helvetica,Sans-Serif;;
	font-size: 18px;
	font-weight: bold;
	color:  #344CA6;
	text-align: center;
}
.pageTitle{
	padding: 0 0 5px 0;
	font-family: Arial,Helvetica,Sans-Serif;;
	font-size: 18px;
	font-weight: bold;
	color:  #000;
}
#homeBox {
	float: left;
	padding: 0 16px 0 0;
	background: #ccc;
	margin: 3px 6px 3px 6px;
	border: 1px solid black;	
}
.employment{
	font-family: Arial,Helvetica,Sans-Serif;;
	font-size: 16px;
	padding: 2px 0 0 16px;
}
.bottomphotos img{
	padding: 5px;
}
#footer {
	margin-top: 10px;
	margin-left: 5%;
	margin-bottom: 10px;
	font-family: verdana, arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #000;
	clear: right;
}
fieldset {
	width: 90%;
	font-family: Arial,Helvetica,Sans-Serif;;
	font-size: 12px;
}
.name {
	font-family: Arial,Helvetica,Sans-Serif;;
	font-size: 12px;
}
legend{
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	color:  #344CA6;
}
.boldtext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#main-content li{
	width:320px;
	border:1px solid;
	border-color: #eee #ccc #ccc #eee;
	background:#FFF;
	padding:5px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
	font-weight: bold;
	font-size: 14px;
}





