/*
 * Massive changes from original:
 * 1) removed "float: left" that was on a majority of elements
      these made it difficult to easily make a right column, have it position properly,
	  and display as expected in all browsers
 */
 
 /*--------------------------- HTML Elements -------------------------------*/
 
* {
	font-size: 12px;
}
body {
	margin:0px;
	padding:0px;
	font-family: verdana;
	color: #414141;
	background:#575757 url(/images/bg.jpg) repeat-x;
}
img {
	border: 0;
}
a {
	color: #890b0c;
}

a:hover, a:visited {
	color: red;
}
b.blue {
	color: #004276;
}
b.orange {
	color: #e86a10;
}
h1, h2, h3, h4, h5, h6 {
	color: #bf1502;
	font-weight: 400;
	margin: 0 0 18px 0;
	padding: 0px;
}
h1 {
	font-size: 18px;
	text-transform: uppercase;
}
h2 {
	font-size: 18px;
}

hr {
	color: #ddd;
}

#main_container ul {
	margin-bottom: 1em;
}
p.tiny, a.tiny {
	font-size: 10px;
}
/*--------------------------- Main Layout & Header(s) -------------------------------*/

#wrapper {
	margin:0 auto;
	padding:0px;
	width:960px;
}

#logo_area {
	margin:0px;
	padding:0px;
	width:960px;
	height:112px;
	background:#d6d6d6 url(/images/logo_bg.jpg) repeat-x;
}

#logo_area img {
	margin:0px;
	padding:63px 60px 0 0px;
	float:right;
}

#logo_div {
	margin:0px;
	padding:7px 0 0 62px;
	width:125px;
	float:left;
}

/*--------------------------- Top Navigation Bar -------------------------------*/

#nav {
	margin:0px;
	padding:0px;
	width:960px;
	background:url(/images/nav_bg.jpg) no-repeat;
	height:73px;
	position: relative;
}

#nav a{
	margin-left: 65px;
	text-decoration: none;
	color: #f1f1f1;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size:15px;
	width: auto;
	float:left;
	padding: 31px 0px 0px 0px;
}
#nav a:hover{
	/*text-decoration:underline;*/
	color: #e69c07;
	background-color: transparent;
	font-weight: bold;
	width: auto;
	font-family: "Arial Black", Gadget, sans-serif;
}

	/* New bullet list nav */
#nav ul, #nav ul li ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	width: auto;
	height: 73px;
	float: left;
}
#nav ul li ul {
	position: absolute;
	left: -999em;

	width: 960px;
	height: 226px;
	background-color: #fff;
	
/*	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
*/}
#nav ul li:hover ul, #nav ul li.sfhover ul {
	left: 0px;
	top: 65px;
}
	/* New bullet list sub-navs */
#services_menu {
	border-bottom: 1px solid #000;	
}

#services_menu li {
	width: 320px;
	display: block;
}
#services_menu a {
	margin-left: 0px;
	text-decoration: none;
	color: #000;
	width: auto;
	float:none;
	padding: 0px;
}
/*-------------------------- Header --------------------------*/

#header {
	margin:0px;
	padding:0px;
	width:960px;
/*	min-height: 100px;*/
	background-color: #fff; /* Resolves an issue with IE, on some pages with no header image, causing the header to be one line tall and show the page background */
}
#header img {
	margin:0px;
	padding:0px;
}

/*-------------------------- Wabbit Twacks --------------------------*/

#breadcrumbs {
		padding: 3px 0 0 3px;
}

#breadcrumbs a {
		text-decoration: none;
}
#breadcrumbs a:hover {
		text-decoration: underline;
}

/*------------------------ Content Area --------------------------*/

#main_container {
	margin:0px;
	padding:0px;
	width:960px;
	background:#e2e2e2 url(/images/con_bg.jpg) repeat-x;
	min-height:402px;
	height:auto !important;
	height:402px;
}
#main_container p {
	margin: 0px 0px 15px 0px;
	width:860px;
	text-align:justify;
	font-family: Verdana, Geneva, sans-serif;
}
#main_container p.focus {
	margin:0px;
	float:left;
	text-align:justify;
}
#main_container p.you {
	margin:0px;
	float:left;
	text-align:justify;
}

/*---------------------------- Main content for single and dual column layouts ----------------------*/

#single_container, #left_container, #left_container_half {
	margin-left: 40px;
	padding: 20px 0px 0px 0px;
}
#single_container.marginright {
	margin-right: 40px;
}

