div{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;}

* {
  margin: 0;
  padding: 0;
}

body{
	height: 100%;
	width: 100%;
	margin:0;
	padding:0;
	background: #3a3a3a;
	font: 9pt verdana,arial,sans-serif;
	font-weight: 600;
	text-align:center;
}

p{
	margin:0px 0px 10px
}

a{
	color: #990002;
}

h3{
	margin: 0px 0px 10px 0px;
	color: #02709b;
}

h4{
	font: 10pt arial, tahoma, sans serif;
	font-weight: bold;
	color: #333;
	margin: 5px;
}

h4 a{
	text-decoration: none;
	color: #333;
}

h4 a:hover{
	text-decoration: underline;
	color: #666;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	background: #FFF;
}

table#contentContainer {
	width: 980px;
	margin: auto;
	margin-top: 90px;
	margin-bottom: 25px;
}

#contents {
	height: 184px;
	background-image: url('../images/content_bg.jpg');
	background-repeat: no-repeat;

	padding-top: 200px;
	padding-left: 27px;
	padding-right: 0px;
	padding-bottom: 0px;

	text-align: left;
	vertical-align: top;

	}

#footerMenu {
	height: 186px;
	background-image: url('../images/menu_1.jpg');
	background-repeat: no-repeat;
    background-position:bottom left;

	text-align: left;
	vertical-align: top;
}

#subjHR {
	width: 754px;
	height: 1px;
	margin-top: 7px;
	margin-bottom: 10px;
	border:0;
}

#greyHR {
	width: 562px;
	height: 1px;

	margin-top: 7px;
	margin-bottom: 12px;
	border:0;
}

.boldRed {
	color: #990002;
	font-weight: 900;
	font-size: 12pt;
}

.boldBlack {
	color: #000;
	font-weight: 600;
}

.textRed {
	color: #990002;
}

.button{
	margin-top:7px;
	margin-bottom: 8px;
}

#linkHome {
	position: absolute;
	width: 288px;
	height: 124px;
	margin-top: -180px;
}

#linkContainer{
	position:relative;
}

#linkCar{
	position: absolute;
	width: 270px;
	height: 50px;
	left: 30px;
	top: 25px;
}

#linkFeatured{
	position: absolute;
	width: 270px;
	height: 50px;
	left: 155px;
	top: 100px;
}

#linkHappenings{
	position: absolute;
	width: 240px;
	height: 60px;
	left: 429px;
	top: 48px;
}

#linkVideos{
	position: absolute;
	width: 209px;
	height: 50px;
	left: 683px;
	top: 90px;
}

#linkPhotos{
	position: absolute;
	width: 225px;
	height: 45px;
	left: 719px;
	top: 25px;
}

#linkScion{
	position: absolute;
	width: 27px;
	height: 130px;
	left: 948px;
	top: 20px;
}

ul.redBullet {
	list-style-type: none;
	margin-left: -14px;
}

ul.redBullet li {
	list-style-type: none;
	background: url('../images/bullet_red.gif') left top no-repeat;
	background-position: 0px 10px;
	margin-left: 18px;
	padding-left: 12px;
	padding-top: 5px;
	font-weight: 600;
}

ul.redBullet li ul{
	font-size: 90%;
}


div#infoText {
	font-weight: normal;
	font-size: 10pt;
	float: left;
}

div#infoMap {
	position: relative;
	left: 65px;
}

.criteria {
	background: url('../images/bullet_black.gif') left top no-repeat;
	background-position: 0px 6px;
	padding-left: 12px;
	color: #990002;
	font-weight: 600;
	font-size: 11pt;
}

.textRules{
	padding-right: 60px;
	font-weight: normal;
}

div#photoBlock img{
	margin-right: 20px;
	margin-bottom: 18px;
}