@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.1em;
	background: #000;
}

.clear { clear: both; }

a { color: #003; }

#container {
	position: relative;
	width: 774px;
	top: 0px;
	left: 50%;
	margin-left: -388px;
	padding: 0px 0px;
	background: #ccc;
}

#header {
	position: relative;
	width: 774px;
	height: 143px;
}
#header h1 {
	position: absolute;
	bottom: 60px;
	left: 30px;
	font-size: 22px;
	text-align: left;
	color: #fff;
	line-height: 1.1em;
}

#google-header {
	position: absolute;
	bottom: 20px;
	width: 774px;
	height: 23px;
	padding-top: 7px;
	background: #003;
}

#footer {
	clear: both;
	width: 774px;
	background: #003;
}
#footer h6 {
	font-size: 10px;
	color: #fff;
	padding: 5px 30px;
	text-align: left;
}
#footer a { color: #fff; }

#summary {
	width: 594px;
	height: 90px;
	color: #fff;
	margin: 0px 0px 20px 0px;
	padding: 10px 30px 15px 150px;
	background-color: #003;
	background-position: 15px 50%;
	background-repeat: no-repeat;
}
#summary h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
}

#content {
	float: left;
	width: 500px;
	padding: 0 30px;
	margin-bottom: 5px;
}
#content h2 {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4em;
}
#content h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4em;
}
#content p {
	font-size: 11px;
	padding: 0 0 20px 0;
}

#google-pull {
	float: left;
	width: 120px;
	height: 90px;
	margin: 0 20px 0 0;
	background: #fff;
}

#pull-image {
	clear: left;
	float: left;
	margin: 0px 10px 10px 0;
}

#google-sidebar {
	float: right;
	width: 160px;
	margin-right: 30px;
	/*background: #fcfc71;*/
	/*border: 1px solid #0066cc;*/
}

#outgoing-sidebar {
	float: right;
	width: 158px;
	margin: 30px 30px 0 0;
}
#outgoing-sidebar ul {
	list-style: none;
}
#outgoing-sidebar li {
	margin: 0 0 5px 0;
}

li.subkey { font-size: 13px; line-height: 16px; }
#outgoing-sidebar li.end { margin-bottom: 30px; }

#content-footer {
	clear: both;
	width: 714px;
	padding: 0 30px;
	margin-bottom: 20px;
}
#content-footer h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
}
#content-footer ul {
	list-style: none;
}
#content-footer li {
	display: inline;
	margin-right: 10px;
}
#content-footer li a, #outgoing-sidebar li a { color: #003; }
#outgoing-sidebar li.subkey a { color: #00c; font-weight: bold; }