﻿body
{
font-family: arial;/*gill-sans*/
font-size: 0.8em;
padding: 0;
}

a:link{color:White;}/*ed2024*/
a:visited{color:White;}
a:hover{color:#ed2024;}
a:active{color:White;}

h1
{
font-size: 2.0em;
font-weight: normal;
color:Black;
}

h2, h2 a
{
    font-size:1.3em;
    color:Black!important;
    width:400px;   
    font-weight: normal;
}

h3, h3 a
{
    font-size:1.2em;
    color:Black!important;
    font-weight: normal;
}



#main
{
    width:760px;
    
}
#mainInner
{
    width:760px;
    color:Black;
}
#navigation
{
    min-height:33px;
    background-color:Black;
    color:White;    
}
#navigation ul
{
    padding: 5px 10px 5px 10px;
}
#navigation li
{
    padding: 2px 20px 0px 0px;
}
#navigation a
{
    /*font-weight:bold;*/
    font-size:1.3em;
}

#mainContent
{
    padding: 10px;    
}

#logo .company
{
    font-size:2.0em;
    color:Black;
    font-weight: bold;
    margin-left:-500px;
    height:0;
}

/*
#logo .phone
{
    font-size:1.3em;
    color:Black;
}
*/

#logo .strap
{
    width:746px;
    font-size:1.5em;
    letter-spacing:0.4em;
    background-color:#ed2024;/* 611522*/
    color:White;/*ede6cc */
    padding: 0.2em 0.4em;
}

#header
{
    /*background-image:url('header.gif');*/
    height:210px;
    width:760px;    
}

#headerText
{
    margin-left:185px;
    margin-top:20px;
    color:#ed2024;
}


#headerIndent
{
    margin-left:30px;
    font-size: 1.6em;
}

#repeater
{
background-repeat: repeat-y;
/*background-image:url('repeater.gif');*/
}

#repeaterText
{
margin-left:185px;
width:550px;
}

#footer
{
/*background-image:url('footer.gif');*/
height:28px;
width:760px;
}
#footer a
{
    color:Gray!important;
}

#mainText, #repeaterText p{color:#4E4E4E;}

.errorText {color:#00CC00!important;}
