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

/* Pulls in Global GO! Subpage CSS Styles. Contains body styles, .pageheader style, and .content general style */
@import url("/go/css/subpages.css");
@import url("search.css");

/* More Page and Search Results specific CSS */

.content 
{
	margin-bottom: 20px;
	background-color: #d4ff1d;
}

.content .gutter
{
	padding: 20px 0;
}

/* GO! Site List */

.content .sitelist
{
	padding: 40px 20px 20px 46px;
	margin: 0 auto;
	text-align: center;
}

.content .site
{
	float: left;
	width: 95px;
	min-height: 100px;
	margin: 0 20px 0 0;
	padding: 0;
}

.content .site a
{
	display: block;
}

.content .site a:link,
.content .site a:visited,
.content .site a:active
{
	color: #3d5e1a;
	text-decoration: none;
}

.content .site a:hover
{
	color: #1d2d0d;
	text-decoration: none;
}

.content .site img
{
	margin: 0 0 2px 0;
	padding: 0;
}

.content .moreinfo
{
	font-size: 14px;
	color: #3d5e1a;
	margin: 6px 0 0 0;
	padding: 0;
}

.content .moreinfo a
{
	color: #3d5e1a;
}

.content .moreinfo a:hover
{
	color: #3d5e1a;
	text-decoration: none;
}

/* Hacks to corrent various float issues */

.content .sitelist:after
{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.content .sitelist
{
	* height: 1%;
}

* html .content .sitelist
{
	height: 1%;
}

*html .content .site
{
	height: 100px;
}
