/*******************************************************************************
* Reset
*******************************************************************************/

* {
	margin: 0;
	padding: 0;
}

div {
	position: relative;
}

/*******************************************************************************
* Links
*******************************************************************************/

a:link, a:visited {
	color: #03f;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #f30;
	text-decoration: underline;
}

/*******************************************************************************
* Body
*******************************************************************************/

body {
	padding: 15px;
	background: #fff;
	color: #000;
	font: 0.75em/1.5em Arial, Helvetica, Sans-serif;
}

/*******************************************************************************
* Headings
*******************************************************************************/

h1, h2, h3, h4 {
	padding: 0 0 0.5em;
	line-height: 1.2em;
}

h1 {
	font-size: 2.2em;
	letter-spacing: -0.05em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

/*******************************************************************************
* Text
*******************************************************************************/

p {
	padding: 0 0 1.5em;
}

p.note {
	font-size: 0.9em;
	line-height: 1.4em;
}

strong {
	color: #036;
}

/*******************************************************************************
* Lists
*******************************************************************************/

ol, ul {
	margin: 0 0 0 2.5em;
	padding: 0 0 1.5em;
}

/*******************************************************************************
* Container
*******************************************************************************/

#container {
	margin: 0 auto;
	width: 800px;
}

#wrapper {
	width: 100%;
	overflow: hidden;
}

/*******************************************************************************
* Header
*******************************************************************************/

#header {
	padding: 0 10px 10px;
}

#header a {
	position: relative;
	display: block;
	width: 141px;
	height: 67px;
	overflow: hidden;
}

#header a span {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/logo.gif) no-repeat;
}

#header h2 {
	padding: 0;
}

#header p {
	padding: 0 10px 10px;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #999;
	font-size: 1.5em;
}

#header p strong {
	display: block;
	color: #369;
	letter-spacing: -0.07em;
	font-size: 2em;
	line-height: 1em;
}

/*******************************************************************************
* Nav
*******************************************************************************/

#nav {
	margin: 0 0 5px;
	padding: 0 0 1px;
	border-bottom: solid 2px #369;
}

#nav a {
	padding: 0.5em 1em;
}

#nav a:link, #nav a:visited {
	background: #369;
	color: #fff;
	text-decoration: none;
}

#nav a:hover, #nav a:focus,
#nav .current a:link, #nav .current a:visited {
	background: #036;
	color: #fff;
	text-decoration: none;
}

#nav h3 {
	display: none;
}

#nav li {
	padding: 0.5em 0;
	display: inline;
	font-weight: bold;
	font-size: 1.2em;
}

#nav ul {
	margin: 0;
	padding: 0.5em 10px;
	background: #369;
	color: #fff;
	list-style: none;
}

/*******************************************************************************
* Subnav
*******************************************************************************/

#subnav {
	margin: -5px 0 5px;
	padding: 0.4em 10px;
	background: #d6e0eb;
	color: #036;
}

#subnav .current a {
	font-weight: bold;
}

#subnav a:link, #subnav a:visited {
	color: #036;
	text-decoration: none;
}

#subnav a:hover, #subnav a:focus {
	color: #036;
	text-decoration: underline;
}

#subnav li {
	padding: 0 1.2em 0;
	display: inline;
}

#subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*******************************************************************************
* Main
*******************************************************************************/

#main {
	padding: 10px;
	width: 550px;
	float: left;
	background: #f5f5f5;
	color: #000;
}

/*******************************************************************************
* Sidebar
*******************************************************************************/

#sidebar {
	padding: 10px 0;
	width: 220px;
	float: right;
	background: #fff;
	color: #000;
}

#sidebar h2 {
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}

/*******************************************************************************
* Footer
*******************************************************************************/

#footer {
	margin: 5px 0 0;
	padding: 5px 10px;
	border-top: solid 3px #d6e0eb;
}

#footer p {
	padding: 0;
	color: #036;
	font-size: 0.9em;
	line-height: 1.3em;
}

/*******************************************************************************
* Columns
*******************************************************************************/

.three-cols {
	margin: 0 0 1.5em;
	padding: 1em 0 0;
	width: 550px;
	overflow: hidden;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.three-cols .col {
	margin-right: 20px;
	width: 170px;
	float: left;
}

.three-cols .last {
	margin-right: 0;
}

.three-cols img.col {
	margin-bottom: 1em;
}

/*******************************************************************************
* Tables
*******************************************************************************/

table {
	margin: 0 0 1.5em;
	width: 100%;
	border-top: solid 1px #ccc;
	border-collapse: collapse;
}

td, th {
	padding: 0.2em;
	border-bottom: solid 1px #ccc;
	text-align: left;
	vertical-align: top;
}

#main tbody th {
	width: 200px;
}

/*******************************************************************************
* Forms
*******************************************************************************/

label {
	padding: 0 0 0.5em;
	display: block;
	font-weight: bold;
}

label input, label textarea {
	width: 98%;
	display: block;
}

.buttons {
	text-align: right;
}

.buttons input {
	padding: 0.2em 0.5em;
	font-size: 1.1em;
	font-weight: bold;
}

*+html .buttons input {
	width: 1;
	overflow: visible;
}

* html .buttons input {
	width: 1;
	overflow: visible;
}

/*******************************************************************************
* Contact form
*******************************************************************************/

#contact-form {
	margin: 0 0 1.5em;
	padding: 1em 0;
	width: 550px;
	overflow: hidden;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

#contact-form #personal-info {
	width: 200px;
	float: left;
}

#contact-form #more-info {
	width: 340px;
	float: right;
}

#success {
	margin: 0 0 1.5em;
	padding: 1em 1em 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;	
}

#errors {
	margin: 0 0 1.5em;
	padding: 1em 1em 0;
	color: #f00;
	border-top: solid 2px #f00;
	border-bottom: solid 2px #f00;
	font-weight: bold;
}

