﻿body 
{
    margin: 0;
    padding: 0;
    font-family:Arial; 
    font-size:11px;
    background-color:#0e0f13;
}
a{color:#2073B5;}
/************MASTER LAYOUT*************/
DIV#container 
{
    margin: 0px auto;
    text-align: left;
    width: 800px;
    height:auto;
    background-color:inherit;
}
DIV#header 
{
    float: left;
    width: 800px;
    height: 125px;
	background: url("/images/splash/header.jpg") top left no-repeat;
}
DIV#footer 
{
    float: left;
    width: 800px;
    height: 30px;
	background: url("/images/splash/footer.jpg") top left no-repeat;
}
DIV#centralbar 
{
    float: left;
    width: 800px;
    margin:auto;
	background:#FFFFFF url("/images/splash/contentBG.gif") top left repeat-y;
}
DIV#contentContainer 
{
	float:left;
	color:#757980;
	font-size:11px;
    width: 100%;
	margin:0px 30px;
    height: auto;
}
DIV#leftNav 
{
	float:left;
    width: 175px;
    height: 380px;
    margin-top:20px;
}
DIV#content
{
	float:left;
	color:#000000;
	font-size:12px;
	line-height:18px;
    width: 540px;
    margin-left:20px;
}
DIV#accountInfo 
{
    float: right;
    background-color:#0e0f13;
    color:#FFFFFF;
    padding-right:10px;
}
DIV#footerMenu 
{
	clear:both;
    background-color:#0e0f13;
    color:#FFFFFF;
    text-align:center;
}
/************MENU*************/
DIV#menuContainer 
{
	position:relative;
    text-align: center;
    width: 580px;
    height:40px;
    margin-top:-20px;
    margin-left:210px;
}
DIV#menu 
{
    float: left;
    width: 550px;
    height: 40px;
    margin:auto;
	background: url("/images/splash/menuMiddle.png") top left repeat-x;
}
DIV#menuLeft 
{
    float: left;
    width: 15px;
    height: 40px;
	background: url("/images/splash/menuLeft.png") top left no-repeat;
}
DIV#menuRight 
{
    float: right;
    width: 15px;
    height: 40px;
	background: url("/images/splash/menuRight.png") top right no-repeat;
}
DIV.menuItem, DIV.menuItemLast
{
	float:left;
	margin:10px 1px;
	padding:0px 25px;
	border-right:solid 2px white;
}
DIV.menuItemLast
{
	border-right:none;
}
DIV.menuItemLast a, DIV.menuItem a
{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
/*************LEFT NAV**************/
DIV#leftNav p 
{
    height: 30px;
	background: url("/images/splash/leftNavMiddle.gif") top left repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	line-height:22px;
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 0px;
}
DIV#leftNav p a
{
	color:#FFFFFF;
	text-decoration:none;
}
DIV#leftNav p a:hover
{
	text-decoration:underline;
}
.leftNavArrow
{
	background: url("/images/splash/leftNavArrow.png") top left no-repeat;
	padding-right:10px;
}
/*************CONTENT**************/
DIV#content h1
{
	font-size:20px;
	margin-top:20px;color:#2176B9;
}
DIV#content h3
{
	margin-top:10px;
	color:#000000;
	padding:1px 5px;
	background-color:#A5A6AA;
}
DIV#footerMenu a
{
	color:#FFFFFF;
}
.bulletHeader
{
	font-weight:bold;
	text-decoration:none;
}
ul{margin-top:0px;}
sup{font-size:10px;}
DIV#accountInfo a {color:#FFFFFF; text-decoration:underline; cursor:pointer;}
/************PHONES*************/
.phoneSection
{
	background-color:#CFCFCF;
	border:solid 1px #000000;
	font-size:11px;
	float:left;	
	margin:3px;
}
.phoneCarrier
{
	padding-left:5px;
	background-color:#1873BC;
	color:#FFFFFF;
	font-weight:bold;
}
.phoneSection ul
{
	margin:2px;
	padding-left:15px;
	padding-right:5px;
}
/**************SPLASH**************/
DIV#phoneSplash
{
	float:left;
	background-color:#e3f0ff;
	border:solid 1px #000000;
	width:100%;	
}
DIV#splashLeft
{
	float:left;
	width:100%;
}
DIV#splashRight
{
	text-align:center;
	width:60%;	
	float:left;
}
DIV#splashLeft .bulletHeader
{
	margin-left:4px;
	font-size:16px;
	text-decoration:none;
}
DIV#phoneSplash li
{
	font-size:14px;
	font-weight:bold;
	padding-top:6px;
}

.panelBar{}
.panelItem{background: url("/images/splash/leftNavArrow.png") top left repeat-x;}

DIV#detialLeft
{
	color:#000000;
	font-size:12px;
	line-height:18px;
}

