/* CSS Document */

/* CSS layout elements */
body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin: 0;
	background-color: #ffffff;
	font-size: .95em;
	background-image: url(siteimages/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#frame {
	width:956px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

#header {
	background-image: url(siteimages/header_BG.jpg);
	background-repeat: no-repeat;
	width: 965px;
}
#nav {
	float: left;
	height: 120px;
	width: 956px;
}


#contentleft {
	width:334px;
	float:left;
	height:340px;
	background-color:#FFF;
	margin-top: 37px;
}

#contentright {
	width:597px;
	float:left;
	text-align:left;
	background-color:#FFF;
	margin-top: 40px;
	margin-left:25px;
	margin-bottom:25px;
}

#contentfull {
	width:100%;
	float:left;
	text-align:left;
	background-color:#FFF;
	margin-top: 40px;
	margin-left:25px;
	margin-bottom:55px;
}

#contentwide {
	width:100%;
	float:left;
	text-align:left;
	background-color:#FFF;
	margin-top: 0px;
	margin-left:25px;
	margin-bottom:25px;
}

#latestnews {
	clear:both;
	width:956px;
	text-align:left;
	background-color:#FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	color: #999999;
	margin-bottom:25px;
}



#footer {
	clear:both;
	width:956px;
	text-align:right;
	background-color:#FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	color: #999999;
	margin-bottom:10px;
}


/* Common styling elements */
ul{
	margin-bottom: 0px;
	padding: 0px;
}


li{
	color: #666666;
	line-height: 1.5em;
	list-style-type: none;
	margin-bottom:10px;
	margin-left:30px;
}

p {
	color:#666;
	display:block;
	line-height: 1.8em;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

h1 {
	color:#333333;
	display:block;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 20px;
	margin-top:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

h2 {
	color:#666;
	display:block;
	font-weight: bold;
	font-size: 1.1em;
	line-height:1.7em;
	margin-bottom: 5px;
	margin-top: 0px;

}
h3 {
	color: #666666;
	font-size: 1em;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h4 {
	display:block;
	padding-bottom: 0px;
	margin-bottom: 30px;
	margin-top:0px;
	color: #666666;
	font-size: 1em;
}

h5 {
	font-size: .7em;
	color:#666666;
	display:block;
	margin-bottom: 5px;
	margin-top:5px;
	font-weight: normal;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a:hover {
	color: #333333;
}






/* main navigation styles*/
#nav ul{
	display: block;
	float: left;
	width: 175px;
	list-style-type: none;
	padding:0px;
	margin: 0px;
	font-size:.8em;

}

#nav li{
	margin: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;

	border-bottom-color: #D7D7D7;
line-height:1.5em;
}

#nav a:hover{
	color:#999999;
}

#aboutus{
	margin: 0px;
	float: left;
}
 
#aboutus a{
	color: #F3C400;
	text-decoration: none;
}

#howitworks {
	margin-left:20px;
	float: left;
}

#howitworks a{
	color: #FE5F00;
	text-decoration: none;
}

#resources {
	margin-left:20px;
	float: left;
}

#resources a{
	color: #CF002C;
	text-decoration: none;
}

#results {
	margin-left:20px;
	float: left;
}

#results a{
	color: #9C0236;
	text-decoration: none;
}

#contact {
	margin-left:20px;
	float: left;
}

#contact a{
	color: #11BCEE;
	text-decoration: none;
}

.navselected{
	background-color: #f5f5f5;
}



/* image rollover buttons leftbanner*/

a#button_freeadvice{
	display: block;
	width: 334px;
	height:75px;
	background-image: url(siteimages/button_freeadvice.jpg);
	background-position: 0 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
a#button_freeadvice:hover {
    background-position: 0 -75px; 
}

a#button_products {
	display: block;
	width: 334px;
	height:75px;
	background-image: url(siteimages/button_products.jpg);
	background-position: 0 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
a#button_products:hover {
    background-position: 0 -75px; 
}

a#button_tools {
	display: block;
	width: 334px;
	height:75px;
	background-image: url(siteimages/button_tools.jpg);
	background-position: 0 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
a#button_tools:hover {
    background-position: 0 -75px; 
}

a#button_contactus {
	display: block;
	width: 334px;
	height:75px;
	background-image: url(siteimages/button_contactus.jpg);
	background-position: 0 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
a#button_contactus:hover {
    background-position: 0 -75px; 
}


a#button_ourservices {
	display: block;
	width: 334px;
	height:75px;
	background-image: url(siteimages/button_ourservices.jpg);
	background-position: 0 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
a#button_ourservices:hover {
    background-position: 0 -75px; 
}

a#button_results {
	display: block;
	width: 334px;
	height:75px;
	background-image: url(siteimages/button_results.jpg);
	background-position: 0 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
a#button_results:hover {
    background-position: 0 -75px; 
}

a#button_contact {
	display: block;
	width: 334px;
	height:105px;
	background-image: url(siteimages/button_contact.jpg);
	background-position: 0 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	clear: both;
}
a#button_contact:hover {
    background-position: 0 -105px; 
}

a#button_blog {

	display: block;
	width: 334px;
	height:75px;
	background-image: url(siteimages/button_blog.jpg);
	background-position: 0 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
a#button_blog:hover {
    background-position: 0 -75px; 
}


a#button_twitter {float:left;
	display: block;
	width: 141px;
	height:75px;
	background-image: url(siteimages/twitter.jpg);
	background-position: 0 0;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 0px;
}
a#button_twitter:hover {
    background-position: 0 -75px; 
}

a#button_facebook {float:left;
	display: block;
	width: 141px;
	height:75px;
	background-image: url(siteimages/facebook.jpg);
	background-position: 0 0;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 0px; 
}
a#button_facebook:hover {
    background-position: 0 -75px; 
}


/* need this for the rollover images*/
a .alt { display: none; }


/* footer styling*/
#footer p{
	font-size: 0.65em;
}
#footer h3 {
	float: left;
	clear: both;
	padding: 0px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0.65em;
}


/* settled cases form*/
.cases table{
	text-align: center;
	color: #CC3300;

}

/* settled cases*/
.cases table {
	color:#999999;
}

.cases td{
	text-align: center;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
}

.cases tr{
	padding: 3px;
}

.cases th{
	background-color: #efefef;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.cases table p{
	margin-left: 15px;
}


/* contact form table*/
.contact td{
	padding:0px;
	text-align: left;
	border: 0px solid #CCCCCC;
}

.contact tr{
	padding: 0px;
}

.contact th{
	background-color: #efefef;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.contact p{
	padding: 0px;
}

/* just a few little classes*/
.black{
color:#333333;
}

.contactblue{
	color: #3FBCEE;
}
.resultsmaroon {
	color: #660033;
}

.float_press {
	float: left;
}
.twitter {
	margin-top: 10px;
}



#contentleft p{
	width:317px;
	background-color:#efefef;
	margin-left: 0px;
	margin-top:15px;
	padding-left:7px;
	}
	
.like{
width:50px;
display:inline;
float:left;
margin-top:8px;
margin-left:85px;
}

.sharethis{
width:50px;
display:inline;
margin-top:10px;
margin-left:10px;
float:left;
}

