/* CSS Document: TIER 2 CSS */
a {
    color:#007A53;
	text-decoration:none;
}
a:hover {

	text-decoration:underline;
}
.error_page {
    font-size: 15px;
}
td.featured_projects {
    font-size: 14px;
}
a.contact_link {
    color:#007A53;
    text-decoration:none;
}
a.contact_link:hover {
    text-decoration:underline;
}
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#header_bg {
	height:92px;
	text-align: center;
	padding: 0px;
	background-color: #007a53;
    /*background: linear-gradient(#007a53e6, #007A53); */
	/*background-image: url(../images/background_green.png);
	background-repeat: repeat-x;*/
}
#page_container {
	width: 970px;
	position: relative;
	margin-top: -82px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	height: auto;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#header_container {
	height: 90px;
}
#logo a {
	background-image: url(/images/Hogan-Stacked-White-sm.png);
	background-position: 0px 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	z-index: 1;
	position: absolute;
	width: 100px;
    height: 90px;
    margin-top: -4px;
    margin-left: 2px;
    text-indent: -9999px;
    top: -1px;
    /*background-size: contain;*/
}
@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	#logo a {
		background-image: url(/images/Hogan-Stacked-White-sm.png);
		background-position: 0px 0px;
		background-color: transparent;
		background-repeat: no-repeat;
		z-index: 1;
		position: absolute;
		width: 91px;
	    height: 80px;
	    margin-top: -4px;
	    margin-left: 2px;
	    text-indent: -9999px;
	    top: -1px;
	    background-size: contain;
	}
}
#navigation {
	position: absolute;
	width: 688px;
	height: 25px;
	z-index: 1;
	left: 122px;
	top: 8px;
}
#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}
#log_in a{
	position: absolute;
	width: 44px;
	height: 16px;
	z-index: 1;
	left: 927px;
	top: -9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #ffb521;
	text-align: center;
	text-decoration:none;
	font-weight: normal;
}
/**************** Search Box *****************/

#search_box_container{
	position: absolute;
	width: 167px;
	height: 30px;
	z-index: 1;
	left: 820px;
	top: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#search_box_container img{
	position: absolute;
	z-index: 1;
	left: 132px;
	top: 4px;
}
#btn_submit {
    text-indent: -9999px;
    display: none;
}
#txt_search_box {
    border: 1px solid #F4C542;
    height: 20px;
    width: 150px;
}
#img_magnifier {
    cursor:pointer;
}
/** Adds Yellow border to searchbox form **/
/* .frm_search {
	background-color: #FFF;
	border: 3px solid #F4C542;
}*/

/**************** Spotlight Containers *****************/
#content_container {
	margin-bottom: -10px;
	margin-top: 5px;
	z-index:-2;
}
#spotlight_container {
	margin: 0px;
	padding-left: 0px;
}

/* Spotlight Image Slideshow CSS Start: */
/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    width: 962px;
	height:300px;
}

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:-4;
	opacity:0.0;
}

#slideshow IMG.active {
	z-index:-2;
	opacity:1.0;
}

#slideshow IMG.last-active {
	z-index:-3;
}
/* Spotlight Image Slideshow CSS END */

#service_spotlight{
	position: absolute;
	width: 156px;
	height: 44px;
	z-index: 0;
	left: 820px;
	top: 86px;
	font-family: 'Josefin Sans', sans-serif;
	background-image: url('../images/spotlight_button.png');
	background-repeat: no-repeat;
	font-size: 14px;
	text-align: center;
	padding-top: 12px;
	color: #175217;
	font-weight: bold;
	font-style: normal;
}
#share_bar{
	position: absolute;
	width: 162px;
	height: 44px;
	z-index: 9;
	left: 830px;
	top: 420px;
	font-family: font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;
	text-align: left;
	padding-top: 11px;

}
#sidebar {
	float: left;
	width: 150px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-image: url(/images/tier2_gradient.png);
	background-repeat: repeat-x;
}
#sidebar a {
	color:#007A53;
	font-weight: bold;
	text-decoration:none;
}
#sidebar a:hover {
	text-decoration:underline;
}
#main_content {
	overflow:hidden;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 20px;
	height: auto;
	background-image: url(/images/tier2_gradient.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* #main_content a {
	color:#007A53;
	text-decoration:none;
}
#main_content a:hover{
	color:#007A53;
	text-decoration:underline;
} */
.team_profile_name{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    color:#007A53;
	text-decoration:none;
}
#team_page {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#000;
	text-decoration:none;
}
.team_page_name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color:#007A53;
	text-decoration:none;
}
a.team_page_name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color:#007A53;
	text-decoration:none;
}
a.team_page_name:hover {

	text-decoration:underline;
}

