﻿
body
{
  font-size: 12px;
  font-family:Trebuchet MS, Arial, helvetica, sans-serif;
  background:url('../images/bodybg.gif') repeat-x;
  color: #666;
  margin: 0px;
  padding: 0px;
}

a {
color: #666; 
text-decoration: none;
}
a:visited {
color: #666;
}
a:hover {
color: #039;
text-decoration: underline;
}

#main
{
   background-color:White;
   width:900px;
   margin:auto;
   min-height:405px;
   font-size: 12px;
   padding-top:10px;
   margin-bottom:20px;
}

#footer
{
	width:100%;
	clear:both;
	background:url('../Images/footerbg.gif') repeat-x;
	font-size: 12px;
	padding-bottom:10px;
	background-color:#808D93;
}

#footerMenu
{
    height:10px;
	margin:auto;
}

#footerLogos
{
	width:900px;
	margin:auto;
	margin-top:18px;
	font-size: 12px;
}

#footerLogos img
{
	 width:71px;
	 height:33px;
	 float:left;
	 margin-right:5px;
}

#footerInfo
{
	width:900px;
	margin:auto;
	margin-top:10px;
	font-size: 12px;
	color:#EFEFEF;
}

.pagetitle
{
    font-size:large;
}

.nav
{
    width:900px;
    height:30px;
    background-image:url('../Images/navbg.gif');
    vertical-align:middle;
    line-height:30px;
    color:White;
    font-size:14px;
}

#employeelogin
{
    margin-left:240px;
    width:350px;
    height:400px;
    background-image:url('../Images/employeebg.gif');
}

.servicetitle
{
    color:#984806;
    font-weight:bold;
    font-size:16px;
    font-weight:bold;
    margin-left:10px;
    padding-top:20px;
    margin-bottom:20px;
}

.servicesubtitle
{
    color:White;
    font-size:11px;
    margin-left:10px;
    padding-top:5px;
}

.servicedescriptionstyle
{
    background:url('../images/desbg.gif') no-repeat;
    background-color:#394553;
    height:50px;
    padding:10px;
    color:White;
    font-size:12px;
    vertical-align:top;
    font-family:Arial;
}

.serviceindextitle
{
    background-color:#97A6B3;
    text-align:center;
    vertical-align:middle;
    color:White;
    font-size:13px;
    cursor:pointer;
}

.SectionStyle
{
	background-color:#97A6B3;
	cursor:pointer;
	padding-bottom:10px;
	line-height:20px;
}

.SectionStyle a
{
	text-decoration:none;
}

.indexBox
{
    background-color:White;
    border-top:solid 1px #CCCCCC;
    border-left:solid 1px #CCCCCC;
    border-bottom:solid 1px #CCCCCC;
    border-right:solid 1px #CCCCCC;
}