/* CSS Document for FoxAutoTransport */

body, html {
	font: 9pt Georgia, "Times New Roman", Times, serif;
}

div {
	margin: 0px;
	padding: 0px;
}


#page {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 650px;
}

#header {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('/img/fox-top2a.jpg');
	height: 180px;
	background-repeat: no-repeat
}

#header-top {
}

#header-top div {
	float: left;
}

#header-bottom {
	text-align: left;
	padding: 5px;
	height: 15px;
	color: white;
	width: 640px;
}

#header-bottom a {
	margin: 0;
	padding: 2px 5px 0 5px;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#header-bottom a:hover {
	color: #EAF0EE;
}

#header-bottom table {
	position: relative;
	top: -2px;
	float: right;
}

#header-bottom form {
	margin: 0px;
	padding: 0px;
}

#header-bottom input {
	font-size: 8pt;
	padding: 0px;
	margin: 0px;
}

#header-bottom #keywords {
	width: 80px;
	margin-left: 4px;
	margin-right: 4px;
}

#body {
	position: relative;
	width: 650px;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

#body-nav {
	float: left;
	width: 175px;
	padding: 0px;
	margin-right: 5px;
}

#body-nav td {
	padding-bottom: 7px;
}

#body-nav td ul {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

#body-nav td ul li {
	list-style:none;
	font-size: 9pt;
}

#body-nav td.nav-item {
	padding-left: 7px;
}

#body-nav td.nav-item a {
	position: relative;
	top: 6px;
	text-decoration: none;
	color: #96004B;
	font-size: 10pt;
        font-weight: 600;
}

#body-nav td.nav-item a:hover {
	color: #518274;
}

#body-nav td.nav-item li a {
	color: #518274;
	font-size: 10pt;
}

#body-nav td.nav-item li a:hover {
	color: #96004B;
}


#body-main {
	float: left;
	width: 455px;
	padding: 5px;
}

#body-main h1 {
	font-size: 200%;
        font-weight: normal;
        text-align: left;
	color: #5F6D78;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 10px;
	line-height: 1.2em;
	letter-spacing: -0.05em;
        word-spacing: 0.1em;
}

#body-main h2 {
	font-size: 125%;
        font-weight: 700;
	color: #5F6D78;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 3px;
	line-height: 1.6em;
	letter-spacing: -0.05em;
        word-spacing: 0.1em;
}


#body-main p {
	padding: 0px 0px 7px 0px;
	margin: 0px;
	line-height: 1.6em;
        word-spacing: 0.1em;
}

#body-main ul {
	margin-top: 0px;
	padding-top: 0px;
}

#body-left {
	float: left;
	width: 352px;
	height: auto;
	padding-right: 4px;
}

#body-right {
	float: left;
	width: 165px;
}

#footer {
	width: 650px;
	background-color: #BD0000;
	height: 40px;
	text-align: left;
	color: white;
	padding: 5px 0 0 0;
}

#footer a {
	color: white;
        text-decoration: none;
        font-weight: bold;
        padding-left: 15px;
}


.clear {
	height: 0px;
	clear: both;
}