@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline: none;
	}
	
.clr {
	clear: both;
	}
	
body {
	background: url(../images/background.gif);
	font: 12px Arial, Helvetica, sans-serif;
	}
	
a {
	color: #cc0000;
	}
	
img {
	border: none;
	}
	
a:hover {
	text-decoration: none;
	}
	
#wrapper {
	width: 766px;
	margin: 10px auto;
	background: #f3f3f3;
	}
	
#header {
	background: #2B2B2B;
	height: 88px;
	padding: 0 21px 0 0;
	}
	
#secondary #header {
	margin-bottom: 15px;
	}
	
#blogfeed {
	margin-bottom: 15px;
	background: #700B0B;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding: 10px;
	}
	
#fromourblog {
	width: 137px;
	height: 33px;
	background: url(../images/fromourblog_bg.gif);
	float: left;
	margin-top: 3px;
	}
	
#fromourblog a {
	color: #fff;
	text-decoration: none;
	}
	
#fromourblog p {
	font-size: 18px;
	line-height: 33px;
	text-align: center;
	}
	
#blogentry a {
	font-size: 18px;
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
	}
	
#blogentry {
	width: 599px;
	float: right;
	}
	
#blogentry p {
	font-size: 13px;
	}
	
#nav {
	list-style: none;
	font: bold 16px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	width: 205px;
	padding-left: 15px;
	}
	
#nav a {
	display: block;
	height: 33px;
	padding-left: 60px;
	line-height: 31px;
	text-decoration: none;
	color: #333;
	background: url(../images/nav_arrow.gif) no-repeat 35px center;
	border-bottom: 1px dotted #ccc;
	}
	
#nav a:hover {
	background: url(../images/nav_arrow_on.gif) no-repeat 35px center;
	color: #cc0000;
	}
	
#flash {
	float: right;
	}
	
#services {
	border-top: 1px dotted #ccc;
	background: #fff;
	}
	
.servicesbox {
	width: 255px;
	float: left;
	padding-bottom: 20px;
	}
	
.servicesbox h1 {
	font: bold 16px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	background: url(../images/services_header_bg.gif);
	color: #0071BC;
	text-transform: uppercase;
	line-height: 23px;
	padding: 10px 5px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
	}
	
.servicesbox h1 img {
	float: left;
	margin: 0 5px 0 10px;
	}

.servicesbox p {
	margin: 1em 15px;
	}
	
.servicesbox a {
	font-weight: bold;
	color: #cc0000;
	float: right;
	}
	
#accountingbox {
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	width: 254px;
	}
	
#testimonials {
	width: 225px;
	padding: 15px;
	border-right: 1px dotted #ccc;
	}
	
#testimonials h1 {
	font: bold 18px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin-bottom: 1em;
	color: #333;
	}
	
#testlist {
	list-style: none;
	font: italic bold 14px Arial, Helvetica, sans-serif;
	line-height: 1.4;
	color: #102538;
	height: 235px;
	border: 2px solid #cc0000;
	}
	
#testlist li {
	padding: 10px;
	}
	
#painless {
	float: right;
	width: 497px;
	padding: 15px 0 0 10px;
	margin-bottom: 15px;
	}
	
#painless h1 {
	font: bold 18px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #333;
	}
	
#painless h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #cc0000;
	margin: 1em 0;
	}
	
#painless .moreinfo {
	padding-top: 1em;
	}
	
#painless .moreinfo a {
	font-weight: bold;
	float: right;
	}
	
#painless ul {
	margin-left: 1em;
	padding-left: 1em;
	list-style-type: square;
	}
	
#content {
	float: right;
	text-align: left;
	width: 500px;
	margin-bottom: 15px;
	padding-right: 15px;
	}
	
#content h1 {
	font: bold 15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #cc0000;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 15px;
	text-transform: uppercase;
	}
	
#content h2 {
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #cc0000;
	}

#content h3 {
	font: bold 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #191919;
	}
	
#content p {
	margin-bottom: 1em;
	line-height: 1.5;
	}
	
#content ul {
	margin: 0 0 1em 1em;
	padding-left: 1em;
	list-style-type: square;
	line-height: 1.5;
	}
	
#content li {
	margin-bottom: 5px;
	}
	
#content #pdflist {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.1;
	font-size: 11px;
	}
	
#content #pdflist li {
	margin-bottom: 1em;
	list-style-type: none;
	}
	
#content #pdflist a {
	font-size: 12px;
	}
	
.indent {
	margin: 3px 0 0 26px;
	}
	
.rightimage {
	float: right;
	margin: 0 0 1em 1em;
	}
	
#footer {
	background: #191919;
	color: #ccc;
	clear: both;
	height: 50px;
	padding-right: 15px;
	}

#footer p {
	text-align: right;
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 50px;
	}
	
#footer a {
	color: #fff;
	text-decoration: underline;
	}
	
#footer a:hover {
	text-decoration: none;
	}
