@charset "UTF-8";
/* CSS Document */



/******************* Index Page Stucture **********************/


#hm_wrapper {
	background: url(http://www.humphries-const.com/images/type_graphics.png) no-repeat;
	margin: 0px;
	width: 900px;
	min-height: 600px;
	padding: 0px;
}

*html #hm_wrapper {
height: 600px;
}


/* sub divs - Navigation */
#hm_wrapper div.homenav {
	float: left;
	margin-top: 0px;
	margin-left: 390px;
	clear: right;
}


/* sub divs - Content */
#hm_wrapper div.mainnav {
	float: left;
	margin-top: 0px;
	margin-left: 400px;
	clear: both;
}

#hm_wrapper div.homepics {
	float: left;
	margin-top: 310px;
}



/******************* Sub Page Structure **********************/


#sub_wrapper {
	background: url(http://www.humphries-const.com/images/rules.png) no-repeat;
	width: 900px;
	min-height: 601px;
	margin: 0px;
	padding: 0px;
}

*html #sub_wrapper {
height: 601px;
}


/****************** Sub Page Nested DIVs ****************/


#sub_wrapper div.subnav {
	width: 900px;
	float: left;
	margin-top: 0px;
	padding-left: 320px;
	clear: left;
}


#sub_wrapper div.subcontent {
	width: 900px;
	float: left;
	margin: 0px;
	padding: 0px;
}


/****************** div.subcontent nested DIVs ****************/


#sub_wrapper div.subcontent div.left {
	background: url(http://www.humphries-const.com/images/secondary_nav_company.png) no-repeat;
	width: 207px;
	height: 600px;
	float: left;
}

/* Nav Specific sub menu ******************************************************************************/

#sub_wrapper div.subcontent div.left_company {
	background: url(http://www.humphries-const.com/images/comp_secondary_nav.png) no-repeat;
	width: 207px;
	height: 600px;
	float: left;
}

#sub_wrapper div.subcontent div.left_projects {
	background: url(http://www.humphries-const.com/images/proj_secondary_nav.png) no-repeat;
	width: 207px;
	height: 600px;
	float: left;
}

#sub_wrapper div.subcontent div.left_services {
	background: url(http://www.humphries-const.com/images/serv_secondary_nav.png) no-repeat;
	width: 207px;
	height: 600px;
	float: left;
}

#sub_wrapper div.subcontent div.left_subs {
	background: url(http://www.humphries-const.com/images/subs_secondary_nav.png) no-repeat;
	width: 207px;
	height: 600px;
	float: left;
}

#sub_wrapper div.subcontent div.left_careers {
	background: url(http://www.humphries-const.com/images/career_secondary_nav.png) no-repeat;
	width: 207px;
	height: 600px;
	float: left;
}

#sub_wrapper div.subcontent div.left_contact {
	background: url(http://www.humphries-const.com/images/con_secondary_nav.png) no-repeat;
	width: 207px;
	height: 600px;
	float: left;
}


/****************** ***********************************************************************************/

#sub_wrapper div.subcontent div.right {
	width: 680px;
	float: left;
}


/*********** ************/
#sub_wrapper div.subcontent div.right div.title {
	float: left;
	width: 675px;
	height: 66px;
}

#sub_wrapper div.subcontent div.right div.content_text {
	float: left;
	width: 675px;
}


/* gallery space */

#gallery_space {
	width: 660px;
	height: 300px;
	margin-bottom: 15px;
	float: left;
	clear: right;
}


/*********** ************/

#sub_wrapper div.clear { clear: both; }

