/*main styles*/
BODY{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color: #595C51;
background: #000000 url(../images/bg.jpg) top repeat-x;
line-height:130%;
}

:active, :focus{
outline:none;
}
  
BODY, P, FORM, UL, OL, LI, DIV, H1, H2, H3  {
padding:0px;
margin:0px;
}

P {
padding-bottom:4px;
}
  
a:link, a:visited{
color:#595C51;
text-decoration: none;
}

a:hover{
text-decoration: none;
color: #FF6600;
}

input, textarea, select {
padding:2px;
margin:0;
color:#666666;
font-size:97%;
}

h1{
font: 18px Arial, Helvetica, sans-serif;
padding-left:25px;
background:url(../images/bg_cap.jpg) left no-repeat;
color: #FF6600;
}

h2{
font: 12px Arial, Helvetica, sans-serif;
color:#266CD7;
padding-left:25px;
background: url(../images/bg_cap_2.jpg) left top no-repeat;
padding-bottom:5px;
}

h3{
font: 18px Arial, Helvetica, sans-serif;
color:#266CD7;
padding-bottom:0;
}

h4{
font: bold 14px Arial, Helvetica, sans-serif;
color:#266CD7;
padding:10px 0 0 0;
margin:0;
}


/*hover menu*/
#hovermenu {
background: url(../images/menu_bg.jpg) left top no-repeat;
height: 99px;
border-left: #A8DAFB 1px solid;
}

#hovermenu ul{
font: 18px Georgia, "Times New Roman", Times, serif;
color:#DCF204;
padding: 0;
margin: 0;
height: 99px;
}

#hovermenu ul li{
list-style: none;
display: inline;
}

#hovermenu ul li a, #hovermenu ul li a:visited {
width:97px;
height: 99px;
text-decoration: none;
font-weight: normal;
float:left;
color: #FFF;
border-right: #A8DAFB 1px solid;
}

#hovermenu ul li a#home:hover {
background:url(../images/menu_home_hov.jpg) left top no-repeat;
}

#hovermenu ul li a#people:hover {
background: url(../images/menu_people_hov.jpg) left top no-repeat;
}

#hovermenu ul li a#services:hover {
background: url(../images/menu_services_hov.jpg) left top no-repeat;
}

#hovermenu ul li a#contact:hover {
background: url(../images/menu_contact_hov.jpg) left top no-repeat;
}


