@charset "utf-8";
/*Theme Name: Besco
URI: http://wordpress.org/
Tags: Besco
*/
/* CSS Document */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size:12px;
}
ul {
	list-style: none;
}

ol
{
	list-style-type:decimal;
	margin-left:35px;
	font-size:18px;
}

OL LI
{
	margin-bottom:12px;
}

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;
}
img {
	border:none;
}/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
H1{
	margin-top:20px;
	font-size:2em;
	margin-bottom:28px;
}
H1
{
	font-size:22x;
	font-weight:bold;
	font-family:Tahoma;
	margin-bottom:12px;
	color:#1a529d;
	text-align:left;
}

p
{
	margin-bottom:12px;
	text-align:justify;
}

body
{
	background-image:url('images/background_slice.gif');
	background-repeat:repeat-x;
	margin:0px;
	line-height:1.3;
	background-color:#858483;
	font-family:"Trebuchet MS";
	font-size:14px;
}

H2
{
	color:#1a529d;
	font-size:22px;
	margin-bottom:12px;
}

H3
{
	color:#1a529d;
	font-size:18px;
	margin-bottom:12px;
}
A
{
	color:blue;
}
#wrapper
{
	width: 900px;
	min-height:923px;
  	margin: 0 auto;
  	text-align: left;
	background-color:white;
	margin-top:20px;
}

#header
{
	background-image:url('images/header.jpg');
	background-repeat:no-repeat;
	width:900px;
	height:145px;
	float:left;
	
}
#click_logo
{
	height:125px;
	width:285px;
	float:left;
	margin-left:10px;
	margin-top:10px;
}
#nav
{
	background-image:url('images/nav.gif');
	background-repeat:no-repeat;
	width:900px;
	height:50px;
	float:left;
	clear:both;	
}
UL#nav_menu
{
	color:white;
	padding:0px;
	margin:0px;
	text-align:left;
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:bolder;
	width:762px;
	float:left;
	min-height:50px;
	display:block;
	padding-left:72px;
	padding-right:66px;
	*z-index:200;
}


UL#nav_menu li
{
	margin:0px 0px;
	padding:0px;
	float:left;
	padding-left:17px;
	padding-right:17px;
	padding-top:10px;
	height:35px;
	display:list-item;
	position:relative;
	border-left:1px solid white;
	*z-index:200;
}
UL#nav_menu li:hover
{
	background-color:#96c4e4;
	*z-index:200;
	
}

UL#nav_menu li:last-child
{
	border-right:1px solid white;
	*z-index:200;
}

UL#nav_menu li.last_item
{
	border-right:1px solid white;
	*z-index:200;
}

UL#nav_menu li a
{
	color:white;
	text-decoration:none;
	font-weight:normal;
	display:block;
	*z-index:200;
}

UL#nav_menu li a:hover
{
	background-color:#96c4e4;
	*z-index:200;
}

/******** STYLING THE WORDPRESS wp_page_menu() **************/
UL#nav_menu ul {
	background-color:#1c559f;
	position:absolute;
	z-index:200;
	display:none;
	margin:0px;
	left:0px;
	text-align:left;
	padding:0px;
	width:150px;
	top:45px;
	left:-1px;
	*z-index:200;
	
}
UL#nav_menu ul li {
	background-color:#1c559f;
	position:relative;
	display:block;
	padding:0px;
	margin:0px;
	height:31px;
	width:150px;
	float:none;
	padding-left:5px;
	padding-right:5px;
	border:1px solid white;
	color:#8fbdf8;
}

UL#nav_menu ul li a {
	display:block;
	padding:0px;
	margin:0px;
	font-weight:normal;
	border-bottom:none;
	width:100%;
	font-size:16px;
	color:#8fbdf8;
	background-color:#1c559f;
	height:31px;
	
}
UL#nav_menu ul li a:hover {
	color:white;
	width:100%;
	background-color:#96c4e4;
	height:31px;
}
UL#nav_menu ul li:hover{
	background-color:#96c4e4;
	color:white;
	width:150px;
	height:31px;
}
UL#nav_menu ul li:hover A, UL#nav_menu ul li:first-child:hover
{
	background-color:#96c4e4;
	color:white;
	width:150px;
	height:31px;
}