/*---------------------------- Left & Right (2 column layout) ---------------------------------------*/
#left_container, #left_container p {
	width: 575px;
}
#left_container, #left_container_half, #left_nav {
	float: left;
	padding-right: 0px;
}

#right_container, #right_container_half {
	width: 258px;
	display: block;
	padding-top: 20px;
	float: left;
	margin: 0 0 0 40px;
}

#right_container p {
	margin: 0 0 8px 0;
	width: auto;
}
#left_container_half, #right_container_half {
	width: 400px;
}
	/* 'Pretty' Boxes for right container */
.right_box {
	background-image:url(/images/testimonials-box-background.png);
	border-bottom: 2px solid #bf1502;
}

.right_box .content {
	margin: 5px;	
}

.right_box_bottom {
	background-color: #bf1502;
	text-align: right;
	padding: 3px;
}

.right_box_bottom a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}
.right_box_bottom a:hover {
	text-decoration: underline;
}

/*---------------------------- Left & Right (2 column, left nav layout) ---------------------------------------*/
#left_nav {
	width: 175px;
	margin: 0 25px 0 0;
	padding: 0px 0px 0px 0px;
	border-right: 1px dotted #000;
}

#left_nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#right_content {
	margin: 0 15px 0 200px;
}

#right_content p {
	width: auto;
}
/*---------------------------- Footer ---------------------------------------*/

#footer {
	margin:0px;
	padding:0px;
	width:960px;
	min-height:142px;
	height:auto !important;
	height:142px;
	background:#c5c5c5 url(/images/footer_bg.jpg) no-repeat;
}
#footer p {
	margin:0px;
	padding:100px 0 0 1px;
	font-family:verdana;
	font-size:10px;
	color:#575757;
	text-align:center;
	line-height:14px;
	width:960px;
}
#footer a {
	margin:0px;
	padding:0px;
	color:#575757;
	text-decoration:underline;
	font-size:10px;
}
#footer a:hover {
	margin:0px;
	padding:0px;
	color:#c41200;
	text-decoration:none;
}
#wrapper #main_container .style1 {
	font-family: Verdana, Geneva, sans-serif;
}
.sdfg {
	font-size: 36px;
}

/*---------------------------- Inside JQuery Tabs ---------------------------------------*/

#tabs {
	line-height: 15px;
}

#tabs ul li {
	padding-bottom: 5px;
}

#tabs dt {
	font-weight: bold;
	color: #004276;
}
#tabs dd {
	margin: 3px 0 10px 0;
}

/*---------------------------- JQuery Cycle Plug-in ---------------------------------------*/

/* Thumbed versions */
.cycle-thumbs {
	background-color: #fff;
	border: 1px solid #b5b5b5;
}
.cycle-thumbs img {

}
.cyclethumbsnav {
	width: 298px;
}
.cyclethumbsnav img {
	border: 1px solid #ccc;
	margin: 2px;
}

/*---------------------------- Misc. classes ---------------------------------------*/

.center {
	text-align: center;
}
.right {
	float: right;	
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bold {
	font-weight: bold;
}
/*---------------------------- Misc. classes : Pretty Tables ---------------------------------------*/
.pretty td, .pretty th {
	margin: 0px;
	padding: 2px;
}
.pretty th {
	background-color:#004276;
	color: #fff;
}

.pretty tr {

}

.pretty td {
	font-weight: bold;
	font-size: 11px;
	border: 1px solid #ccc;
}

td.checked {
	background-image:url(/images/green-check.png);	
	background-repeat: no-repeat;
	background-position: center;
}

/*---------------------------- Misc. classes : Icons ---------------------------------------*/
.iconbar {

}
.icon {
	text-align: center;
	font-size: 10px;
	width: 75px;
	float: left;
	margin: 10px 0 0 10px;
	display: block;
}
.icon img {
	border: 0px;
}
.icon a {
	color: #000;
}

/*---------------------------- Misc. : Forms ---------------------------------------*/

#contactform div.misc, .hidden { display: none; } /* spambot field */
#contactform p {
	clear: both;
	margin: 0 inherit;
	padding: 2px inherit;
}
#contactform label {
	width: 150px;
	height: 25px;
	line-height: 25px;
	float: left;
}
#contactform label.error {
	color: red;
	font-size: 11px;
	float: none;
	padding: 2px;
	margin-left: 1px;
	position: relative;
	z-index: 1000;
	background-color: #fff;
	border: 1px solid #bbb;
}
#contactform input {

}
#contactform textarea {

}
#contactform div.formbuttons {
	clear: both;
	padding: 15px 0 0 0;
}

