﻿a
{
    color: black;
}

a:visited
{
    color: black;
}

#applicationPageHeader
{
	background: url('../Images/StateSize Logo_Black_Small.bmp') no-repeat center;
	height: 33px;
	margin-left: 20px;
	width: 150px;
}

#bodyContainer 
{	
	margin: 0px auto; 
	width: 800px;  
	background: url(../images/metal02.jpg) left top repeat-y #ffffff; 
	overflow: hidden; 
	border-left: #333339 1px solid; 
	border-right: #333339 1px solid; 
	padding: 0px;
	position: relative;
	min-height: 100%;
}

.headerContainer
{
    color: White;
    height: 100px;
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
    
    background: url('../images/Droplets.jpg') no-repeat center;
    border-bottom: #EA7B21 5px solid;
    outline: Black 1px solid;
}

.headerContainer *
{
    float: left;
}

.headerContainer ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.headerContainer a:link
{
    color: white;
}

.headerContainer a:visited
{
    color: White;    
}


#applicationHeader
{
    margin: 30px 0px 0px 20px;
    background: url('../images/StateSize Logo_Inverted.png') no-repeat center;
    width: 201px;
    height: 49px; 
    z-index: 10; 
    position: relative;  
}

#applicationHeader span
{
    display: none;   
}

.brandHeader
{
    margin-top: 0px;
    margin-right: 10px;
    float: right;
    clear: right;
    background: url('../images/StateBrushedLogo.gif') no-repeat center;
    width: 85px;
    height: 86px;
    margin-top: 5px;
}

.brandHeader span
{
    display: none;
}

#headerLinks
{
    float: right;
    margin: 5px;
    display: none;
}

#headerLinks *
{
    float: left;
    padding: 2px 5px;
}

#headerLinks .companyLink
{
    background: url('../images/BrandHomeLink.jpg') center no-repeat;
    width: 90px;
    height: 12px;
}

.companyLink span
{
    display: none;
}

#headerLinks .corporateLink
{
    background: url('../images/BrandCorpLink.jpg') center no-repeat;
    width: 90px;
    height: 14px;
}

.corporateLink span
{
    display: none;
}


#ribbonImage
{
    display: none;
    
}

#mainContent
{
    margin-bottom: 63px;
    overflow: visible;
}

.sidebarHeader
{
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0px;
    border-top: 1px black solid;
    border-bottom: 1px black solid;
    padding: 3px;
}

#sideBarContainer
{
    width: 140px;    
    position: absolute;
    top: 175px;
}

#sidebarContainer a
{
    text-decoration: none;    
}

#sideBarContainer a:link
{
    text-decoration: none;
    display: block;
}

#sideBarContainer a:visited
{
    color: Black;
    text-decoration: none;
}

#sideBarContainer ul
{
    padding: 3px 0px 0px 0px;
    list-style-position: inside;
    margin: 0px;
}

#sideBarContainer li
{
	border-top: 1px black solid;
    border-bottom: 1px black solid;
    margin-bottom: 3px;
    padding: 4px 3px 4px 3px;
}

#sideBarContainer li:hover
{
	background-image: none;
	background-color: #EA7B21;
	border-top: white solid 1px;
	border-bottom: white solid 1px;
}

#sideBarContainer #otherToolsLinkList
{
	list-style-type: none;
	margin: 40px 0px 0px 0px;
	padding: 0px;
}

#stepsLinkList a
{
    padding-left: 10px;    
}

#otherToolsLinkList li
{
	list-style-position: outside;
	padding: 5px 3px 5px 3px;
}

#contentArea
{
    padding: 0px 10px 0px 10px;
    margin-left: 140px;
    padding-bottom: 30px;
    position: relative;
    z-index: 10;
    top: -25px;
}

.footerContainer
{
    color: Black;
    background-color: #EA7B21;
    padding: 5px 0px 5px 0px;
    font-size: .8em;
    line-height: 2em;
    
    position: absolute;
    width: 100%;
    min-width: 800px;
    bottom: 0px;
    
    height: 53px;
    border-top: black 1px solid;
}

#footerLinkList
{
    list-style-type: none;
    padding: 0px;
}

#footerLinkList
{
    text-align: center;  
    margin: 0px;
}

#footerLinkList li
{
    display: inline;
    padding: 0px 10px;
}

.footerContainer a:link
{
    color: Black;
}

.footerContainer a:visited
{
    color: Black;
}

.copyrightInformation
{
    text-align: center;
    margin: 0px;
}

#applicationTypeListHeader
{
	background-image: url('../images/State - App Menu Background_Header.jpg');
	width: 270px;
	height: 55px;
}

#applicationTypeListBody
{
	background-color: Black;
	padding: 10px;
	width: 250px;
}

#applicationTypeListFooter
{
	color: Black;
	padding: 8px 13px 30px 11px;
	width: 250px;
	background-image: url('../images/State - App Menu Background_Footer.jpg');
	background-repeat: no-repeat;	
}

.selectedStep
{
	list-style: none;
	background: url('../images/linkArrow.png') no-repeat 1px -3px;
}

#extraContainer1
{
	display: none;
}

#extraContainer2
{
	display: none;
}

#applicationProductImage
{
    width: 350px;
    height: 284px;    
    background: url('../images/StateFamily.png') no-repeat;
    position: relative;
    margin-top: 115px;
    margin-left: -3px;
    z-index: 10;
}
