/* Defaults */
	
	ol{list-style:decimal}
	ul{list-style: none;}
	
/* Custom Content Styles */

#bgheader{
width:951px;
height:182px;
background: #fff url(../images/bg_header.png) no-repeat;
margin-left:auto;
margin-right:auto;
border:none;
text-align:center;
}

#hdrpicnews { background: url(../images/hdrpic_news.jpg) no-repeat;
    float: left;
	 width: 172px;
	 height: 165px;
}

#hdrpiccontact { background: url(../images/hdrpic_contact.jpg) no-repeat;
    float: left;
	width: 172px;
	height: 165px;
}

#iconbusiness { background: url(../images/icon_business.png) no-repeat;
    float: right;
	width: 90px;
	height: 80px;
}

#iconarchdesign { background: url(../images/icon_archdesign.png) no-repeat;
    float: right;
	width: 90px;
	height: 80px;
}

#iconeducation { background: url(../images/icon_education.png) no-repeat;
    float: right;
	width: 115px;
	height: 80px;
}

#icongovernment { background: url(../images/icon_government.png) no-repeat;
    float: right;
	width: 150px;
	height: 80px;
}

#iconhealthcare { background: url(../images/icon_healthcare.png) no-repeat;
    float: right;
	width: 150px;
	height: 80px;
}

#iconhospitality { background: url(../images/icon_hospitality.png) no-repeat;
    float: right;
	width: 125px;
	height: 80px;
}

#leftcol{
    float: left;
    padding-left: 0px;
	padding-top: 16px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin: 0px;
    width: 198px;
}

#rightcol{
    float: left;
    padding-left: 0px;
	padding-top: 16px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin: 0px;
    width: 745px;
}

#hdrpic{
position: relative;
float: left;
padding:0px 0px 0px 0px;
margin:0px;
}

#headerwidth{
position: relative;
float: right;
padding-left: 0px;
padding-top: 16px;
padding-bottom: 0px;
padding-right: 0px;
border:none;
z-index: 100;
}






