/* External Style Sheet for screen: Worbo Structural Engineering */
/* Site Design: Black Cap Design */

* {margin: 0} /* sets margin on everything to 0 to address IE & non-IE rendering inconsistencies  */
img {border: none;} /* removes border on all images */

body 
{
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	min-width: 770px;	
	background: #6d6da3 url('../images/bg.gif') repeat;
}
/* =================<OUTER CONTAINER DIVs>==================== */
#middle
{

}
/* --------<header images>---------- */
#top
{
	background: transparent url('../images/banner.jpg') no-repeat;
	margin: 0 auto;
	width: 806px; 
	height:	154px;
}
/* --------</header images>---------- */
#bottom 
{

}
/* =================</OUTER CONTAINER DIVs>==================== */
#content_container
{
	margin: 0 auto;
	width: 804px;
	padding: 0;
	position: relative;	/* necessary for absolute positioning of  */
	background: white url('../images/container_bg.gif') repeat-y;	
	border-left: 1px solid #c8cdc6;
	border-right: 1px solid #c8cdc6;
}
/* ===============<CONTENT DIVs>================= */
#content
{
	float: right;
	width: 600px;
	padding: 0px 0 20px 0;
	color: #1b2f54;
	background: transparent;
}
#content p
{
	padding: 6px 80px 6px 12px;	
	line-height: 175%;
}
h1
{
	font-family: "Geogia", "Times New Roman", Times, serif;
	font-size: 21px;
	margin: 10px 0 4px 12px;
	color: #253c5c;	
}
.print /* accessible method for hiding text (see http://www.webaim.org/techniques/css/invisiblecontent/) */ 
{
	position:absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.img_row img
{
	padding: 10px 20px;	

}
.worbo
{
	font-weight: bold;
	color: #253c5c;		
}
.content_col1
{
	width: 40%;
	float: left;	
}
.content_col2
{
	width: 60%;
	float: left;
	margin-left: -20px;
}
.clear
{
	clear: left;
	display: block;
	height: 1px;
	width: 600px;	
}
#logo
{
	position: absolute;
	top: -118px;
	left:20px;
}
#about_img
{
	float: right;
	width: 156px;
	height: 160px;
	padding: 12px 44px 12px 12px;	
}
#wood_home, #concrete_home, #steel_home
{
	width: 170px;	
	height: 156px;
	float: left;
	margin: 6px 10px 0 12px;
	background: url('../images/wood_home.jpg') no-repeat top left;
	text-align: center;	
}
#concrete_home
{
	background: url('../images/concrete_home.jpg') no-repeat top left;
	margin: 6px 10px 0  0;
}		
#steel_home
{
	background: url('../images/steel_home.jpg') no-repeat top left;	
	margin: 6px 10px 0  0;
}
#slideshow
{
	margin: 30px 0 0 20px;
	width: 165px;
	height: 220px;
	display: block;
}
#peo
{
	width: 152px;
	height: 48px;
	margin: 20px 0 20px 28px;
}

/* ===============</CONTENT DIVs>================= */
/* ============<ANCHORS>============ */
a:link
{
	color: #006600;
	text-decoration: underline;
}
a:visited
{
	color: #253c5c;
	text-decoration: underline;
}
a:hover
{
	color: #006600;
	text-decoration: none;	
}
/* ============</ANCHORS>============ */


/* ==================<SIDEBAR DIVs>===================== */
#sidebar
{
	float: left;
	width: 188px;
	padding: 12px 0 20px 0;
}

/* ==================<SIDEBAR>===================== */
/* --Sidebar Navigation-- */
#nav
{
	background: #bbc8e6 url('../images/nav_bg.gif') repeat-y;
	width: 186px;
}
#navlist
{
	padding: 0 0 0 34px;
	margin: 0;
}
#navlist li a
{
	background: url('../images/nav_li_bg.gif') no-repeat;
  background-position: top left;	
	width: 152px;
	height: 24px;	
	padding-left: 0px;
}
#navlist li, #navlist li ul li
{
	list-style: none;
	font-family: tahoma, arial, sans-serif;	 
	font-weight: bolder;
	font-size: 10px;
	line-height: 200%;
}
#navlist a
{
	display: block;
	text-decoration: none;
}
#navlist li a:link 
{ 
	color: #253c5c;
}
#navlist li a:visited 
{ 
	color: #253c5c; 
}
#navlist li a:hover
{
	color: white;
  background: url('../images/nav_li_bg.gif') no-repeat;
  background-position: bottom left;		
}
ul#navlist li.active a:link, ul#navlist li.active a:visited, ul#navlist li.active a:hover
{
	color: white;
  background: url('../images/nav_li_bg.gif') no-repeat;
  background-position: bottom left; 
}
/* ------<Begin Slide Out Box>------- */
#dropmenudiv
{
	position:absolute;
	background-color: #9cb3dc;
	border:1px solid black;
	border-bottom-width: 0;
	font-size: 10px;
	font-family: tahoma, Arial, Sans-serif;
	line-height:18px;
	z-index:100;
}
#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}
#dropmenudiv a:link, #dropmenudiv a:visited
{
	color: #253c5c;
}
#dropmenudiv a:hover{ /*hover background color*/
background-color: #253c5c;
color: white;
}
/* ------</End Slide-Out Box>-------- */
/* --/Sidebar Navigation-- */
#subnav_items
{
	position: relative;
	left: 20px;	
}
/* ==================</SIDEBAR>===================== */

/* ===============<LISTS>=================== */

ul.standard
{
	padding-right: 26px;
	list-style-type: none;
	margin-top: -2px;
}	
ul.standard li
{
  background: transparent url('../images/bullet.gif') no-repeat;
  background-position: 0 6px;
  margin-left: -8px;
  padding-left: 14px;  
	line-height: 175%;	
}
/* ===============</LISTS>================== */

/* =================<FOOTER>================= */
#footer
{
	clear: both;
	width: 804px;	
	margin: 0 auto;
	background: #d9e7c4;
}
#copyright
{
	padding: 6px 0;
	font-size: 10px;
	color: white;	
	text-align: center;
	background: #6aa919;
	border-top: 4px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;	
	border-bottom: 1px solid #c8cdc6;
}
#design
{
	padding-left: 30px;	
}
p#footer_contact
{
	text-align: center;
	font-size: 10px;
	color: #003300;	
	line-height: 150%;
	margin-bottom: 8px;
}
/* --------------<footer nav>------------ */
#footer_nav
{
	margin: 0px 0 20px -30px;
	padding-top: 20px;	
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}
#footer_nav ul
{
	list-style-type: none;
	padding: 0 5px;
}
#footer_nav li
{
	display: inline;
	margin: 0 0 0 0;
}
#footer_nav li a
{
	color: #006600;
	border: none; 
	text-decoration: none;
	padding: 3px 16px;		
}
#footer_nav li a:hover, #footer_nav li a.current_footer
{
	color: #253c5c;
	text-decoration: underline;
  background-position: 2px 4px;
}
#design a:link, #design a:hover, #design a:visited
{
	color: white;	
}
.footer_pipe
{
	color: #006600; 
	padding-left: 20px; 
}
/* -----------</footer nav>-------------*/
/* ====<To force other elements below #nav>==== */ 

/* ============</HORIZONTAL FOOTER NAVIGATION>============ */
/* =================</FOOTER>================= */

/* =========<MISCELLANEOUS DIVs>========== */
#skip
{
	display: none;
}


	
