/*
Theme Name: Two Nine Web Design
Theme URI: http://www.twoninewebdesign.com/
Description: The Two Nine Web Design theme that runs the site.
Author: Nick Fabrizio URI:
Version: 1.2
General comments/License Statement if any.

*/


#sidebar li.tabbed-widget {
	background-color: #f5f5f5;
	color: #484848;
}
#sidebar li.tabbed-widget h4 a {
	color: #fff;
	font-weight: bold;
	height: 27px;
	background-color: #900028;
	text-decoration: none;
}
#sidebar li.tabbed-widget .textwidget {
	padding: 12px 23px;
}
.tw-accordion .ui-state-default a {
	background: url('../images/onlight-accordion-closed.png') no-repeat 100% 50%;
}
.tw-accordion .ui-state-active a {
	background: url('../images/onlight-accordion-closed.png') no-repeat 0 50%;
	text-decoration: none;
}




body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #A60800; /* was #AC1710 */
	background-image: url(images/background2.jpg);
	margin: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
a img {
	border-width: 0px;
}
#mainContent a:link {
	color: #BF3730;
	text-decoration: underline;
}
#mainContent a:visited {
	color: #81241F;
}
#mainContent a:active {
	color: #F00;
}
#mainContent a:hover  {
	color: #FFF;
	background-color: #BF3730;
}
#mainContent a:focus {
	color: #BF3730;
}

h1 {
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h2 {
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	clear: left;
}
h3 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h4 {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#container {
	width: 956px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	height: 182px;
	width: 956px;
}
#header-l {
	background-image: url(images/header-l.png);
	background-repeat: no-repeat;
	height: 182px;
	width: 341px;
	padding: 0;
	float: left;
}
#header-l .logo {
        margin-left: 20px;
        width: 318px;
        height: 173px;
}
#header-r {
	background-image: url(images/header-r.png);
	margin: 0px;
	padding: 0px;
	float: right;
	height: 182px;
	width: 615px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#navbar {
	width: 956px;
	margin: 0px;
	padding: 0px;
	height: 48px;
}
#navctr {
	text-decoration: none;
	clear: none;
	height: 38px;
	width: 778px;
	background-color: #BF3730;
	margin: 0 auto;
/*	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 113px;
*/	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	color: #FFF;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	float: left;
}
#navctr a {
	color: #FFF;
	text-decoration: none;
	line-height: 38px;
	padding: 0 16px;
/*	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 12px;
*/      margin-left: 0px;
        display: block;
}
#navctr a:hover {
	text-decoration: none;
	color: #BF3730;
	background-position: right;
	background-color: #FFF;
}
#navctr p {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#navleft {
	background-image: url(images/nav-l.png);
	margin: 0px;
	padding: 0px;
	float: left;
	height: 48px;
	width: 113px;
}
#navright {
	background-image: url(images/nav-r.png);
	margin: 0px;
	padding: 0px;
	float: right;
	height: 48px;
	width: 65px;
}
#dripleft {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 38px;
	width: 54px;
	background-image: url(images/drip-l.png);
}
#dripright {
	background-image: url(images/drip-r.png);
	padding: 0px;
	float: right;
	height: 12px;
	width: 28px;
	margin: 0px;
	background-repeat: no-repeat;
}
.shadowright {
	background-image: url(images/dropshadow-r.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: right top;
}
.shadowleft {
	background-image: url(images/dropshadow-l.png);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
}
#shadowguidel {
	clear: none;
	margin-left: 16px;
}
#contents {
	margin: 0px;
	padding: 0px;
	width: 956px;
}
#topContent1 {
	background: #FFFFFF;
	clear: none;
	font-family: Verdana, Geneva, sans-serif;
	width: 833px;
	margin-left: 26px;
	border-right-width: 23px;
	border-left-width: 23px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF4940;
	border-left-color: #FF4940;
	margin-top: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	margin-bottom: 0px;
	height: 26px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-right: 0px;
	display: block;
}
#topContent2 {
	background: #FFFFFF;
	clear: none;
	font-family: Verdana, Geneva, sans-serif;
	width: 833px;
	margin-left: 26px;
	border-right-width: 23px;
	border-left-width: 23px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF4940;
	border-left-color: #FF4940;
	margin-top: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	margin-bottom: 0px;
	height: 12px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-right: 0px;
}
#mainContent {
	background: #FFFFFF;
//	clear: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	width: 828px;
	margin-left: 5px;
	border-right-width: 23px;
	border-left-width: 23px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF4940;
	border-left-color: #FF4940;
	margin-top: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	overflow: auto;
}
#mainContent h1 {
	margin: 0px;
	padding: 0px;
}
#mainContent img a:hover {
	background-color: #fff;
}
#sidebar a.noback:hover {
	background-color: #fff;
}
#mainContent .addtoany_share_save_container a:hover{
	background-color: #fff;
}
.clearfix:after {
   	content: ".";
   	visibility: hidden;
   	display: block;
   	height: 0;
   	clear: both;
}
#content.narrowcolumn {
//	float:left;
	clear: none;
	width: 605px;
}
#sidebar {
	width: 200px;
	height: 100%;
	border-left: solid 2px #000;
	float: right;
	padding: 0px 0px 0px 10px;
	margin-left: 10px;
//	margin-right: 50px;
	overflow:hidden;
}
#sidebar ul li {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}
#sidebar li {
	list-style-type: none;
}
#sidebar ul {
	padding-left: 0px;
	margin-left: 0px;
}
#search-text.textfield {
	width: 190px;
}
.interior-wrapper {
	overflow: auto;
}
#content {
	width: 600px;
	float:left;
	clear: none;
}