UL#nav_menu ul ul {
	background-color:#1c559f;
	position:absolute;
	z-index:200;
	display:none;
	margin:0px;
	left:0px;
	text-align:left;
	padding:0px;
	width:150px;
	left:161px;
	top:-1px;
	
}
UL#nav_menu ul ul li {
	background-color:#1c559f;
	position:relative;
	display:block;
	padding:0px;
	margin:0px;
	height:31px;
	width:150px;
	float:none;
	padding-left:5px;
	padding-right:5px;
	border:1px solid white;
	color:#8fbdf8;
}
UL#nav_menu ul ul li:first-child {
}
UL#nav_menu ul ul li:last-child {
}
UL#nav_menu ul ul li a {
	display:block;
	padding:0px;
	margin:0px;
	font-weight:normal;
	border-bottom:none;
	width:100%;
	height:31px;
	font-size:16px;
	color:#8fbdf8 !Important;
	background-color:#1c559f !Important;
}
UL#nav_menu ul ul li a:hover {
	color:white !Important;
	width:100%;
	height:31px;
	background-color:#96c4e4 !Important;
}
UL#nav_menu ul ul li:hover, UL#nav_menu ul ul li:hover A, UL#nav_menu ul ul li:first-child:hover {
	background-color:#96c4e4 !Important;
	color:white !Important;
	width:150px;
	height:31px;
}


UL#nav_menu ul ul ul {
	background-color:black;
	position:absolute;
	z-index:200;
	display:none;
	margin:0px;
	left:0px;
	text-align:left;
	padding:0px;
	width:142px;
	top:20px;
}
UL#nav_menu ul ul ul li:last-child {
	
}
UL#nav_menu ul ul ul li {
	background-color:black;
	position:relative;
	display:block;
	padding:0px;
	margin:0px;
	min-height:18px;
	width:132px;
	float:none;
	padding-top:4px;
	padding-left:5px;
	padding-right:5px;
	
}
UL#nav_menu ul ul ul li:hover {
	background-color:#660000;
	color:black;
}
UL#nav_menu ul ul ul li a {
	display:block;
	color:white;
}
UL#nav_menu ul ul ul li a:hover {
	color:black;
	font-weight:normal;
}
/* Begin non-anchor hover selectors */



/* Enter the more specific element (div) selector

on non-anchor hovers for IE5.x to comply with the

older version of csshover.htc - V1.21.041022. It

improves IE's performance speed to use the older

file and this method */



UL#nav_menu li:hover {
	cursor:pointer;
	z-index:100;
	color:#c8d06b;
}
UL#nav_menu li:hover ul ul, UL#nav_menu li UL li:hover ul ul, UL#nav_menu li UL li UL li:hover ul ul, UL#nav_menu li UL li UL li UL li:hover ul ul {
	display:none;
}
UL#nav_menu li:hover ul, UL#nav_menu li UL li:hover ul, UL#nav_menu li UL li UL li:hover ul, UL#nav_menu li UL li UL li UL li:hover ul {
	display:block;
}
#content
{	
	clear:both;
	width:881px;
	min-height:553px;
	padding-left:19px;
	background-color:white;
	float:left;
	overflow:hidden;
}

#col_one
{
	clear:both;
	width:575px;
	min-height:553px;
	background-color:white;
	float:left;
	padding-left:20px;
	padding-right:20px;
	overflow:hidden;
}

#col_one UL
{
	list-style-type:disc;
	margin-bottom:12px;
	margin-left:30px;
}
#col_two
{
	float:left;
	width:182px;
	min-height:541px;
	padding-left:28px;
	padding-right:22px;
	padding-top:12px;
	margin-right:34px;
	background-color:#cccdce;
	padding-bottom:3000px;
	margin-bottom:-3000px;
}

#footer
{
	background-image:url('images/footer2.gif');
	background-repeat:no-repeat;
	clear:both;
	background-color:transparent;
	width:855px;
	height:19px;
	color:white;
	font-size:14px;
	font-family:Tahoma;
	position:relative;
	top:-11px;
	margin-right:20px;
	margin-left:28px;
	height:162px;
}
#footer A
{
	color:white;
	text-decoration:none;
}
#footer_images
{
	margin-left:27px;
	width:480px;
	height:67px;
	float:left;

}

#footer_images DIV IMG
{
	float:left;
	margin-right:3px;
}

#footer UL
{
	margin-top:29px;
	width:662px;
	height:24px;
	font-size:14px;
	color:white;
	float:left;
	padding-left:147px;
	margin-bottom:15px;
}

#footer UL LI
{
	padding-right:25px;
	float:left;
}

#footer div#large_enough {
	color:#89B7F6;
	float:left;
	font-size:27px;
	margin-bottom:5px;
	margin-top:15px;
	text-align:center;
	width:100%;
}

#info {
	color:white;
	float:right;
	font-size:14px;
	margin-right:20px;
	margin-top:0px;
	text-align:right;
}

#info span {
	color:#89B7F6;
	display:block;
	float:right;
	font-size:14px;
	margin-bottom:0px;
	margin-left:142px;
	*margin-left:225px;
}

#hours_operation {
	float:left;
	left:26px;
	position:relative;
	top:-15px;
}
#hours_operation SPAN
{
	color:#89b7f6;
}
#phone_number
{
	float:right;
	margin-right:80px;
	color:white;
	font-size:16px;
	margin-top:5px;
	
}

