@charset "utf-8";
/* TECHGUA, LLC - www.techgua.com (info@techgua.com) */

* 
{
	margin-left:0;
	margin-right: 0;
	padding-right:0;
	padding-left: 0;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;
	background: url(../images/bg_image.jpg)  center top no-repeat;
}

#container
{
	width: 100%;
	width: auto !important; /*IE6 hack*/
	height: 671px;
	background: url(../images/bg_blocks.png)  center top no-repeat;
	background-attachment: scroll;
	margin-top: 20px;
	border: 0px solid blue; /* delete */
}

#content
{
	width: 900px;
	height: 100%;
	margin:0 auto; /*center hack*/
	background-color: transparent;
	border: 0px solid red; /* delete */
}

/* Start Sidebar Programming ***************************************/
#sidebar
{
	float: left;
	width: 21%;
	height: 95%;
	text-align: right;
	padding: 10px;
	color: #FFFFFF;
	border: 0px solid green; /* delete */
}

#sidebar h4
{
	margin-top: 0;
	margin-bottom: 0;
}

#sidebar p
{
	margin-top: 0;
	margin-bottom: 0;
}

#contact_info
{
	margin-top: 1.0em;
}

#main_content
{
	float: right;
	width: 75%;
	height: 100%;
	border: 0px solid yellow; /* delete */
}

#header
{
	width: 100%;
	height: 20%;
	border: 0px solid orange; /* delete */
}

#content_area
{
	width: 98%;
	height: 75%;
	margin-top: 1em;
	border: 0px solid blue; /* delete */
}

#menu
{
	margin-top: 20px;
}

.menu_list
{
	width: 100%;
	border: 0px solid #33CCFF; /* delete */
}

.menu_list li
{
	list-style: none;
}

.menu_list li a
{
	background-image:url(../images/button_transparent_blue.png);
	background-repeat: no-repeat;
	color: white;
	display: block;
	width: auto;
	padding: 0px 6px;
	margin-bottom: 2px;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}

.menu_list li a:hover
{
	background-color: #073c6e;
}

#newsletter p
{
	font-size: 11px;
	font-weight: bold;
}
#newsletter a
{
	text-decoration: none;
	color: #FFFFFF;
}
#newsletter a:hover
{
	color: #000000;
}
#ccb_numbers
{
	margin-top: 20px;
}

#licensed
{
	margin-top: 15px;
}

#licensed #licensed_states
{	
	font-size: 12px;
}
/*  End Sidebar *****************************************/


/* Start Header Programming **********************************************/
#logo
{
	text-align: center;
	width: 100%;
	height: 70%;
	border: 0px solid #00FF00; /* delete */
}

/* Start Top Menu CSS Configuration ********************************/
#tagline_menu
{
	width: 100%;
	height: 25px;
	text-align: center;
	visibility: visible;
}

#tagline_menu ul
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	border: 0px solid #BBB; /* Delete */
}

#tagline_menu li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

#tagline_menu li a 
{
	display: block;
	color: #FFFFFF;
	margin: 0 1px 0 0;
	height: 100%;
}

#tagline_menu .mitem span
{
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* Menu Images *******/
#top_heating 
{
	width: 64px;
	height: 31px;
	background-color: Transparent;
	background: url(../images/menu/heat.png) no-repeat;
}
#top_air 
{
	width: 106px;
	height: 31px;
	background-color: Transparent;
	background: url(../images/menu/air_conditioning.png) no-repeat;
}

#top_plumbing 
{
	width: 66px;
	height: 31px;
	background-color: Transparent;
	background: url(../images/menu/plumbing_nav.png) no-repeat;
}

#top_electrical 
{
	width: 67px;
	height: 31px;
	background-color: Transparent;
	background: url(../images/menu/electric.png) no-repeat;
}

#top_fireprotection 
{
	width: 96px;
	height: 31px;
	background-color: Transparent;
	background: url(../images/menu/Fire_Protection.png) no-repeat;
}

#top_engineering 
{
	width: 80px;
	height: 31px;
	background-color: Transparent;
	background: url(../images/menu/Engineering_nav.png) no-repeat;
}


#top_maintenance 
{
	width: 87px;
	height: 31px;
	background-color: Transparent;
	background: url(../images/menu/Maint.png) no-repeat;
}

#top_woodproducts 
{
	width: 99px;
	height: 31px;
	background-color: Transparent;
	background: url(../images/menu/Wood_Products.png) no-repeat;
}
/* End Header Section ********************************************************/

/* Start Main Content  *******************************************************/
#content_area
{
	padding: 10px;
	padding-right: 0;
	text-align: center;
}


/* Start Copyright Section ***************************************************/
#copyright
{
	width: 100%;
	width: auto !important; /*IE6 hack*/
	height: 20px;
	margin-top: 0px;
	text-align: center;
}

#copyright p
{
	color: #FFFFFF;
	font-weight: bold;
	margin: 2px;
	font-size: 10px;
}
