/* layout */

body {
	margin: 0;
	padding: 0;	
}

.contentPositioning {
	width: 840px;
}

.contentArea {
	display: block;
	text-align: left;
	border: none;
}

.masthead, .topNav, .footer {
   	padding-left: 40px;
	padding-right: 40px;
	display: block;
}

.masthead {
	padding-top: 25px;
	height: 25px;
}

.mastheadLeft {
	float: left;
}

.mastheadRight {
	float: right;
}

.footer {
	float: left;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}

.bottomNav {
	float: left;
	width: 760px;
   	padding-top: 6px;
   	padding-bottom: 6px;
	text-align: right;
}

.topNav {
	height: 25px;
}

.topNav a {
	padding-right: 1.25em;
}

.topNavText {
	margin-top: 5px;
	margin-bottom: 0px;
	vertical-align: middle;
}

.topNavLeft {
	float: left;
}

.topNavRight {
	height: 25px;
	width: 555px;
	text-align: right;
	float: right;
}

.topNavShadow {
	position: relative;
	margin-top: 3px;
	height: 10px;
}

.bodyContent {
	display: block;
	width: 800px;
	min-height: 450px;
	height:auto !important;
	height: 450px;
}

.bottomNavShadow {
	position: relative;
	margin-bottom: -2px;
	height: 10px;
}

.bodyMargins {
	padding-top: 20px;
	margin-left: 40px;
	border: none;
}

.leftPanel {
	display: inline;
	float: left;
	width: 510px;
	padding-right: 15px;
}

.leftPanelWide {
	display: inline;
	float: left;
	width: 600px;
	padding-right: 25px;
}

.centerPanel {
	float: left;
	width: 250px;
	margin-top: 15px;
}

.rightPanel {
	display: inline;
	float: left;
	padding-left: 20px;
	width: 213px;
	border-left: 1px #d85800 solid;
}

.rightPanelNarrow {
	display: inline;
	float: left;
	margin-top: 15px;
	padding-left: 20px;
	width: 113px;
	border-left: 1px #d85800 solid;
}

.rightPanelRacing {
	display: inline;
	float: left;
	margin-top: 15px;
	padding-left: 15px;
	width: 113px;
	border-left: 1px #d85800 solid;
}

.fullWidthPanel {
	display: inline;
	float: left;
	width: 760px;
}

h1 {
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 0px;
}

h2 {
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 0px;
}

h3 {
	margin: 0px;
	padding: 0px;
}

p, ul {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

ul {
	margin-left: 35px;
}

li {
	margin-bottom: 0.2em;
}

hr {
	height: 1px;
	margin-top: 1px;
	margin-bottom: 3px;
}

.copyrightStatement {
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.indent {
	margin-left: 25px;
	margin-right: 25px;
}

.quoteLogo, .quote, .quoter {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
}

.quote, .quoter {
	margin-left: 25px;
}


.team_item {
	clear: both;
	
}

.team_photo {
	float: left;
	width: 100px;
	
}

.team_biog {
	float: right;
	width: 650px;
	margin-bottom: 1em;
}

.promoBanner {
	padding-top: 1em;
	padding-bottom: 1em;
}


/* IE */

body {
	text-align: center;
}

.topNavShadow, .bottomNavShadow {
	overflow: hidden;
}

/* Firefox */

body {
	overflow: -moz-scrollbars-vertical;
}

.contentPositioning {
	margin: 0 auto;
	
}

