/* Part of the CSS framework developed by InfiniteNetworks - infinite.net.au */
	
/* This section resets all browser default styles, thanks to Eric Meyer. */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

:focus { outline: 0; }

body { 	line-height: 1; color: black; background: white; }

ol, ul { list-style: none; }

table { border-collapse: separate; border-spacing: 0; }

caption, th, td { text-align: left; font-weight: normal; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }

td { vertical-align: top; }


/* Handles all the typography, and the vertical rhythm. */

html, body {
	font-size: 12px;
	line-height: 1.5em;
	font-family: Verdana, sans-serif;
	color: #036;
}

p, ol, ul, dl, form, table {
	margin: 1.5em 0;
}

code, blockquote {
	padding: 0 1.5em;
	margin: 1.5em 0;
}

cite {
	font-style: italic;
	display: block;
}

code, var, samp, tt {
	font-family: Courier, monospace;
}

h1 {
	font-size: 2.5em;
	line-height: 1.2em;
	margin: .6em 0 1.2em 0;
}

h2 {
	font-size: 1.5em;
	line-height: 1em;
	margin: 2em 0 0 0;
}

h3, legend, th {
	font-size: 1.25em;
	line-height: 1.2em;
	margin: 1.2em 0;
	text-decoration: underline;
}

h4 {
	font-size: 1.1em;
	line-height: 1.36em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

ul {
	list-style: outside disc;
}

ol {
	list-style: outside decimal;
}

li {
	margin-left: 1.5em;
}

small, sup, sub {
	font-size: .8em;
	line-height: 1.875em;
}

sup, sub {
	position: relative;
}

sup {
	top: -.5em;
}

sub {
	top: .5em;
}

abbr {
	border-bottom: 1px dotted #036;
}


/* Custom styles */

html {
	background: #ebebeb url(../images/background.png) repeat-x;
	padding-bottom: 1.5em;
}

body {
	width: 780px;
	margin: 0 auto;
}

a, a:link, a:visited {
	color: #036;
	text-decoration: underline;
}

a:hover, a:active {
	font-weight: bold;
	text-decoration: none;
}

input, textarea {
	border: 1px solid #d0d0d0;
	background: #f8f8f8;
	width: 300px;
	margin-left: 10px;
}

input:hover, textarea:hover, input:focus, textarea:focus {
	background: #f0f0f0;
	border: 1px solid #c5c5c5;
}

input.submit {
	width: auto;
}

input.submit:hover {
	font-weight: bold;
}

label {
	font-weight: bold;
	display: block;
	margin-top: -1.5em;
}

#skip_link {
	float: left;
	text-align: center;
	margin-bottom: -1.5em;
	background: #7d9d22;
	width: 100%;
	text-decoration: none;
}

#skip_link:hover {
	background: #8dad32;
	color: #ebebeb;
}

#logo {
	background: #a6bd2b url(../images/logo_bg.png) repeat-x;
	float: left;
	padding-right: 561px;
	margin-top: -1px;
	border-top: 1px solid #b6cd3b;
	padding-bottom: 25px;
}

#sidebar {
	clear: both;
	float: left;
	width: 184px;
	padding: 0 15px;
}

#navigation {
	padding-right: 1.5em;
	text-align: right;
	list-style: none;
}

#navigation a {
	text-decoration: none;
}

#search_form {
	padding-bottom: 1.5em;
	margin-top: 3em;
}

#search_form input {
	width: 125px;
	margin: 0;
}

#search_form input.submit {
	width: auto;
}	

#content {
	float: right;
	width: 515px;
	padding: 0 25px 1.5em 25px;
}

.thin {
	clear: both;
	margin-top: 3em;
}

.thin p, .thin h2, .thin ol, .thin ul {
	width: 340px;
	margin-left: 175px;
}

.thin h2 {
	margin-top: 0;
}

.thin img {
	float: left;
	border: 1px solid #036;
	margin-bottom: 3em;
}

#content .thin .logo {
	border: none;
}

.links {
	list-style: none;
}

.links li {
	margin-top: 1.5em;
}

.links a {
	display: block;
}

#content img {
	border: 1px solid #036;
}

.photo {
	float: left;
	margin: 0 1.5em 0 0;
}

#funded {
	clear: both;
	padding: 1.5em 25px 0 25px;
	border-top: 1px solid #d5d5d5;
	background: #fafafa;
	width: 730px;
}

#legal {
	background: #ebebeb url(../images/legal_bg.png) repeat-x;
	text-align: center;
	padding-top: 1.5em;
	border-top: 1px solid #dadada;
	font-size: .8em;
	line-height: 1.875em;
	width: 100%;
}

.error {
	margin: 0 0 1.5em 10px;
}

.errorbox, .successbox, .pendingbox {
	border: 1px solid #7f99b2;
	padding: 1.5em;
}

.errorbox {
	border: 1px dashed red;
	background-color: #fffcfc;
}
.successbox {
	border: 1px dashed green;
	background-color: #fcfffc;
}

.pendingbox {
	border: 1px dashed orange;
	background-color: #fffcfc;
}

.req { color: red; }