/****************************************************

	Project: MD Bookkeeping Doctor, LLC - http://mdbookkeepingdoctor.com/
	File: default.css
	Creator: VIM Interactive, LLC
	Copyright: (c) 2010 - VIM Interactive, LLC
	
****************************************************/

/*****************************
	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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table,textarea, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
	background:#1ba2d4;
	font:12px normal Tahoma, Geneva, sans-serif;
	color:#626161;
	line-height: 1.6em;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
	color:#709f35;
}
.clear {
	clear:both;
}
h1,h2,h3,h4,h5,h6 {
	color:#555;
	text-transform: uppercase;
}
h1 {
	font-size:22px;
}
h2 {
	font-size: 13px;
}
.h1_subline {
	font-size: 12px;
	color: #709f35;
	margin-top:0;
	text-transform: uppercase;
}
p {
	margin:20px 0;
}
label {
	display: block;
	margin: 10px 0 2px 0;
	text-transform: uppercase;
	font-size: 12px;
}
input {
	border: 1px solid #c1dfec;
	padding:5px;
	margin-bottom: 15px;
	background:#fff url('../images/bg_input.jpg') repeat-x left bottom;
}
textarea {
	border: 1px solid #c1dfec;
	padding:5px;
	margin-bottom: 15px;
	background:#fff url('../images/bg_input.jpg') repeat-x left bottom;
}
select {
	border: 1px solid #c1dfec;
	padding:5px;
	margin-bottom: 15px;
	background:#fff;
	width:400px;
}
.btn {
	border: none;
	padding:0;
	background:none;
}
#quick_contact input {
     margin-bottom: 5px;
}
.margin_bottom {
	margin-bottom: 40px;
}

/*****************************
	Clear Fix - add to parent element to clear children
*****************************/

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*****************************
	Layout - Style
*****************************/

#wrapper {
	margin: 0 auto;
	width: 960px;
}
#header {
	background: url('../images/bg_header.jpg') no-repeat;
	height: 78px;
	position: relative;
}
#logo {
	float: left;
	display: inline;
	color:#fff;
	font-size: 24px;
	margin-top:10px;
	display:block;
	width: 450px;
	height: 59px;
	background:url('../images/logo.gif') no-repeat;
	text-indent: -9999px;
}
#top_content {
	height: 337px;
	background:url('../images/bg_top_content.jpg') no-repeat;
	position: relative;
	margin-bottom:17px;
}
#top_content div {
	padding: 30px 30px 0 30px;
	width:420px;
}
#top_content h1 {
	font-size: 26px;
}
#co_top_content {
	position: absolute;
	top:30px;
	right:27px;
	
}
#page_title {
	position: relative;
	margin-bottom:17px;
	height: 87px;
	background:url('../images/bg_page_header.jpg') no-repeat;
}
#page_title h1 {
	font-size:30px;
	padding:28px 0 0 30px;
}
#client_login a {
	width: 134px;
	height: 33px;
	font-size: 1%;
	text-indent: -9999px;
	display: block;
	background: url('../images/co_client_login.gif') no-repeat;
	position: absolute;
	left:60px;
	bottom:30px;
}
#client_login2 a {
	width: 134px;
	height: 33px;
	font-size: 1%;
	text-indent: -9999px;
	display: block;
	background: url('../images/co_client_login.gif') no-repeat;
	position: absolute;
	right:250px;
	bottom:25px;
}
#remote_access a {
	width: 167px;
	height: 36px;
	font-size: 1%;
	display: block;
	text-indent: -9999px;
	background: url('../images/co_remote_access.gif') no-repeat;
	position: absolute;
	left:300px;
	bottom:30px;
}
#remote_access2 a {
	width: 167px;
	height: 36px;
	font-size: 1%;
	display: block;
	text-indent: -9999px;
	background: url('../images/co_remote_access.gif') no-repeat;
	position: absolute;
	right:30px;
	bottom:25px;
}
#top_rounded_corners {
	background:url('../images/bg_top_rounded_corners.jpg') no-repeat;
	height: 4px;
}
#main_content {
	background:url('../images/bg_main_content.jpg') repeat-y;
}
#col1 {
	width:608px;
	padding:30px;
}
.hcol {
	float: left;
	display: inline;
}
#hcol1 {
	padding:30px 0 30px 30px;
	width: 289px;
}
#hcol2 {
	padding:30px;
	width: 289px;
}
.blog_summary_home {
	margin:5px 0 10px 0;
}
#hcol3 {
	padding:30px 20px 20px 20px;
	width: 252px;
}
#quote {
	width: 250px;
	background: url('../images/bg_quote_top.jpg') no-repeat;
}
#bottom_quote {
	width: 250px;
	background: url('../images/bg_quote_bottom.jpg') no-repeat left bottom;
}
#quote p {
	padding:20px 20px 15px 35px;
	margin:0;
}
#footer {
	color:#034675;
	background:url('../images/bg_footer.jpg') no-repeat;
	height: 110px;
}
#footer p {
	margin: 10px 5px;
}
#footer a {
	color: #034675;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/*--- Global Classes ---*/

