/* === Reset and General Styles === */
body, p, a, img, p, h1, h2, ul, ol, li {
	margin: 0;
	padding: 0; }
 
a { outline: 0; }
 
body {
	background-color: #fff;
	color: #2f2f2f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; }

img.right, img.left {
	background: #efefef;
	border: 1px solid #ccc;
	display: inline;
	padding: 10px; }
 
img.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px; }
 
img.left {
	float: left;
	margin-bottom: 10px;
	margin-right: 15px; }

#container {
	clear: both;
	height: 100%;
	margin: 0 auto;
	width: 800px; }

#content ul li {
	margin-top: 15px;
}

/* === Header Section === */
#header {
	border-bottom: 1px solid #ccc;
	clear: both;
	height: 70px; }
 
#logo a {
	background: url(/content/images/logo.png) no-repeat;
	float: left;
	height: 40px;
	margin-left: 20px;
	margin-top: 12px;
	width: 200px; }
 
#logo span {
	display: block;
	height: 0;
	overflow: hidden;
	width: 0; }
 
#nav ul {
	float: right;
	list-style: none;
	margin-top: 32px;
	padding-right: 20px; }
 
#nav li {
	display: block;
	float: left;
	padding-left: 30px; }
 
	#nav li a {
		color: #686868;
		display: block;
		font-size: 10px;
		padding-bottom: 4px;
		text-decoration: none;
		text-transform: uppercase; }
 
	#nav li.current a { border-bottom: 4px solid #e26709; }
 
	#nav li a:hover, #nav li a:active { border-bottom: 4px solid #ccc; }

/* === Index Page Feature and Page Titles === */
#feature {
	;
	background: url(/content/images/background.png) no-repeat;
	height: 160px;
	margin-top: 20px;
	padding: 20px 20px 20px 40px; }
 
	#feature h1 {
		color: #fff;
		font-family: Georgia, 'Times New Roman', Times, serif;
		font-size: 47px;
		font-style: normal;
		font-weight: normal;
		padding-bottom: 10px;
		padding-top: 5px; }
 
	#feature small {
		color: #ddd;
		font-family: Georgia, 'Times New Roman', Times, serif;
		font-size: 20px; }
 
#page-title {
	background: url(/content/images/min-bg-square.png) no-repeat;
	height: 75px;
	margin-top: 20px;
	padding-left: 40px; }
 
	#page-title h1 {
		color: #fff;
		font-family: Georgia, 'Times New Roman', Times, serif;
		font-size: 47px;
		font-style: normal;
		font-weight: normal;
		padding-bottom: 10px;
		padding-top: 10px; }
 
/* === Main Section === */

#content {
	line-height: 18px;
	padding: 20px; }
 
	#content h2 {
		color: #e26709;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: normal;
		letter-spacing: 1px;
		padding-bottom: 5px;
		text-transform: uppercase; }
 
	#content p { padding-bottom: 15px; }
 
	#content blockquote {
		background: #f5f5f5;
		border-left: 2px solid #bbb;
		margin: 0px 25px 15px 25px;
		padding: 7px 10px;
		text-align: left; }
 
		#content blockquote p { padding-bottom: 0; }
 
	#content ul, #content ol {
		margin-bottom: 15px;
		margin-left: 25px;
		padding-left: 10px; }
 
	#content a {
		color: #b42d04;
		text-decoration: none; }
 
		#content a:hover, #content a:active { border-bottom: 1px solid #b42d04; }
 
	#content abbr, #content acronym { border-bottom: 1px dotted #999; }
 
	#content address {
		margin: 0 0 8px 0;
		padding: 0; }
 
#main-content {
	border-top: 1px solid #ccc;
	float: left;
	margin-bottom: 10px;
	padding-top: 15px;
	width: 460px; }
 
/* === Sidebar Section === */

#sidebar {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	width: 280px; }
 
	#sidebar .sidebar-item {
		border-top: 1px solid #ccc;
		padding-top: 15px; }
 
	#sidebar p { padding-bottom: 8px; }

/* === Footer Section === */

#footer {
	border-top: 1px solid #ccc;
	clear: both;
	color: #686868;
	font-size: 10px;
	text-align: center;
	padding: 20px; }
 
	#footer a {
		border-bottom: 1px dashed #ccc;
		color: #686868;
		text-decoration: none; }
 
		#footer a:hover, #footer a:active { border-bottom: 1px solid #ccc; }
 
/* === Form === */

form label {
	color: #686868;
	display: block;
	float: left;
	font-weight: normal;
	margin: 0;
	text-transform: lowercase; }
 
/* must have class to target input[type=text] for IE6 compatibility */
form input.text-input {
	background: url(/content/images/form-bg-light.gif) repeat-x;
	border: 1px solid #ccc;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 2px 0 10px 0;
	outline: none; /* remove Safari and Chrome glow */
	padding: 4px;
	width: 210px; }
 
form textarea {
	background: url(/content/images/form-bg-light.gif) repeat-x;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	outline: none; /* remove Safari and Chrome glow */
	padding: 4px;
	width: 450px; }
 
	form textarea:focus, form input:focus {
		;
		border: 1px solid #e26709; }
 
form button, form input.button { clear: both; }

form .field-left {
	float: left;
	margin-right: 20px;
	width: 220px; }
 
form .field-right {
	float: right;
	width: 220px; }

form .field-full {
	width: 440px;
}

.buttons a, .buttons button, .buttons input.button {
	background: url(/content/images/form-bg.gif) repeat-x;
	border: 1px solid #ccc;
	color: #686868;
	cursor: pointer;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 130%;
	margin: 0 7px 0 0;
	text-decoration: none; }
 
.buttons button, .buttons .button {
	overflow: visible;
	padding: 4px 10px 3px 7px; /* IE6 */
	width: auto; }
 
.buttons button[type] {
	line-height: 17px; /* Safari */
	padding: 5px 10px 5px 7px; /* Firefox */ }
 
*:first-child+html button[type] { padding: 4px 10px 3px 7px; /* IE7 */ }
 
button:hover, .buttons a:hover, input.button:hover {
	border: 1px solid #e26709;
	color: #e26709; }
	
.messages {
	background: #eeeeee;
	border: 1px solid #d0d0d0;
	color: #666;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left; }
 
	.messages.warning {
		background: #fff6bf;
		border-color: #ffd324;
		color: #817134; }
 
	.messages.success {
		background: #e6efc2;
		border-color: #c6d880;
		color: #529214; }
 
	.messages.error {
		background: #fbe3e4;
		border-color: #fbc2c4;
		color: #d12f19; }
 
#content .messages ul {
	margin-bottom: 0px;
	margin-left: 10px; }
 
/* === Full Width Table === */

table {
	border-collapse: collapse;
	border: 0px solid #ddd;
	width: 760px; }
 
	table td {
		border-bottom: 1px solid #ddd;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		color: #686868;
		padding: 9px 20px;
		text-align: center; }
 
	table th {
		border: 1px solid #ddd;
		color: #686868;
		font-weight: bold;
		padding: 9px 10px 9px 15px;
		text-align: left; }
 
	table thead th {
		background: #fff url(/content/images/form-bg.gif) repeat-x;
		color: #e26709;
		font-weight: bold;
		padding: 10px 8px;
		text-align: center; }
 
table tr.alt td, table tr.alt .col1 { background: #fff; }

table .col1 {
	background: none;
	border: none; }
