/*
===========================
 Basic Styling
===========================
*/
* {
	padding: 0;
	margin: 0;
}
body {
	font-size: 13px;
	font-family: helvetica, verdana, sans-serif;
	background: #0D1C3B; border-top: 4px solid #132D5E;
}
/* clearer
*************/
.clearer {
	clear: both;
}
/* headers
*************/
h1, h2, h3 {
	font-weight: bold;
	padding: 7px 0 8px 0; clear: both;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 20px;
}
/* text
*************/
p {
	margin: 3px 0 7px 0;
	line-height: 130%;
}
strong, strong a {
	font-weight: bold;
}
hr {
	border: none;
	border-bottom: 1px solid #ccc;
}
/* images
*************/
img.border {
	border: 1px solid #ccc;
	padding: 2px;
}
img.align-left {
	float: left; margin: 0 10px 5px 0;
}
img.align-right {
	float: right; margin: 0 0 5px 10px;
}
/* forms
*************/
form fieldset {
	border-top: 1px solid #ccc;
	background: #f2f2f2;
	padding: 10px;
	margin-bottom: 10px;
}
form fieldset legend {
	color: #999;
}
form label {
	font-weight: bold;
}
form ol {
	list-style: none;
	padding: 0; margin: 0;
}
form li {
}
input[type=text], input[type=password], textarea {
	border: 1px solid #999;	border-top: 1px solid #666;	border-left: 1px solid #666;
	padding: 5px 1px 5px 1px;	font-size: 13px; background: #fff; margin-bottom: 7px;
}
input[type=submit] {
	display: inline; margin: 7px;
}
input[type=checkbox] {
	display: inline;
}
textarea {
	display: block;	width: 99%;	height: 70px;
}
/* lists
*************/
ol, ul {
	margin: 5px 0 10px 25px;
	line-height: 120%;
	}
ul {
	list-style-type: square;
}
ol {
	list-style-type: decimal;
}
li {
	margin: 3px 0 3px 0;
	line-height: 120%;
}

/* links
*************/
a {
	color: #2353a8;
}
a:hover {
	text-decoration: none;
}
/* flash-notice, flash-error
*************/
#flash-error, #flash-notice {
	text-align: center;
	color: #333;
	background: #ffff99;
	line-height: 200%;
}
#flash-error {
	color: red; font-weight: bold;
}
/* miscellaneous
*************/
.scott-talks {
	font-size: 15px;
	font-style: italic;
}
/*
===========================
 Layout
===========================
*/
#container {
	width: 480px; margin: 0 auto;
}
.wrapper {
	padding: 0 4% 0 4%;
	margin: 0 auto;
}
/*
===========================
 Header
===========================
*/
#header {
}
#header h1 {
	float: left;
	margin-left: -2000px;
	width: 2250px;
	height: 90px;
/*	width: 4149px;*/
/*	margin-right: -4000px;*/
/*	float: right;	text-align: right;*/
/*	width: 149px; display: none;*/}
#header h1 a {
	display: block;
	height: 90px;
	background: url('/images/twinstang-logo.gif') no-repeat top right;*/
}
/*
===========================
 Nav
===========================
*/
#nav {
	float: right;	text-align: right;
	padding: 45px 0 20px 0;
	font-size: 14px;  color: #fff;
}
#nav a {
	text-decoration: none; color: #fff;
	padding: 3px 2px 3px 2px; 
}
#nav a:hover {
	border-bottom: 1px dotted #fff;
}

/*
===========================
 Content
===========================
*/
#content {
	border-top: 4px solid #ccc;
	background: #fff; color: #222;
	clear: both;	margin: 0; padding: 14px 0 14px 0;
	height: 1%;
}
/*
===========================
 Footer
===========================
*/
#footer {
	clear: both; background: #fff;
	margin: 0;	padding: 15px 0 15px 0;
}
#footer p {
	font-size: 11px;
}

