﻿a
{
    color: black;
}

a:visited
{
    color: black;
}

#applicationPageHeader
{
	background: url('../Images/amerisize logo_plain.jpg') no-repeat center;
	height: 33px;
	margin-left: 20px;
	width: 150px;
}

#bodyContainer 
{	
	margin: 0px auto; 
	width: 800px;  
	background-color: white;
	overflow: hidden; 
	border: black 1px solid; 
	padding: 0px;
	position: relative;
	min-height: 100%;
}

.headerContainer
{
    color: White;
    height: 80px;
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
    top: 20px;
    
    background-color: white;
}

.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: 10px 0px 0px 20px;
    background: url('../images/amerisize logo.jpg') no-repeat center;
    width: 210px;
    height: 55px; 
    z-index: 10; 
    position:relative;  
}

#applicationHeader span
{
    display: none;   
}

.brandHeader
{
    margin-top: 0px;
    margin-right: 10px;
    float: right;
    clear: right;
    background: url('../images/tagline.gif') no-repeat center;
    width: 200px;
    height: 100px;
    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
{
    background: url('../images/bgblue.gif');
    position: absolute;
    top: -20px;
    left: 0px; 
    display: block;   
    width: 800px;
    height: 20px;
}

#mainContent
{
    margin-bottom: 63px;
    overflow: visible;
}

.sidebarHeader
{
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0px;
    padding: 3px;
}

#sideBarContainer
{
    width: 140px;    
    position: absolute;
    top: 175px;
    color: #003399
}

#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-bottom: 1px #CCCCFF solid;
    padding: 4px 3px 4px 3px;
    list-style-position: inside;
    
}

#sideBarContainer li:hover
{
	background-image: none;
	background-color: #CC0000;
}



#sideBarContainer li:hover a
{
	color: White;
}

#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: 0px;
}

.footerContainer
{
    color: White;
    background: url('../images/bgblue.gif');
    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;
    z-index: 2
}

#footerLinkList
{
    list-style-type: none;
    padding: 0px;
}

#footerLinkList
{
    text-align: center;  
    margin: 0px;
}

#footerLinkList li
{
    display: inline;
    padding: 0px 10px;
}

.footerContainer a:link
{
    color: White;
}

.footerContainer a:visited
{
    color: White;
}

.copyrightInformation
{
    text-align: center;
    margin: 0px;
}

#applicationTypeListHeader
{
	background-image: url('../images/American - App Menu Background_Header.jpg');
	width: 270px;
	height: 55px;
}

#applicationTypeListBody
{
	background-color: Black;
	padding: 10px;
	width: 250px;
}

#applicationTypeListFooter
{
	color: #E2FCFF;
	padding: 8px 13px 30px 11px;
	width: 250px;
	background-image: url('../images/American - App Menu Background_Footer.jpg');
	background-repeat: no-repeat;	
}

#applicationTypeListFooter a
{
	color: #E2FCFF;
}

.selectedStep
{
	list-style: none;
	background: url('../images/linkArrow.png') no-repeat 1px -3px;
}

#extraContainer1
{
	border-left: #CC0000 solid 1px;
	width: 200px;
	height: 3000px;
	position: absolute;
	left: 140px;
	top: 0px;
	
}

#extraContainer2
{
	background: url('../images/bgbuttonblue.gif');
    position: absolute;
    top: 100px;
    left: 0px; 
    display: block;   
    width: 800px;
    height: 25px;
}

#applicationProductImage
{
    width: 438px;
    height: 387px;    
    background: url('../images/AmericanFamily.png') no-repeat;
    position: relative;
    margin-top: 60px;
    margin-left: -100px;
    z-index: 10;
}
