/* EVERYTHING TO DO WITH THE WORK PAGE */

#index_top_left {
	height: 100%;
	width: 426px;
	float: left;
	padding: 30px 0 0 27px;
}

#index_whatitdoes {
	height: 303px;
}
ul#whatitdo{
	padding: 5px 0 0px 6px;
	float: left;
	width: 230px;
	margin: 0px;
}

ul#whatitdo li{
	text-decoration: none;
	font-size: 11px;
	margin: 0px;
	font-family: Arial, Verdana, Tahoma;
	color: #746767;
	padding-bottom: 12px;
}

ul#whatitdo li h2{
	text-decoration: none;
	font-size: 11px;
	padding: 0px;
	font-weight: bold;
	margin: 0px;
	font-family: Arial, Verdana, Tahoma;
	color: #000;
}

#quote {
	width: 220px;
	height: 83px;
	background: url(imgs/quote.gif) no-repeat 0 0;
	float: left;
	padding: 6px 7px 0 9px;
	text-align: center;
}

#quote span{
	color: #fff;
	border-bottom: 2px solid #EC6C6C;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}

.index_image {
	float:left;
	position:relative;
	width:457px;
	height:284px;
	display:block;
	left: 17px;
	overflow: hidden;
}

.index_image img{
	border: 0px;
}

h4{
	background: url(imgs/index_overlay.png) no-repeat 0 0;
	cursor:pointer;
	overflow:hidden;
	height:284px;
	width:426px;
	position:absolute;
	z-index:1000;
	padding: 0;
	margin: 0;
	padding-top: 242px;
	text-indent: -3000px;
}

.slide {
	height:284px;
	margin-left:0;
	position:absolute;
	width: 426px;
	cursor: arrow;
}

#bottom {
	background: url(imgs/dotted_line.gif) repeat-x top;
	height: 200px;
	font-size: 11px;
}
#bottom img{
	border: 0;
}

#bottom #raceland h3, #bottom  #newman h3 {
	font-weight: bold;
	font-family: Arial, Verdana, Tahoma;
	color: #000;
	font-size: 11px;
	float: left;
	width: 200px;
}

#bottom #raceland h3 {
	width: 306px;
}

#bottom #newman h3 {
	width: 262px;
}

#bottom #raceland span, #bottom #newman span {
	font-size: 11px;
	color: #746767;
}

#bottom #raceland, #bottom #newman {
	float: left;
	width: 430px;
	padding-top: 10px;
}
#bottom #raceland {
	background: url(imgs/dotted_line.gif) repeat-x bottom;
	padding-bottom: 10px;
}

#bottom #raceland img {
	float: left;
	margin-right: 10px;
}

#bottom #newman img {
	float: right;
	margin-left: 15px;
}

#polar {
	float:right;
	position:relative;
	top:-35px;
}