body, p, ol, ul, td {
  font-family: arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
  background-color: #fff;
  color: #66808b;
  padding:0px;
  margin:0px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { 
	color:#D5675E;
	text-decoration:none;
}
a:hover { 
	text-decoration:underline;
}

input, textarea {
	border:solid 1px #66808b;
	padding:2px;
}

/* Anchor level tags */
a.close {
	background-image:url('/images/site/cross.gif');
	background-repeat:no-repeat;
	display:block;
	width:16px;
	height:16px;
	font-size:0px;
}

/* Banner */
div#banner {
	margin:0px;
	padding:0px;
	height:66px;
	background-image:url('../images/one_pixel_line.png');
	background-repeat:repeat;
	width:100%;
}
div#logo {
	margin:0px;
	padding:0px;
	float:left;
	width: 234px;
}

/* Navigation */
div#nav {
	margin-left:234px;
	height:66px;
	width:570px;
}
#nav ul {
	position:relative;
	top:20px;
	left:100px;
	list-style-type:none;
	padding:0px;
	width:100%;
}
#nav li {
	display:inline;
	float: left;
}
#nav a {
	background-image:url(../images/nav.png);
	background-repeat:no-repeat;
	height:26px;
	padding-left:50px;
	text-decoration:none;
	color:#546F7A;
	display: block;
	margin-right: 10px;
}
#nav a:hover {
	color:#D5675E;
	background-image:url('../images/nav_hover.png');
}


/* Content */
div#content {
	padding-left:30px;
}

/* Home Page */
div.content img#home-image {
	margin-left:70px;
	margin-top:10px;
}


/* Error Reporting */
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.close {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

/* IE Hacks--list items stretch across the screen otherwise */
* html body div#nav ul {
	left: 60px;
	top: 16px;
}
* html body div#nav li {
	width: 100px;
}
* html body div#nav li.long {
	width: 140px;
}
