/*
	CSS Document for www.yesweightloss.com
	SEO by Beanstalk Search Engine Positioning (www.beanstalk-inc.com)
	CSS By: Quenet Consulting (www.quenet.org)
*/

* {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #333333;
}

body {
	background: #d8d8d8;
	padding: 10px 0px 10px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: red;
}

form {
	margin: 5px;
	font-size: 10px;
}

select, input, textarea {
	border: 1px solid #6e6e6e;
}

hr {
	border: solid 1px #8d8d8d;
	border-top: none;
	width: 45%;
	margin: 1px;
	height: 1px;
}

#container {
	width: 800px;
	margin: 0 auto;
	background: #fff;
}

.header {
	display: block;
	text-align: center;
	padding-bottom: 20px;
}

.header h1 {
	font-size: 11px;
	color: #999933;
	padding: 10px;
}

.header h2 {
	color: blue;
}

.leftnav {
	width: 184px;
	float: left;
}

.leftnav a {
	color: #999933;
	font-weight: bolder;
}

.leftnav h1 {
	color: blue;
	font-weight: 100;
	font-size: 12px;
	margin: 5px 10px 5px 10px;
}

.leftnav h2 {
	margin: 5px 10px 5px 10px;
	font-size: 14px;
	font-weight: 100;
	color: blue;
}

.leftnav h2 b {
	color: blue;
}

.leftnav h3 {
	margin: 5px 10px 5px 10px;
	font-size: 14px;
}

.leftnav p {
	margin: 5px;
	font-size: 12px;
}

.leftnav img {
	margin: 5px;
	text-align: center;
}

.leftnav ul {
	padding: 8px 0px 8px 8px;
}

.leftnav li {
	list-style: none;
	font-size: 13px;
	padding: 0px 10px 2px 10px;
	display: block;
	text-align: center;
}

ul.links {
	padding-top: 0px;
}

.links li {
	padding-bottom: 5px;
}

.testimonial {
	font-style:italic;
	text-align: center;
}

.testimonial span {
	font-style:normal;
}

.content {
	margin:  0px 10px 0px 184px;
	background: url("/images/ContentBG.jpg");
	text-align: justify;
	font-size: 13px;
}

.content p {
	padding: 5px 0px 5px 0px;
	font-size: 13px;
}

.content a {
	color: #663366;
	font-weight: bolder;
}

.content a:hover {
	color: red;
}

p.welcome {
	font-size: 11px;
}

.content h2 {
	font-size: 16px;
}

.content span {
	margin: 0;
	padding: 0;
}

.content table p {
	padding: 3px 5px 3px 5px;
}

table.services {
	border: solid 1px #000;
}

table.types {
	width: 94%;
	margin: 15px 0px 10px 0px;
}

types td {
	width: 33%;
}

.types p {
	font-size: 11px;
	color: blue;
}

.bluenav {
	display: block;
	background: #0066cc;
}

.bluenav a {
	color: #fff;
}

.bluenav span {
	padding: 0px 10px 0px 10px;
}

h2.healthsavings {
	padding-top: 5px;
}

.adsense {
	float: right;
	width: 120px;
	height: 600px;
	display: block;
	margin: 10px 0px 5px 10px;
}

.red {
	color: red;
}

.blue {
	color: blue;
}

.purple {
	color: #663366;
}

.white {
	color: #fff;
}

.border {
	border: solid 1px #000000;
	margin: 15px 5px 15px 5px;
	position: relative;
	padding: 5px;
}

#footer {
	clear: both;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 5px;
}

#footer p {
	font-size: 13px;
}

#footer a {
	color: blue;
}

/* Theme Styles for individual pages*/

body.pacificare {
	background: #663366;
}

body.bluecross {
	background: #05b8f0;
}

body.blueshield {
	background: #0099ff;
}

body.kaiser {
	background: #5799b3;
}

body.healthnet {
	background: #319d8d;
}

body.univ {
	background: #5689b8;
}

body.aetna {
	background: #00297d;
}


body.healthpass {
	background: #3d7a75;
}

body.fma {
	background: #339933;
}

.pacificare th, .bluecross th, .blueshield th, .kaiser th, .healthnet th, .univ th, .aetna th, .healthpass th, .fma th {
	background:  #7e7e7e;
	text-align: left;
}
