#outer_container
{
	width: 907px;
    margin:0 auto 0 auto;
}

#banner
{
    width:907px;
    height:146px;
    background: url(/images/template_banner.jpg) no-repeat top left;
}
#banner img
{
    width:907px;
    height:146px;
}
a#logo{
    float:left;
    width:250px;
    height:146px;
    text-indent:-5000px;
    overflow:hidden;
}


#top_navigation
{
	clear: both;
	width1: 100%;
	height: 33px;
	background: url(/images/template_nav_background.jpg) repeat-x top left;
    border-left:3px solid #fff;
    border-right:3px solid #fff;
}

a.top_nav_button
{	
	border: none;
	display: block;
}

a#about_button
{
	float: left;
    display:inline;
    margin-left:25px;
	width: 86px;
	height: 33px;
	background: url("/images/template_nav_about.gif") 0 0 no-repeat;
}

a#about_button:hover
{
	background: url("/images/template_nav_about.gif") -86px 0 no-repeat;
}

a#consulting_button
{
	float: left;
	width: 103px;
	height: 33px;
	background: url("/images/template_nav_consulting.gif") 0 0 no-repeat;
}

a#consulting_button:hover
{
	background: url("/images/template_nav_consulting.gif") -103px 0 no-repeat;
}

a#simulation_button
{
	float: left;
	width: 173px;
	height: 33px;
	background: url("/images/template_nav_simulation.gif") 0 0 no-repeat;
}

a#simulation_button:hover
{
	background: url("/images/template_nav_simulation.gif") -173px 0 no-repeat;
}

a#training_button
{
	float: left;
	width: 83px;
	height: 33px;
	background: url("/images/template_nav_training.gif") 0 0 no-repeat;
}

a#training_button:hover
{
	background: url("/images/template_nav_training.gif") -83px 0 no-repeat;
}

a#contact_button
{
	float: left;
	width: 103px;
	height: 33px;
	background: url("/images/template_nav_contact.gif") 0 0 no-repeat;
}

a#contact_button:hover
{
	background: url("/images/template_nav_contact.gif") -103px 0 no-repeat;
}

a#brochures_button
{
	float: right;
    display:inline;
    margin-right:27px;
	width: 94px;
	height: 33px;
	background: url("/images/template_nav_brochures.gif") 0 0 no-repeat;
}

a#brochures_button:hover
{

	background: url("/images/template_nav_brochures.gif") -94px 0 no-repeat;
}

#middle_section
{
	clear: both;
    float:left;
	background-color: #a4abb4;
	border-left: 3px solid white;
    border-right: 3px solid white;
}

#nav_container
{
	float: left;
	width: 160px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 9px;
}

a.nav_item_dark{
  	text-decoration: none;
	color: #626f91;
    width:160px;
    height:19px;
    display:block;
    text-indent:13px;
	line-height:19px;
    background: url(/images/darkmenu.gif) 0px bottom no-repeat;
}
a:hover.nav_item_dark{
	text-decoration: none;
	color: #626f91;
    background: transparent url(/images/darkmenu.gif) 0px -19px no-repeat !important;
    width:160px;
    height:19px;
    display:block;
    text-indent:13px;
	line-height:19px;
}
a.nav_item_dark_selected{
	text-decoration: none;
	color: #626f91;
    background: transparent url(/images/darkmenu.gif) 0px top no-repeat;
    width:160px;
    height:19px;
    display:block;
    text-indent:13px;
	line-height:19px;
}


a.nav_item_light
{
    text-decoration: none;
	color: #3f5273;
    width:160px;
    height:19px;
    display:block;
    text-indent:20px;
	line-height:19px;
    background: url(/images/lightmenu.gif) 0px bottom no-repeat;
}

a:hover.nav_item_light
{
    text-decoration: none;
	color: #3f5273;
    background: transparent url(/images/lightmenu.gif) 0px top no-repeat;
    width:160px;
    height:19px;
    display:block;
    text-indent:20px;
	line-height:19px;
}

a.nav_item_light_selected
{
	text-decoration: none;
	color: #3f5273;
    background: transparent url(/images/lightmenu.gif) 0px -19px no-repeat;
    width:160px;
    height:19px;
    display:block;
    text-indent:20px;
	line-height:19px;
}


#content_outer_box
{
	float: left;
	width: 741px;
	background-color: #010f29;	
}

#content_first_column
{
	float: left;
	width: 579px;
	background-color: #010f29;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.content_box
{
	background-color: #e2e6ea;
}

#content_second_column
{
	float: left;
}

a.gasmod_logo{
    position:absolute;
    border:0px solid white !important;
    text-decoration:none;
    display:block;
    width:139px;
    height:46px;
    right:10px;
    bottom:10px;
}

a.gasmod_logo img{
    border:0px solid white !important;
}

#banner_image
{
   width:579px;
   height:81px;
   border:0px;
}

#banner_label
{
	margin-top: -2px;
	padding-top: 3px;
	padding-left: 15px;
	padding-bottom: 3px;
	color: #f47f20;
	border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    font-weight:bold;
}

form
{
	padding: 0;
	margin: 0;
}

#form_banner
{
	background-color: #ffffff;
	font-size: 9px;
	color: #506a85;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 15px;
}

#form_content
{
	background-color: #e1e6ec;
	padding-top: 10px;
	padding-bottom: 10px;
}

.form_row
{
	padding: 2px;	
}

.form_label
{
	width: 170px;
	float: left;
	text-align: right;
	padding-top: 3px;
	padding-right: 4px;
	color: #3f546e;
}

.form_error
{
	width: 258px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-left: 174px;
	color: #f47f20;
	background-color: #3f546e;
}
* html .form_error
{
	margin-left: 170px;
}

input
{
	width: 256px;
	padding: 2px;
	font-family: Verdana;
}

textarea
{
	width: 260px;	
	font-family: Verdana;
}
#footer{
    background: url(/images/template_footer.gif) no-repeat top left;
    width:907px;
    clear:both;
    margin:0 auto 0 auto;
    color: #a4abb4;
    padding-top:45px;
}
#footer a{
   color: #a4abb4;
   text-decoration:none;
}

p.copyright{
    float:left;
    width:45%;
}
p.credits{
    float:right;
    width:45%;
    text-align:right;
}
