﻿/* Palette Rules
****************************************************************************/
body
{
	text-align: center;
	background: #dae9fe url(../images/pagebackground.gif) repeat-x;
	color: #ffffff;
	height: auto;
	margin-top: 10px;
	font-family: helvetica, tahoma, trebuchet ms, geneva, arial sans-serif;
}
a
{
	font-family: helvetica, tahoma, trebuchet ms, geneva, arial sans-serif;
}
.wrapper
{
	width: 1020px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding: 0px 0px 0 0px;
}
.paletteTop
{
	background: url(../images/palettetop.png) no-repeat top left;
	width: 1020px;
	height: 32px;
	padding: 0;
	margin: 0 auto;
	display: block;
}
.paletteMiddle
{
	background: url(../images/palettemiddle.png) repeat-y top left;
	padding: 0 0 0 19px;
	width: 1021px;
	margin-left: -1px;
}
.paletteBottom
{
	background: url(../images/palettebottom.png) no-repeat bottom left;
	width: 1020px;
	height: 38px;
	margin: 0 auto;
	padding: 0px;
	display: block;
}

/* Header Rules
****************************************************************************/
.header
{
	margin: 0;
	padding: 0;
	height: 84px;
	width: 200px;
    position:relative;
}
.header a
{
    width: 200px;
    height: 58px;
    position:absolute;
    left:15px;
    top: 7px;
    z-index: 1;
}
.header h1, h2
{
	display: none;
}
.header a
{
	color: #085698;
}

.services
{
    position:absolute;
    top: 46px;
    right: 40px;
    text-align: right;
    width: 675px;
    line-height: 1.1;
    padding-top: 2px;
	padding-bottom: 3px;
}

.services a
{
    color: #808080;
    font-weight: bold;
    text-decoration: none;
    font-size: .8em;
}

.services a:hover
{
    color: #00881a;
}

.account
{
	width: 980px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-color: #e6e7eb;	
    position:relative;
}
.login
{
    position: absolute;
    right: 18px;
    top: 6px;
    z-index: 1;
    text-align: right;
    font-size: .8em;
}

.login a
{
    color: #808080;
    text-align: right;

}

.login a:hover
{
    color: #00881a;
}

/*Footer Rules
****************************************************************************/
.footer
{
    color: #808080;
    position: absolute;
    width: 410px;
    left: 83px;
    top: 760px;
    z-index: 1;
    font-size: .7em;
}

.ssl
{
    color: #808080;
    position: absolute;
    width: 410px;
    height: 22px;
    left: 542px;
    top: 760px;
    z-index: 1;
    font-size: .7em;
    text-align: right;
}

.footer a
{
    text-decoration: none;
    color: #808080;
    letter-spacing: .5px;
    font-weight: bold;
    height: 22px;
}

.footer a:hover
{
    color: #00881a;
}

.ssl a
{
    text-decoration: none;
    color: #808080;
    letter-spacing: .5px;
    font-weight: bold;
    height: 22px;
}

.ssl a:hover
{
    color: #00881a;
}

/* Index Content Rules
****************************************************************************/
.splashWrap
{
    margin-top: 40px;    
    width: 924px;    
    margin-left: auto;
    margin-right: auto;
}

.splashWrapper
{
}

.splashHeader
{
}

.splashContent
{
}

.splashImg
{
    position: absolute;
    width: 220px;
    left: 83px;
    top: 428px;
    z-index: 1;
 
}

.splashText
{  
    color: #808080;
    position: absolute;
    width: 390px;
    left: 556px;
    top: 428px;
    z-index: 1;
    font-size: .9em;
}

.splashText span
{
   font-weight: Bold;
   font-size: 1.4em;
}

.splashDashboard
{
    color: #808080;
    position: absolute;
    width: 390px;
    left: 556px;
    top: 608px;
    z-index: 1;
    font-size: .9em;
}

.splashDashboardHeader
{
    background-color: #0f6eaf;
    color: #ffffff;
    height: 20px;
    font-size: 1.1em;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

.splashDashboard a
{
    text-decoration: none;
    color: #808080;   
    font-weight: bold;
}

.splashDashboard a:hover
{
    color: #00881a;
}

.splashDashboard li
{
    padding: 5px;
}