/* CSS Document */

body
{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #666666;
	text-align: center;
	background-image: url(../Images/layout/homepage/HP-Background.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 98px 0 0 0;	
}

#wrapper {
	width: 602px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#information {
	width: 582px;
	text-align: left;
	background-image: url(../Images/layout/homepage/InfoBackground.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 10px 0 0 0;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	clear: both;
}
#InfoButton {
	/*background-image: url(../Images/layout/homepage/InfoBackground-Bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;*/
	height: 150px;
	width: 602px;
}
#AppButtons {
	width: 602px;
	height: 130px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#ClientAccess {
	float: left;
	width: 296px;
}
#ClientLogin {
	float: right;
	margin: 0;
	padding: 0px;
	width: 296px;
}

#TICKER {	
	width: 520px;
	overflow: hidden;
	padding: 4px;
}
#TICKER a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 4px 25px;
	background-color: #FFC500;
	height: 22px;
}

#TICKER a:hover {
	text-decoration: none;
	color: #3C668A;
	background-color: #FFEA92;
}

/* ------------- TEXT STYLES ---------------- */
h1 {
	font-size: 2.4em;
	color: #FCBB00;
	font-weight: 100;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin-top: -0.4em;
	background-color: #FFFFFF;
	margin-right: 60px;
	margin-left: 50px;
	padding-left: 5px;
}
h2 {
	font-weight: lighter;
	color: #FFFFFF;
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin: 0px;
}
h3 {
	font-size: 1.5em;
	font-weight: 100;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
h4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #999999;
	margin-bottom: -0.6em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	color: #999999;
	margin-bottom: -0.5em;
}

p {
	line-height: 1.6em;
	color: #333333;
}
/* ------------ LINKS STYLING ------------- */

.column-left a {
	text-decoration: none;
	background-image: url(../Images/layout/t-link.gif);
	background-repeat: repeat-x;
	color: #003366;
	background-position: bottom;
	padding: 2px;
	font-weight: bold;
}
.column-left a:visited {
	color: #666666;
	text-decoration: none;
	background-image: url(../Images/layout/t-visited.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.column-left a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4BB0F9;
	background-image: none;
}

/* ------------ LINKS STYLING ------------- */

.column-left {
	float: left;
	width: 280px;
}
.column-right {
	float: right;
	width: 280px;
}
.full-width {
	clear: both;
	height: 1px;
}
.column-left p {
	margin: 4px 0 10px 0;
	padding: 0px;
}
.column-right img {
	margin: 0 0 -20px 0;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.image-left {
	padding: 0 2px 0 0;
	float: left;
}

/* --------- FOOTER ---------- */

#footer {
	height: 20px;
	clear: both;
	font-size: 0.9em;
	text-align: right;
	margin: 0px;
	padding: 10px 0 0 0;
}

#footer a {
	color: #003366;
	text-decoration: none;
	padding: 2px 6px;
}
#footer a:hover {
	color: #000000;
	background-color: #F5F5F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}



/* --------- KEY List ---------- */

.KeyBenefits {
	margin: 0px;
	padding: 4px;
}
.KeyBenefits p {
	padding: 0 10px 0 10px;
	font-size: 1em;
}
.KeyBenefits p strong {
	font-size: 1.3em;
}

.Key {
	width: 280px;
	/*border-top: 1px solid gray;*/
	list-style-image: none;
	list-style-type: none;
}
.Key h2 {
	margin: 0;
	padding: 10px 0 0 0.25em;
	color: #003366;
	background-color: #CEE8F4;
	background-image: url(../Images/layout/Key-Text-Background.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.Key-List
{
	margin: 0;
	padding: 0;
}
.Key-List li
{
	margin: 0;
	padding: 0.45em;
	list-style-position: inside;
	list-style-image: url(../Images/layout/nav-bullet-hover.gif);
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 1em;
}
