/*
Theme Name: HOLBROW GROUP
*/

/************RESETS***********/
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, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	line-height: 1;
	min-width:1158px;
	background:#dcdcdc;
	text-align:center;
}
#wrapper {
	min-width:1009px;
}

blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

.quote-author {
	display:block;
	margin-left:5px;
	font-weight:bold;
	margin-top:-10px;
	border-bottom:1px #CCCCCC solid;
	margin-bottom:15px;
}

/**************MAIN STYLES*************************************/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	line-height:1.7em;
}

a{
	text-decoration:underline;
	color:#5256b2;
}

a:hover {
	color:#7276D2;
}
.clear{
	clear:both;	
}
.allcaps{
	text-transform:uppercase;	
}

h1.page-title {
    background: none repeat scroll 0 0 #7E0000;
    color: #FFFFFF;
    line-height: 24px;
    margin: -25px -35px 30px;
    padding: 10px 30px;
}

#main p {
	padding-bottom:15px;
}
.main-content-box-bg ul, .main-content-box-bg ol  {
	margin-left:25px;
	margin-bottom:15px;
}

.main-content-box-bg h3 {
	font-size:14px;
	color:#c50000;
	text-transform:uppercase;
	margin:10px 0 8px -5px;
}

/***************HEADER*****************************/
#header{
	background:url(images/header-bg.jpg) top left repeat-x;
	min-width:1009px;
	height: 168px;
	text-align:center;
}
#header-content {
    background: url("images/header-bg2.jpg") no-repeat scroll 220px 0 transparent;
    margin: auto;
    text-align: right;
    width: 1050px;
}
#logo {
    float: left;
    margin-left: -10px;
    position: relative;
    top: 30px;
}
#have-questions-box {
  color: #FFFFFF;
  float: right;
  font-size: 1.4em;
  margin-right: 15px;
  margin-top: 66px;
  text-align: center;
  width: 270px;
  line-height:1.5em;
}

/**************NAV*******************************/
/* =Menu
-------------------------------------------------------------- */

#nav {
    padding-top: 139px;
    width: auto;
}
#nav  li {
	text-align:left;
}
#nav li.last-menu-item a {

}
#access {
    display: block;
    margin: -5px 0 0 0;
    position: relative;
}
#access  li {
	display: block;
	float:left;
}

div.menu ul {
	list-style: none;
	margin: 0;
	padding:0;
}
#access .menu-header li,
div.menu li {
	margin: 0;
	padding:0;
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 38px;
	padding: 0 9px;
	text-decoration: none;
	font-size:12px;
}
#access 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;
	float: left;
	width: 250px;
	z-index: 99999;
	margin-top:-5px;
}
#access ul ul li {
	min-width: 250px;
}

#access ul ul ul {
    left: 100%;
    margin-top: -34px;
}
#access ul ul a {
	background: #6a1717;
	padding: 10px;
	width: 230px;
	height: auto;
	border-bottom:#4B0606 1px solid;
	line-height:20px;
	text-transform:none;
}

#access li:hover > a {
	text-decoration:underline;

}
#access ul ul:hover > a {
	text-decoration:none;
	background:#6a1717;

}
#access ul ul a:hover {
	background:#8a1212;
	text-decoration:none;

}
#access ul li:hover > ul, #top-nav ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background: url(images/nav-active-bg.gif) bottom center no-repeat;
	color:#FFFFFF;
}

#top-nav ul li.current_page_item > a,
#top-nav ul li.current-menu-ancestor > a,
#top-nav ul li.current-menu-item > a,
#top-nav ul li.current-menu-parent > a {
	text-decoration:underline;
}

#access ul li li.current_page_item > a,
#access ul li li.current-menu-ancestor > a,
#access ul li li.current-menu-item > a,
#access ul li li.current-menu-parent > a {
	color:#FFFFFF;
	background:#6a1717;
}
#access ul li li.current_page_item > a:hover,
#access ul li li.current-menu-ancestor > a:hover,
#access ul li li.current-menu-item > a:hover,
#access ul li li.current-menu-parent > a:hover {
	text-decoration:none;
	background:#8a1212;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	background: url(images/nav-active-bg.gif) bottom center no-repeat;
	color:#FFFFFF;
}

