﻿/*====================================================
Generic Elements
====================================================*/
html
{
    background-image:url("../images/DarkbgRepeater.jpg");
    background-repeat:repeat-x;
    background-color:#2e2e2e;    
}
body
{
    text-align:center; /*centers wrapper for IE along with left text-align in wrapper*/
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 12px;}

h3
{
    font-size:1.3em;    
}
a
{
   color:#0f0;
   text-decoration:none;
   border-bottom:solid 1px transparent;
   outline:none; 
}
td 
{
    vertical-align:top;
}
#wrapper
{
    width:1000px;
    margin:0 auto;
    display:block;
    text-align:left; /*centers wrapper for IE along with center text-align in body*/
}
/*====================================================
Header
====================================================*/

#top
{
    
    
    width:100%;
    height:181px;
        
}

#top img
{
    margin-left:80px;
}
#top .links
{
    position:absolute;
    top:20px;
    left:60%;
    }
    
#top .links a
{
    color:#2e2e2e;
    border-bottom: dotted 1px #2e2e2e;
    margin-right:7px;
}

#top .slogan{
font-size:1.5em;
text-indent:-50px;
position:absolute;
top:52px;
left:40%;
}
#contact{
	position:absolute;
	padding:5px;
	display:none;
	color:#fff;	
	}
/*====================================================
Middle Area
====================================================*/

#middle
{
    background-image:url("../images/DarkContent.jpg");
    background-repeat:no-repeat;
    width:100%;
    min-height:390px;
    padding-top:20px;
        
}
#verticalRepeat
{
    background:url("../images/VerticalRepeater.jpg");
    background-repeat:repeat-y;
    background-position:center;
}
/*====================================================
Menu
====================================================*/
#menu
{
    float:left;
    width:150px;
    margin:15px 0 0 68px;      
}
#menu ul
{
 width:140px;  
}
#menu li
{
    display:block;
    height:25px;
    margin:0px 0 0px 0px;
    width:140px;
}
#menu li.menuheader
{
    font-weight:bold;
    color:White;
    border-bottom:solid 1px white;
    padding-left:2px;
    display:block;
    height:15px;
    margin:7px 0 0px 5px;
    width:120px;
}
#menu li a
{
    height:15px;
    width:130px;   
    padding:5px 0 5px 10px;     
    display:block;
    border-top:solid 1px transparent;
    border-bottom:solid 1px transparent;
}

/*used for IE6 border transparency*/
*html #menu li a
{
border-color:Aqua;
filter: chroma(color=Aqua);
}

#menu a:hover
{   
    color:Black;
    background-color:White;
    border-top:solid 1px #2e2e2e;
    border-bottom:solid 1px #2e2e2e;
}
#menu .menuItem
{
/*====================================================
Content
====================================================*/

}
#content
{
    padding-right:6%;
    line-height: 1.45em;
    margin-left:220px;
}
#content a, #footer a
{
    color:#2e2e2e;
    border-bottom:dotted 1px #2e2e2e;
}

#content a:hover, #footer a:hover
{
    border-bottom:dotted 1px #0f0;
}
#header{
margin-top:19px;
border-bottom:solid 1px black;
width:80%;
padding-bottom:2px;
}

#content .corporate{
width:300px;
}

#content .coverage ul, #content .corporate
{
    
	margin-right:20px;
	padding:5px 15px 5px 3px;
}

#content .affiliate
{
   	width:700px;
	padding:10px 0 10px 3px;
			
}
#content .companies, .cities
{

list-style-type:none;
}
.coverage li, .companies li, .affiliate li, .cities li, .corporate li
{
    line-height:1.3em;
    padding-left:10px;
}
.functions li{
text-indent:-20px;
line-height:1.45em !important;
}


/*====================================================
Footer (Including Agent Page)
====================================================*/

#locations
{
    float:left;
}
#footer
{
    background-image:url("../images/Darkfooter.jpg");
    background-repeat:no-repeat;
    width:100%;
    height:125px;
    margin-top:0px;
    text-align:center;
    padding-top:50px;    
}

#footer li
{
    display:inline;
    margin-right:8px;
}

.RossA{
position:relative;
top:7px;
border:none !important;
}
/*====================================================
Sitemap
====================================================*/
.sitemap li, .child li{
    line-height:1.3em;
    padding-left:10px;
}
.child{


margin:5px 10px 0 10px;
list-style-type:none;
padding-right:10px;
    }
