body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 1.3em;
}

/* Layout
------------------------------------------------ */

#header {
	width: 900px;
	height: 300px;
	margin: 0 auto;
	background: transparent url(../images/Speedshield/FleetWeigh_Module.jpg) right 70% no-repeat;
}

#wrapper {
	background: #6f6f6f url(../images/Speedshield/content-bg.jpg) top left repeat-x;
}

#content {
	width: 900px;
	margin: 0 auto;
}

#ss_brochures {
	float: left;
	width: 205px;
	margin: 40px 0 40px 10px;
}

#ss_onlineservices {
	float: left;
	width: 205px;
	margin: 40px 0 40px 20px;
}

#ss_operations {
	float: left;
	width: 205px;
	margin: 40px 0 40px 20px;
}

#ss_utilities {
	float: left;
	width: 205px;
	margin: 40px 0 40px 20px;
}

#footer {
	clear: left;
	color: #424242;
	background: #bcbcbc url(../images/Speedshield/footer-bg.jpg) top left repeat-x;
}

#footer p {
	padding: 40px 0 40px 10px;
	width: 890px;
	margin: 0 auto;
	position: relative;
}

#footer p img, .png {
	position: absolute;
	top: 20px;
	right: 10px;
}

.clearboth {
	clear: both;
}

/* Typography
------------------------------------------------ */

#header h1 {
	margin: 176px 0 0 10px;
	width: 213px;
	height: 95px;
	position: absolute;
}

#header h1 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #FFF url(../images/Speedshield/Speedshield_FleetOnline_Logo.gif) top right no-repeat;
}

#content h2 {
	font-size: 150%;
	margin: 0 0 10px 0;
	padding: 0;
}

#content ul {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}

#content ul li {
	margin: 12px 0;
	padding-left: 0;
}

#content ol {
	margin-left: 0;
	padding-left: 20px;
}

#content ol li {
	margin: 10px 0;
}

/* Links
------------------------------------------------ */

a:link {
	color: #bcbcbc;
	text-decoration: none;
}

a:visited {
	color: #bcbcbc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#footer a:link {
	color: #424242;
	text-decoration: none;
	font-weight: bold;
}

#footer a:visited {
	color: #424242;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

/* Forms
--------------------------------------------------------*/
fieldset {
	margin: 1em 0 1em 0;
	padding: 1em;
	border: 0;
}

legend {
	font-weight: bold;
	font-size: 130%;
	color: #003875;
}

label {
	display: block;
	font-weight: bold;
}

input {
	width: 30%;
}

textarea {
	width: 300px;
	height: 100px;
}

.checkbox input, input.submit {
	width: auto;
}

.checkbox input 
{
	float: left;
	margin-right: 1em;
}

.required {
	color: #760000;
}

.error 
{
	font-style: italic;
	border-bottom: 1px solid #ffdf6b;
	padding-bottom: 10px;
	color: #FFF;
	margin-left: 10px;
	margin-right: 10px;
}

.success 
{
	font-style: italic;
	border-bottom: 1px solid #ffdf6b;
	padding-bottom: 10px;
	color: #18a709;
	margin-left: 10px;
	margin-right: 10px;
}

.error span 
{
	font-weight: bold;
	font-style: normal;
}