/* @override 
	http://localhost:8888/styles/index.css
	http://localhost:8888/wcf_dev/styles/index.css
	http://wcf.localhost:8888/styles/index.css
*/

li {
	list-style: none;
}

#mission h1 a {
	color: #0095c0;
	font-size: .8em;
}

#mission h1 a:hover {
	color: #f48221;
}

div#home {
	margin-top: 36px;
}

div#mission {
	border:1px solid #CCCCCC;
	float:left;
	height:180px;
	margin-left:46px;
	margin-right: 14px;
	margin-top:0;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	width: 519px;
}

div#mission h1 {
	color:#555;
	margin-bottom:5px;
}

div#mission li {
	list-style: disc;
	font-size: .8em;
}

div#mission ul {
	margin-left: 44px;
}


#mission p {
	font-size: .75em;
	text-align:justify;
}

#mission h2 {
	font-size:1.2em;
	font-weight:normal;
	margin-bottom:4px;
}

#mission h2 a {
	color:#0095C1;
	text-decoration:none;
}

#mission a#blurb {
	color:#0095C1;
	text-decoration:none;
	font-size:.75em;
}

#mission h2 a:hover, #mission a#blurb:hover {
	color: #f48221;
}

div#movie {
	
	float:left;
	height:329px;
	margin-bottom:0;
	margin-left:46px;
	margin-right:28px;
	/*overflow:hidden;*/
	width: 550px;
}

div#movie #inner_FLV {
	position:relative;
	top:-1px;
}

div#movie embed {
	
}

div.home_box {
	float: left;
	width: 328px;
	background: url(../images/home_box_mid.png) repeat-y;
}

div.home_box ul {
	background: url(../images/home_box_bot2.png) no-repeat 0 bottom;
	/*height: 160px;*/
	padding-left: 2px;
}

div#popular ul {
	height: 311px;
}

div.home_box ul li {
	padding-left: 24px;
	width: 292px;
	/*line-height: 17px;*/
	padding-top: 5px;
	padding-bottom: 5px;
	background: none repeat-y 0;
	height: 40px;
	display: table;
}

/* Safari hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	div.home_box ul li {
		height: 51px;
		width: 314px;
	}
}

#popular ul li div.outer_vert a span {
	float: left;
	margin-left: -13px;
}

div.home_box ul li div {
	display: table-cell;
	vertical-align: middle;
	
}

div.home_box ul li div a {
	display: block;
	width: 230px;
}

div.home_box ul li.gray {
	background-color: #eeeeee;
}

div.home_box h1 {
	font-size: 1em;
	background-image: url(../images/home_box_top.png);
	width: 307px;
	height: 25px;
	color: #fff;
	padding-top: 7px;
	padding-left: 16px;
}

div.home_box ul li a {
	color: #555;
	font-weight: bold;
	font-size: .75em;
}

div.home_box ul li a:hover {
	color: #0095c0;
}

object#flash_movie {
	position: relative;
	top: 0px;
}

object#FlashID {
	margin-top: -1px;
}

/* @group new */

div#new.home_box {
	background: url(../images/home_box_mid_gray.png) repeat-y;
	margin-bottom:20px;
}

div#new_bot {
	background: url(../images/home_box_bot.png) no-repeat 0 bottom;
	padding-bottom: 13px;
}

div#new_bot_inner {
	height: 120px;
	font-size: .8em;
	overflow: auto;
	margin-right: 11px;
	padding: 10px 20px 20px;
}

div#new_bot_inner a {
	color: #0095c0;
}

div#new_bot_inner a:hover {
	text-decoration: underline;
}

div#new ul {
	height:160px;
}

/* @end */

/* @group buttons */

ul#buttons li {
	float: left;
	margin-right: 27px;
	
}

#buttons li a#btn_money {
	display: block;
	width: 206px;
	height: 164px;
	background-image: url(../images/home_button_money.png);
}

#buttons li a#btn_jobs {
	display: block;
	width: 206px;
	height: 164px;
	background-image: url(../images/home_button_jobs.png);
	
}
#buttons li a#btn_cars {
	display: block;
	width: 206px;
	height: 164px;
	background-image: url(../images/home_button_cars.png);
}

#buttons li a#btn_other {
	display: block;
	width: 206px;
	height: 164px;
	background-image: url(../images/home_button_other.png);
}

#buttons li a:hover {
	background-position: 0 166px;
}

ul#buttons {
	margin-left: 46px;
	margin-top: 26px;
}

/* @end */