body{
background-image:url('background3.png');
background-repeat:repeat-x;
background-color:#fd2800;
margin:0;
font-family:Georgia,Arial, Helvetica, sans-serif;
height:100%;
text-align:center;
}


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

p{
margin:0 10px 10px;
}

p.faq {
font-size:14pt;
font-weight:bold;
}

p.title {
font-size:14pt;
font-weight:bold;
}

p.main {
font-size:12pt;
text-align:justify;
padding-top:10px;
}

p.answer {
font-size:10pt;
text-align:justify;
padding-left:5px;
}

p.question {
color:white;
font-size:12pt;
padding-left:0px;
text-align:left;
}

a{
color: white;
outline:none;
}

#container {
width:868px;
height:auto;
background-image:url('leftshadow.png');
background-position:left;
background-repeat:repeat-y;
}

#container2 {
width:868px;
height:auto;
background-image:url('rightshadow.png');
background-position:right;
background-repeat:repeat-y;
}


#header {
height:175px;
width:850px;
border-bottom:solid 4px white;
background-image:url('logo2.png');
background-position:top left;
background-repeat:no-repeat;
}

#bodycontainer {
width:850px;
background-color:#ff7f00;
}

#faqs {
width:200px;
float:left;
background-image:url('faqbg.png');
background-position:top right;
background-repeat:repeat-y;
}

#content {
width:635px;
border-bottom:solid 2px black;
padding:10px 10px 10px 205px;
text-align:justify;
background-color:#ff7f00;
}

#menu {
position:relative;
bottom:13px;
}

#bottom {
width:850px;
height:2px;
background:black;
}

#footer {
width:850px;
padding-top:5px;
font-size:10pt;
padding-bottom:5px;
}

#footer a{
display:inline;
font-size:10pt;
color:#2acb36;
}

#footer a:hover{
color:white;
}

img.header {
position:absolute;
right:219px;
}

img.headertest {
position:relative;
left:168px;
}

img.location {
float:left;
padding:10px;
}

td.faq {
padding:5px;
padding-left:0px;
border-right:solid 2px black;
}

#front {
float:right;
padding:10px;
}

ul.services {
text-align:left;
}

td.indexlocation {
padding-top:10px;
}


ul#menu {
width: 850px; 
height: 35px;
background-color: #2acb36; 
font-size: 0.9em; 
font-family: Georgia, Verdana, sans-serif;
font-weight: bold; 
list-style-type: none; 
margin:0; 
padding:0; 
}

ul#menu li { 
display: block; 
float: right; 
margin: 0 0 0 5px; 
}

ul#menu li a { 
height: 43px; 
color: #f2ff2c; 
text-decoration:none; 
display: block; 
float: left; 
line-height: 200%; 
padding: 3px 15px 0;
}

ul#menu li a:hover { 
color: #ffffff; 
}

ul#menu li a.current{ 
color: black; 
background-color: white;
padding: 5px 15px 0; 
height:34px;
}
                    
td.current {
background-image:url('arrow.png');
background-position:right center;
background-repeat:no-repeat;
}