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



/* START site-wide controls (font, sizing, colors, behaviors, etc.) */
body {
	margin: 0;
	padding: 0;
	background-image: url(images/bg_elements/gray_bg.png);
	background-repeat: repeat;
	font: 100%/1.2 Calibri;
	color: #555555;
	font-size: .8em;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding: 0; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

p {
	margin-bottom: 8px;
}

.heading_one {
	font-size: 1.9em;
	font-weight: 500;
	color: #000000;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
}

.heading_one_accordion {
	font-size: 2.05em;
	font-weight: 700;
	color: #ffffff;
}

.heading_two_bigger {
	font-size: 1.5em;
	font-weight: 500;
	color: #b63625;
	padding: 0;
	margin: 0;
}

.heading_two {
	font-size: .9em;
	font-weight: 300;
	margin-left: 1px;
	color: #00874c; /* blue*/
	text-transform:uppercase;
	letter-spacing: 2px;
	padding-top: 6px;
}

.heading_three {
	font-size: 1.1em;
	font-weight: 500;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 10px;
}

.heading_three_news {
	color: #000000;
}

.heading_three-a {
	font-size: 1.1em;
	font-weight: 800;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 3px;
}

.heading_four {
	font-size: .95em;
	font-weight: 800;
	color: #00874c; /* green*/
	margin-top: 10px;
}

.heading_four_accordion {
	font-size: 1em;
	font-weight: 800;
	color: #00874c; /* green*/
	margin-top: 10px;
}

.heading_four_accordion a:visited {
	color: #00874c;
	text-decoration: none;
}
.heading_four_accordion a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}

.heading_five {
	font-size: 1.1em;
	font-weight: 700;
	color: #f8eedf;
}

.heading_six {
	font-size: .9em;
	font-weight: 700;
}

.color222222 {
	color: #222222;
}

.float_img_right_wrap_text_5px {
	float: right;
	padding-left: 5px;
}

.float_img_right_wrap_text_25px {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid #666666; /* gray*/
}

.float_img_right_wrap_text_25px-nb {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.float_img_right_wrap_text_25px_2nds {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #666666; /* blue*/
}

.yellow_border {
	border: 1px solid #666666; /* blue*/
}

.text-format-1/* FEATURED areas*/ {
	padding-left: 10px;
	text-align: left;
	float: left;
	padding-top: 5px;
	width: auto;
	color: #ffffff;
}

.text-format-2/* FEATURED Recent News area*/ {
	padding-left: 10px;
	text-align: left;
	float: left;
	padding-top: 7px;
	width: auto;
	color: #ffffff;
}

.padding10pxleft {
	padding-left: 10px;
}

.margin10pxleft {
	margin-left: 15px;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #005491; /*blue*/
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #005491;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}

#background_glow {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/bg_elements/glow.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/* END site-wide controls (font, sizing, colors, behaviors, etc.) */




/* START "header" section */

#wrapper {
	width: 1034px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

#header {
	width: 1000px;
	height: 112px;
	margin-left: 17px;
	margin-right: 17px;
	margin-bottom: 13px;
	padding: 0;
	float: left;
}

#logo {
	width: 115px;
	height: 107px;
	float: left;
	margin-top: 5px;
	margin-left: 0;
	margin-right: 0;
	z-index: 1000;
}

.logo {
	float: left;
	display: block;
	width: 115px;
	height: 107px;
	background:url(images/bg_elements/sherrick_logo_big.png);
}

.logo:hover {
	background-position: 0 -107px;
	margin: 0;	
}

.logo span {
	display: none;	
}

#header_menu {
	float: right;
	width: auto;
	margin-right: 0;
	margin-top: 10px;
	height: 20px;
	text-align: right;
	padding: 0;
}
.header_menu {
	color: #444444;
	font-size: .9em;
}
.header_menu a:link {
	color: #444444;
	text-decoration: none;
}
.header_menu a:visited {
	color: #444444;
	text-decoration: none;
}
.header_menu a:hover, a:active, a:focus {
	text-decoration: underline;
}


#main_menu {
	float: left;
	width: 859px;
	height: 46px;
	margin-left: 26px;
	margin-top: 36px;
}
/* END "header" section */



#content_bg {
	width: 1034px;
	background-image:url(images/bg_elements/white-middle.png);
	background-repeat:repeat-y;
	float: left;
}

