/*
Theme Name: Backroom Management
Theme URI: http://www.herenextyear.com
Description: Customized Theme for BackroomManagement.com from HereNextYear.com
Version: 1.6
Author: Travis Watson
Author URI: http://www.herenextyear.com/
Tags: Backroom,Management,Backroom Management,HereNextYear

*/



/* daves additions begin here */

#headline h1 {
font-size:28px;
font-family:helvetica;
font-weight:bold;
letter-spacing:-1px;
line-height:32px;
margin-left:-15px;
width:550px;
color: #2e9745;
}

#headline {
margin-bottom:40px;
margin-left:15px;
}

#headlineinside {
margin-bottom:2px;
}

#headlineinside h3 {
font-size:28px;
font-family:helvetica;
font-weight:normal;
letter-spacing:-1px;
line-height:32px;
margin-top:8px;
width:650px;
color: #2e9745;
}

#subpageh1 h1 {
font-size:14px;
font-family:helvetica;
font-style:italic;
margin-top:0px;
margin-bottom:-20px;
margin-left:0px;
margin-right:0px;
color: #005693;
}


#features p {
font-size:13px;
font-family:helvetica;
font-weight:normal;
line-height:15px;
}

#features li {
font-size:13px;
font-family:helvetica;
font-weight:normal;
line-height:15px;
margin-bottom:8px;
margin-left:20px;
}

#features ul {
margin-left:10px;
}


#features a {
color: #005693;
}

#features b {
font-weight:bold;
}


#bodytext {
font-size:16px;
font-family:helvetica;
font-weight:normal;
line-height:22px;
margin:0px;
padding:0px;
}

#bodytext strong {
font-weight:bold;
}


#bodytext a {
color: #005693;
}

#bodytext h2 {
font-size:26px;
line-height:30px;
font-family:helvetica;
margin-top:25px;
margin-bottom:6px;
color: #005693;
}


#pagecta {
border: 1px solid #cfcfcf;
margin-top:48px;
margin-left:-5px;
padding:10px;
background:#e7fcdf;
}

#pagecta p {
font-size:16px;
margin: 0px 10px 0px 0px;
line-height:20px;}

/* daves additions end here */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #f3f2bf;
}

* {
	-moz-outline: none;
	outline: none;
}

img {
	border: 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.clearboth {
	clear: both;
}

/*
####################################
# Header                           #
####################################
*/
#header {
	width: 960px;
	height: 142px;
	padding: 0 9px;
	margin: 0 auto;
	position: relative;
	background: url('img/header.jpg') no-repeat 0 0;
}

#header a {
	position: absolute;
	display: block;
	text-indent: -999em;
}

#header_logo {
	left: 33px;
	top: 24px;
	width: 485px;
	height: 80px;
}

#client_login {
	left: 834px;
	top: 16px;
	width: 105px;
	height: 25px;
}

#tech_support {
	left: 726px;
	top: 70px;
	width: 225px;
	height: 18px;
}

#accounting_business_help {
	left: 680px;
	top: 73px;
	width: 266px;
	height: 38px;
}

/*
####################################
# Menu                             #
####################################
*/
#headermenu {
	display: block;
	width: 960px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	position: relative;
	width: 978px;
	height: 56px;
	background: url('img/menu.png') no-repeat 0 0;
}

#headermenu li {
	float: left;
	text-indent: -999em;
	position: absolute;
	top: 0;
	height: 56px;
	margin: 0;
	padding: 0;
	background-image: url('img/menu.png');
	background-repeat: no-repeat;
}

#headermenu li a {
	display: block;
	width: 100%;
	height: 100%;
}


#menu_1 {
	left: 29px;
	width: 54px;
	background-position: -29px 0;
}




#menu_2 {
	left: 80px;
	width: 135px;
	background-position: -80px 0;
}

#menu_3 {
	left: 214px;
	width: 136px;
	background-position: -214px 0;
}

#menu_4 {
	left: 350px;
	width: 188px;
	background-position: -350px 0;
}

#menu_5 {
	left: 484px;
	width: 150px;
	background-position: -484px 0;
}

#menu_6 {
	left: 634px;
	width: 94px;
	background-position: -634px 0;
}

#menu_7 {
	left: 729px;
	width: 60px;
	background-position: -729px 0;
}


#menu_8 {
	left: 788px;
	width: 161px;
	background-position: -788px 0;
}

#menu_1:hover, #menu_1.ie6hover, #menu_1.current_page_item {
	background-position: -29px -56px;
}

#menu_2:hover, #menu_2.ie6hover, #menu_2.current_page_item {
	background-position: -80px -56px;
}

#menu_3:hover, #menu_3.ie6hover, #menu_3.current_page_item {
	background-position: -214px -56px;
}

#menu_4:hover, #menu_4.ie6hover, #menu_4.current_page_item {
	background-position: -350px -56px;
}

#menu_5:hover, #menu_5.ie6hover, #menu_5.current_page_item {
	background-position: -484px -56px;
}

