@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600);
* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

ul, ol {
	margin: 0 0 1em 2em;
}

body {
	background: #fff;
}

body, table, td, input {
	font-family: Helvetica, Arial;
	font-size: 11px;
	color: #333;
	line-height: 1.4em;
}

a {
	color: #333;
	text-decoration: none;
	-webkit-transition: background 0.5s, color 0.5s;
	-moz-transition: background 0.5s, color 0.5s;
	transition: background 0.5s, color 0.5s;
}

#header a {
	font-size: 24px;
}

a:hover {
	background: #999;
	color: #fff;
}

p, h1, h2 {
	margin-bottom: 1em;
}

p:last-child {
	margin-bottom: 0;
}

h1, h2 {
	font-size: 1.05em;
	font-weight: normal;
}

h3, .result-title {
	font-size: 1.05em;
	font-weight: bold;
	margin-bottom: 0.2em;
}

#main {
	position: relative;
	z-index: 50;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: relative;
	width: 750px;
	padding: 80px 0 0 161px;
}
#topnav {
	float: left;
	width: 750px;
	height: 115px;
	padding-top: 5px;
	padding-left: 161px;
}

ul.menu, ul.menu-top {
	list-style-type: none;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
}

ul.menu-top {
	list-style-type: none;
	font-size: 20px;
	font-weight: light;
	line-height: 24px;
	margin: 0;
}

ul.menu li, ul.menu-top li {
	float: left;
	padding-right: 1px;
}

ul.menu li a, ul.menu-top li a {
	text-decoration: none;
	display: block;
	padding: 0 8px;
}

ul.menu  li.active a, ul.menu li.active a:hover, ul.menu li a:hover {
	background: #999;
	color: #fff;
}

ul.menu-top  li.active a, ul.menu-top li.active a:hover, ul.menu-top li a:hover {
	background: none;
	color: #000;
}

#component {
	clear: both;
	width: 600px;
	padding-left: 170px;
	padding-top: 0px;
}

#component img, #component iframe {
	margin-bottom: 10px;
}

div.cycle {
	height: 657px;
}


#footer {
	font-size: 9px;
	position: relative;
	width: 600px;
	padding: 4em 200px 4em;
}

#footer a {
	padding: 0 3px;
	margin: 0 -3px;
}

.clear, .custom-clear {
	clear: both;
}

#credit {
	position: absolute;
	top: 5px;
	right: 5px;
}

.blog-featured {
	margin-left: -170px;
	margin-right: -170px;
	width: 940px;
}

.blog-featured .items-leading img {
	width: 940px;
}

.blog-float .items-row .item {
	display: flex;
}

.blog-float .items-row .item a {
	display: block;
}

.blog-float .items-row .item img {
	display: block;
}

.blog-float h2 {
	width: 115px;
}

.blog-float a img {
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.blog-float a:hover img {
	opacity: 0.5;
}

.item-separator {
	clear: both;
}

#user1 {
	position: absolute;
	top: 189px;
	left: 700px;
	width: 100px;
	text-align: right;
}

#user2 {
	position: relative;
	padding: 0.5em 0 0 200px;
	width: 600px;
	text-align: right;
}

.credit a {
	color: #ddd;
}

.credit a:hover {
	background: none;
}