@charset "UTF-8";
/*
	Charcoal: #15150d
	Light Charcoal: #2f2d26
	Brown: #5e4622
	Cream: #5f5b4d
	Gold: #d4c077
*/

/* Styles */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #15150d;
}
.clear {
	clear: both;
}
ul {
	list-style: none;
}

.centerContent {
	margin: 0 auto;
	width: 501px;
}

#navBar {
	height: 32px;
}
#navBar ul {
	border-left: 1px solid #5f5b4d;
	height: 32px;
	float: right;
}
#subNav li {
	border-right: 1px solid #5f5b4d;
	float: left;
	width: 99px;
}
#subNav li a {
	display: block;
	width: 99px;
	height: 22px;
	padding-top: 10px;
}
#subNav .selected {
	background: #2f2d26;
}

#wrapper {
	width: 100%;
	min-height: 512px;
	background: #FFF url('../images/clouds.jpg') repeat-x -450px 0;
	padding-bottom: 16px;
}
#contentCol {
	margin: 0 auto;
	width: 501px;
}
#goMotionLogo {
margin: 0 0 0 -260px;
	width: 414px;
	height: 343px;
}
#mainNav {
	float: right;
	margin: -231px 0 0;
}
#content {
	margin: -140px 0 0;
}

form, #formAlert {
	width: 501px;
	margin-bottom: 0.7em;
}
#formAlert {
	height: 24px;
}

label, #formAlert p {
	float: left;
}
input {
	width: 499px;
	background: #FFF;
	border: 1px solid #444D3E;
	height: 22px;
	margin: 2px 0 16px;
}
textarea {
	width: 499px;
	background: #FFF;
	border: 1px solid #444D3E;
	height: 208px;
	margin: 2px 0 0;
}

input.submit {
	background: #FFFFFF;
	border: 0;
	margin: 10px 0 0;
}
input.submit:hover {
	background: #FFFFFF;
}
input.error, textarea.error {
	background: #5f5b4d;
}
small.error {
	margin-left: 4px;
	float: left;	
}

#footer {
	background: url('../images/shadow_border.jpg') repeat-x top center;
	padding-top: 8px;
}
#footer p {
	margin: 10px 0 16px;
}

/* Typography */
body {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #15150d;
	text-align: left;
}
p {
	font-size: 0.9em;
	margin-bottom: 0.7em;
}
em {
	font-style: italic;
}
h1, h2, h3, strong, legend, label, input.submit {
	color: #5e4622;
}
h1, h2, legend {
	font-size: 1.8em;
	line-height: 1.8em;
}
h3, label, input.submit {
	font-size: 0.9em;
}
h3, strong, label, input.submit {
	font-weight: normal;
}
legend {
	font-weight: bold;
}
input, textarea {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #15150d;
	text-align: left;
}
input.submit {
	text-align: right;
	font-family: Georgia, 'Times New Roman', serif;
}
input.submit:hover {
	color: #5f5b4d;
}
small.error {
	color: #15150d;
	font-style: italic;
}
#footer p {
	font-size: 0.7em;
	line-height: 1.3em;
	text-align: center;
	color: #5f5b4d;
	font-style: italic;
}

a, a:visited {
	color: #5e4622;
	text-decoration: none;
}
a:hover, a:active {
	color: #5f5b4d;
}
#subNav a, #subNav a:visited {
	text-align: center;
	color: #FFF;
	font-size: 0.8em;
	line-height: 0.8em;
}
#subNav a:hover, #subNav a:active {
	color: #5f5b4d;
}
#subNav a.selected {
	color: #FFF;
}
#mainNav a, #mainNav a:visited {
	font-style: italic;
	color: #5e4622;
	font-size: 1.1em;
	line-height: 1.4em;
}
#mainNav a:hover, #mainNav a:active {
	color: #5f5b4d;
}
#mainNav a.currentTab {
	color: #15150d;
	border: 0;
}
#theRepublic a, #theRepublic a:visited {
	color: #15150d;
	font-size: 0.9em;
	line-height: 1.2em;
}
#theRepublic a:hover, #theRepublic a:active {
	color: #5e4622;
}
#theRepublic ul {
	margin-bottom: 0.7em;
}
#footer a, #footer a:visited {
	color: #5f5b4d;
}
#footer a:hover, #footer a:active {
	color: #2f2d26;
}
