/* CSS Document for Simply Organized */
body {
	background-color: #B3C1DD;
	margin: 0px;
	padding: 0px;
}
/* Tables */
#toptbl {
	background-color: #FFFFFF;
	text-align: left;
	display: block;
}
#maintbl {
	background-color: #FFFFFF;
	display: block;
}
/* Footer */
#foot {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #ADC5E6;
	text-align: center;
	padding: 15px 0 5px 0;
}

#foot a:link, #foot a:visited {
	text-decoration: underline;
	color: #ADC5E6;
}
#foot a:hover {
	text-decoration: none;
	color: #ADC5E6;
}
/* Main Styles */
h1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0B2777;
	margin: 0 0 -6px 0;
	padding: 0;
}

td#rightcol p, td#rightcol h1, td#rightcol ul, td#rightcol ol, td#rightcol h2 {
	padding-right: 75px;
} 
.bot {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}
h1 a:link, h1 a:visited {
	color: #97BB9D;
	text-decoration: underline;
}
h1 a:hover {
	color: #97BB9D;
	text-decoration: none;
}
h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #97BB9D;
	margin-bottom: -6px;
}
#rightcol {
	margin: 0;
	padding: 15px 5px 5px 5px;
	vertical-align: top;
}
#leftcol {
	width: 180px;
	margin: 0;
	/* padding: 15px 5px 5px 5px; */
	vertical-align: top;
}
/* More space in gutter */
td#leftcol {
	padding: 15px 15px 5px 15px;
}
#rightcol p, #rightcol ul {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 16px;
}
#rightcol p {
	margin: 7px 0 5px 0;
	padding: 0;
}
#rightcol ul {
	list-style-type: none;
	margin: 8px 0px 8px 45px;
	padding: 0 0 0 0;
}
/* Original triple-bullet
#rightcol li {
	list-style-image: url(../images/triple-bullets.gif);
	margin-bottom: 5px;
} */
/* single bullet */
#rightcol li {
	list-style-image: url(../images/bl-bullet-single.gif);
	margin-bottom: 5px;
	
} 
#leftcol p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #0B2777;
	line-height: 16px;
}
#member {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 20px 0 0 0;
	margin: 0 0 -10px 0;
	text-align: center;
	font-weight: bold;
}
.testimonial {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
	color: #0B2777;
	line-height: 18px;
	/* background-color: #D4E8CB; */
	background-color:#E9F7E6;
	background-image: url(../images/quotes2.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 6px;
	margin-top: 20px;
}

.testimonialmulti {
	margin-top: 10px;
}
.source {
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
}
#tips {
	background-color: #E9F7E6;
	padding: 6px;
	margin: 20px 0 0 0;
	background-image: url(../images/exclaim2.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#tips p {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
	color: #0B2777;
	line-height: 18px;
	padding-bottom: 0;
	margin-bottom: 0;
}
#tips h1 {
	font-family: Georgia, Times, "Times New Roman", serif;
}


/* Success Stories - Old */
td .successleft, td .successright, td .successcenter {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #0B2777;
	font-weight: bold;
}
.successleft img, .successright img, .successcenter img{
	border: 1px solid #333;
}
.successleft {
	float: left;
}
td .successleft {
	padding-right: 5px;
}
.successright {
	float: right;
}
td .successright {
	padding-left: 5px;
}
.rtphoto {
	padding-left: 10px;
}

.successcenter {
	clear: both;
}
/* Success Stories - Old */
.thumb {
	border: 1px solid #006;
	margin: 15px 7px 0 0;
}
.last {
	margin-right: 0;
}
.clear {
	clear: both;
}
a:link {
	text-decoration: underline;
	color: #0B2777;
}
a:visited {
	text-decoration: underline;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #0B2777;
}

/* Navigation Bar */
#navbar { 
 	/* margin-top: 15px; */
 	/* width: 171px; */
 }
#navbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
 }
#navbar li { 
 	margin: 0 0 0 0; 
}
#navbar a, #navbar a:visited {
	 padding: 5px 5px 5px 25px;
	 color: #0B2777;
	 text-decoration: none;
	 background-image: url(../images/green-bullet.gif);
	 background-repeat: no-repeat;
	 background-position: 0 7px;	 
 }
#navbar a:hover {
	color: #97BB9D;
	text-decoration: none;
	background-image: url(../images/blue-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;	 	
}
/* Contact Form */
#contact {
	padding-top: 15px;
}
#formtable {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}
#formtable td {
	vertical-align: top;
}
.required {
	color: #006699;
	font-weight: bold;
}
.error {
	color: #CC0000;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
}
input.txt, textarea.txt, select.txt {
	color: #000;
	font: bold 11px Verdana, Helvetica, Arial, sans-serif;
	border: 1px solid #7F93BB;
	background-color: #E1E8F5;
	padding: 2px;
}
.btn_submit {
	font: bold 12px Verdana, Helvetica, Arial, sans-serif;
	color: #fff;
	border: 1px solid #7F93BB;
	background-color: #7F93BB;
	padding: 4px;
}
.btn_clear {
	font: normal 12px Verdana, Helvetica, Arial, sans-serif;
	color: #fff;
	border: 1px solid #7F93BB;
	background-color: #7F93BB;
	padding: 4px;
}
/* Ads */
#ads {
	margin-top: 50px;
}
#ads h1, #ads div {
	margin: 10px auto;
	text-align: center;
}