/* General Type
=============================
*/

body {
	color:#333333;
}

h1 {
	font-weight:bold;
	font-size:182%;
	margin:0 0 .5em 0;
}
h2 {
	font-weight:bold;
	font-size:108%;
	margin:0 0 1em 0;
}
h3 {
	margin:0 0 1em 0;
	font-weight:bold;
}
p {
	margin:0 0 1em 0;
	line-height:1.4em;
}
strong {
	font-weight:bold;
}

/* Layout
=============================
*/

body {
	background-color:#000000;
}
#container {
	width:816px;
	margin:0 auto;
	background-color:#FFFFFF;
}
#contentContainer {
	margin:11px 0 0 0;
	width:647px;
}
.intro {
	margin:0 0 32px 0;
}
#gameContainer {
	margin:0 0 20px 0;
}

	/* Home Page Specific
	-------------------------------
	*/
	
		#scHomePage #content {
			margin:16px 0 16px 0;
			width:647px;
			padding:0 0 28px 0;
		}
		#scHomePage #steeringControlSubNav {
			padding:16px 0 0 0;
			margin:0 0 16px 0;
			border-top:solid 1px #999999;
			width:647px;
			float:left;
		}
		#scHomePage #dealerFinder {
			float:right;
		}
		#attraction #dealerFinder {
		}
	
	/* Sub Page Specific
	-------------------------------
	*/

		#subPage #content {
			width:446px;
			float:left;
			margin:0 0 16px 0;
		}
		#subPage #steeringControlSubNav {
			width:164px;
			float:right;
			padding:0 0 0 16px;
		}
		#subPage #dealerFinder {
			margin:0 auto 6px auto;
		}
		#subPage #attraction {
			margin:0 auto 12px auto;
		}
		.gamePreview {
			position:relative;
			top:1px;
		}
		.gameDealerFinder {
			position:relative;
			top:490px;
		}

.articleImage {
	margin:0 16px 0 0;
}

#footer {
	clear:both;
}

/* Lists
=============================
*/

ul {
	list-style-type:disc;
	margin:2em;
}
li {
	margin:0 0 1em 0;
}

	/* Home Page Specific
	-------------------------------
	*/
		#scHomePage #truCenterList {
			margin:0 15px 16px 0;
			width:316px;
			height:131px;
			float:left;
		}
		#scHomePage #tigerTrakList {
			margin:0 0 1em 0;
			width:316px;
			height:131px;
			float:left;
		}
		
	/* Sub Page Specific
	-------------------------------
	*/
	
		#subPage #truCenterList {
			margin:0 0 1em 0;
			height:111px;
			width:400px;
		}
		#subPage #tigerTrakList {
			margin:0 0 1em 0;
			width:400px;
		}

#truCenterList dt {
	float:left;
	margin:0 16px 0 0;
}
#tigerTrakList dt {
	float:left;
	margin:0 16px 0 0;
}

/* Links
=============================
*/

a:link {
	color:#132754;
	text-decoration:underline;
}
a:visited {
	color:#132754;
	text-decoration:underline;
}
a:hover {
	color:#132754;
	text-decoration:underline;
}
a:active {
	color:#132754;
	text-decoration:underline;
}

/* Forms
=============================
*/

#dealerFinder {
	overflow:hidden;
	padding:10px 0 0 0;
}
#dealerFinder td {
	padding:0 0 8px 0;
}

/* Misc
=============================
*/

div.horRule {
	border-top:solid 1px #999999;
	margin:0 0 1em 0;
	clear:both;
}
div.horRule hr {
	display: none;
}