#content {
	width: 1000px;
	height: auto;
	min-height: 500px;
	margin-top: 10px;
	margin-left: 17px;
	margin-right: 17px;
	margin-bottom: 10px;
	padding: 0;
	float: left;
	/*background-color:#222222;*/
}

#main_banner {
	width: 690px;
	height: 295px;
	float: left;
}

#accordian {
	width: 310px;
	height: 295px;
	float: left;
	background: #666666;
}

#accordian p {
	margin-bottom: 0px;
}

#featured-news-heading_area {
	height: 30px;
	width: 1000px;
	float: left;
}

#featured-heading {
	height: 30px;
	width: 345px;
	float: left;
	background-image:url(images/bg_elements/red-featured.png);
	background-repeat: repeat-x;
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: .2em;
}

#featured-services-projects_area {
	height: 30px;
	width: 1000px;
	float: left;
	margin-top: 17px;
	margin-bottom: 5px;
}

#featured-heading-projects {
	height: 30px;
	width: 1000px;
	float: left;
	background-image:url(images/bg_elements/red-featured.png);
	background-repeat: repeat-x;
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: .2em;
}

#news-heading {
	height: 30px;
	width: 655px;
	float: left;
	background-image: url(images/bg_elements/green-news.png);
	background-repeat: repeat-x;
}

#news-heading a:link {
	color: #ffffff; /*blue*/
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
#news-heading a:visited {
	color: #ffffff;
	text-decoration: none;
}
#news-heading a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}

#featured_area {
	width: 1000px;
	height: auto;
	float: left;
	margin-top: 25px;
}

#featured_area2 {
	width: 1000px;
	height: auto;
	float: left;
	margin-top: 12px;
}

.featured-project {
	width: 226px;
	height: auto;
	float: left;
	margin-left: 12px;
	margin-right: 12px;
}

.featured-box {
	float: left;
	width: 310px;
	height: auto;
	margin-right: 35px;
}

.featured-box_right {
	float: left;
	width: 310px;
}

.featured-title {
	float: left;
	width: 155px;
	height: 23px;
	margin-right: 155px;
	margin-bottom: 2px;
	background-image:url(images/bg_elements/featured-tab.png);
	background-repeat: no-repeat;
}

.title-text {
	float: left;
	color: #ffffff;
	font-size: 1.15em;
	padding-top: 5px;
	padding-left: 10px;
	width: auto;
}

.icon-area {
	float: right;
	padding-right: 10px;
	width: auto;
	padding-top: 2px;
}

.featured-content {
	float: left;
	width: 310px;
	height: auto;
}

.featured-caption {
	float: left;
	width: 310px;
	height: auto;
	margin-top: 5px;
	font-size: .9em;
}

.featured-project-caption {
	float: left;
	width: 216px;
	height: auto;
	min-height: 45px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: .85em;
}

#left_column-a {
	width: 250px;
	height: auto;
	float: left;
}

#left_column-b {
	width: 710px;
	margin-top: 15px;
	margin-left: 5px;
	padding: 0;
	float: left;
}









.sub_menu-box {
	float: left;
	height: 24px;
	width: 250px;
	margin-bottom: 2px;
	background-image: url(images/bg_elements/submenu-tab.png);
	background-repeat: no-repeat;
	margin-top: 82px;
}

.sub_menu_title-text {
	float: left;
	color: #ffffff;
	font-size: 1.15em;
	padding-top: 5px;
	padding-left: 10px;
	width: auto;
}

.sub_menu_icon-area {
	float: right;
	padding-right: 10px;
	width: auto;
	padding-top: 2px;
}

#sub_menu_wrapper {
	width: 250px;
	height: auto;
	float: left;
	border-bottom: #999999 2px solid;
	padding-bottom: 2px;
	}

.sub_menu_active {	
	width: 240px;
	float: left;
	border-top: #efefef 1px solid;
	line-height: 30px;
	font-size: 1em;
	color: #222222;
	font-weight: 700;
	padding-left: 10px;
	}

.sub_menu_button {	
	width: 240px;
	float: left;
	border-top: #efefef 1px solid;
	line-height: 30px;
	font-size: 1em;
	color: #222222;
	padding-left: 10px;
	}
	
