@charset "utf-8";
/* CSS Document */
html{
height:100%;
width:100%;
}
body{
height:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0;
padding:0;
background-color:#d3e0e6;
background-image:url(../images/bodybg.gif);
background-position:0 0;
background-repeat:repeat-x;
color:#222222;
}
form, table, .ph1{
margin:0;
padding:0;
}
h1, h2, h3, h4, h5, h6{
margin:0;
padding:8px 0px;
}
h1{}
h2{}
h3{}
h4{}
h5{}
h6{}
p{
margin:0;
padding:5px 0px;
}
a{ 
color:#222222; 
text-decoration:none;
}
a:hover{ color:#205867; }
.maincontainer, .footercontainer{
width:909px;
margin:auto;
}
.footerarea{
background-color:#226484;
font-size:11px;
color:#FFFFFF;
}
/*maincontainer*/
/* top area*/
.toparea{
min-height:197px;
height:auto !important;
height:197px;
position:relative;
}
.logoarea{
position:absolute;
left:40%;
top:16px;
}
.menuarea{
min-height:35px;
height:auto !important;
height:35px;
position:absolute;
bottom:0;
left:0;
width:685px;
z-index:999;
}
.phonenum{
width:224px; position:absolute;
bottom:0; right:0;
font-family: "Myriad Pro", Arial;
font-size:30px;
color:#226484;
}
.bannerarea{
height:182px;
background-image:url(../images/bannerareabg.gif);
background-position:bottom right;
background-repeat:no-repeat;
}
.quote-cont{
background-image:url(../images/quote-bg.gif);
background-position:16px 19px;
background-repeat:no-repeat;
width:224px;
text-align:right;
color:#7aa2b5;
}
.quote-cont h2{
font-size:20px;
font-style:italic;
}
.mshadow{
background-image:url(../images/mshadow.gif);
background-position:0 0;
background-repeat:repeat-x;
}
.maindisparea{ 
background-image:url(../images/maindispareabg.gif);
background-repeat:repeat-y;
}
.maindisparea .leftarea{ width:685px;}
.maindisparea .rightarea{ width:220px;}
.maindisparea .leftarea .contents{
min-height:400px;
padding:10px 31px;
}
.maindisparea .leftarea ul li{
list-style-image:url(../images/leaf-bullet.gif);
padding:4px 0px;
}
.page-img{
padding:0px 30px 30px 0;
}
#footer-list{
margin:0;
padding:0;
}
#footer-list li{
list-style-type:none;
margin:0;
padding:10px 10px;
float:left;
background-image:url(../images/fsep.gif);
background-repeat:no-repeat;
background-position:right;
}
#footer-list li.lastitem{
background-image:none;
}
#footer-list li a{
color:#FFFFFF;
text-decoration:none;
}
/*float*/
.right{
float:right;
}
.left{
float:left;
}
.clearB{
clear:both;
}
.faq-question{
padding: 8px 0px 0px 8px;
font-size:14px;
}
.faq-question .answer{
color: #205867;
font-size:12px;
}