/*---------------------------- Misc. : Quote Forms ---------------------------------------*/
#quote-form-container {
	
}
#quote-form-container label.checkbox {
	padding-left: 30px;
	height: 35px;
	line-height: 35px;
	background-image: url(/images/web-quote-form/checkbox.png);
	background-repeat: no-repeat;
	background-position: left;
	border: 0;
	background-color: transparent;
}
#quote-form-container label.checkbox.ui-state-active {
		background-image: url(/images/web-quote-form/checkbox-checked.png);
}
/*#quote-form-container label.checkbox.ui-state-default.ui-state-hover {
	background-image: url(/images/web-quote-form/checkbox-hover.png);
}*/
#quote-form-container label.option {
	float: left;
	width: 200px;
	min-height: 210px;
	text-align: left;
	padding: 5px;
	margin: 15px;
	text-align: center;
	background-color: #eee;
	cursor: pointer;
}
#quote-form-container label.option img {
	
}

#quote-form-container label.option.ui-state-active {
	background-color: #fff;
	background-image:url(/images/web-quote-form/checked.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#quote-form-container input.done {
	display: none;
}
#quote-form-container .next, #quote-form-container .prev {
	cursor: pointer;
}
#quote-form-container .next {
	margin-right: 30px;
}
#quote-form-container #pager {
	
}
#quote-form-container #pager a {
	display: block;
	float: left;
	margin: 0 5px;
	background-color: #eee;
	border: 1px solid #bbb;
	text-decoration: none;
	line-height: 15px;
	width: 15px;
	text-align: center;
}
#quote-form-container #pager a.activeSlide {
	border: 1px solid red;
	background-color: #fff;
}


/*---------------------------- Misc. : Services Boxes ---------------------------------------*/
.services-box {
	background-image: url(/images/services-boxes.png);
	height: 100px;
	width: 400px;
	float: left;
	margin: 0 25px 20px 25px;
	padding: 0;
}
.services-box div {
	position: absolute;
	width: 102px;
	height: 100px;
	margin-right: 10px;
	float: left;
	text-align: center;
	z-index: 1
}
.services-box a.link-mask {
	position: absolute;
	width: 290px;
	height: 100px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	padding: 4px 0 0 112px;
	z-index: 2;
	/* Hack: Without this, IE does not allow the link on top of the text and image */
	background-image: url(/images/services-boxes.png);
	background-repeat: no-repeat;
	background-position: 999px;
}
#main_container .services-box p {
	position: relative;
	width: 275px;
	height: 87px;
	color: #fff;
	padding: 18px 0 0 112px;
	z-index: 1;
	font-size: 10px;
	text-align: left;
}
/*---------------------------- Misc. : Web Portfolio ---------------------------------------*/
#main_container div.portfolio_item {
	
}
#main_container div.portfolio_item div.portfolio_image {
	float: left;
	margin-bottom: 35px;
	width: 200px;
}
#main_container div.portfolio_item img.reflected {
	padding-bottom: 4px;
}
#main_container div.portfolio_item p {
	float: left;
	width: 500px;
}
/*---------------------------- Wordpress ---------------------------------------*/

h1.storytitle {
	font-weight: bold;
	font-size: 12pt;
	text-transform: none;
}

/* Sidebar Widgets */
#right_container #blog_sidebar, #right_container #blog_sidebar_ads {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#right_container #blog_sidebar_ads {
	margin-bottom: 15px;
}
	/* Main items (headings & Container) for each widget
	- Also reused on some pages of the main site (replacing the boxes in the right column) */
#right_container #blog_sidebar li.widget {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	margin: 0 0 15px 0;
	padding: 5px 0 0 5px;
	background-image:url(/images/right-box-top.png);
	background-repeat: no-repeat;
	border-bottom: 2px solid #bf1502;
}
#right_container #blog_sidebar li.widget a {
	color: #fff;
	text-decoration: none;
}
#right_container #blog_sidebar li.widget ul {
	margin: 15px 5px 0 5px;
	padding: 0px;
	list-style-type: none;
}
	/* Menu items and/or text in each widget */
#right_container #blog_sidebar li.widget ul li {
	font-weight: normal;
	font-size: 12px;
	margin: 0 0 10px 0;
	color: #000;
}
#right_container #blog_sidebar li.widget ul li a, #right_container #blog_sidebar li.widget_tag_cloud a {
	color: red;
	text-decoration: underline;
}
#right_container #blog_sidebar li.widget_tag_cloud div {
		padding: 15px 5px;
}