/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-size: 100%;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background: #000;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body,td,th {
	font: bold 12px/140% Arial, Helvetica, sans-serif;
}
p {
	margin-bottom: 18px;
}
h1  {
	color: #000;
	margin-bottom: 15px;
	font-size: 16px;
	border-bottom: 1px solid #CF9D49;
	text-align: center;
	line-height: 175%;
}
h2 {
	font-size: 14px;
	color: #000;
	margin-bottom: 8px;
	border-bottom: 1px solid #D09D4C;
}
ul {
	margin-bottom: 18px;
}
a {
	color: #FFF;
}
div#container {
	width: 950px;
	margin: 0 auto;
	background: #FFF url(images/bg_content.gif) no-repeat 0px 210px;
	border-right: medium solid #DB9C51;
	border-left: medium solid #D99C4C;
}
div#nav {
	height: 18px;
	padding: 25px 0 0 0;
	background: url(images/bg_top.gif);
}
div#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div#nav li {
	display: inline;
}
div#nav a {
	float: left;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 0 65px 0 20px;
}
div#nav a:hover {
	color: #E20A18;
}
div#nav a.home {
	background: url(images/icon_home.gif) no-repeat 0px -1px;
}
div#nav a.testimonials {
	background: url(images/icon_testimonials.gif) no-repeat 0px -1px;
}
div#nav a.checklist {
	background: url(images/icon_checklist.gif) no-repeat 0px -1px;
}
div#nav a.contact {
	background: url(images/icon_contact.gif) no-repeat 0px -1px;
}
body#home a.home, body#testimonials a.testimonials, body#checklist a.checklist, body#contact a.contact {
	color: #D59B52;
}
div#left {
	float: left;
	width: 303px;
	color: #FFF;
	letter-spacing: 1px;
	line-height: 175%;
	padding: 0 10px;
}
div#left ul {
	margin-left: 35px;
}
div#right {
	float: right;
	width: 600px;
	height: 356px;
	padding: 0 10px 0 0;
	text-align: justify;
	color: #FFF;
	letter-spacing: 1px;
	overflow: auto;
}
div#footer {
	clear: both;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: center;
	padding: 10px;
}
ul.checklist li {
	background: url(images/bullet_checklist.gif) no-repeat;
	list-style: none;
	padding: 0 0 0 25px;
	margin: 0 0 0 20px;
}
.quoteauthor {
	font-weight: normal;
	color: #000;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.imagefloatright {
	float: right;
	margin-left: 8px;
}
.aligncenter {
	text-align: center;
}
.black {
	color: #000;
}