#top-nav {
	background:url(images/top-nav-bg.gif) no-repeat;
	height:38px;
	width:307px;
	position:absolute;
	margin-left:763px;
	padding-left:10px;
}
#top-nav li {
	list-style:none;
	float:left;
	margin-left:12px;
	font-size:11px;
	margin-top:8px;
}
#top-nav li li {
	margin:0;
}
#top-nav li a, #access a {
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}
#top-nav 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;
	float: left;
	width: 170px;
	z-index: 99999;
	margin:0;
	margin-left:-20px;
}
#top-nav ul ul a {
	text-decoration:none;
	background:#999;
	color:#FFFFFF;
	display:block;
	padding:5px 10px;
	width:150px;
	margin:0;
	border-bottom:1px solid #888888;
}
#top-nav ul ul a:hover {
	text-decoration:none;
	background:#AAA;
	color:#FFFFFF;

}
#top-nav li > a:hover {
	text-decoration:underline;
}

/*******************************REGULAR PAGE CONTENT*********************/

#main {
	width:980px;
	background:#FFF;
	margin:auto;
	text-align:left;
}

#left-content {
	width:100%;
	margin-right:-260px;
	float:left;
}

#main-left{
	margin-left:15px;
	width:710px;
	background:#FFF;
}



#main-left .aligncenter{
	display:block;
	margin:0 auto 20px auto;
	clear:both;
}

#main-left .alignleft{
	float:left;
	margin:0 20px 20px 0;	
}

#main-left .alignright{
	float:right;
	margin:0 0px 20px 20px;	
}


#main-left img.noborder{
	padding:0;
	border:0;
	background:none;	
}

#main-left .nomargin{
	margin:0;	
}

.wp-caption{
	text-align:center;	
}

table.window{
	border:1px solid #333;	
}

table.window td, table.window th{
	padding:5px;
	text-align:center;
	border:1px solid #999;
	border-collapse:collapse;
}

table.window th{
	background:#7c84a8;
	color:#FFF;	
}
/******************************* OLD SLIDESHOW 

#slideshow {
    margin-top: -23px;
    margin-bottom: -23px;
    margin-left: -33px;
    width: 671px;
    height: 267px;
    overflow:hidden;
}

*************************/

#slideshow {
    height: 460px;
    overflow: hidden;
    width: 249px;
}

#radslide-2, .radslide {
    width: 671px;
    height: 460px;
    overflow:hidden;
}
#prev {
	margin-left: 6px;
	margin-top: -26px;
	opacity: .70; 
	filter: alpha(opacity=70); 
	-ms-filter: "alpha(opacity=70)"; 
	-khtml-opacity: .70; 
	-moz-opacity: .70; 
	position: absolute;
	z-index: 99;
}
#next {
	margin-left: 645px;
	margin-top: -26px;
	opacity: .70; 
	filter: alpha(opacity=70); 
	-ms-filter: "alpha(opacity=70)"; 
	-khtml-opacity: .70; 
	-moz-opacity: .70; 
	position: absolute;
	z-index: 99;
}
#next:hover, #prev:hover {
	opacity: 1; 
	filter: alpha(opacity=100); 
	-ms-filter: "alpha(opacity=100)"; 
	-khtml-opacity: 1; 
	-moz-opacity: 1; 
}


/*************************************SIDEBAR*************************************/

#primary {
	width:250px;
	float:left;
	margin-left:-7px;
	margin-top:15px;
	
}
.widget-title {
	display:none;
}
#sidebar-form {
    background: url(images/sidebar-form-bg3.jpg) no-repeat top center;
    height: 565px;
}
#sidebar-form .form .wpcf7-quiz {
	width:40px;
	display:inline;
}
#main #callnow {
    color: #00ff18;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 207px;
    text-align: center;
}
#sidebar-form form {
	margin-left:35px;
	padding-top:10px;
}
#sidebar-form .form {
	width:250px;
}

#sidebar-form .form input {
	width:80%;
	margin-bottom:7px;
	font-size:12px;
	font-family:arial;
}
#sidebar-form .form textarea {
	width:80%;
	height:40px;
	font-size:12px;
	font-family:arial;
	margin-bottom:10px;
}
div.wpcf7 .watermark {
    color: #444444 !important;
    font-size: 12px;
}

#sidebar-form .wpcf7-submit {
	width:194px !important;
	height:47px;
	background:url('images/inquire-now3.gif') 0px 0 no-repeat;
	text-indent:400px;
	overflow:hidden;
	border:none;
	padding:0;
	margin-left:-10px;
	cursor:pointer;
	margin-top:5px;
}
.wpcf7-submit:hover {
	opacity: .90; 
	filter: alpha(opacity=90); 
	-ms-filter: "alpha(opacity=90)"; 
	-khtml-opacity: .90; 
	-moz-opacity: .90; 
}

#sidebar-form .form-captcha input {
	margin:0;
	font-size:11px;
}

/***************FOOTER**************************/
#footer{

}

#footer .copyright {
    clear: both;
    padding: 0 0 20px 0;
    text-align: center;
    color:#555;
}
#footer .copyright a{
	color:#484848;
	text-decoration:none;	
}

