@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #4d4d4d;
	text-align: center;
	background: #E9F1F7 url('../images/body-bkgd.jpg') top left repeat-x;	
	margin: 0px;
}
#skiplinks {
	position: absolute;
	left: -9999px;
}
#logo {
	position: absolute;
}
#nav {	
	width: 964px;
	height: 85px;
	margin: 0px auto;
}
#nav ul {
	float: right;
	margin: 0px 80px 0px 0px;
	padding: 0px;
}
#nav ul li {
	list-style-type: none;
	float: left;
	margin: 0px 8px;
	padding: 0px;
}
#nav ul li a {
	font-size: 1.5em;
	color: #E9F1F7;
	letter-spacing: -0.02em;
	text-decoration: none;
	display: block;
	margin-bottom: 30px;
	padding: 2em 0.5em 0.4em 0.5em;
}
#nav ul li a.current {
	color: #fff;
	background: #6DCFF6;
}
#nav ul li a:hover, #nav ul li a.current:hover {
	color: #fff;
	background: #6DCFF6;
}
#container {
	text-align: left;
	background: url('../images/container-bkgd.gif') top center repeat-y;
	width: 964px;
	margin: 0px auto 0px auto;
}
#content {
	padding: 0px 35px 30px 35px;
}
#footer {
	background: #fff url('../images/footer-bkgd.gif') top right repeat-x;
	height: 220px;
	margin-top: 80px;
}
#footer img.angel {
	position: absolute;
	right: 0px;
	margin-top: -75px;
}
#footer .w3c_logos {
	float: right;
	margin: 120px 50px 0px 0px;
}
.footer {
	font-size: 1.3em;
	width: 550px;
	margin: 0px auto;
	padding-top: 110px;
}
.footer ul li {
	display: inline;
}
.footer ul.nav_links li {
	background: url('../images/square.gif') center right no-repeat;
}
.footer ul li.last {
	background: none;
}
.footer ul li a {
	margin: 0px 10px 0px 4px;
	padding: 0em 1em;
}
.footer ul li a.current {
	text-decoration: underline;
}
.footer ul li a:hover {
	text-decoration: none;
}
.footer hr {
	border-top: 1px dotted #999;
}
/*
------------------------------------- typography -------------------------------------*/
#content p, #content li {
	font-size: 1.4em;
	line-height: 1.6em;
}
h1 {
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0px;
} 
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.8em;
	font-weight: normal;
	color: #000;
	letter-spacing: -0.06em;
	background: url('../images/h2-bkgd.gif') center left no-repeat;
	padding-left: 25px;
}
h3 {
	font-size: 2.4em;
	font-weight: normal;
	color: #000;
	letter-spacing: -0.02em;
	background: url('../images/h3-bkgd.gif') center left no-repeat;
	padding-left: 20px;
}
h4 {
	font-size: 2.0em;
	font-weight: normal;
	color: #000;
	letter-spacing: -0.02em;
}
.h2_small {
	font-size: 0.6em;
	color: #666;
	letter-spacing: 0em;
}
/*
------------------------------------- classes -------------------------------------*/
.clear {
	clear: both;
}
.thumbnail {
	float: left;	
	height: 200px;
	margin: 6px 20px;
}
.thumbnail img {
	border-bottom: 1px solid #fff;
}
.thumbnail li {
	list-style-image: url('../images/arrow.gif');
}
.grey {
	color: #666;
}
.red {
	color: #CC0000;
}
.read_more {
	text-align: right;
}
.page_top {
	background: url('../images/page-top.gif') center right no-repeat;
	padding-right: 20px;
}
.float_left {
	float: left;
}
.indent {
	padding-left: 20px;
}
/*
------------------------------------- specific classes -------------------------------------*/
.info_link {
	text-align: right;
	background: #fff;
	margin: 0px;
	padding: 4px;
}
.wikski {
	position: absolute;
	margin: -164px 0px 0px 800px;
}
.required_field {
	float: right;
	border: 1px dotted #999;
}
.required_field p {
	margin: 0px;
	padding: 4px;
}
/*
------------------------------------- links -------------------------------------*/
a img {
	border: none;
}
a:link, a:active, a:visited {
	color: #31C2F2;
	text-decoration: none;
}
a:hover {
	color: #0b91b2;
	text-decoration: underline;	
}
/*
------------------------------------- HTML elements -------------------------------------*/
small {
	font-size: 0.9em;
}
acronym {
	border-bottom: 1px dotted #31C2F2;
	cursor: help;
}
hr {
	background: none;
	border: none;
	border-top: 1px solid #E9F1F7;
	height: 1px;
	margin: 19px 0px 0px 0px;
	padding: 0px;
}
label {
	font-size: 1.4em;
}
kbd {
	font-size: 1.2em;
	background: #ffc;
	border: 1px solid #ccc;
	padding: 0em 0.6em;
}
/*
------------------------------------- forms -------------------------------------*/
.fieldset {
	padding: 40px;
}
.input {
	color: #4a4a4a;
	border: 1px solid #6DCFF6;
	width: 400px;
	padding: 0.4em;
}
textarea.input {
	font-size: 1.4em;
	font-family: inherit;	
	background: url('../images/textarea-bkgd.gif') top left no-repeat;
	width: inherit;
}
.required {
	background: #FCFEFF url('../images/input-bkgd.gif') center left no-repeat;
}
.shorter {
	width: 250px;
}
.shortest {
	width: 100px;
}
.submit {
	background: #D7F2FD;
	border: 1px solid #6DCFF6;
	padding: 0.4em 1.3em;
}
.submit:hover {
	color: #fff;
	cursor: pointer;
	background: #6DCFF6;
}
.errors ul {
	background: #FFEDEF;
	border-top: 1px solid #FFC2CA;
	width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.errors ul li {
	list-style-type: none;
}
.success {
	background: #E5FFE5;
	border-top: 1px solid #ADDEAD;
	border-bottom: 1px solid #ADDEAD;
	margin: 5px 0px;
	padding: 0px 10px;
}

