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

html, body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #000000;
	background-color: #e5e8ed;
	background-repeat: repeat;
}
h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", "Lucida Sans", Verdana, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	line-height: 120%;
}
h1 {
	background-color: transparent;
	background-image: url(../pics/branding/branding.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: auto;
	width: 160px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 12px;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 6px;
}
img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #6d6e71;
	text-decoration: none;
}
a:active {
}
a:hover {
}

div#container {
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	background-image: url(../pics/bkg/bkg_container.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	padding: 0px;
}
div#wrapper {
	height: auto;
	width: 900px;
	margin-left: auto;
	text-align: left;
	margin-right: auto;
	margin-bottom: auto;
	background-color: transparent;
	margin-top: 0px;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#branding {
	height: 80px;
	width: 160px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 20px;
	background-image: url(../pics/branding/branding.png);
	background-position: left top;
	background-repeat: no-repeat;
	clear: left;
	float: left;
	background-color: transparent;
	margin-bottom: auto;
	display: block;
}
div#globalNav {
	background-color: transparent;
	height: 20px;
	width: 700px;
	display: block;
	clear: right;
	margin-top: 20px;
	float: left;
	margin-left: 20px;
}
div#header {
	padding: 0px;
	height: 80px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
div#content {
	height: auto;
	width: auto;
	margin-left: 20px;
}
div#left_col {
	clear: left;
	float: left;
	height: auto;
	width: 160px;
	margin-right: 20px;
	padding: 0px;
}
div#right_col {
	float: left;
	display: block;
	width: 650px;
	height: auto;
	padding: 0px;
	margin-top: 0px;
}
div#footer {
	height: auto;
	width: auto;
	padding-top: 20px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3399CC;
	text-align: center;
	margin-top: 20px;
	font-size: 11px;
}


/*
	Navigation
*/
.on {
	color: #0077c0;
	text-decoration: none;
}
.ulGlobalNav {
	list-style-position: inside;
	list-style-type: none;
	height: auto;
	width: auto;
}
.liGlobalNav {
	display: inline;
	float: left;
	height: 20px;
	width: auto;
	margin-right: 20px;
}
.liGlobalNav a {
	text-decoration: none;
	background-color: transparent;
	font-size: 14px;
	color: #000000;
}
.liGlobalNav a:active {
	color: #000000;
}
.liGlobalNav a:visited {
	color: #000000;
}
.liGlobalNav a:hover {
	color: #0077c0;
}
.ulSubNav {
	display: block;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
}
.liSubNav {
	display: block;
	height: 20px;
	width: 160px;
	margin-bottom: 6px;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
}
.liSubNav a {
	text-decoration: none;
	display: block;
	height: 20px;
	width: auto;
	text-transform: uppercase;
	font-size: 11px;
	color: #000000;
}
.liSubNav a:active {
	background-image: url(../pics/bkg/bkg_subNav.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #000000;
}
.liSubNav a:visited {
	color: #000000;
}
.liSubNav a:hover {
	background-image: url(../pics/bkg/bkg_subNavHover.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #0077c0;
}


/*
	UL and LI styling
*/
div#left_col ul, li {
	list-style-position: outside;
	list-style-type: none;
	padding-left: 0px;
}
.ulStartNews {
	height: auto;
	width: auto;
	padding-top: 20px;
	clear: both;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.liStartNews {
	display: block;
	float: left;
	height: auto;
	width: 280px;
	margin-right: 20px;
	list-style-position: inside;
	list-style-type: none;
	border: 1px solid #FFFFFF;
	padding: 10px;
	margin-bottom: 20px;
}


/*
	Form styling
*/
div#left_col label{
	font-size: 10px;
	display: block;
}
div#left_col input {
	margin-bottom: 6px;
}
.loginBtn {
	display: block;
	margin-bottom: 10px;

}
.label {
	height: auto;
	display: block;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 250px;
}
.input {
	display: block;
	height: auto;
	width: 380px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 0px;
}
.error {
	color: #990000;
	text-align: left;
}




.floatLeft {
	clear: left;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-top: 0px;
	margin-left: 0px;
}
.floatRight {
	clear: right;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 8px;
}
.divider {
	line-height: 140%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
}
.clearBoth10px {
	padding: 0px;
	clear: both;
	height: 10px;
	width: auto;
}


/*
	Product styling
*/
.ulSign {
}
.liSign {
	display: block;
	float: left;
	height: 170px;
	width: 150px;
	padding-right: 6px;
	padding-left: 6px;
	text-align: center;
	font-size: 11px;
}
.liSignHigh {
	display: block;
	float: left;
	height: 250px;
	width: 150px;
	padding-right: 6px;
	padding-left: 6px;
	text-align: center;
	font-size: 11px;
}
.liSignHuge {
	display: block;
	float: left;
	height: 350px;
	width: 150px;
	padding-right: 6px;
	padding-left: 6px;
	text-align: center;
	font-size: 11px;
}
.liSignWide {
	display: block;
	float: left;
	height: 170px;
	width: 632px;
	padding-right: 6px;
	padding-left: 6px;
	text-align: center;
	font-size: 11px;
}
.liSign img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1px;
}
.liSignHigh img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1px;
}
.liSignHuge img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1px;
}
.liSignWide img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1px;
}
.signText {
	display: block;
}
div#widecol {
	display: block;
	clear: both;
	height: auto;
	width: auto;
}