#phone_number SPAN
{
	font-weight:bold;
	font-size:18px;
}

#footer2
{
	background-image:url('images/footer_bottom.gif');
	background-repeat:no-repeat;
	float:left;
	clear:both;
	height:50px;
	width:900px;
	background-color:#868485;
	color:white;
}
/******* HOME PAGE STUFF ********/

#home_content
{
	width:859px;
	padding-left:19px;
	padding-right:22px;
	float:left;
	clear:both;
	min-height:263px;
	margin-top:25px;
}
#nav2
{
	background-image:url('images/nav2.gif');
	background-repeat:no-repeat;
	width:900px;
	height:50px;
	float:left;
	clear:both;
	
}
#below_nav
{
	background-image:url('images/header1.jpg');
	background-repeat:no-repeat;
	width:900px;
	height:290px;
	margin-top:18px;
	margin-left:16px;
	margin-right:29px;
	float:left;
	clear:both;
	position:relative;
}
#below_nav2
{
	background-image:url('images/header2.jpg');
	background-repeat:no-repeat;
	width:900px;
	height:290px;
	margin-top:18px;
	margin-left:16px;
	margin-right:29px;
	float:left;
	clear:both;
	position:relative;
}
#below_nav3
{
	background-image:url('images/header3.jpg');
	background-repeat:no-repeat;
	width:900px;
	height:290px;
	margin-top:18px;
	margin-left:16px;
	margin-right:29px;
	float:left;
	clear:both;
	position:relative;
}
#testimonials
{
	width:280px;
	height:239px;
	font-size:12px;
	float:left;
	padding-right:15px;
	padding-left:15px;
	border-right:1px solid #bfbcbc;
	border-left:1px solid #bfbcbc;
	
}
#residential
{
	width:271px;
	min-height:234px;
	margin-right:15px;
	float:left;
	text-align:center;
	font-size:12px;
	color:black;
}
#construction
{
	width:249px;
	min-height:234px;
	float:left;
	text-align:center;
	font-size:22px;
	color:white;
	margin-left:8px;
}

#below_nav_text
{
	background-image:url(images/header_text-trans.png);
	background-repeat:no-repeat;
	clear:both;
	color:black;
	float:left;
	font-family:Impact;
	font-size:24px;
	height:99px;
	left:37px;
	padding-top:6px;
	position:absolute;
	top:150px;
	width:356px;
	z-index:50 !important;
	
}
#below_nav_text SPAN
{
	font-family:Trebuchet MS;
	color:#fb4d3b;
}
.fade
{
	width:356px;
	height:93px;
	z-index:100;
}

.fade LI
{
	padding-left:20px;
}

.fade2
{
	float:left;
	clear:both;
}

#fade_wrapper
{
	float:left;
	clear:both;
	position:relative;
	width:900px;
	height:290px;
}

#blog
{
	margin-top:30px;
	width:186px;
	min-height:20px;
	float:left;
}

#blog UL
{
	list-style:none;
	margin-left:0px;
	
}
#blog UL LI
{
	list-style-type:disc;
	list-style-position:inside;
	margin-bottom:8px;
	font-weight:normal;
	font-size:14px;
}

#blog UL LI.widget
{
	list-style-type:none;
	margin-left:0px;
}
#blog_posts a
{
	text-decoration:none;
	color:#38388E;
}
#blog_posts A:hover
{
	text-decoration:underline;
}

#blog_posts h2
{
	font-size:26px;
	margin-bottom:0px;
}

.pagenav
{
	list-style-type:none;
	font-size:18px;
	font-weight:bold;
	margin-bottom:12px;
	display:block;
}

.pagenav ul
{
	margin-top:12px;
}

.pagenav ul li
{
	margin-left:0px !IMPORTANT;
	font-weight:normal;
	font-size:12px;
}
#col_one .pagenav ul li ul
{
	margin-top:5px;
	margin-bottom:4px;
	margin-left:0px;
}
.pagenav ul li ul li
{
	list-style-type:disc;
	margin-left:15px !IMPORTANT;
}

#comment
{
	width:95%;
}

#links
{
	float:left;
	color:white;
	margin-top:15px;
}

#links A
{
	color:white;
	text-decoration:none;
}

#powered_share
{
	position:relative;
	top:17px;
	float:right;
	border:none;
}

#sharethis_0
{
	float:right;
	margin-left:5px;
}
#sharethis_0 A
{
	color:white;
}

#blog li.widget
{
	font-weight:bold;
	font-size:18px;
}

a.readmore  {
	background-image:url("images/readmore-arrow.gif");
	background-position:right 65%;
	background-repeat:no-repeat;
	font-size:0.9em;
	font-weight:normal;
	padding-right:10px;
	color:#0C4497;
	text-decoration:none;
}