/**
 * all.css
 * Author: Gavin Monroe <gavin@globalreach.com>
 */
 
/** XHTML Elements **/
* { margin: 0; padding: 0 }

body {
	font: 62.5%/1  Arial, Helvetica, sans-serif
	}
a {
	color: #68ad3a;
	text-decoration: none
	}
a img {
	border: 0
	}
address {
	font-style: normal;
	}
p {
	margin-bottom: 1em
	}
h2#page-title {
	color: #68ad3a;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 1.9em; 
	font-weight: normal;
	margin-bottom: 0.8em
}
h3 {
	color: #68ad3a;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial,  sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	margin-bottom: 1em
}
hr {
	height: 1px;
	color: #dedede;
	border: 0;
	background-color: #dedede;
	margin: 3px 0;
	}
pre {
	font-size:1.2em;
	}
ol, ul {	
	margin-bottom: 1em;
	padding-left: 2em
	}
sup {
	vertical-align: top;
	} 
	
/** Forms **/
fieldset {
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #dedede;
	}
legend {
	color: #68ad3a;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial,  sans-serif;
	font-size: 1.25em;
	}
label.beside {
	float: left;
	width: 15em;
	text-align: right;
	margin-right: 2px;
	display: block;
	}
label.in-line {
	float: left;
	margin-right: 2px;
	}
input, select {
	margin: 0 5px 3px 0;
	}
div.error {
	border: 1px solid #f00;
	padding: .5em;
	margin-bottom: 1em;
	background: #ffdede;
	}	
div.error a {
	font-weight: bold;
	color: #666;
	}
.required {
	color:#f00;
	}
#main {
	font-size:1.2em
	}

/** FAQ **/
p.question {
	font-weight:bold
}
.answer {
	margin-bottom:2em
}

/** Classes **/
.lucida { font-family:'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial,  sans-serif }
.green { color:#68ad3a }
.red { color:#f00 }
.clear {
	clear: both;
	font-size: 1px;
	height: 0px;
	}


