/* CSS Document */

body 
{
text-align:center;
font-family:Helvetica, Arial, sans-serif;
background: #B0BFC2;
color: #444;
}

#container 
{
text-align:left;
margin: 0 auto;
width: 700px;
background: #FFF url(images/header-base.gif) repeat-y;
}

h1 
{
background: #FFF; 
color: #000;
margin: 0;
border-bottom: #8EBFD7 solid 5px;
}

#nav 
{
float: left;
width: 130px;
display: inline;
margin-left: 20px;
padding: 15px 0;
font-family:"Baskerville Old Face";
font-size: larger;
}

#nav ul 
{
margin: 0;
padding: 0 0 10px 0;
list-style-type: none;
text-align: right;
}

#nav li 
{
background: url(images/header-bullet.gif) no-repeat 100% 0.4em;
padding: 0 10px 5px 0;
margin: 0;
}

div.image
{
float: right;
margin: 0 1em 1em 1em;
display: inline;
padding: 10px 10px 0 10px;
}

#content 
{
float: left;
width: 475px;
margin-left: 45px;
padding: 15px 0;
font-size:90%;
}

ul 
{
margin: 0;
list-style-type: none;
}

li 
{
background: url(images/header-bullet.gif) no-repeat 0%;
padding: 0 10px 0 10px;
margin: 10px;
}

#news
{
float: left;
width: 130px;
display: inline;
text-align: right;
font-size: 80%;
border-top:  solid #8EBFD7; 
}

h3
{
text-align: center;
font-family:"Baskerville Old Face";
padding: 5px 0 0 0;
margin: 0;
}

#footer 
{
clear: both;
background: #E0D4B0;
color:#FFF;
padding: 1px 20px 1px 0px;
text-align: center;
font-size: 80%;
font-weight: bolder;
border-top: solid #8EBFD7;
}

ul#contactinfo
{
list-style-type: none;
}

ul#contactinfo li
{
display: inline;
background: url(images/header-bullet.gif) no-repeat 0em;
padding: 0 10px 0 10px;
}

#benefits li
{
list-style-type: none;
background: url(images/header-bullet.gif) no-repeat 0em;
padding: 0 10px 0 10px;
}

#faq li
{
	list-style-type: none;
	background: none;
	list-style-image: url(images/header-bullet.gif);
	list-style-position: outside;
}

h2
{
margin-top: 0;
color: #C5960C;
font-family:"Baskerville Old Face";
font-weight: normal;
}

a:link 
{
color: #175B7D;
}

a:visited 
{
color: #600;
}
a:hover, a:active 
{
color: #fff;
background: #175B7D;
}
