@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a, a:link, a:visited {
  color: #4c8be0;
  text-decoration: none;
  padding-right:2px;
  padding-left:2px;
  }
a:hover {
  color: #FFFFFF;
  padding:2px;
  background: #F7AC1E;
  padding-right:2px;
  padding-left:2px;
  }

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	height: 625px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 auto;
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #topspace {
	padding: 0;
	margin: 0;
	background: #FFFFFF;
	height: 70px;
	width:250px;
	cursor:pointer;

	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #rightlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:30px;
	font-weight:normal;
	float:right;
	text-align:right;
	vertical-align:middle;
	width:auto;
}


/*#footer {
  margin:20px 0 40px 0;
  padding:6px 0 0 0;
  text-align:right;
  font-size:8.5pt;
  }*/
#rightlinks ul.nav {
  margin: 0;
  }

#rightlinks ul.nav li {
  margin: 0;
  padding: 0 5px 0 1px;
  display: inline;
  border-right: 1px solid #999;
  }
#rightlinks ul.nav li.last {
  /*padding-right:0;*/
  border: none;
  }


.oneColFixCtrHdr #belowtopspace {
	background-image:url(../images/TopContentBar.png);
	background-repeat:no-repeat;
	position:absolute;
	top:70px;
	height:50px;
	width:450px;
	margin:0px;
	padding:0px;
}
.oneColFixCtrHdr #belowtopspacecontent {
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	color: #FFFFFF;
	font-weight:normal;
}

.oneColFixCtrHdr #bottomcontentspace {
	position:absolute;
	top:475px;
	width:450px;
	background-image:url(../images/BottomContentBar.png);
	background-repeat:no-repeat;
	height: 80px;
	margin:0px;
}
.oneColFixCtrHdr #bottomcontentspacecontentbig {
	padding-top:10px;
	padding-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:36px;
	color: #FFFFFF;
	font-weight:normal;
}
.oneColFixCtrHdr #bottomcontentspacecontentsmall {
	padding-bottom:10px;
	padding-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFFFFF;
	font-weight:normal;
}

.oneColFixCtrHdr #learnmore {
	background-image:url(../images/LearnMore.png);
	position:absolute;
	left:500px;
	top:20px;
	height: 42px;
	width: 146px;
	cursor:pointer;
}
#learnmore:hover{
	background-image:url(../LearnMore_On.png);
	position:absolute;
	left:500px;
	top:20px;
	height: 42px;
	width: 146px;
}
.oneColFixCtrHdr #learnmoretext {
	padding:9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #FFFFFF;
	font-weight:bold;
	
}

	/*#learnmoretext:hover{
		color:#f7ac1e;
	}*/

.oneColFixCtrHdr #header {
	background: #FFFFFF;
	height: 100px;
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #FFFFFF;*/
}
/* @group Footer */
.oneColFixCtrHdr #footer {
	float:right;
	position:absolute;
	top:560px;
	width:780px;
  margin:0;
  padding:6px 0 0 0;
  text-align:right;
  font-size:8pt;
  }
.oneColFixCtrHdr #footer ul.nav {
  margin: 0;
  float:right;
  width:780;
  }

.oneColFixCtrHdr #footer ul.nav li {
  margin: 0;
  padding: 0 5px 0 1px;
  display: inline;
  border-right: 1px solid #999;
  width:auto;
  }
.oneColFixCtrHdr  #footer ul.nav li.last {
  padding-right:0;
  border: none;
  }


/* @end */

.oneColFixCtrHdr #mapbottomcontentspace {
	position:absolute;
	top:380px;
	width:780px;
	background-image:url(../images/GreyBottomMap.png);
	background-repeat:no-repeat;
	height: 175px;
	margin:0px;
	padding:0px;
}
.oneColFixCtrHdr #mapbottomcontentspace_headers {
	position:absolute;
	top:0px;
	width:780px;
	height:25px;
	margin:0px;
	padding:0px;
}
.oneColFixCtrHdr #mapbottomcontentspace_icons {
	position:absolute;
	top:25px;
	width:780px;
	height:150px;
	margin:0px;
	padding:0px;
}
.oneColFixCtrHdr #mapbottomcontentspacecontentbig {
	padding-top:10px;
	padding-left:10px;
	width:auto;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:36px;
	color: #FFFFFF;
	font-weight:normal;
}

.oneColFixCtrHdr #mapbottomcontentspacecontentsmallleft {
		padding-top:2px;

	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #FFFFFF;
	font-weight:normal;
	text-align:center;
	float:left;
	width:33%;
	height:150px;
}
.oneColFixCtrHdr #mapbottomcontentspacecontentsmallcenter {
	padding-top:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #FFFFFF;
	font-weight:normal;
	text-align:center;
	width:34%;
	margin-left:0%;
	float:left;
	height:150px;
}
.oneColFixCtrHdr #mapbottomcontentspacecontentsmallright {
	padding-top:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #FFFFFF;
	font-weight:normal;
	text-align:center;
	float:right;
	width:33%;
	height:150px;
}

.oneColFixCtrHdr #mapbottomiconspacecontentsmallleft {
		padding-top:2px;
		background-image:url(../images/Visibility_Off.gif);
		background-repeat:no-repeat;
		background-position:center;
		float:left;
		width:33%;
		height:150px;
}
.oneColFixCtrHdr #mapbottomiconspacecontentsmallleft:hover {
		padding-top:2px;
		background-image:url(../images/Visibility_On.gif);
		background-repeat:no-repeat;
		background-position:center;
		float:left;
		width:33%;
		height:150px;
}



.oneColFixCtrHdr #mapbottomiconspacecontentsmallcenter {
		padding-top:2px;
		background-image:url(../images/Optimization_Off.gif);
		background-repeat:no-repeat;
		background-position:center;
		width:34%;
		margin-left:0%;
		float:left;
		height:150px;
		
		
}
.oneColFixCtrHdr #mapbottomiconspacecontentsmallcenter:hover {
		padding-top:2px;
		background-image:url(../images/Optimization_On.gif);
		background-repeat:no-repeat;
		background-position:center;
		width:34%;
		margin-left:0%;
		float:left;
		height:150px;
}
.oneColFixCtrHdr #mapbottomiconspacecontentsmallright {
		padding-top:2px;
		background-image:url(../images/Collaboration_Off.gif);
		background-repeat:no-repeat;
		background-position:center;
		float:left;
		width:33%;
		height:150px;
}
.oneColFixCtrHdr #mapbottomiconspacecontentsmallright:hover {
		padding-top:2px;
		background-image:url(../images/Collaboration_On.gif);
		background-repeat:no-repeat;
		background-position:center;
		float:left;
		width:33%;
		height:150px;
}

.oneColFixCtrHdr #contactbottomcontentspace {
	position:absolute;
	top:255px;
	width:780px;
	background-image:url(../images/contact_bg.png);
	background-repeat:no-repeat;
	height: 300px;
	margin:0px;
	padding:0px;
}

.oneColFixCtrHdr #contactmap {
	padding:25px;
	color:#FFF;
	text-align:center;
	float:right;
	width:425px;
	height:250px;
}

.oneColFixCtrHdr #contactinfo {
	padding:25px;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	float:left;
	width:250px;
	height:250px;
	font-size: 18pt;
}
.oneColFixCtrHdr #contactinfoheader {
	padding-top:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #F7AC1E;
	font-weight:normal;
	text-align:left;
	float:left;
	width:250px;
	height:auto;
}
.oneColFixCtrHdr #contactinfodetails {
	padding-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #CCC;
	font-weight:normal;
	text-align:left;
	float:left;
	width:250px;
	height:auto;
}