body {
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	background-color: #222;
	color: white;
	font-size: 90%;
	min-width: 400px;
}
h1 { color: #239323; }
h2 { color: #95ad6b; }
h1 { font-size: 14pt; }
h2 { font-size: 11pt; }

#header {
	background-image: url('/images/newedge/backgrounds/leaf.jpg');
	background-position: top right;
	background-repeat: repeat-x;
	position: relative;
	height: 100%;
}
#logo { border: none; }
#usp {
	_position: relative;
	font-weight: bold;
	font-size: 20px;
	color: #239323;
	margin-left: 80px;
}
#logo-search {
	position: relative;
	margin: 0 180px 0 10px; 
	color: #111;
	background-color: white;
	padding: 5px 20px 5px 20px;
	border-left: solid #aaa 1px;
	border-right: solid #aaa 1px;
}
#logo-search form {
	margin-top: 35px;
	width: 100%;
}
#navigation-links {
	margin-top: 15px;
}
#navigation-links a {
	margin-right: 7px;
	margin-left: 7px;
	text-decoration: none;
	z-index: 1;
	padding-bottom: 8px;
	margin-bottom: -8px;
	background-position: bottom center;
	background-repeat: no-repeat;
	font-size: 13px;
}
#navigation-links a:hover {
	text-decoration: underline;
	color: #111;
}
#navigation-links a.selected {
	font-weight: bold;
}
#sign-up-header {
	float: right;
	font-size: 11px;
	margin-right: 10px
}
#sign-up-header a {
	text-decoration: none;
}
#sign-up-header a:hover {
	text-decoration: underline;
}
#sign-up-header img {
	height: 70px;
	padding-bottom: 7px;
	border-bottom: 3px solid black;
}

table#search {
	width: 100%;
}
table#search td {
	white-space: nowrap;
}
table#search td#q {
	width: 100%;
}
table#search td#q input {
	width: 99%;
}
table#search #submit {
	position: relative;
	width: 10%;
	left: 50%;
}
#location { font-size: smaller; }

#main {
	margin: 20px 30px 10px 30px;
}

h2.sidebar-heading {
	float: right;
	clear: right;
	width: 122px;
	text-align: center;
	margin: -25px 10px 10px 10px;
	_margin-right: 5px;
	padding: 0 5px;
	font-size: 14px;
}
.sidebar {
	float: right;
	clear: right;
	width: 120px;
	border-top: solid #aaa 1px;
	border-left: solid #aaa 1px;
	border-right: solid #555 1px;
	margin: 0 10px 10px 10px;
	_margin-right: 5px;
	color: #111;
	background-color: white;
	min-height: 100px;
	padding: 0 5px;
}
.sidebar h2 {
	background-color: #72ad4d;
	color: white;
	font-size: smaller;
	margin-top: 0;
	text-align: center;
	padding: 1px;
	margin: 0 -5px 3px -5px;
}
.sidebar h2 a {
	color: white;
}

.sidebar a {
	position: relative;
	color: black;
	text-decoration: none;
	z-index: 1;
	display: block;
}
.sidebar a span.graphic {
	display: none;
}
.sidebar a:hover {
	z-index: 2;
	_border: none; /* IE6 workaround */
}
.sidebar a:hover span.graphic {
	display: block;
	position: absolute;
	right: 100%;
	top: 10px;
	border: 2px solid #72ad4d;
	background-color: white;
	padding: 10px;
	font-weight: normal;
}
.sidebar a span.title { 
	display: block;
	color: white;
	background-color: #72ad4d;
	color: white;
	font-size: smaller;
	margin-top: 0;
	text-align: center;
	padding: 1px;
	margin: 0 -5px 3px -5px;
}
span.link { 
	color: blue;
	display: block;
	padding-bottom: 1em;
}
span.tagline { 
	display: block;
	padding: 1em 0;
}
.sidebar a:hover span.link {
	text-decoration: underline;
}

.sponsored-links {
	margin: 0px 11px;
	padding: 1px 4px;
	background-color: #e4f8e4;
}
.sponsored-links .sponsors {
	float: right;
	margin: 0;
	color: #aaa;
}
.sponsored-links h2 {
	margin: 5px 0 0 0;
}
.sponsored-links p {
	margin: 0 0 5px 0;
}

#search-box {
	border-top: solid #aaa 1px;
	border-left: solid #aaa 1px;
	border-right: solid #555 1px;
	background-color: white;
	color: #111;
	margin: 10px 150px 10px -20px;
	padding: 10px 5px 3px 20px;
}

#nav {
	border-top: solid #aaa 1px;
	border-left: solid #aaa 1px;
	border-right: solid #555 1px;
	background-color: white;
	color: #111;
	margin: 10px 150px 10px -20px;
	padding: 10px 5px 3px 20px;
}
#nav h2 {
	margin-top: 0;
	font-size: 120%;
	color: #239323;
}
#nav a {
	margin-right: 15px;
	text-decoration: none;
	color: #222;
	z-index: 1;
	padding-bottom: 8px;
	margin-bottom: -8px;
	background-position: bottom center;
	background-repeat: no-repeat;
}
#nav a:hover {
	text-decoration: underline;
	color: #111;
	background-image: url('/images/newedge/notch.gif');
}
#nav a.selected {
	font-weight: bold;
	background-image: url('/images/newedge/notch.gif');
}

#content, .content {
	border-top: solid #aaa 1px;
	border-left: solid #aaa 1px;
	border-right: solid #555 1px;
	margin: 10px 150px 10px -20px;
	padding: 5px 20px 5px 20px;
	background-color: white;
	color: #111;
}
#content {
	min-height: 400px;
	_height: 400px;
}

#footer, #footer a {
	color: #aaa;
}
#footer {
	margin-right: 180px;
	text-align: center;
	font-size: smaller;
	padding-bottom: 80px;
}

.intro {
	background-color: #e4f8e4;
}
.intro p {
	padding: 4px 2px;
	margin: -2px;
}

table.alpha {
	margin: 0 0 2em 0;
	width: 98%;
}
table.alpha td {
	vertical-align: top;
	padding: 5px;
}
table.alpha td h2 {
	margin-top: 10px;
}
table.alpha p {
	margin: 0 0 7px 0;
}
table.alpha a {
	text-decoration: none;
}
table.alpha a:hover { 
	text-decoration: underline;
}

.required { font-weight: bold }
.error { background-color: #fcc }
.errors { color: red; font-weight: bold; margin: 0; }