#footer .copyright a:hover{
	text-decoration:underline;
}	

blockquote.quotescollection cite {
    display: block !important;
    font-size: 1em !important;
    margin-left:10px;
}

div.wpcf7 .watermark {
    color: #888888;
    font-size: 12px;
}
.main-content-box-top {
	width:685px;
	height:11px;
	background:url(images/box-main-top.gif) no-repeat center bottom;
	padding-top:15px;
}
.main-content-box-bottom {
	width:685px;
	height:11px;
	background:url(images/box-main-bottom.gif) no-repeat;
}
.main-content-box-bg {
    background: url("images/box-main-bg.gif") repeat-y scroll 0 0 transparent;
    height: auto;
    padding: 20px 40px;
    width: 605px;
}

.twocol li {
	float:left;
	width:40%;
	margin-right:20px;
}
ul.threecol {
	float:left;
	width:29%;
	margin-right:15px;
	margin-left:15px;
}

/*************** CLIENT TICKER **************************/

#newsticker-demo { 
width:250px; 
padding:5px 5px 0; 
margin:10px auto;
background: url(images/carousel-bg.jpg) center center no-repeat;
height:472px;
position:relative;
left:-4px;

}

#newsticker-demo a { text-decoration:none; }
#newsticker-demo img {
    border: 2px solid transparent;
}
#newsticker-demo .title {
text-align:center;
font-size:14px;
font-weight:bold;
padding:5px;
}

.newsticker-jcarousellite { 
	width:250px; 
	margin-top:15px;
}
.newsticker-jcarousellite ul li{ 
	list-style:none; 
	display:block; 
	padding-bottom:1px; 
	margin-bottom:5px; 
	height:65px !important;
	margin-left:57px;
	}
.clear { clear: both; }

#team img {
	border:1px solid #CCC;
	padding:3px;
}
#team strong {
	display:block;
	margin-top:-5px;
	margin-bottom:10px;
}


/*************** HOMEPAGE **************************/

.homebox {
	width:48%;
	height:250px;
	float:left;
	font-size:12px;
}
.homebox img {
	float:left;
	margin-right:10px;
	margin-bottom:100px;
}
.homebox h2 {
	font-size:16px;
	color:#c50000;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
.homebox a {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	padding-top:10px;
	display:block;
	
}
.homebox a span{
	text-decoration:underline;
}

/*************** ARTICLES PAGE **************************/

.pdflinks a {
	background:url(images/download-icon.jpg) left center no-repeat;
	display:block;
	padding-left:40px;
	height:30px;
	line-height:30px;
	margin-bottom:10px;
	font-size:14px;
	text-decoration:none;
}

.pdflinks a:hover {
	background:url(images/download-icon-hover.jpg) left center no-repeat;
}
.pdflinks a span {
	font-weight:bold;
	}


#contact-page .wpcf7-text, #contact-page textarea, #contact-page .captcha-719 input {
	width:210px;
} 

img.smborder {
	padding:3px;
	border:1px solid #CCCCCC;
}

#contactbox {
	text-align:center;
}

#contactbox #contact-page {
	text-align:left;
	width:210px;
	margin:auto;
}
#contactbox #contact-page p {
	margin-top:1em;
}
#contactbox .wpcf7-quiz {
	width:20px;
	display:inline;
}
.downloadpdf {
	background:url('images/download-btn.jpg') no-repeat;
	width:190px;
	height:46px;
	border:none;
	cursor:pointer;
}
.downloadpdf:hover {
	opacity: .80; 
	filter: alpha(opacity=80); 
	-ms-filter: "alpha(opacity=80)"; 
	-khtml-opacity: .80; 
	-moz-opacity: .80; 
}
#download td {
	padding:5px;
}
.sharethis {
	border-top:1px #EEE solid;
	border-bottom:1px #EEE solid;
	padding:3px;
	margin-bottom:2em;
}

.tubepress_thumb {
	height:185px !important;
	margin-right:1.5em !important;
}
dd.tubepress_meta_title a {
	font-size:11px !important;
	line-height:1.4em !important;
}

#have-questions-box a {
	color:#FFF !important;
}
.wp-caption-text, .wp-caption-text a  {font-size:10px;color:#BBB;}
div.post {margin-bottom:2em;}
#clientlist-right {width: 42%; float: right;}
#clientlist-left {width: 50%; float: left;}
iframe.youtube-player {width:100%;height:100%; position: absolute;  top: 0;
  left: 0;}
.ratio {  padding-bottom: 62%; }
span.youtube {
  display: block;
  height: 100%;
  width: 100%;
}