/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x left top;
	text-align: left;
	font-size: 14px;
	font-family: verdana,helvetica,sans-serif;
	color: #000000;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}


h1, h2, h3 {
	font-weight: normal;
	color: #212121;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
}

p {
}

.blockbg {
	background: #D9D785;
}

blockquote {
	background: url(images/img08.jpg) no-repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 0px 20px 0px 30px;
	font-size: 18px;
	color: #3D3D3D;
}

ul {
}

ol {
}

a:link {
  color: #000099;
  text-decoration: none;
}
a:visited {
  color: #6600cc;
  text-decoration: none;
}
a:hover {
  color: #000099;
  text-decoration: underline;
}

small {
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}

.text1 {
	padding: 120px 0px 0px 290px;
	color: #FFFBCC;
	font-weight: bold;
	font-family: "Lucida Handwriting","Zapf Chancery",Arial,Helvetica;
	font-size: 22px;
	font-style: italic;
}
.text1 a {
	color: #FFFBCC;
}
.text1 a:hover {
	color: #FFFBCC;
	text-decoration: none;
}

.text1 a:visited {
  color: #FFFBCC;
  text-decoration: none;
}

.greenApplet {
	width:522px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #0C3;
	overflow:hidden;
}

.greenApplet .header {
	background-color:#D6FCC2;
	font-weight:bold;
	font-style:italic;
	padding:10px;
}

.greyApplet {
	width:522px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #000;
	overflow:hidden;
}

.greyApplet .header {
	text-align:center;
	background-color:#EEEEEE;
	font-weight:bold;
	font-style:italic;
	padding:10px;
}

.salesmsg {
	margin-top: 40px;
}

.salesmsg li {
	margin-left: 25px;
}

.salesmsg p.personalmsg {
	font-size: 12px;
}

table.warning {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	border-width: 2px;
	border-spacing: 2px;
	border-style: solid;
	border-color: red;
	background-color: white;
}
table.warning th {
	padding: 1px;
	border-style: none;
}
table.warning td {
	border-width: 0px;
	padding: 1px;
	text-align: center;
}

ul.checklist {
	list-style-image: url(images/tick.png);
}

ul.checklist li {
	margin-left: 0px;
	margin-bottom: 14px;
}

.boxquote {
	margin-top: 2px;
	width: 400px;
	padding: 7px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFCC;
	border: 2px solid black;
}
.boxquote p {
	font-size: 15px;
}

.boxquote img {
	padding: 0 7px 7px 0;
	float: left;
}

.indent {
	margin-left:10px;
}

.highlight {
	background: #FF0;
}

.blackbox {
	width:522px;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid black;
	overflow:hidden;
}

.colorbox {
	background-color: #FFFFE8;
}

/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	height: 69px;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#headerbg {
	clear: both;
	margin: 0 auto;
	margin-top: 22px;	
	width: 900px;
	height: 209px;
	background: url(images/blog-header.jpg) no-repeat left top;
}

/* Logo */

#logo {
	float: left;
	margin-top: 30px;
}

#logo h1, #logo h2, #logo p {
	float: left;
	margin: 0;
	text-transform: lowercase;
}

#logo h1 {
	background: url(images/tick-logo.jpg) no-repeat left 50%;
	padding-left: 60px;
	text-align: center;
	font-size: 3.2em;
	color: #000000;
}

#logo h1 a {
	color: #000000;
}

#logo p {
	padding-top: 27px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
}

#logo h2 a, #logo p a {
	color: #000000;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
	margin-top: 21px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 30px 20px 0 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #4E4E4E;
}

#menu a:hover {
	background: url(images/img03.jpg) no-repeat center top;
}

#menu .current_page a {
	background: url(images/img03.jpg) no-repeat center top;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	background: #F4F4F4;
}

#main-body {
	float: left;
	width: 860px;
	padding: 0px 20px 0px 20px;
}

#main-body h1 {
	text-align: center;
	line-height: 32px;
	font-weight: bold;
	color: #990000;
}

#main-body h2 {
	text-align: center;
	font-weight: bold;
}

#main-body h3 {
	text-align: center;
	font-weight: bold;
	color: #993300;
}

#main-body h4 {
	text-align: center;
	font-size: 18px;
	color: blue;
}

#main-body h5 {
	text-align: left;
	font-size: 14px;
	color: #000000;
}

#feedback {
	float: right;
	width: 250px;
	padding: 0px 20px 20px 20px;
	line-height: 20px;
	font-size: 12px;
	background: #FFFACD;
}

#feedback .entry {
}

#feedback .entry a {
	background: #333333;
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #CCCCCC;
}

.stress {
  font-style: italic;
  font-weight: bold;
  background-color: yellow;
}

.signature {
  color: #000066;
  font-weight: bold;
  font-family: "Lucida Handwriting","Zapf Chancery",Arial,Helvetica;
  font-size: 28px;
  font-style: italic;
}

.ppolicy {
  font-size: 11px;
}

.testimonial {
}

.testimonial p {
	text-align: center;
}

.testimonial .title {
	margin: 0;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	font-style: italic;
	padding-top: 15px;
	text-transform: uppercase;
}

.testimonial .testie {
	text-align: center;
	line-height: normal;
	font-size: 13px;
	color: #505050;
	margin-bottom: 40;
	padding-bottom: 25px;
}

/* Sidebar */

#sidebar {
	clear: both;
	width: 900px;
	background: #000000;
	color: #CCCCCC;
	padding: 10px 0 0 0;
}

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

#sidebar li {
	display: block;
	float: left;
	width: 410px;
	padding: 10px 10px 10px 25px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	background: url(images/img07.gif) no-repeat left 50%;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 25px;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
	color: #CCCCCC;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer_wrap {
	float: left;
	width: 900px;
	margin: 0 auto;
	font-size: 11px;
}

#footer {
	position: relative;
	clear: both;
	text-align: left;
	font-size: 11px;
	width: 860px;
	padding: 0 20px;
	margin: 0 auto;
	background: url(images/img06.jpg) no-repeat left bottom;
	color: #CCCCCC;
}

#footer h2 {
	color: #fff;
}

#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #f7951e;
	text-decoration: none;
}

#the_stats {
	background: #000000;
}

#the_stats h2 {
	padding: 19px 0;
}

#the_stats ul {
	font-size: 14px;
	padding: 1px 0;
	list-style: none;
}
#the_stats li {
	padding: 0px 0px 3px 10px;
	background: url(images/img07.gif) no-repeat 0 50%;
}

#the_stats .free {
	position: absolute;
	right: 50px;
	top: 50px;
	font-size: 13px;
}

#legal {
	float: left;
}

#links {
	float: right;
}