#menu_6:hover, #menu_6.ie6hover, #menu_6.current_page_item {
	background-position: -634px -56px;
}

#menu_7:hover, #menu_7.ie6hover, #menu_7.current_page_item {
	background-position: -729px -56px;
}

#menu_8:hover, #menu_8.ie6hover, #menu_8.current_page_item {
	background-position: -788px -56px;
}


/*
####################################
# Content                          #
####################################
*/
#container {
	width: 960px;
	background: url('img/bg_content.gif') repeat-y 0 0;
	margin: 0 auto;
	padding: 40px 9px;
}

#content {
	float: left;
	width: 938px;
	margin: 0;
	padding: 0 11px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #3e3e3e;
	font-size: 13px;
	line-height: 1.4em;
}

#content.subpage {
	width: 668px;
margin-left:15px;

}

#content h3 {font-style:normal;margin-top:22px;}


#content h1.post_header {
	margin: 1em 0;
	background: none;
font-size:18px;

}





#content h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 0px;
}

#content p {
margin-bottom:15px;
margin-top:15px;
}

#content a {
	color: #206BA4;
}

#content a:hover {
	color: #54A4DE;
}

#content ul {
	padding: 0;
	list-style: none;
}

#content li {
	margin: 5px 0 5px 10px;
	padding: 0 0 0 10px;
}

#content ul li {
	background: url('img/bullet4.gif') no-repeat 0 0.6em;
}

/* Order Table */


#comparisontable .item {
	width: 40%;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #206BA4;
	padding-left: 5px;
}

#comparisontable .check {
	width: 15%;
	text-align: center;
	border: 1px solid #206BA4;
}

#comparisontable .price {
	text-align: center;
	background-color: #206BA4;
	border: 1px solid #206BA4;
	color: #FFF;
	vertical-align: bottom;
}

#comparisontable .order {
	text-align: center;
}

/*
####################################
# Sidebar                          #
####################################
*/
#sidebar {
	width: 221px;
	float: right;
	background: url('img/sidebar_bg.gif') repeat-y 0 0;
	font-family: Tahoma, Geneva, sans-serif;
	color: #3e3e3e;
	font-size: 13px;
}

#sidebar .divider {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

#socialmedia {
	text-align: center;
	padding: 0 0 0 9px;
}

#socialmedia img {
	display: inline;
	margin: 0 4px;
}

.sidebarsection {
	padding: 0 20px 0 29px;
	margin: 30px 0;
}

.sidebarsectionheader {
	margin-left: -11px;
	margin-right: -20px;
	display: block;
}

#freereport p {
	text-align: center;
	font-size: 13px;
}

#freereport .fr_text {
	background-color: #dbdbdb;
	color: #3e3e3e;
	border: 1px solid #3e3e3e;
	display: block;
	width: 80%;
	margin: 5px auto;
}

#fr_submit {
	display: block;
	width: 112px;
	height: 0;
	padding-top: 27px;
	margin: 10px auto;
	background: url('img/claimreportbg.png') no-repeat 0 0;
}

#fr_submit:hover {
	background-position: 0 -27px;
}

.sidebarsection ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

.sidebarsection li {
	margin: 10px 0;
	padding: 0 0 0 10px;
	list-style: none;
	background: url('img/bullet2.gif') no-repeat 0 0.4em;
}

.sidebarsection li a {
	color: #3e3e3e;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

.sidebarsection li a:hover {
	color: #206ba4;
}

/*
####################################
# Footer                           #
####################################
*/
#footer {
	width: 978px;
	padding: 0;
	margin: 0 auto;
	background: url('img/footer_bg.gif') repeat-y 0 0;
	font-family: Tahoma, Geneva, sans-serif;
}

#footermenu {
	width: 880px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
}

#footermenu h1 {
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

#footermenu ul {
	margin: 0 25px;
	padding: 0;
	list-style: none;
}

#footermenu li {
	float: left;
	margin: 0;
	padding: 0 12px 30px 0;
	width: 281px;
	background: url('img/footer_divider.gif') no-repeat top right;
}

#footermenu .nodiv {
	padding: 0;
	background: none;
}

#footermenu li li {
	float: none;
	background: url('img/bullet1.gif') no-repeat 0 11px;
	padding: 0 0 0 10px;
	margin: 0;
	width: 251px;
}


#footermenu li {
	font-size: 13px;
	line-height: 100%;
	text-decoration: none;
	color: #ffffff;
}
#footermenu li a {
	font-size: 13px;
	line-height: 100%;
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 0;
}

#footermenu li a:hover {
	background-color: #2680b6;
}

#copyline {
	clear: both;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	padding: 15px 0;
}




.ddet_div {
  margin: 9px 0px 15px 0px;
  padding: 8px;
  background: #ffffcc;
  border: 2px dashed #005693;
}

.ddet_div li {
font-size:.85em;
line-height:1.3em;
}
