﻿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;
}

/* remember to define focus styles! */
:focus
{
	outline: 0;
}

body
{
	line-height: 1;
	color: black;
	background: white;
}

ol, ul
{
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

/*
=========================
	Main Styles
=========================
*/

body
{
	font-family: verdana, helvetica, Sans-Serif;
	font-size: 75%;
	background-color: #999;
	color: #000;
	line-height: 1.5em;
}

p
{
	margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0 0 .5em 0;
	font-variant: small-caps;
	color: #5082a5;
}

h1
{
	font-size: 1.75em;
}

h2
{
	font-size: 1.5em;
}

h3
{
	font-size: 1.25em;
}

h4
{
	font-size: 1em;
}

ul
{
	margin-bottom: 1em;
}

ol
{
	margin: 0 0 1em 1em;
}

ol li
{
	margin-left: 1em;
}

ul li
{
	background: #fff url(/images/bullets/green.png) no-repeat 0 2px;
	padding-left: 20px;
	list-style: none;
}

a
{
	color: #009d00;
}

dt
{
	font-weight: bold;
	color: #009d00;
}

dt a
{
	text-decoration: none;
}

dt span
{
	font-weight: normal;
	color: #000;
}

dd
{
	margin-bottom: 1em;
}

/*
=================
	Layout
=================
*/
#surround
{
	width: 841px;
	margin: 0 auto;
	padding: 0 20px;
	background: transparent url(/images/bg/bg_shadow.png) repeat-y top left;
}

#header
{
	position: relative;
	height: 150px;
	text-align: center;
	background: url(/images/bg/ocean.jpg) no-repeat -100px -25px;
	color: #fff;
	border-bottom: 2px solid #666;
}

#tabs
{
	height: 30px;
	background: #000 url(/images/bg/blue_gradient_30.png) repeat-x 0 0;
	color: #fff;
	border-bottom: 2px solid #666;
}

#main
{
	padding: 2em;
	background-color: #fff;
	color: #000;
}

#footer
{
	clear: both;
	font-variant: small-caps;
	font-size: .8em;
	text-align: center;
	line-height: 2em;
	height: 20px;
	font-weight: bold;
	background: #000 url(/images/bg/green_gradient_20.png) repeat-x 0 0;
	color: #fff;
	border-top: 2px solid #666;
}

/*
=====================
	Everything Else
=====================
*/
/*
#header h1
{
	font-size: 3.75em;
	line-height: 120px;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	width: 300px;
	left: 270px;
	top: 85px;
	text-align: center;
	color: #fff;
}
*/
#header h1
{
	position: absolute;
	top: 20px;
	left: 305px;
	width: 230px;
	height: 100px;
	margin: 0;
	padding: 0;
}

#header h1 a
{
	display: block;
	overflow: hidden;
	height: 100px;
	text-indent: -1000em;
	background: transparent url(/images/logos/site.png) no-repeat top left;
}

#header h2
{
	display: none;
}

#tabs ul
{
	margin: 0;
	padding: 0;
}

#tabs li
{
	float: left;
	background-image: none;
	background-color: Transparent;
	padding: 0;
	line-height: 30px;
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
}

#tabs li a
{
	display: block;
	border-left: 1px solid #666;
	border-right: 1px solid #000;
	color: #fff;
	text-decoration: none;
	padding: 0 15px;
}

#tabs li a:hover
{
	background-color: #00b700;
}

.selected a
{
	background-color: #00b700;
}

.important a
{
	background-color: #990000;
}

.spacer
{
	height: 0 !important;
	clear: both;
}

.highlight
{
	color: #3c3;
}

.tdleft
{
	text-align: left;
}

.tdcenter
{
	text-align: center;
}

.tdright
{
	text-align: right;
}

.contribute
{
	list-style-type: lower-alpha
}

.contribute li
{
	margin-bottom: 5px;
}

.memberlist
{
	list-style-type: disc
}

.label
{
	width: 125px;
	font-weight: bold;
	float: left;
}

ul.officers li
{
	background-image: none;
	padding-left: 0;
}

.pdf
{
	padding: 2px 20px 2px 0;
	background: url(/images/icons/pdf.png) no-repeat top right;
}
