/* Classes for Major Display Divisions */
@import url('/css/header.css');
@import url('/css/ddmenu.css');
@import url('/css/maincontent.css');
@import url('/css/rightcolumn.css');
@import url('/css/footer.css'); 
@import url('/css/buttons.css');


body {
	margin: 0px 0px 0px 0px;
	background: #C9BE76 url(/media/structure/city_bg.jpg) repeat-x;
	font: 12px arial;
	line-height: 16px;
	color: #333333;
}
select, input {
	font: 12px arial;
	line-height: 16px;
	color: #333333;
}
#pageBorderLeft { background: url(/media/structure/border_left.gif) repeat-y; }
#pageBorderRight { background: url(/media/structure/border_right.gif) repeat-y; }



/* Boxes and Containers */
.tanBox {
	background-color: #E5E0BD;
	padding: 5px 5px 5px 5px;
	margin-right: 5px;
}
.tanBoxInner {
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #CFC683;
	border-right: 1px solid #F5F3E7;
	border-bottom: 1px solid #F5F3E7;
	border-left: 1px solid #CFC683;
}


/* Header Blocks for Containers - Glassy Cubes */
.glassTitle{
	font-family: Trebuchet MS, sans-serif;
	font-size: 15px;
	color: #495C5C;
	font-weight: bold;
}
.rightNavTop{
	background: url(/media/structure/rightnav_top.jpg) no-repeat;
	height: 18px;
	padding: 9px 0px 0px 10px;
}
.rightNavBg{
	background: url(/media/structure/rightnav_bg.jpg) repeat-y;
	padding: 0px 0px 0px 10px;
}
.rightNavFoot{
	background: url(/media/structure/rightnav_footer.jpg) no-repeat;
	margin: 0px 0px 5px 0px;
}
.glassBlockSmall{
	background: url(/media/structure/glass_block_small.jpg) no-repeat;
	height: 18px;
	padding: 9px 0px 0px 10px;
}
.glassBlockMedium{
	background: url(/media/structure/glass_block_medium.jpg) no-repeat;
	height: 18px;
	padding: 9px 0px 0px 10px;
}
.glassBlockWide{
	background: url(/media/structure/glass_block_wide.jpg) no-repeat;
	height: 18px;
	padding: 9px 0px 0px 10px;
}
.tanBoxGlassNarrow{
	background: url(/media/structure/glass_block_tanbox.jpg) no-repeat;
	height: 18px;
	padding: 9px 0px 0px 10px;
}
.tanBoxGlassMed{
	background: url(/media/structure/glass_block_tanbox_medium.jpg) no-repeat;
	height: 18px;
	widht: 258px;
	padding: 9px 0px 0px 10px;
}
.tanBoxGlassWide{
	background: url(/media/structure/glass_block_tanbox_440.jpg) no-repeat;
	width: 540px;
	height: 18px;
	padding: 9px 0px 0px 10px;
	line-height: 12px;
}
.brownBoxGlass{
	background: url(/media/structure/glass_block_brownbox.jpg) no-repeat;
	height: 27px;
	padding: 0px 0px 0px 10px;
}
.buildingsBG {
	background: url(/media/what_we_do/buildings/buildings_bg.jpg) no-repeat;
	width: 548px;
	padding: 0px 0px 0px 0px;
}
.infrastructureBG {
	background: url(/media/what_we_do/infrastructure/inf_bg.jpg) no-repeat;
	width: 548px;
	padding: 0px 0px 0px 0px;
}
.industrialBG {
	background: url(/media/what_we_do/industrial/industrial_bg.jpg) no-repeat;
	width: 548px;
	padding: 0px 0px 0px 0px;
}

 #home_buttons {
            background: #B5B39D;
            padding-top:5px; 
            padding-right:3px; 
            padding-left:3px; 
            width:514px;
        }
	    #button_building_green {
            float:left;
            width:252px;
            height:136px;
            margin-right:10px;
            margin-bottom:5px;
            background: url('/Media/home/HomeButtons/homebutton_building_green.jpg') no-repeat;
        }
	    #button_building_green:hover {
            background-position: 0px -136px;
        }
	    #button_building_information_model {
            float:left;
            width:252px;
            height:136px;
            margin-bottom:5px;
            background: url('/Media/home/HomeButtons/homebutton_building_information_modelling.jpg') no-repeat;
        }
	    #button_building_information_model:hover {
            background-position: 0px -136px;
        }
	    #button_global_procurement {
            float:left;
            width:252px;
            height:136px;
            margin-right:10px;
            background: url('/Media/home/HomeButtons/homebutton_global_procurement.jpg') no-repeat;
        }
	    #button_global_procurement:hover {
            background-position: 0px -136px;
        }
	    #button_safety {
            float:left;
            width:252px;
            height:136px;
            background: url('/Media/home/HomeButtons/homebutton_safety.jpg') no-repeat;
        }
	    #button_safety:hover {
            background-position: 0px -136px;
        }
        
        #button_careers {
            float:left;
            width:175px;
            height:319px;
            background: url('/Media/home/HomeButtons/home_button_careers.jpg') no-repeat;
        }
	    #button_careers:hover {
            background-position: 0px -319px;
        }
