* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url('../images/sitebackground.gif');
	font: 9pt georgia,serif;
	-moz-opacity: 0.9999; /* mac ff superfish opacity issue */ 
}
* html body {
	text-align: center; /* ie doesn't respect margin-left/right auto */
}

a {
	color: #339a99;
}

h3 {
	margin-bottom: 2em;
}

p {
	margin-bottom: 1em;
	line-height: 1.5em;
}

label {
	display: block;
	text-indent: 5px;
	padding-top: .3em;
	padding-bottom: .1em;
}

textarea {
	overflow: auto; /* this only seems to matter for ie */
}

#banner {
	margin-top: 25px;
	width: 100%;
	background: #ffffff;
	text-align: center;	
}

#content {
	position: relative; /* allow for the logo to be positioned relative to its container */
	margin-top: 25px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border:3px solid #000000;
	background: #ffffff;
}
* html #content {
	text-align:left;
}


#menu {
	background: #000000;
	color: #ffffff;
	height: 2em;
	font: 9pt georgia,serif;
	width: 850px;
	margin-bottom: 25px;
}

#copyright {
	position: absolute;
	font-size: 10px;
	height: 10px;
	padding: 3px;
	background: #ffffff;
	left: -3px;
	bottom: -19px;
}

#logo {
	position: absolute;
	bottom: -60px;
	right: -60px;
	z-index: 10;
}


.columns {
	width:100%;
}

.column {
	width: 50%;
	float: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.text {
	border:1px solid #339a99;
	font: 9pt georgia,serif;		
}

.sample {
	border: 1px solid #000000;
}

.fieldIndicator {
	color: #8f2c3e;
}
	
.curlError {
	padding-left: 25px;
	font: 9pt monospace;
}


/* adapted from superfish default style */

.nav, .nav ul {
	list-style: none;
	line-height: 1.0;
}

.nav li {
	float: left;
	position: relative;
	width: 135px;
	height: 100%;
	z-index: 50;
}

.nav ul {
	position: absolute;
	top: -999px;
	width: 135px;
	z-index:100;
}

.nav ul li, .nav a {
	width: 100%;
}

.nav a {
	height: 2em;	
	display: block;	
	color: #ffffff;
	text-decoration: none;
	text-indent: 10px;
	text-transform: uppercase;	
	background-image: none;	
}
.nav a span.middle {
	display: block;
	padding-top: .5em;
}

.nav li:hover ul, ul.nav li.sfHover ul {
	top: 2em;
}

.nav li:hover li ul, .nav li.sfHover li ul {
	top: -999px;
}

.nav li li:hover ul, ul.nav li li.sfHover ul {
	left: 135px;
}

/* , .superfish li li:hover ul */
.superfish li:hover ul {
	top: -999px;
}

.nav li li {
	background: #339a99;
}

.nav a:hover {
	background-image: url('../images/triangle.gif');
	background-position: left center;
	background-repeat: no-repeat;
}
