/* Autowatch CSS Definitions */

body {
	width: 800px;
	margin-top: 0px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
	font-family: verdana, arial;
	color: #444;
}
#topNav {
	width: 800px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
}
#header {
	width: 605px;
	height: 10px;
	background-repeat: no-repeat;
	padding-top: 175px;
	padding-left: 195px;
}

	.taillight {
		background: url(/images/header-taillight.jpg);
	}

	.benz {
		background: url(/images/header-benz.jpg);
	}

#mainNav ul {
	width: 100%;
	padding:0;
	margin:0;
	color:#fff;
	font-family: verdana, arial, helvetica, sans-serif;
	white-space:nowrap;
	list-style-type:none;
	line-height: 100%;
}
#mainNav ul li {
	display: inline;
	padding-right: 14px;
}
#mainNav ul li a {
	text-decoration: none;
	color: #000;
	font-size: 0.9em;
}
#mainNav ul li a.active {
	color: red;
}
#mainNav ul li a:hover {
	color: red;
}

#leftNav {
	width: 160px;
	float: left;
}

#leftNavContent {
	width: 110px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right: 1px solid #BFBFC3;
	padding-left: 30px;
	padding-right: 20px;
	font-size: 70%;
	line-height: 120%;
}
	#leftNavContent h1 {
		font-size: 130%;
		margin-bottom: 10px;
	}
	#leftNavContent p {
		margin-top: 0px;
	}
	#leftNavContent img {
		margin-top: 8px;
		margin-bottom: 8px;
	}
	#leftNavContent ul {
		list-style-type: none;
		margin-top: 5px;
		margin-bottom: 0px;
	}
	#leftNavContent ul li {
		margin-top: 10px;
		margin-left: -30px;
		line-height: 120%;
	}	

h5 {
	padding: 0px;
	margin: 0px;
}

#leftNavTop {
	margin: 0px;
	padding: 0px;
	width: 161px;
	height: 56px;
	background: url(/images/navbordertop.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
#leftNavBottom {
	margin: 0px;
	padding: 0px;
	width: 161px;
	height: 56px;
	background: url(/images/navborderbottom.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#content {
	width: 586px;
	margin-top: 33px;
	margin-bottom: 50px;
	padding-left: 14px;
	padding-right: 20px;
	float: right;
	line-height: 140%;
}
	#content h1 {
		font-size: 120%;
	}
	#content h2 {
		font-size: 105%;
	}
	#content li {
		margin-top: 10px;
	}
	#content a {
		text-decoration: underline;
	}

a {
	text-decoration: none;
	color: #000;
	font-size: 1.0em;
}
a:hover {
	color: red;
}

.fieldLabel {
	font-weight: normal;
	text-align: left;
	padding-left: 30px;
}