/* End Reset and begin layout */
#wrapper {
	width:100%;
	margin:0 auto;
}

#navigation {
	display:none;
}

form {
	display:none;
}

a {
	color:#333;
	text-decoration:none;
}

.noprint {
	display:none;
}

#header {
	display:none;
}

#main-content {
	width:64%;
	margin:10px 0.5% 10px 0;
}

.featured {
	width:33%;
	margin:10px 0 10px 1%;
}

.box {
	background:none;
	padding:5px;
	margin-bottom:10px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

table {
	width:100%;
	border:1px solid #e8e8e8;
}

table.small {
	width:auto;
}

th {
	background:#ccc;
	padding:5px;
	font-weight:bold;
	vertical-align:bottom;
}

td {
	border-bottom:1px solid #e8e8e8;
	padding:5px;
}

td.even {
	background:#f8f8f8;
}

td.odd {
	background:#e8e8e8;
}

td a {
	border-bottom:1px dotted #e8e8e8;
	color:#369;
	text-decoration:none;
}

p {
	margin:0 0 1em 0;
	line-height:1.2em;
}

h1, h2, h3, h4, h5, h6 {
	text-transform:capitalize;
	margin:0 0 0.5em 0;
}

h1 {
	font-size:2.5em;
}

h2 {
	font-size:2.2em;
}

h3 {
	font-size:1.8em;
}

h4 {
	font-size:1.6em;
}

h5 {
	font-size:1.3em;
}

h6 {
	font-size:1.1em;
}

div.form-fields {
	background:#f8f8f8;
	clear:both;
	padding:6px 0;
	margin:5px 0;
}

label {
	float:left;
	font-weight:bold;
	width:150px;
}

input, textarea, select {
	border:1px solid #ccc;
	padding:3px;
}


#footer {
	margin:15px 0;
	padding:10px;
}

#footer address {
	font-size:0.9em;
	text-align:right;
}