@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	background-image: url(../images/bg-gradient.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #e7e7e7;
}
#wrapper {
	width: 1024px;
	margin: 0 auto;
}
#col-1 {
	width: 216px;
	float: left;
	height: 575px;
}
#col-2 {
	width: 808px;
	float: left;
	background-color: #FFF;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.62);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.62);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.62);
	position: relative;
	z-index: 10;
}
#footer-col1 {
	width: 216px;
	float: left;
	height: 150px;
}
#footer-col2 {
	width: 808px;
	float: left;
	height: 150px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0 ); /* IE6-9 */
	position: relative;
	z-index: 8;
}
#logo {
	margin-top: 85px;
}
#menu {
	margin-top: 50px;
}
#menu a {
	display: block;
	height: 28px;
	line-height: 24px;
	font-family: 'News Cycle', sans-serif;
	font-size: 17px;
	text-decoration: none;
	color: #999;
	margin-bottom: 10px;
	margin-left: 50px;
	padding-left: 15px;
}
#menu a:hover {
	color: #000;
}
#menu .active {
	color: #000;
	background-color: #f2f2f2;
}
#index-content-col1 {
	width: 526px;
	margin-left: 50px;
	margin-right: 20px;
	margin-top: 30px;
	float: left;
}
#index-content-col2 {
	width: 126px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;
	float: left;
}
#page-title {
	height: 40px;
	padding-left: 40px;
	text-shadow:1px 1px 2px #333333;
	margin-top: -10px;
}
#page-content {
	padding-left: 40px;
	padding-bottom: 40px;
	padding-right: 40px;
	padding-top: 20px;
}
