/* Reset */
	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, input, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;list-style: none;text-decoration: none;
	}
	:focus { outline: 0; }
	ol li {
		list-style: decimal;
		margin: 8px 0;
		color: #4f4f4f;
	}
	
/* Globals */
body {
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: url(../img/body-bg.png) #660000 center repeat-y;
}	
/* COPY */
h1 {
	margin-bottom: 15px;
	color: #920202;
	font-size: 1.5em;
	font-weight: 400;
}
h2 {
	margin-bottom: 6px;
	color: #920202;
	font-size: 1.4em;
	font-weight: 400;
	clear: left;
}
h3 {
	margin-bottom: 6px;
	color: #920202;
	font-size: 1.2em;
	font-weight: 400;
}
p {
	font-size: 13px;
	color: #4f4f4f;
	margin-bottom: 15px;
}
blockquote {
	margin-left: 30px;
}
a { color: #8a0000; }
a:hover { color: #b00202; }
.clear { display: block; clear: both; }


/* SPRITES */
#header, h5 {
	background-image: url(../img/sprites-titles.png);
	background-repeat: no-repeat;
}

h5 {
	height: 25px;
	display: block;
	overflow: hidden;
	text-indent: 1000px;
	white-space: nowrap;
}

/* SIDEBAR */

.sidebox {
	width: 222px;
	margin-bottom: 15px;
	padding: 10px;
	display: block;
	background-image: url(../img/sprites-boxes.png);
	background-repeat: no-repeat;
	background-color: #f1f1dc;
	float: right;
	clear: right;
}

a.sidebox:hover {
	background-color: #e1e3ca;
}

.sidebox .copy {
	width: 160px;
	margin: 2px 5px 0;
	text-align: justify;
	display: block;
	color: #666;
}

.sidebox .copy ul {
	padding: 0 25px 0 0;
}

.sidebox .copy li {
	width: 120px;
	text-align: right;
	margin-top: 2px;
	font-weight: bold;
}

#happening-now {
	height: 92px;
	background-position: right 0;
}

#quickbook-tips {
	height: 113px;
	background-position: right -112px;
}
#client-portal {
	background: url(/img/client-portal.png) no-repeat;
}
#kat-blog-side { height: 56px; background-position: right -320px; }
#chuck-blog-side { height: 56px; background-position: right -396px; }

#forms-center-side { height: 54px; background-position: right -246px; }
#sb-kit-side { background-image: none; }

#happening-now h5 { width: 158px; background-position: left -103px; }
#quickbook-tips h5 { width: 160px; background-position: -160px -103px; }
#kat-blog-side h5 { width: 148px; background-position: 0 -128px; }
#chuck-blog-side h5 { width: 138px; background-position: -156px -128px; }
#forms-center-side h5 { width: 140px; background-position: -320px -103px; }


/* HOME BOTTOM BOXES */
.bottombox {
	width: 327px;
	padding: 10px 0 10px 0;
	float: left;
	display: block;
}
.bottombox h5 {
	height: 26px;
	margin: 5px 16px 0;
	display: block;
	overflow: hidden;
	text-indent: 1000px;
	white-space: nowrap;
}
.bottombox .copy {
	
	display: block;
	color: #666;
}

#forms-center {
	height: 207px;
	background-image: url(../img/sprites-bottombox.png);
	background-repeat: no-repeat;
	background-position: right 0;
}

#forms-center .copy {
	width: 142px;
	margin: 50px 15px;
}

#sb-kit {
	height: 207px;
	margin: 0 8px;
	background-color: #f1f1dc;
}
#sb-kit h5, #sb-kit-side h5 {
	width: 198px;
	background-position: -462px -103px;
}
#sb-kit .copy {
	width: 135px;
	margin: 10px 15px 0;
	float: left;
}

#sb-form-small {
	margin: 30px 0 0;
}
#sb-form-small .textbox {
	width: 125px;
}
.sb-form {
	float: left;
	width: 130px;
	color: #990000;
	font-weight: bold;
}

.blog {
	width: 310px;
	height: 90px;
	margin: 0 0 7px;
	background-image: url(../img/sprites-bottombox.png);
	background-repeat: no-repeat;
	padding: 10px 0 10px 0;
	float: left;
	display: block;
}

.blog .copy {
	width: 210px;
	
	display: block;
	color: #666;
	margin: 40px 15px 0;
}


#kat-blog {
	background-position: right -227px;
}
#chuck-blog {
	background-position: right -337px;
}


/* FORM ELEMENTS */
#contact_form {
	float: left;
	margin-top: 20px;
}

#contact_form label {
	width: 110px;
	margin-right: 5px;
	text-align: right;
	display: block;
	float: left;
}

.textbox {
	background: #fff;
	border: 1px solid #666;
	padding: 1px;
	margin: 0 0 5px;
}

.btn {
	text-transform: uppercase;
	border: 1px solid #990000;
	background: #880000;
	padding: 2px 5px 3px;
	color: #fff;
	font-size: 11px;
	width: auto;
	overflow: visible;
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0 0 4px #888;
	-moz-box-shadow: 0 0 4px #888;
	float: right;
}
.btn:hover {
	background: #990000;
}

/* LAYOUT */
#container {
	width: 982px;
	margin: 0 auto;
}

#header {
	height: 134px;
	background-position: right 32px;
	overflow: hidden;
}

#logo {
	margin: 24px 24px 0;
}

#nav {
	width: 952px;
	float: right;
	text-align: right;
}

#nav a {
	margin-left: 20px;
	font-size: 16px;
	color: #ccc;
}

#nav a:hover, #nav .active, #nav .active:hover {
	color: #fff;
}


/* FORMS CENTER */
.forms-copy {
	float: left;
}
.form-list {
	margin-left: 20px;
	float: left;
	
}
.form-list h3 { margin: 10px 0 6px; }
.form-list ul {
	width: 250px;
	margin-bottom: 15px;
}

.form-list ul li a {
	color: #4f4f4f;
	display: block;
	font-weight: bold;
	margin: 5px 6px;
}



/* BREADCRUMB NAVIGATION */
#breadcrumb {
	height: 12px;
	margin-bottom: 15px;
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
}
#breadcrumb a {
	padding-right: 12px;
	line-height: 12px;
	text-decoration: none;
	background: url('/img/arrow.png') right 1px no-repeat;
}

#pagination {
	height: 14px;
	margin: 5px 0 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	float: right;
}

#inner-container {
	width: 952px;
	background: #fff;
	padding: 10px 15px 5px;
	margin: 0 auto 10px;
}

#content {
	width: 645px;
	float: left;
	margin-left: 30px;
}

#sidebar {
	float: right;
	margin-top: 38px;
}

.result {
	margin: 0 0 25px;
	border-bottom: 1px solid #ccc;
}

#footer {
	color: #fff;
	width: 1000px;
	margin: 15px auto;
	font-size: 11px;
	text-align: center;
	clear: both;
}
#footer_left {
	margin-left: 15px;
	float: left;
}
#footer_right {
	float: right;
	margin-right: 15px;
}
#footer_nav {
	margin: 0 auto;
}
#footer_nav a {
	margin: 0 5px;
}
#footer a {
	color: #ccc;
	text-transform: uppercase;
}
