﻿/* --- RESET --- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body
{
	line-height: 1;
	overflow-y: scroll;
}

ol, ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}

:focus
{
	outline: 0;
}

ins
{
	text-decoration: none;
}
del
{
	text-decoration: line-through;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* --- STANDARD --- */
body
{
	font-size: 62.5%;
	font-family: Arial, Sans-Serif;
	background-color: #d8d8d8;
	color: #000;
}

br.clear
{
	line-height: 0;
	clear: both;
}

p
{
	font-size: 1.1em;
	line-height: 120%;
}

hr
{
	background-color: #e3e3e3;
	color: #e3e3e3;
	height: 1px;
	border: 1px #e3e3e3;
	clear: both;
}

select, input, textarea
{
	font-family: Arial, Sans-Serif;
	font-size: 1.1em;
	background-color: #eee;
}

div#ContentWrapper
{
	width: 960px;
	margin: 20px auto;
	border: 1px solid #3c3c3c;
	background-color: #fff;
}

div#Header
{
	width: 960px;
	height: 200px;
	background: #fff url(/Images/Header.jpg) no-repeat 0 0;
	position: relative;
}

div#Header a#HomeButton
{
	position: absolute;
	top: 120px;
	left: 20px;
}

div#Header a#CustomerLogin
{
	position: absolute;
	right: 20px;
	top: 142px;
	width: 171px;
	height: 38px;
	display: block;
	background: url(/Images/LoginButton.png) no-repeat 0 0;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 2.4em;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
}

div#MainContent
{
	padding: 20px;
	min-height: 450px;
}

div#LeftContent
{
	float: left;
	width: 580px;
	margin: 15px;
	margin-left: 0;
}

div#RightContent
{
	float: right;
	width: 325px;
	margin-top: 15px;
}

p.deFloat
{
	line-height: 0;
}

h1, h2.big, h2.small
{
	background: #fff url(/Images/RepeatingHeader2.jpg) repeat-x 0 0;
	border-top: 1px solid #848484;
	width: 574px;
	padding-left: 10px;
	line-height: 18px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

div.newsItem h1, div.contentArea h1
{
	background: none;
	color: #000;
	border: 0;
	padding-left: 0;
}

div.contentArea.whitePaper .headerImage
{
	vertical-align: middle;
}

h1.dashboard
{
	margin-top: 30px;
	padding-left: 0;
	margin-left: 10px;
	font-size: 1.8em;
	background: none;
	color: #be091b;
	border: none;
	border-bottom: 1px solid #e3e3e3;
	display: inline-block;
	width: auto;
	padding-right: 100px;
}

div.newsItem h1 span, div.contentArea h1 span
{
	color: #be091b;
}

h2.small
{
	width: 270px;
	border: 1px solid #ececec;
	margin-top: 0;
}

h2 a.returnUrl
{
	float: right;
	color: #fff;
	text-decoration: none;
	padding-right: 10px;
}

#RightContent h2
{
	width: 315px;
	font-size: 1em;
	line-height: 15px;
	border: 0;
}

#RightContent h2.big
{
	width: 315px;
	font-size: 1.1em;
	line-height: 18px;
	border-top: 1px solid #848484;
}

#RightContent h2.grey
{
	background: #fff url(/Images/RightColumnBlack.jpg) repeat-x 0 0;
}

#RightContent div.borderedContent
{
	border: 1px solid #8b8b8b;
	border-top: 0;
	padding: 10px;
	margin-bottom: 10px;
	position: relative;
}

#RightContent div.borderedContent img
{
	float: left;
	margin: 0 10px 5px 0;
	border: 1px solid #a6a6a6;
}

#RightContent div.borderedContent p
{
	margin-bottom: 10px;
}

a.rssItem
{
	float: right;
	margin: 2px 2px 0 0;
}

#RightContent a.rssItem img
{
	border: 0;
	margin: 0;
}

div#Footer
{
	clear: both;
	height: 23px;
	width: 940px;
	background: #fff url(/Images/Footer.jpg) no-repeat 0 0;
	padding: 3px 10px;
}

.normalize
{
 text-transform: none;
}
