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


	

}
body {
	margin:0;
	background:url(../images/main_elements/body_bg.jpg) #3a3a3a repeat-x;
	font:14px Verdana, Arial, Helvetica, sans-serif;
}

#backgroundOverlay{
margin:0 auto 0 auto;
min-height:700px;
min-width:1024px;
padding-top:29px;
background:url(../images/main_elements/bg_greenGridOverlay2.jpg) no-repeat top center;
}

#middleNavbar{
margin:0 auto 0 auto;
position:relative;
height:70px;
width:996px;
padding-left:10px;
top:-10px;
z-index:999;

}

.button{
padding-left:20px;
width:174px;
height:70px;
background:no-repeat;
background-position:0 -76px;
display:table-cell;
}

.button a{
display:block;
width:100%;
height:100%;

}
#company{
background-image:url(../images/main_elements/company_button.gif);
}
#pressRoom{
background-image:url(../images/main_elements/pressRoom_button.gif);
}
#services{
background-image:url(../images/main_elements/services_button.gif);
}
#careers{
background-image:url(../images/main_elements/careers_button.gif);
}
#contactUs{
background-image:url(../images/main_elements/contactUs_button.gif);
}


#topBanner{
margin:0 auto 0 auto;
width:1024px;
height:205px;
border:#6e6666 10px solid;
background:url(../images/main_elements/topBannerBG.jpg) #FFFFFF repeat-x;
z-index:999;

}

#bottomBannerWrapper{
position:relative;
z-index:9;
margin:-19px auto 20px auto;
width:1024px;
min-height:300px;
border:#6e6666 10px solid;
background:#FFFFFF;
overflow:auto;
}

#leftSidebarWrapper{
width:219px;
float:left;
}

#leftSidebarTop{
height:37px;
width:100%;
background:url(../images/main_elements/leftSidebar_top.jpg) no-repeat;
}

#leftSidebarContent{
width:100%;
background:url(../images/main_elements/leftSidebar_content.jpg) repeat-y;

}
#leftSidebarBottom{
height:37px;
width:100%;
background:url(../images/main_elements/leftSidebar_bottom.jpg) no-repeat;

}


#rightContentWrapper{
width:805px;
float:right;
}

.rightContentTopBanner{
width:531px;
height:58px;
}
.subButton{
height:37px;
width:162px;
margin-left:26px;
background:url(../images/main_elements/subButtonBg.jpg);
font:14px Verdana, Arial, Helvetica, sans-serif;
color:#666666;
margin-top:15px;
}

.subButton a{
color:#666666;
text-decoration:none;
width:100%;
height:100%;
display:block;
outline: none;
}
.subButton a:hover{
text-decoration:underline;
}

#rightContentMain{
display:block;

margin:40px;
font:14px Verdana, Arial, Helvetica, sans-serif;
color:#666666;
}

#copyright{
width:1024px;
display:block;
font:10px Verdana, Arial, Helvetica, sans-serif;
color:#666666;
margin-bottom:5px;
margin-top:25px;
}