/*  Google Map Div containers: */
#MapHolder {
    position:relative;
    left:5px;
    top:10px;
    width:600px;
    height:280px;
    z-index:auto;
}
#map_canvas
{
    position:relative;
    width: 600px;
    height: 280px;
}

/* Recent News page div styles: */
#recent_news_container{width:784px;}
#recent_news_container li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#recent_news_left {
    float: left;
    width: 525px; /* 536px; */
    margin-right: 5px;
}
#recent_news_right {
    float: right;
    width: 251px; /* 240px; */
}
.news_item {
    margin-bottom: 14px;
}

#scrollbar_container {
border: 1px solid #b5b5b5;
padding: 6px 4px 0px 6px;  /* top right bottom left */
width: auto;
height: 422px;
overflow:scroll;
overflow-x:hidden;
overflow-y:auto;
}

#press_release_container{width:784px;}
#press_release_container li {
    padding: 0px 0px 0px 0px;
    /* list-style: none;
    margin: 0;
    padding: 0;  */
}
#press_release_left {
    float: left;
    width: 620px;
    margin-right: 20px;
}
#press_release_right {
    float: right;
    width: 140px;
}
.news_item {
    margin-bottom: 14px;
}

#featured_project_content {
	overflow:hidden;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 20px;
	height: auto;
	background-image: url(/images/tier2_gradient.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h5 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #007A53;
	padding-bottom: 4px;
	text-align: left;
	text-decoration: none;
}
h5 a{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #007A53;
	padding-bottom: 4px;
	text-align: left;
	text-decoration: none;
}
h5 a:hover{
    text-decoration: underline;
}
.floatright
{
float: right;
margin: 0 0 10px 10px;
border: 0px solid #666;
padding: 2px;
}
#press_release_left a {
    color: #007A53;
    text-decoration:none;
}
#press_release_left a:hover {
    text-decoration:underline;
}
/* Clients page jQuery Accordion display styles: */
.accordionWrapper {display:inline-block; overflow:hidden;}
.accordionWrapper img{vertical-align:top; border:0; margin:0; padding:0}
.accordionWrapper div{display:inline; float:left; margin:auto; width:600px;}
.accordionWrapper div.title{cursor:pointer; font-weight: normal; font-size: 15px; color: #007A53; background-color:#efeeef; padding:5px; margin:2px; }
.accordionWrapper div.content{display:none; font-weight: normal; font-size: 14px; color: #333; background-color:#f9f9f9; padding-left: 10px; margin:2px;}


#bottom_address_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005500; /* #666 */
	text-align: left;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(/images/Hogan-Stacked-footer.png);
	background-repeat: no-repeat;
	background-position: 99% 0px;
	background-size: contain;
	height: 38px;
	width: auto;
	margin-left: 14px;
	margin-top: 22px;
}
#bottom_address_bar a {
	color: #005500;
	text-decoration:none;
}
#bottom_address_bar a:hover{
	color: #005500;
	text-decoration:underline;
}
#bottom_link_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005500;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: auto;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 15px;
}
#bottom_link_bar a {
	color: #005500;
	text-decoration:none;
}
#bottom_link_bar a:hover{
	color: #005500; /* #000 */
	text-decoration:underline;
}
#footer_tagline {
	margin-top: 45px;
	margin-left: 244px;
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 0px;
}

.footer-tagline-text {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 32px;
	color: #FFFFFF;
}

#footer_tagline_integrity a{
	position: absolute;
	width: 150px;
	height: 45px;
	z-index: 3;
	left: 250px;
	top: 95%;
	background-image: url(/images/blank.png);
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -9999px;
	cursor:pointer;
}
#footer_tagline_experience a{
	position: absolute;
	width: 165px;
	height: 45px;
	z-index: 3;
	left: 420px;
	top: 95%;
	background-image: url(/images/transparent.png);
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -9999px;
	cursor:pointer;
}
#footer_tagline_results a{
	position: absolute;
	width: 140px;
	height: 45px;
	z-index: 3;
	left: 605px;
	top: 95%;
	background-image: url(/images/transparent.png);
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -9999px;
	cursor:pointer;
}

