/* CSS Document */

body {
	background:#888888;
	margin : 0;
	padding : 0;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	position:inherit;
	margin-right:auto; margin-left:auto;  
	left:0px;
	top:0px;
	width:800px;
	height:125px;
	z-index:1;
	background-image: url(images/header_new.jpg);
}

#navigation {
	position:inherit;
	margin-right:auto; margin-left:auto;  
	left:0px;
	top:90px;
	width:800px;
	height:36px;
	z-index:5;
	background: url(images/header_bit_new.jpg) top left no-repeat;
	padding: 0;
	margin-bottom: 0;
	margin-top: 0;
}

#boxes {
	position:inherit;
	margin-right:auto; margin-left:auto;  
	left: 0px;
	top: 130px;
	width:775px;
	height:150px;
	z-index:1;
}

#nav a {
  font-weight: bold;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  padding: 0;
  margin: 0;
}

#nav a {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #FF2E05;
  font-weight:bold;
  }
  
#nav li li a {
  display:block;
  font-weight:bold;
  color: #666666;
  padding: 1px 10px;
  font-size: 12px;
  margin-top: 0px;
  margin-botton: 0px;
  
}

#nav a:hover {

  color: #EB6949;
  }
  
  ul { /* all lists */
	padding: 0;
	margin: 0;
}

ul li a {
  width: 10em; /* or use height (tricks IE into letting you click anywhere on the block, not just the text */
}



li { /* all list items */


	float:right;
	position: relative;
	width: 95px;
	height: 35px;
	text-align: center;
	
	cursor: default;
	background-color: white;
	background: url(images/nav_but_new.jpg) no-repeat top right;
	padding: 8px 0 0px 0;
	z-index:5;
	list-style: none;
}

li#last { /* all list items */


	float:right;
	position: relative;
	width: 95px;
	height: 35px;
	text-align: center;
	
	cursor: default;
	background-color: white;
	background: url(images/nav_but_new_edge.jpg) no-repeat top right;
	padding: 8px 0 0px 0;
	z-index:5;
	list-style: none;
}

li ul li {
  display: block;
  height: 15px;
  float: center;
  position: relative;
  width: 130px;
  text-align: left;
  border: none;
  background: url(images/nav_but_sub.jpg) top left no-repeat;
  padding: 3px 0 3px 0;
}

li ul#about li {
  height: 18px;
  float: center;
  position: relative;
  width: 88px;
  text-align: left;
  border: none;
  background: none;

}


li ul { /* second-level lists */
  display: none;
  position: absolute;
  top: 35px;
  left: 10px;
  border-right: solid 2px #999999; 
  border-left: solid 2px #999999;
  border-bottom: solid 2px #999999;
  border-top: 1px solid #999999;
  padding: 0px 0px 1px 0;
  margin: 0;
  z-index:5;
}

li ul#about { /* second-level lists */
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  border-right: solid 2px #999999; 
  border-left: solid 2px #999999;
  border-bottom: solid 2px #999999;
  border-top: 1px solid #FFFFFF;
  padding: 3px 0 1px 0;

}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li>ul#about { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}


li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	z-index: 6;
	background: #FFFFFF;
}

li:hover ul#about, li.over ul#about { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}



li.box { /* all list items */
	float:left;
	position: relative;
	width: 188px;
	height: 180px;
	text-align: center;
	margin: 0;
	cursor: default;
	background-color: white;
	background:none;
	z-index:1;
	padding: 0px 0 0px 0;
}

li.box a {
	text-decoration: none;
	}

  
li.box img:hover {
  border: 2px solid #EB6949;
  padding: 0;
  margin: 0;
}

li.box img {
  border: none;
  padding: 2px;
 }
 
 .regtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	margin: 0;
	padding: 0;
  
  }

a:hover {
  color:#666666;
  font-weight: bold;
}.contact-field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
}.contact-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
