@charset "utf-8";
/* CSS Document */

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}


html {
	height: 100%;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

body {
	overflow: auto;
	background-color: #fff;
}

#container {
	overflow: auto;
	width: 980px;
	margin: 0 auto 0 auto;
	padding-bottom: 15px;
	background-color: #dbdbdb;
}

#menu {
	position: relative;
	height: 77px;
	background: url(images/bg-menu.gif) top left repeat-x;
	color: #fff;
	font-size: 12px;
}

#menu ul {
	margin: 0 0 0 10px;
}

#menu ul li {
	line-height: 36px;
}

#menu ul li {
	float: left;
	margin: 0 25px 0 0;
}

#menu ul li a {
	color: #fff;
	text-decoration: none;
}

#menu ul li.current {
	color: #081118;
	background-color: #fff;
	padding: 0 15px 0 15px;
	font-weight: bold;
}

#menu ul ul {
	position: absolute;
	top: 38px;
	left: 110px;
}

#menu ul ul li {
	color: #081118;
	background: url(images/bg-pipe.gif) center right no-repeat;
	margin: 0 0 0 20px;
	padding-right: 25px;
}

#menu ul ul li a {
	color: #081118;
	font-weight: normal;
}

#menu ul ul li.last {
	background: none;
}

#main-body {
	overflow: auto;
	width: 960px;
	margin: 10px 0 0 10px;
}

#column-1 {
	width: 630px;
	margin: 0 0 10px 0;
	float: left;
}

#column-2 {
	float: left;
	width: 320px;
	margin: 0 0 0 10px;
}

#column-1 .last, #column-2 .last {
	border-bottom: none;
}

#column-1 h2 {
	float: left;
	clear: both;
	width: 620px;
}

#column-2 h2 {
	float: left;
	clear: both;
	width: 310px;
}

h2 {
	background: url(images/bg-title.gif) top left repeat-x;
	height: 41px;
	line-height: 41px;
	font-size: 12px;
	color: #4f89b6;
	text-decoration: none;
	padding-left: 10px;
	font-weight: bold;
	margin: 10px 0 0 0;
}

h3 {
	font-size: 16px;
	color: #4f89b6;
	margin: 0 0 5px 0;
}

.box {
	float: left;
	clear: both;
	width: 630px;
	border-bottom: dotted 1px #b4b4b4;
	background-color: #fff;
	padding: 15px 0 15px 0;
}

.box p {
	font-size: 13px;
	color: #2c2c2c;
	margin: 0 0 5px 0;
}

.box p a {
	color: #4f89b6;
	text-decoration: none;
}

.box-image {
	float: left;
	width: 130px;
	margin: 5px 0 0 10px;
}

.box-content {
	float: left;
	width: 455px;
	margin: 0 0 0 10px;
}

.box-content strong {
	color: #4f89b6;
	font-weight: normal;
}

.box ul {
	color: #2c2c2c;
	font-size: 13px;
	width: 295px;
	margin: 0 0 5px 0;
}

.box ul li {
	background: url(images/bullet.gif) top left no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 15px 10px;
}

#column-2 .box {
	width: 320px;
}

#column-2 .box p {
	margin: 0 0 15px 10px;
}

blockquote {
	font-size: 12px;
	margin: 0 0 20px 10px;
	color: #868686;
}

#column-2 blockquote p.strong {
	color: #333333;
	margin: 0;
	padding: 10px 0 0 0;
}

#footer {
	float: left;
	overflow: auto;
	padding: 10px;
	clear: both;
	background-color: #b9b9b9;
	margin: 25px 0 0 0;
	width: 940px;
}

#logo-future {
	float: left;
	width: 44px;
	height: 38px;
}

#footer p {
	float: left;
	width: 500px;
	margin: 3px 0 0 10px;
	font-size: 10px;
	color: #353131;
}
