html, body {
 margin: 0;
 padding: 0;
}

body{
 font-family: Arial, Helvetica, Verdana, Sans-serif;
 font-size: 12px;
 background-image: url(../images/bg.png);
 background-repeat: repeat-x;
 background-color: #e2e2e2;

}


h1{
 margin: 0;
 padding: 0;
 float: right;
 margin-top: 57px;
 padding-right: 31px;

}


#page-container{
 padding-top: 11px;
 width: 995px;
 margin: auto;
 background: #ffffff;
}

#page-container #box{
 /*border-left: 2px solid #C1BEBE;
 border-top: 2px solid #C1BEBE;
 border-right: 2px solid #C1BEBE;
 border-bottom: none;*/
}

#logo{
 margin-left: 80px;
 width: 186px;
 background-image: url(../images/nav/logo.png);
}

/*Main Navigation*/

#main-nav{
 height: 43px;
 padding-top: 30px;
 padding-bottom: 15px;
 padding-left: 80px;
 margin-left: 520px;

}

#main-nav dl{
 margin: 0;
 padding: 0;
}

/* IE5 Mac Hack \*/ 
#main-nav{ 
 padding-left: 11px; 
} 
/*/ 
#main-nav{ 
 padding-left: 11px; 
 overflow: hidden; 
} 
/* End Hack */

#main-nav dt{
 float: left;
}

#main-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:17px; /* IE 5/Win hack */ 
	padding: 17px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#main-nav dt a:hover{
 background-position: 0 -19px;
}

#main-nav dt#solutions,
#main-nav dt#solutions a { width: 149px; background-image: url(../images/nav/nav_solutions.png); }

#main-nav dt#industries,
#main-nav dt#industries a { width: 149px; background-image: url(../images/nav/nav_industries.png); }

#main-nav dt#about,
#main-nav dt#about a { width: 149px; background-image: url(../images/nav/nav_about.png); }


body.solutions dt#solutions,
body.solutions dt#solutions a,
body.industries dt#industries,
body.industries dt#industries a,
body.about dt#about,
body.about dt#about a {
	background-position: 0 -38px;
}


#header{
 height:321px;
 width: 995px;
 background: #491d00;
 background-image: url(../images/industries_modified.jpg);

}

#header #financial{
 float: right;
 display: inline;
 width: 500px;
 line-height: 23px;
 margin-right: 0px;
 margin-left: 0px;
 padding-top: 50px;
 padding-bottom: 0px;
  
 color: #6d1900;

 

}

#header #financial p{
 margin: 0;
 padding: 0;
 padding-bottom: 52px;
}

#header #industries_text{

 margin-left: 43px;
 margin-right: 550px;
 padding-top: 35px;
 line-height: 23px;
 color: #ffffff;



}

#header .padding{
 padding: 20px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 35px;
}

#header h2{
 margin: 0;
 padding: 0;
 padding-bottom: 15px;

}

#header p{
 margin: 0;
 padding: 0;
 padding-bottom: 20px;
}

#sidebar-a{
 float: right;
 display: inline;
 width: 500px;
 line-height: 23px;
 background: #eaeaea;
 margin-right: 0px;
 margin-left: 0px;

}

#sidebar-a .padding{
 padding: 25px;
 padding-left: 35px;
}

#sidebar-a h2{
 margin: 0;
 padding: 0;
 padding-bottom: 5px;

}

#sidebar-a p{
 margin: 0;
 padding: 0;
 padding-bottom: 20px;
}

#sidebar-a a{
 color: #FF0101;
 line-height: 23px;

}

a img{
 border: 0;
}

#content{
 margin-right: 0px;
 line-height: 18px;

}

#content .padding{
 padding-left: 43px;
 padding-right: 40px;
 padding-top: 40px;
 padding-bottom: 25px;
}

#content .hidden{
 display: none;
}

/*#content h3{
 margin: 0;
 padding: 0;
 padding-bottom: 5px;
}*/


#content p{
 margin: 0;
 padding: 0;
 padding-bottom: 15px;
}

#content a{
 color: red;
}


#footer{
 clear: both;
 height: 20px;
 font-family: Arial;
 font-size: 11px;
 color: #cccccc;

 margin-top: 50px;
 padding-bottom: 0px;
 padding-left: 21px;
 padding-right: 21px;
 padding-top: 11px;
/* background-image: url(../images/footer_background.png);*/
 border-top: 1px solid #cccccc;

 
 
}

#footer a{
 color: #A29E9E;
 text-decoration: none;
}

#footer a:hover{
 color: red;
}



#footer #copyright{
 float: right;
 width: 350px;
 color: #A29E9E;
 text-align: right;
}