body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #E4E4E4;
}

#container_head{
	background-color:#FFFFFF;
	position:absolute;
	width:980px;
	height:100%;
	min-height: 100%;

}
#header {
	z-index:20;
	background-color:#FFFFFF;
	position:absolute;
	width:960px;
	height:auto;
	left:10px;

}
#header-image{

	position:absolute;
	width:960px;
	height:150px;
	top:10px;
	left:10px;
}

#header-buttons{
	text-align: right;
	z-index:66;
	position:absolute;
	width:960px;
	height:150px;
	top:10px;
	left:10px;
}

.submenustatic{
	text-align: right;
	z-index:14;
	width:960px;
	height:30px;
	left:10px;
	top:160px;
	position:absolute;
	visibility: hidden;
}

.submenu{
	text-align: right;
	z-index:160;
	width:960px;
	height:30px;
	left:10px;
	top:160px;
	position:absolute;
	visibility: hidden;
	background-color:#ffffff;
}

#sectiontitle{
   text-align: right;
	z-index:17;
	position:absolute;
	width:960px;
	height:50px;
	top:190px;
	left:10px;
}

#contactboxleft{
	z-index:50;
	width: 460px;
	float:left;
   background-image: url(graphics/roundbox_mid.gif);
	margin-left:20px;
	}
	
#contactboxright{
	z-index:50;
	width: 460px;
	float:left;
   background-image: url(graphics/roundbox_mid.gif);
	margin-left:20px;

	}
#contactboxmid{
	z-index:50;
	width: 940px;
	background-image: url(graphics/roundlong_mid.gif);
	margin-left:20px;
	margin-top: 20px;
	float: left;
	}
	
#map{
	z-index:51;
	width: 910px;
	height:300px;
	margin-left:15px;
	}
/*CHECK BELOW*/
#content{
	z-index:18;
	position:relative;
	width:980px;
	height:100%;
	min-height: 100%;
	top:240px;
	background-image: url(graphics/bg_main.gif);
}
#footer{
	z-index:19;
	width:980px;
	height:40px;
	bottom:0px;
	background-color:#FFFFFF;
}

/*TEXT STYLES START HERE*/

A {
	color : #0A1893;
	text-decoration : none;
}

A:HOVER {
	color : #D30000;
	text-decoration : none;
}

.text-standard {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 12px;
  text-decoration : none;
  letter-spacing : 0px;
  margin-left:90px;
  margin-right:90px;
}
.text-formarea {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 10px;
  text-decoration : none;
  letter-spacing : 0px;
  padding-left:10px;
  padding-right:10px;
}
h1 {
	font-style: normal;
	font-size : 14px;
   text-decoration : none;
   letter-spacing : 0px;
	font-weight: bold;
}
.forms-contact{
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 12px;
  text-decoration : none;
  letter-spacing : 0px;
  padding-left:10px;
  padding-right:10px;
}
.forms-label{
  vertical-align: top;
}
.divexpander{
	color:#E4E4E4;
}
.images{
	border: 2px solid #7D7D7D;
}