.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
}
.margin_top_ten {
	margin:0 0 30px 0;
	padding:0;
}
.read_more {
	width: 67px;
	height: 25px;
	background:url('../images/btn_read_more.jpg') no-repeat;
	display: block;
	text-indent:-9999px;
	margin-bottom: 30px;
}
.ul_arrows {
	margin-left:5px;
	margin-top: 0;
}
.ul_arrows li a {
	text-transform: uppercase;
	display: block;
	font-size: 13px;
	background:url('../images/icon_arrow_green.gif') no-repeat 0 50%;
	padding-left: 20px;
	margin: 10px 0;
	text-decoration: none;
	color:#626161;
}
.ul_arrows li a:hover {
	text-decoration: underline;
}
.ul_cross {
	margin-bottom: 50px;
}
.ul_cross li {
	background:url('../images/icon_cross_green.jpg') no-repeat 0 50%;
	padding-left: 20px;
	margin: 10px 0;
	font-weight: bold;
}

/*****************************
	Main Navigation Styles
*****************************/

#nav {
	width: 389px;
	height: 16px;
	position: absolute;
	right:0;
	top:30px;
	background: url('../images/bg_nav.gif') no-repeat;
	margin:0;
	padding:0;
}
#nav li {
	float: left;
	list-style:none;
}
#nav li a {
	position: absolute;
	top:0;
	margin: 0;
	padding: 0;
	display: block;
	height: 16px;
	background:url('../images/bg_nav.gif') no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}
li#nav_hom a {
	left:0;
	width:48px;
	background-position:0 0;
}
li#nav_ser a {
	left:48px;
	width:80px;
	background-position:-48px 0;
}
li#nav_blo a {
	left:128px;
	width:53px;
	background-position:-128px 0;
}
li#nav_req a {
	left:181px;
	width:137px;
	background-position:-181px 0;
}
li#nav_con a {
	left:318px;
	width:71px;
	background-position:-318px 0;
}
li#nav_hom a:hover {
	background-position:0 -16px;
}
li#nav_ser a:hover {
	background-position:-48px -16px;
}
li#nav_blo a:hover {
	background-position:-128px -16px;
}
li#nav_req a:hover {
	background-position:-181px -16px;
}
li#nav_con a:hover {
	background-position:-318px -16px;
}
li#nav_hom a.active {
	background-position:0 -16px;
}
li#nav_ser a.active {
	background-position:-48px -16px;
}
li#nav_blo a.active {
	background-position:-128px -16px;
}
li#nav_req a.active {
	background-position:-181px -16px;
}
li#nav_con a.active {
	background-position:-318px -16px;
}

.blog_title a {
       text-decoration:none;
      color:#444;
}
.blog_post {
     margin-bottom:60px;
}