@charset "UTF-8";
/* CSS Document */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #e5e5e5;
	margin: 0px;
	background: #e7e7e7 url(../images/background.jpg) top left repeat-x;
}

h1 {
	font-size: 24px;
	color: #CC0000;
	margin: 10px 40px;
}

h2 {
	font-size: 20px;
	margin: 10px 40px;
}

p {
	margin: 10px 40px 0px 40px;
	font-size: 14px;
	line-height: 1.5em;
}

p.checkbox {
	margin: 10px 10px 0px 0px;
}

.testimonial {
	border: 2px dashed #333;
}

h2.testimonial {
	border: none;
	background-color: #ffffd9;
}

h2.testimonial a, h2.testimonial a:visited {
	background-color: #ffffd9;
	padding: 20px;
	margin: 0px;
}

h2.testimonial a:hover {
	background-color: #d9ffd9;
}

.testimonial p {
	margin: 20px;
}

h3 {
	font-size: 16px;
	margin: 10px 40px;		
}

a, a:active, a:visited {
	color: #274db3;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

#navcontainer {
	margin: 0px 40px;
}

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

#navcontainer li { margin: 0 0 .8em 0; }

#navcontainer a
{
display: block;
color: #000;
background-color: #ffffd9;
width: 580px;
padding: .8em .8em;
text-decoration: none;
border: 1px dotted #333;
}

#navcontainer a:hover
{
background-color: #d9ffd9;
color: #000;
}

.hilite {
	background-color: #FFFF66;
	padding: 0px 5px;
}

ul {
    margin-left: 15px;
	margin-right: 40px;
	font-weight:normal;
    color:#000;
    line-height:1.4em;
    list-style-type:none;
}
.checkmark li {
    padding-left:35px;
    background:transparent url(../images/checkmark.gif) no-repeat;
    background-position:5px 0px 0px 5px;
}

.star li {
    padding-left:35px;
    background:transparent url(../images/star.gif) no-repeat;
    background-position:5px 0px 0px 5px;
}

a img {
	border: none;
}

.privacy {
	font-size: 11px;
}

.headline {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 32px;
	font-weight: bold;
	font-variant: normal;
	color: #CC0000;
}
.bullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	list-style-position: outside;
	list-style-image: url(../images/redbullet.gif);
	line-height: 17px;
	margin: 10px 0px 0px 0px;

	
}
.bullets-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	list-style-position: outside;
	list-style-image: url(../images/redbullet.gif);
	line-height: 17px;
	margin: 10px 0px 0px 0px;

}
.body-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	list-style-position: outside;
	line-height: 17px;
}
.body-text-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	list-style-position: outside;
	line-height: 17px;
}
.body-text-bold-black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	list-style-position: outside;
	line-height: 17px;
}
.body-text-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	list-style-position: outside;
}
.body-text-bold-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	list-style-position: outside;
	line-height: 17px;
}
.white {
	color: #FFF;
}
