body {
	background: #000;
	margin-bottom: 4em;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 1.5;
}
#wrapper {

}
#head {
	overflow: hidden;
}
#head .logo {
	float: left;
}
#head .banner-images {
	float: right;
}
#head .banner-images li {
	float: left;
	margin-right: 2px;
}
#nav {
	background: url(../images/nav-bg.jpg) repeat-x;
	overflow: hidden;
	height: 36px;
	line-height: 36px;
}
#nav ul {
	float: left;
	overflow: hidden;
}
#nav li {
	float: left;
	background: url(../images/nav-sep.jpg) no-repeat center right;
}
#nav li:last-child {
	background: none;
}
#nav li:hover {
	background: url(../images/nav-hover.jpg) repeat-x;
}
#nav a {
	display: block;
	height: 36px;
	line-height: 36px;
	padding: 0 1em;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
#nav form {
	float: right;
	overflow: hidden;
	margin-top: 5px;
}
#nav input {
	float: left;
}
#nav .search-term {
	width: 154px;
	height: 19px;
	border: none;
	background: url(../images/search-bg.png) no-repeat;
	font-style: italic;
}
#nav .search-button {
	width: 21px;
	height: 19px;
	border: none;
	background: url(../images/search-button.png) no-repeat;
}
#content {

}
#content .flash-banner {
	margin-top: 2em;
	padding-bottom: 19px;
	background: url(../images/glare-bg.png) no-repeat center bottom;
}
#content .context {
	overflow: hidden;
	background: #242424;
	padding: 2em 2em 1em 2em;
}
#content .context .page-content {
	float: left;
	width: 450px;
}
#content .context .page-content h1 {
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	color: #D3232A;
	margin-bottom: 1em;
}
#content .context .sidebar {
	float: right;
}
#content .context .sidebar li {
	border: 1px solid #000;
	background: url(../images/sidebar-bg.jpg) repeat-x;
	margin-bottom: 0.2em;	
}
#content .context .sidebar li:hover {
	background-position: 0 -33px;
}
#content .context .sidebar a {
	display: block;
	font-size: 1.6em;
	width: 255px;
	height: 33px;
	line-height: 33px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
#content .context .link-cloud {
	clear: both;
	padding: 3em 5em 0;
	text-align: center;
}
#content .context .link-cloud li {
	display: inline;
	padding: 0 8px;
	border-right: 1px solid #666;
	font-size: 10px;
	line-height: 10px;
}
#content .context .link-cloud li:last-child {
	border: none;
}
#content .context .link-cloud a {
	color: #666;
	text-decoration: none;
	font-size: inherit;
}
#content .context .link-cloud a:hover {
	color: #CCC;
}
#content .page-content p {
	margin-bottom: 1em;
}
#content .page-content a {
	color: inherit;
	text-decoration: underline;
}
#content .page-content a:hover {
	text-decoration: none;
}
#foot {
	margin-top: 1em;
	overflow: hidden;
	text-align: right;
	font-size: 10px;
	color: #666;
}
#foot ul {
	float: left;
	overflow: hidden;
}
#foot li {
	float: left;
	text-align: left;
	margin-right: 2em;
}
#foot a {
	color: #666;
	text-decoration: none;
}
#foot a:hover {
	color: #CCC;
}

.grid {
	width: 870px;
	margin: 0 auto;
}

.social {
  float: right;
  padding-top: 35px;
  padding-left: 78px;
}
