/* Neutralize styling:
   Elements we want to clean out entirely: */ 
html, body, form, fieldset {
    margin: 0;
    padding: 0;
}
html, body, form, fieldset, input, select, textarea {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
}
/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
    margin: 0px 0px 1em 0px;
    padding: 0;
}
/* Apply left margin:
   Only to the few elements that need it: */ 
li, dd, blockquote {
    margin-left: 1.5em;
    margin-bottom: 0.3em;
}
/* Miscellaneous conveniences: */
label {
	display: block;
	float: left;
	font-weight: bold;
}
img {
	vertical-align: middle;
	border: 0px none;
}
fieldset {
	border: none;
}
.clearer {
	clear: both;
}
/* Custom styles */
body {
	color: #888;
	background-color: #fff;
}
#container {
	width: 1100px;
	margin: 0 auto;
	background: transparent url('/custom/images/backing.gif') repeat-y;
}
/* Navigation */
#logo {
	width: 200px;
	overflow: hidden;
	margin-bottom: 10px;
}
#logo img {
	width: 200px;
}
#homeLink {
	display: block;
	background-color: #7dc108;
	line-height: 36px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 0 10px;
}
#navTop {
	background-color: #e2e2e2;
	line-height: 36px;
	color: #000;
	font-weight: bold;
	padding: 0 10px;
	margin-top: 10px;
}
.navSelected {
	background-color: #444 !important;
	color: #fff !important;
}
.constantNavText {
	line-height: 32px;
	background-color: #e2e2e2;
	font-weight: bold;
	color: #000;
	padding: 0 15px;
	margin-top: 2px;
}
.constantNavLink {
	display: block;
	line-height: 32px;
	background-color: #e2e2e2;
	font-weight: bold;
	color: #000;
	padding: 0 15px;
	margin-top: 2px;
	text-decoration: none;
}
.constantNavSub {
	padding: 10px 25px;
	background-color: #ccc;
}
.constantNavSub a {
	display: block;
	font-size: 11px;
	text-decoration: none;
	color: #000;
	line-height: 21px;
}
/* Content */
#content {
	padding: 20px 55px;
}
#contentBanner {
	margin-bottom: 1px;
	position: relative;
}
#bannerLinks {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 0 10px;
	line-height: 36px;
	color: #fff;
}
#bannerLinks a {
	color: #fff;
	text-decoration: none;
}
#bannerLinks span {
	padding: 0 5px;
}
.flashBanner {
	height: 275px;
	width: 770px;
}
#lhs {
	float: left;
	width: 200px;
}
#rhs {
	float: right;
	width: 770px;
}
#contentInner {
	border-top: 5px solid #7dc108;
	width: 770px;
}
#contentInnerLeft {
	float: left;
	width: 580px;
	padding-top: 1em;
}
#contentInnerLeftFull {
	float: left;
	width: 770px;
	padding-top: 1em;
}
#contentInnerRight {
	float: right;
	width: 170px;
	padding-top: 10px;
}
.contentGrey {
	line-height: 16px;
}
.contentGreen {
	line-height: 16px;
	color: #7dc108;
}
.contentGreyTitle {
	margin-bottom: 8px;
	font-size: 18px;
}
.contentGreenTitle {
	margin-bottom: 8px;
	color: #7dc108;
	font-size: 18px;
}
.imageBox1, .imageBox2, .imageBox3, .imageBox4 {
	position: relative;
	overflow: hidden;
	width: 164px;
	height: 124px;
	margin-bottom: 10px;
}
.imageBox1 {
	border: 3px solid #00a2ff;
}
.imageBox2 {
	border: 3px solid #dab50a;
}
.imageBox3 {
	border: 3px solid #da0a2c;
}
.imageBox4 {
	border: 3px solid #da6c0a;
}
.imageHint {
	position: absolute;
	bottom: 5px;
	left: 5px;
	font-size: 9px;
	color: #000;
	background: #fff;
}
.sideBox {
	position: relative;
	margin-top: 10px;
	width: 200px;
	overflow: hidden;
	min-height: 25px;
	height: 25px;
	height: auto !important;
}
/* Footer */
#footer {
	margin: 0 30px;
	border-top: 5px solid #7dc108;
	font-size: 11px;
	color: #000;
}
#footerInner {
	padding: 15px 20px;
}
#footerInnerLeft {
	float: left;
}
#footerInnerRight {
	float: right;
}
#footerInnerLeft a, #footerInnerRight a {
	color: #000;
	text-decoration: none;
}