#footer {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FC7A0C;
	width: 894px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: center;
}
#footer a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000;
	text-decoration: none;
	text-align: center;
}
#footer a:hover  {
	text-decoration: none;
	color: #BF3730;
}
#container #footer a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #81241F;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}
#mainContent table {
	padding: 0px;
	width: 98%;
	border: 5px solid #BF3730;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#mainContent .td25c  {
	padding: 5px;
	width: 25%;
	border: 3px solid #FF4940;
	font-size: 0.9em;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
}
#mainContent .th25 {
	font-size: 1.1em;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 5px;
	vertical-align: middle;
	color: #FFF;
	background-color: #FF4940;
	font-weight: bold;
	width: 25%;
	border: 1px solid #FFF;
}
#mainContent .td25l {
	width: 25%;
	border: 3px solid #FF4940;
	font-size: 0.7em;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 5px;
}
#mainContent table ul  li{
	padding: 0px;
	text-align: left;
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
}
#mainContent table p {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}


#mainContent .td50l {
	width: 50%;
	border: 3px solid #FF4940;
	font-size: 0.7em;
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 5px;
}
#mainContent .td50c {
	padding: 5px;
	width: 50%;
	border: 3px solid #FF4940;
	font-size: 0.7em;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
}
#mainContent .th50 {
	font-size: 1.1em;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 5px;
	vertical-align: middle;
	color: #FFF;
	background-color: #FF4940;
	font-weight: bold;
	width: 50%;
	border: 1px solid #FFF;
}

#navctr .menu-header,
div.menu {
	margin-left: 0px;
	width: 778px;
	background-color: #BF3730;
}
#navctr .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navctr .menu-header li,
div.menu li {
	float: left;
	position: relative;
}

#navctr ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px; 
	z-index: 99999;
/*	clear: none;
*/}
#navctr ul ul li {
	min-width: 180px;
}
#navctr ul ul ul {
	left: 100%;
	top: 0;
}
#navctr ul ul a {
	background: #FFF;
	color: #BF3730;
	line-height: 1em;
	padding: 10px;
	width: 180px;
	height: auto;
}
#navctr li:hover > a {
	text-decoration: none;
	color: #BF3730;
	background-position: right;
	background-color: #FFF;
}

#navctr ul ul :hover > a {
	text-decoration: none;
	color: #FFF;
	background-position: right;
	background-color: #BF3730;
}
#navctr ul li:hover > ul {
	display: block;
}
#navctr ul li.current_page_item > a,
#navctr ul li.current-menu-ancestor > a,
#navctr ul li.current-menu-item > a,
#navctr ul li.current-menu-parent > a {
	text-decoration: none;
	color: #BF3730;
	background-position: right;
	background-color: #FFF;
}
* html #navctr ul li.current_page_item a,
* html #navctr ul li.current-menu-ancestor a,
* html #navctr ul li.current-menu-item a,
* html #navctr ul li.current-menu-parent a,
* html #navctr ul li a:hover {
	text-decoration: none;
	color: #BF3730;
	background-position: right;
	background-color: #FFF;
}






#footer .menu-footer,
div.menu {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FC7A0C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: center;
}
#footer ul {
	text-align: center;
	display: inline;
}
#footer li {
	display: inline;
}
#footer .menu-footer ul,
div.menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#footer ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px; 
	z-index: 99999;
}
#footer ul ul li {
	min-width: 180px;
}
#footer ul ul ul {
	left: 100%;
	top: 0;
}
#footer li:hover > a {
	text-decoration: none;
	color: #BF3730;
}

#footer ul ul :hover > a {
	text-decoration: none;
	color: #BF3730;
}






/*----------WP stuff----------*/
.alignleft,img.alignleft {
	display: inline;
	float: left;
	margin: 15px 15px 15px 0px;
}
.alignright,img.alignright {
	display: inline;
	float: right;
	clear: right;
	margin: 15px 15px 15px 15px;
}
.aligncenter,img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,img.alignright,img.aligncenter {
	margin-bottom: 12px;
}
#mainContent p.wp-caption-text {
        font-size: 0.9em;
        font-style: italic;
  	margin: 0px;
        padding: 0px 5px;
}

/*---------------------------- Client feedback form styles --------------------*/
#ninja_forms_form_1 #ninja_forms_field_1_label,
#ninja_forms_form_1 #ninja_forms_field_2_label,
#ninja_forms_form_1 #ninja_forms_field_3_label,
#ninja_forms_form_1 #ninja_forms_field_4_label,
#ninja_forms_form_1 #ninja_forms_field_5_label {
	width:335px;
	display:inline-block;
}
#ninja_forms_form_1 .field-wrap, 
#ninja_forms_form_1 #ninja_forms_required_items {
	margin-bottom:15px;
}
#ninja_forms_form_1 div.rating-cancel,
#ninja_forms_form_1 div.ninja-forms-star-rating {
	margin-right:25px;
}
#ninja_forms_form_1 div.rating-cancel a:hover,
#ninja_forms_form_1 div.ninja-forms-star-rating a:hover {
	background-position:0 -32px;
	background-color:transparent;
}
#ninja_forms_form_1 .ratingLabels {
	float:right;
	clear:none;
	font-size:0.7em;
	margin:0px 5px 15px 60px;
}