#bottom_footer {
	position: relative;
	padding: 0px;
	margin-top:-92px;
	height: 90px;
	background-color: #007a53;
    /* background: linear-gradient(#007a53e6, #007A53); */
	/*background-image: url(/images/background_green.png);
	background-repeat: repeat-x;*/
}
.nofloat {
	clear: both;
}
/* Top Nav Bar CSS starts here: */
ul#topnav {
	float:left;
	width: 100%;
	list-style: none;
	font-size: 12px;
}
ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left;
}
ul#topnav li:hover a, ul#topnav li a:hover
{
    text-decoration: underline;
    /* background-position: left bottom;  -THIS MOVES THE YELLOW ARROWS AROUND ON MOUSE OVER*/
}
ul#topnav a.menu_our_team {
	width: 100px;
	height: 40px;
	padding-top:9px;
	padding-bottom:0px;
	margin-top: 13px;
    margin-left: 6px;
    margin-right: 6px;
	font-weight: bold;
	text-align: center;
}
ul#topnav a.menu_our_team:hover
{
    background-image: url(/images/yellow_arrow_menu_large.png);
	background-repeat: no-repeat;
	background-position: 39px 30px;
}
ul#topnav a.menu_about_us {
	width: 120px;
	height: 40px;
	padding-top:9px;
	padding-bottom:0px;
	margin-top: 13px;
    margin-left: 6px;
    margin-right: 6px;
	font-weight: bold;
	text-align: center;
}
ul#topnav a.menu_about_us:hover
{
	/* background: url(/images/yellow_arrow_menu_up.png);
	background-repeat: no-repeat;
	background-position: 43px 30px; */
}
ul#topnav a.menu_recent_news {
	width: 120px;
	height: 40px;
	padding-top:9px;
	padding-bottom:0px;
	margin-top: 13px;
    margin-left: 6px;
    margin-right: 6px;
	font-weight: bold;
	text-align: center;
}
ul#topnav a.menu_recent_news:hover{
	/* background: url(/images/yellow_arrow_menu_up.png);
	background-repeat: no-repeat;
	background-position: 43px 30px; */
}
ul#topnav a.menu_contact_us {
	width: 120px;
	height: 40px;
	padding-top:9px;
	padding-bottom:0px;
	margin-top: 13px;
    margin-left: 6px;
    margin-right: 6px;
	font-weight: bold;
	text-align: center;
}
ul#topnav a.menu_contact_us:hover
{
	/* background: url(/images/yellow_arrow_menu_up.png);
	background-repeat: no-repeat;
	background-position: 45px 30px; */
}
ul#topnav a.menu_featured_project {
	width: 150px;
	height: 40px;
	margin-top: 13px;
    margin-left: 6px;
    margin-right: 6px;
	font-weight: bold;
	text-align: center;
	padding-top:9px;

	padding-bottom:0px;
}
ul#topnav a.menu_featured_project:hover
{
	/* background: url(/images/yellow_arrow_menu_up.png);
	background-repeat: no-repeat;
	background-position: 52px 30px; */
}
/* Fatty Menu CSS  */
ul#topnav li .sub {
	position: absolute;
	top: 74px; 			/* adjust height placement of menu here */
	left: 0px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	border: 1px solid #999;
	z-index: 16;
	padding: 10px;
	background-color: #FFF;
	/*background-image: url(/images/sub_bg_green.png);
	background-repeat: repeat-x;*/
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 4px 0px 0px 0px;
	padding: 0;
	width: 135px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #195619;
	margin-bottom:6px;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #FFF;
	font-weight: bold;
}
ul#topnav .sub ul li h2 a:hover {
	color: #FFF;
	text-decoration: none;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	display: block;
	text-decoration: none;
	color: #003300;
	padding: 7px 7px 2px 15px;
	background-image: url(/images/navlist_arrow_green.png);
	background-repeat: no-repeat;
	background-position: 5px 12px;
}
ul#topnav .sub ul li a:hover {
	text-decoration: underline;
}
h3 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 24px;
	text-align: left;
	font-style: normal;
	color: #007A53;
	font-variant: normal;
	font-weight: normal;
}
h3 a {
    color: #007A53;
    text-decoration: none;
}
h3 a:hover {
    text-decoration: underline;
}
h4 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	/* text-align: left; */
	font-style: normal;
	color: #007A53;
	font-variant: normal;
	font-weight: normal;
}
li.featured_project {
    list-style-type: none;
}
div#repeater li {
    list-style: none;
    margin: 0;
    padding: 0;
}