body {
  background: #cccccc;
  font-family: helvetica, arial, sans-serif;
  font-size: 0.75em;
  font-weight: bold;
}
a {
  text-decoration: none;
  font-weight: bold;
  color: #990000;
}
a:hover {
  text-decoration: underline;
}
p { margin: 0px; padding: 5px 0px;}
li p {padding: 0px}
label {
  font-weight: bold;
}
img {
  border: 0px;
}
form {
  margin: 0px;
}

h1 {
	color: #990000;
	font-size: 2em;
	margin: 0px;
	padding: 5px 0px;
}
h2, legend {
	color: #990000;
	font-size: 1.5em;
	margin: 0px;
	padding: 5px 0px;
}
h3 {
	color: #990000;
	font-size: 1em;
	margin: 0px;
	padding: 5px 0px;
}
.accessonly {
  left: -9999px;
  position: absolute;
}
#wrapper {
background: #ffffff url(/stylesheets/images/roundtop.gif) top center no-repeat;
  width: 800px;
  margin: 20px auto;
padding-top: 30px;
  position: relative;
}

#wrapperinner, #contentholder {
}

#header, #contentholder {
	background: url(/stylesheets/images/bodybg.gif) center;
padding:0px 5px;
}
#logo {
	height: 120px;
	background: url(/stylesheets/images/banner.jpg) right no-repeat;
}
#logo img {
padding: 10px 30px;
}
#logo p {
	text-align: right;
	font-weight: bold;
	padding: 15px 50px;
}
#logo p .phone {
	font-size: 3em;
}
#logo p .email {
	font-size: 1.6em;
}
#breadcrumbs {
  background: #ffffff;
  padding: 10px;
}
#breadcrumbs p {
  padding: 0px;
  margin: 0px;
}
#footer {
padding-bottom: 10px;
  text-align: center;
  color: #ffffff;
background: #ffffff url(/stylesheets/images/roundbottom.gif) bottom center no-repeat;
}
#footer a {
  color: #ffffff;
}
#footer p.slogan {
 margin-top: 0px;
padding-top: 0px;
}
#footer em {
	font-size: 2em;
background: #990000;
display:block;
padding: 10px 0px;
margin: 0px;
}
#maincontent {
	padding: 10px 20px;
background: #ffffff url(/stylesheets/images/globe.gif) bottom right no-repeat;
}

/* topnav */
#navigation {
  background: #ffffff;
  padding: 5px 10px;
  border: 5px solid #990000;
  border-width: 5px 0px;
  font-size: 1em;
}
#navigation a {
  color: #990000;
  padding: 0px 10px;
}
#navigation a:hover {
}

/* contact page */
#contactform, #contactdetails {
  position: relative;
}
#contactdetails .map {
  position: absolute;
  left: 250px;
  top: 0px;
}
#contactform .message {
  position: absolute;
  left: 250px;
  bottom: 20px;
}

/* sections */
.section {
	margin: 15px 0px;
}

.section img {
	margin-right: 25px;
}
ul {
padding-left: 15px;
display: block;
}
li a, h3 {
	padding-left: 15px;
	background: url(/stylesheets/images/listitem.png) left no-repeat;
}

object {
  margin: 15px;
margin-top: 0px;
}


/* form */

#errorExplanation{
	display: none;
}

fieldset legend {
	padding: 0px;
	margin: 0px;
}
form dl, form dt, form dd {
	padding: 0px;
	margin: 0px;
}
form dt {
	padding-top: 10px;
}
form dt label {
	padding-left: 15px;
	background: url(/stylesheets/images/listitem.png) left no-repeat;
}
form dt label span.req {
	color: #990000;
	font-size: 1.5em;
}
form div.fieldWithErrors input, form div.fieldWithErrors textarea, form div.fieldWithErrors select {
	border: 5px solid blue;
}


table {
  width: 100%;
  border-collapse: collapse;
}
thead tr {
  background: gray;
}
th {
  font-size: 1.5em;
  text-align: left;
  padding: 5px;
}
tbody tr {
  border-bottom: 1px dashed black;
}
td {
  padding: 5px;
}
