@charset "UTF-8";
/* CSS Document */

* { 
margin:0; padding:0;
}

body{ 
	background:#e0ded9;
	background-image:url(../images/bgd_horizTile.gif); height:1084px; background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif; font-size:14px; color:#555; line-height:19px;
}


/* in-line */

.clear { clear:both;}
.fleft { float:left;}
.fright { float:right;}

/* background */

#site {
	width: 932px;
}

/* ==== header ==== */

#header {
	background-image:url(../images/Logo_header.gif); background-repeat:no-repeat;
	width: 932px;
	height:292px;
}
#header_links{
	float:right;
	padding:10px 0 0 0;
}
#header_links a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*font-weight: bold;*/
	color: #998f86;
	text-decoration: none;
	padding: 0 10px;
}
#header_links a:hover
{
	text-decoration: underline;
}

/* ==== main Menu ==== */

#header #mainMenu {
	padding: 181px 0 0 0;
	width: 872px;	
}

#mainMenu ul {
	float: left;
 	list-style: none;
 	margin: 0;
 	padding: 0;
 
}

#mainMenu li {
 	float: left;
 	margin: 0;
 	padding: 0;
}

#mainMenu li a:link, #mainMenu li a:visited {
	display: block;
}

#mainMenu li a:hover, #mainMenu li a:active {
	color: #02323c;
	background-position: left bottom;
}
#mainMenu li a.active_1 {
	
	height: 77px;
	width:177px;
	background: url(../images/btn_ourExpertise.gif) no-repeat left bottom;
}
#mainMenu li a.current_1 {
	
	height: 77px;
	width:177px;
	background: url(../images/btn_ourExpertise.gif) no-repeat left top;
}

#mainMenu li a.current_1:hover {
	cursor: default;
}

#mainMenu li a.active_2 {
	
	height: 77px;
	width:172px;
	background: url(../images/btn_whatIsGasb.gif) no-repeat left bottom;
}
#mainMenu li a.current_2 {
	
	height: 77px;
	width:172px;
	background: url(../images/btn_whatIsGasb.gif) no-repeat left top;
}

#mainMenu li a.current_2:hover {
	cursor: default;
}

#mainMenu li a.active_3 {
	
	height: 77px;
	width:174px;
	background: url(../images/btn_caseStudies.gif) no-repeat left bottom;
}
#mainMenu li a.current_3 {
	
	height: 77px;
	width:174px;
	background: url(../images/btn_caseStudies.gif) no-repeat left top;
}

#mainMenu li a.current_3:hover {
	cursor: default;
}

#mainMenu li a.active_4 {
	
	height: 77px;
	width:172px;
	background: url(../images/btn_faqs.gif) no-repeat left bottom;
}
#mainMenu li a.current_4 {
	
	height: 77px;
	width:172px;
	background: url(../images/btn_faqs.gif) no-repeat left top;
}

#mainMenu li a.current_4:hover {
	cursor: default;
}

#mainMenu li a.active_5 {
	
	height: 77px;
	width:177px;
	background: url(../images/btn_resources.gif) no-repeat left bottom;
}
#mainMenu li a.current_5 {
	
	height: 77px;
	width:177px;
	background: url(../images/btn_resources.gif) no-repeat left top;
}

#mainMenu li a.current_5:hover {
	cursor: default;
}
/* ===== main ====== */

#main {
	background-image:url(../images/bgd_vertTile.gif); background-repeat: repeat-y;
	width: 872px;
	/*height:800px;*/
	margin:0 30px;
	padding: 0 0 20px 0;
	text-align:left;
}

#col_1 {
	width: 513px;
	margin:0 0 0 45px;
	padding: 10px 0 10px 0;
	float:left;
}
#col_1 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	text-decoration: underline;
}
#col_1 a:hover {
	color:#ff5e3c;
}
#col_1 h1 {
	font-size:27px;
	color:#ff5e3c;
	padding: 0 0 25px 0;
	font-weight:normal;
}
#col_1 h2 {
	font-size:14px;
	/*color:#b9b1a9;
	line-height:19px;*/
	font-weight:bold;
}
#col_1 ul {
	margin:0 20px;
	line-height:22px;
}

#col_2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	text-decoration: none;
	font-size:13px;
	line-height:17px;
	width:165px;
	margin: 0 0 0 78px;
	padding: 10px 0 0 0;
	float:left;

}
#col_2 ul {
	list-style: none;
}
#col_2 a:hover{
	color:#ff5e3c;
}
#col_2 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	text-decoration: none;
	font-size:13px;
	line-height:15px;
}
#col_2 h1 {
	font-size:15px;
	color:#4da8ac;
}
#blog {
	/*height:300px;*/
	padding: 0 0 20px 0;
}

#articles {
	height:300px;
	padding: 10px 0 0 0;
}


/*  ========  footer  ===========  */

#footer {
	/*background-image:url(../images/bgd_vertTileStop.gif); background-repeat: no-repeat;*/
	width: 872px;
	padding: 0 0 10px 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-weight: bold;*/
	color: #007987;
	text-decoration: none;
	text-align:center;
	
	
}

