body {
	background-color: #003366;
	padding: 0;
	margin: 0;
	font-family: Bitstream Vera Sans, Arial, Verdana, sans-serif, Helvetica;
	font-size: 12px;
	height: 100%;
}

#container {
	width: 780px;
	height: 100%;
	text-align: left;
	margin-top: -150px;
}

#topSpacer {
	height: 150px;
	background-color: #fff;
	border-bottom: 4px #ccc solid;
}

#header {

}


#topNav {
	height: 40px;
	background-color: #336699;
	border-bottom: 1px solid #999;
}

#topNav ul {
    color: #ffffff;
    margin: 0;
    margin-left: 10px;
    padding: 0 0 2px 0;
    margin-top: 10px;
}

#topNav ul li {
    display: inline;
    margin-left: -3px;
}

#topNav a {
	position: relative;
	font-weight: bold;
    color: #fff;
    padding: 2px 10px;
    text-decoration: none;
    height: 50px;
}

#topNav a:hover, #topNav a.important:hover {
	color: #fee599;
	border: 0;
}

#topNav a.important {
	color: #FFFF99;
	text-align: right;
}

#topNav a div {display: none;}


#topNav a:hover div {
	display: block;
	position: absolute;
	z-index: 100;
	top: 20px;
	left: 10px;
	width: 200px;
	height: 100px;
	margin: 0px;
	background: #ffd;
	border: 1px outset #996;
	padding: .5em 1em;
	color: #000;
	font-weight: normal;
}

#topNav a:hover div h3 {
	color: #003366;	
}

#topBorder {
	background-color: #003366;
	height: 10px;
}

#infopane {
	height: 50px;
	background-color: #f5f5ff;
	border-right: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
}

#content {
	width: 738px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding: 20px;
}

#subcontent {
	width: 778px;
	height: 300px;
	background-color: #f1f1f1;
	border: 1px solid #d3d3d3;
	text-align: left;
	margin-top: 10px;
}

#quickcontact {
	margin-left: 10px;
	width: 290px;
	height: 300px;
	background-color: #fff;
	border-left: 1px dotted #d3d3d3;
	float: right;
}

#contactheader {
	height: 20px;
	color: #849ab1;
	font-weight: bold;
	vertical-align: middle;	
	padding: 10px;
}

.hiddeninfo {
	display: none;
}

#footer {
	padding-top: 10px;	
	padding-bottom: 10px;
	font-size: 95%;
	color: #999;
	vertical-align: top;
	background-color: #eee;
	border: 1px solid #ccc;
	border-top: 1px solid #fff;
	padding-left: 10px;
}

#footer span {
	padding-right: 10px;
}

h3 {
	margin: 0;
	font-size: 150%;
}

h4 {
	font-size: 120%;
	color: #990000;
}

table.services {
    width: 98%;
}

table.services thead tr {
  background-color: #eee;
}

table.services tr.even {
  background-color: #fff;
}

table.services {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

table.services thead td {
    font-weight: bold;
}

table.services td,table.services th {
    border: 1px solid #ccc;
}

table.services tbody td {
	color: #003366;
	font-weight: bold;
	vertical-align: top;
}

#navlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	margin-top: 10px;
	font-size: 110%;
}

#navlist ul {
	padding-left: 0;
	margin-left: 0;
}

#navlist li {
	padding-left: 0;
	margin-left: 0;
	padding-bottom: 5px;

}

#navlist li a {
	color: #003366;
}

#navlist li a:hover {
	color: #990000;
}

.formlabel {
	font-weight: bold;
	vertical-align: top;
}

.formField {
	padding-left: 40px;
}

.infolabel {
	color: #990000;
	font-weight: bold;
}

#services {
	width: 100%;
}

#services td {
	vertical-align: top;
	padding-bottom: 10px;
}

.imageBorder {
	border: 1px outset #996;
	width: 250px;
}

.smallImageBorder {
	border: 1px outset #996;
}

.spacedList li {
	margin-top: 1em;
	font-weight: bold;
}

.shadowbox {
  background: #fff;
  position: relative;
  top: 2px;
  left: 2px;
}
.shadowbox div {
  background: #333;
  border: 2px solid #000;
  color: #fff;
  padding: 10px;
  position: relative;
  top: -2px;
  left: -2px;
}

.validationFailed {
	font-weight: bold;
	color: red;
	padding: 4px;
}