.sub_menu_content {	
	width: auto;
	float: left;
	padding-top: 5px;
	padding-bottom: 30px;
	line-height: 20px;
	font-size: .9em;
	margin-left: 25px;
	color: #222222;
	list-style: none;
	}






#right-column-a {
	width: 720px;
	height: auto;
	margin-top: 15px;
	padding: 0;
	margin-left: 280px;
}

#right-column-a-center {
	width: 720px;
	height: auto;
	margin-top: 15px;
	padding: 0;
	margin-left: 140px;
	margin-right: 140px;
}

#right-column-b {
	width: 280px;
	height: auto;
	margin-top: 20px;
	margin-right: 5px;
	padding: 0;
	margin-left: 750px;
}

#main_content {
	float: left;
	margin-top: 19px;
}

.double_column-wrapper {
	width: 720px;
	float: left;
}

.double_column_1 {
	width: 320px;
	float: left;
}

.double_column_1_opp {
	width: 320px;
	float: left;
	margin-bottom: 3px;
	line-height: 1.5em;
}

.double_column_2 {
	width: 370px;
	margin-left: 350px;
}

.double_column_2_opp {
	width: 320px;
	margin-left: 350px;
	margin-right: 50px;
	margin-bottom: 3px;
	line-height: 1.5em;
}

.opp_description {
	border-bottom: 1px solid #999999;
	padding-bottom: 7px;
}

.double_column_1a {
	width: 475px;
	float: left;
}

.double_column_2a {
	width: 215px;
	margin-left: 505px;
}

.double_column_1b {
	width: 220px;
	float: left;
}

.double_column_2b {
	width: 470px;
	margin-left: 250px;
}




#portfolio_box {
	margin-bottom: 7px;
}

#portfolio_box tr {
	background-color: #333333;
}

#portfolio_box td {
	width: 175px;
	height: 86px;
}





.staff-email-box {
	float: left;
	height: 24px;
	width: auto;
	margin-top: 15px;
}

.staff-email-text {
	float: left;
	color: #b63625;
	font-size: 1em;
	padding-bottom: 5px;
	width: auto;
}

.staff-email_icon-area {
	float: left;
	padding-right: 7px;
	width: auto;
	padding-top: 3px;
}





#mapit {
	width: 180px;
	height: 116px;
	float: left;
	z-index: 1000;
}

.mapit {
	float: left;
	display: block;
	width: 180px;
	height: 116px;
	background: url(images/contact_us/contact_mapit.png);
	background-repeat: no-repeat;
}

.mapit:hover {
	background-position: 0 -116px;
	margin: 0;	
}

.mapit span {
	display: none;	
}





#login_button {
	float: right;
	height: 25px;
	padding-top: 15px;
	margin-right: 17px;
	padding-bottom: 10px;
}

.login_button {
	float: left;
	display: block;
	width: 103px;
	height: 25px;
	background: url(subcontractor_resources/sharefile/images/loginbutton_css.png);
}

.login_button:hover {
	background-position: 0 -25px;
	margin: 0;	
}

.login_button span {
	display: none;	
}


#related_projects_text {
	float: left;
	width: 990px;
	height: auto;
}





#footer {
	width: 1000px;
	height: 109px;
	margin-top: 25px;
	margin-left: 17px;
	margin-right: 17px;
	margin-bottom: 15px;
	padding: 0;
	float: left;
}

.footer_menu_area {
	color: #222222;
}
.footer_menu_area ul {
	list-style: none;
	line-height: 1.6;
	color: #777777;
	font-size: .85em;
}
.footer_menu_area a:link {
	color: #777777;
	text-decoration: none;
}
.footer_menu_area a:visited {
	color: #777777;
	text-decoration: none;
}
.footer_menu_area a:hover, a:active, a:focus {
	color: #222222;
	text-decoration: none;
}

.foot_menu_left_1 {
	float: left;
	width: 18%;
}
.foot_menu_left_2 {
	float: left;
	width: 13%;
}
.foot_menu_left_3 {
	float: left;
	width: 13.5%;
}
.foot_menu_left_4 {
	float: left;
	width: 17.5%;
}
.foot_menu_left_5 {
	float: left;
	width: 18%;
}

.foot_menu_right {
	float: left;
	text-align: right;
	float: right;
	width: 20%;
}
.footer_logo {
	margin-top: 15px;
	width: 72px;
	width: 64px;
	float: right;
}
