﻿
@import url('../LithoniaMicrosite/00Reset.css'); 
@import url('../LithoniaMicrosite/01Grid.css'); 
@import url('../LithoniaMicrosite/02Screen.css'); 
@import url('../LithoniaMicrosite/10Header.css'); 
@import url('../LithoniaMicrosite/20NavRow.css'); 
@import url('../LithoniaMicrosite/25Banner.css');
@import url('../LithoniaMicrosite/25Breadcrumbs.css');
@import url('../LithoniaMicrosite/30Footer.css'); 
@import url('../LithoniaMicrosite/79SpecialText.css');
@import url('../LithoniaMicrosite/ie.css');




/* Microsite */

.MicrositeTable
{
	width: 896px;
	align: center;
	padding: 0;
    margin: 0;

}
.MicrositeBorder
{
    padding: 0;
    margin: 0;
}

.MicrositeNav, .MicrositeContent
{
    padding: 0 10px;
    margin: 0;
    border-left: 1px solid #999; 
    border-right: 1px solid #999;
    background-color:white;      /* main content background color*/
    }
    
.MicrositeNav
{
     vertical-align:top;
     padding-top:150px;
	 }

/* Left Menu Images*/

.MicrositeNav
{
    background-image: url('images/LeftBackground.jpg');
    background-repeat: no-repeat;
    background-color: #172e5a;
}


.TopLeftImage
{
    background-image: url('images/TableBorder-Top-Left.gif');
    background-repeat: no-repeat;
}
.TopRightImage
{
    background-image: url('images/TableBorder-Top-Right.gif');
    background-repeat: no-repeat;
}

.BottomLeftImage
{
    background-image: url('images/TableBorder-Bottom-Left.gif');
    background-repeat: no-repeat;

}
.BottomRightImage
{
    background-image: url('images/TableBorder-Bottom-Right.gif');
    background-repeat: no-repeat;
}



/* Left Menu Navigation */

.MicrositeNav a { 
	 font-size:13px;
	 color:#ffffff;
	 text-decoration:none;
}

.MicrositeNav a:link { 
	 font-size:13px;
	 color:#ffffff;
	 text-decoration:none;	
}

.MicrositeNav a:visited { 
	 font-size:13px;
	 color:#ffffff;
	 text-decoration:none;	
}

.MicrositeNav a:hover { 
	 color:#bfd22c;
	 text-decoration:none;	
}

.AB_MicrositeClass li {
	 list-style-type:none;
	 border-bottom:thin;
	 border-bottom-style:none;
	 border-bottom-width:1px;
	 border-bottom-color:#bfd22c;  /* Left Nav Line Seperator Color */
	 margin:0px;
	 margin-left:-15px;
	 //padding-bottom:10px;      /* The // tells FireFox to ignore this */
	 width:170px;

}

.rpRootGroup /* Left and Right Margin - will effect background margin*/
{
    margin-left:30px;
    margin-right:-20px;
    padding-bottom:0px;
    margin-top:-30px;  /* adjusts space above left menu*/

}

.rpOut,
{
    //line-height:15px;

}


.rpFirst,
{
    
    //padding-top:15px;

}
.rpLast,
{
    
    //line-height:15px;

}


/* Heading Text */

h1 {
	font-family: Verdana, Arial, Helvetica;
	color: #000000;
	font-size:14pt;
	margin-top:0px;
	margin-bottom:3px;
}
h2 {
	font-family: Verdana, Arial, Helvetica;
	color: #095285;
	font-size:10pt;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:3px;
}
h5 {
	font-size:9pt;
	margin-top:0px;
	margin-bottom:3px;
}
h6 {
	font-size:8pt;
	margin-top:0px;
	margin-bottom:3px;
}





