﻿*
{
    margin: 0px;
    padding: 0px; 
}

body 
{
	margin-top: 15px;	
    background-color: #a7a9ac;
    background-image: url(../images/bg_tile.gif);
    background-repeat: repeat;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    color: #747474;
}

p
{
    margin: 10px 0px 10px 0px;    
}

ul, ol
{
    margin: 0px 20px 0px 20px;
}

li{
	margin-bottom: 5px;
}

a
{
    color: #4d85c5;
}

*.transImg
{
   behavior: url(css/iepngfix.htc);
}

*.message
{
    color: #FF0000;
}

#header
{
    color: #4d85c5;
    font-size: 15px;
    font-weight: bold;
}

#footnote
{
	font-size: 9px;
	font-style: italic;
	color: #b5b5b5;
}

/************************/
/*  Navigation Sprites  */
/************************/

#mainNav
{
    margin: 0px auto;
    width: 925px; 
    height: 28px;
    background-image: url("../images/navigation.gif");
    background-repeat: no-repeat;
    position: relative;
    
}


#mainNav li 
{
    list-style: none;
    position: absolute; 
    top: 0;
}

#mainNav li, #mainNav a {
    height: 28px; 
    display: block;
}

#services 
{
    left: 0;
    width: 146px;
    display: block;

}

#faqs 
{
    left: 158px;
    width: 122px;
}

#empEducation
{
    left: 294px;
    width: 206px;
}

#contact
{
    left: 514px;
    width: 142px;
}

#about
{
    left: 664px;
    width: 121px;
}

#resources
{
    left: 802px;
    width: 121px;
}

#services a:hover.nonSelect
{
    background: transparent url("../images/navigation.gif") 0 -28px no-repeat;
}

#faqs a:hover.nonSelect 
{
    background: transparent url("../images/navigation.gif") -158px -28px no-repeat;
}

#empEducation a:hover.nonSelect 
{
    background: transparent url("../images/navigation.gif") -294px -28px no-repeat;
}

#contact a:hover.nonSelect 
{
    background: transparent url("../images/navigation.gif") -514px -28px no-repeat;
}

#about a:hover.nonSelect 
{
    background: transparent url("../images/navigation.gif") -664px -28px no-repeat;
}

#resources a:hover.nonSelect 
{
    background: transparent url("../images/navigation.gif") -802px -28px no-repeat;
}

#services a.selectedNav 
{
    background: transparent url("../images/navigation.gif") 0 -56px no-repeat;    
}

#faqs a.selectedNav 
{
    background: transparent url("../images/navigation.gif") -158px -56px no-repeat;
}

#empEducation a.selectedNav 
{
    background: transparent url("../images/navigation.gif") -294px -56px no-repeat;
}

#contact a.selectedNav 
{
    background: transparent url("../images/navigation.gif") -514px -56px no-repeat;
}

#about a.selectedNav 
{
    background: transparent url("../images/navigation.gif") -664px -56px no-repeat;
}

#resources a.selectedNav 
{
    background: transparent url("../images/navigation.gif") -802px -56px no-repeat;
}

/*********************/
/*  Main Div Layout  */
/*********************/

div#main
{
    margin: 0px auto 0px auto;
    background-image: url(../images/bg_middle.jpg);
    background-repeat: repeat-y;
    width: 946px;
    height: auto;
}

div#mainTop
{
    background-image: url(../images/bg_top.jpg);
    background-repeat: no-repeat;
    height: 210px;
}

div#mainBodyContent
{
    margin: -200px 0px 25px 0px;
    float: left;
    width: 946px;   
}

div#leftPanel
{
    float: left;
    position: relative;
    left: 30px;
    top: 20px;
    width: 400px;
}

div#rightPanel
{
    float: right;
    position: relative;
    left:-20px;
    width: 480px;
}

div#mainBottom
{
    background-image: url(../images/bg_bottom.jpg);
    background-repeat: no-repeat;
    height: 15px;
    clear: both;
}

div#mainFooter
{
    width: 946px;
    margin-right: auto;
    margin-left: auto;
    color:#FFFFFF;
    font-size: 10px;
    text-align: center;
}

/*********************/
/*  Rep Info Styles  */
/*********************/

#repInfo
{
    color: #4c85c5;   
    font-size: 11px;
    font-weight: bold;
}

#repName
{
    font-size: 15px;    
}

#repPic
{
    padding-left:30px;
    padding-right: 10px;    
}

/**********/
/*  FAQs  */
/**********/

#faqList
{
    color: #4d85c5;
}

#headline
{
    color: #4d85c5;
}

/************************/
/*  Employee Education  */
/************************/

#eduH1
{
    font-size: 12px;
    color: #999999;
    font-weight: bold;
}

#eduH2
{
    font-size: 16px;
    color: #4d85c5;
}

#eduH3
{
    font-size: 14px;
    color: #4d85c5;
}

/******************/
/*  Contact Form  */
/******************/

#contactForm th
{
    text-align: left;
    vertical-align: top;
    width: 80px;
    font-size: 10px;
}

input.field, textarea.field
{
    border:solid 1px #999;
}

.long
{
    width: 250px;   
}

.short
{
    width: 160px;   
}

.radio 
{
    margin-right: 20px; 
    font-size: 10px;
    display: block;
    float: left;
}

.radio input
{
    vertical-align: middle;
}

.radio label
{
    padding-left: 5px; 
    font-size: 10px;  
    padding-right: 15px;
}
