div, img.trans{ behavior: url(/scripts/iepngfix.htc) } 

body{
	text-align: center;
	margin: 0px 0px 0px 0px;
	background: url(/images/bg.jpg) fixed;
	font-size: 12px !important;
}

img{
	border:0;
}

img.logo{
	margin: 0px 0px 0px 40px; 
	float:left;
	display: inline
}

img.tag-line{
	float:right;
	margin: 0px 30px 0px 0px;
	display:inline
}

img.trans{
}
a.about{
	width: 70px;
	height: 70px;
	background-image: url(../images/about_not_active.jpg);
	text-decoration: none;
	display: block;
	float:left;
}

a.about-a{
	width: 70px;
        height: 70px;
        background-image: url(../images/about_active.jpg);
        text-decoration: none;
        display: block;
        float:left;
}

a:hover.about{
	background-image: url(../images/about_active.jpg);
}

a.expertise{
        width: 70px;
        height: 70px;
        background-image: url(../images/expertise_not_active.jpg);
        text-decoration: none;
        display: block;
	float:left;
}

a.expertise-a{
        width: 70px;
        height: 70px;
        background-image: url(../images/expertise_active.jpg);
        text-decoration: none;
        display: block;
        float:left;
}

a:hover.expertise{
        background-image: url(../images/expertise_active.jpg);
}

a.projects{
        width: 70px;
        height: 70px;
        background-image: url(../images/projects_not_active.jpg);
        text-decoration: none;
        display: block;
        float:left;
}

a.projects-a{
        width: 70px;
        height: 70px;
        background-image: url(../images/projects_active.jpg);
        text-decoration: none;
        display: block;
        float:left;
}

a:hover.projects{
        background-image: url(../images/projects_active.jpg);
}

a.news{
        width: 70px;
        height: 70px;
        background-image: url(../images/news_not_active.jpg);
        text-decoration: none;
        display: block;
        float:left;
}

a.news-a{
        width: 70px;
        height: 70px;
        background-image: url(../images/news_active.jpg);
        text-decoration: none;
        display: block;
        float:left;
}

a:hover.news{
        background-image: url(../images/news_active.jpg);
}

a.awards{
        width: 70px;
        height: 70px;
        background-image: url(../images/awards_not_active.jpg);
        text-decoration: none;
        display: block;
        float:left;
}

a.awards-a{
        width: 70px;
        height: 70px;
        background-image: url(../images/awards_active.jpg);
        text-decoration: none;
        display: block;
        float:left;
}

a:hover.awards{
        background-image: url(../images/awards_active.jpg);
}

a.contact{
        width: 70px;
        height: 70px;
        background-image: url(../images/contact_not_active.jpg);
        text-decoration: none;
        display: block;
        float:left;
}

a.contact-a{
        width: 70px;
        height: 70px;
        background-image: url(../images/contact_active.jpg);
        text-decoration: none;
        display: block;
        float:left;
}

a:hover.contact{
        background-image: url(../images/contact_active.jpg);
}


label {
	font-size: 12px;
}

#frame{
	text-align:left;
	margin: 0pt auto;
	width: 937px;
	height: 100%;
}

#header{
	width:937px;
	height: 189px;
}

#header-top{
	width:937px;
	height: 50px;
	float:left;
	background-image: url(../images/header.png);
}

#header-bottom{
	width:937px;
	height: 139px;
	float:left;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}

#header-nav{
	display:block;
	height:70px;
	left:290px;
	position:relative;
	width:650px;
}

#header-break{
	background-image: url(../images/graybreak.jpg);
	float:left;
	height:1px;
	margin:10px 0px 0px 35px;
	width:870px;
	display:inline;
}

#maincontent{
	background-image: url(../images/bg.png);
	float:left;
	width:937px;
}



#content-body, #contact_address, #content-body * .infotable * { /*last element is a fix for cms display*/
	margin:0px 0px 0px 40px;
	width: 860px;
	line-height: 2em;
	color: #747475;
	font-family: Tahoma, arial, helvetica, sans-serif;
	text-align: left;
	font-size: 0.9em;
}

#contact_address {

	padding: 11px 3px 3px 40px;
}

span.main-text {

	line-height: 2em;
	color: #747475;
	font-family: Tahoma, arial, helvetica, sans-serif;
	text-align: left;
	font-size: 0.9em;
	text-align: justify;
	
/*
	font-family: verdana;
	font-size: 9pt;
	color: #414142;
	line-height: 1.75;
*/
}

#contact_form * {
	
	
	
}

span.main-text span {
	font-size: 11px;
	color: #C70000;
}

#left{
	text-align: justify;
	float:left;
	margin:0px 0px 0px 35px;
	width:205px;
	display:inline;
}


#right{
	float:right;
	padding:0px 32px 0px 0px;
}

#footer{
	width:937px;
	float:left;
}

#footer-top{
	background-image: url(../images/bg.png);
	width:937px;
	float:left;
}

#footer-break{
	background-image: url(../images/graybreak.jpg);
	float:left;
	height:1px;
	margin:0px 0px 15px 35px;
	width:870px;
	display:inline;
}
#footer-left{
	float:left;
	margin: 0px 0px 0px 35px;
	display:inline;
}
span.footer-left-text{
	display: block;
	padding: 10px 10px 5px 15px;
	color: #797979;
	float:left;
	width:400px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
}

.accent {
	color: #B53535;
	font-weight: bold;
}

.htcfoot {
	letter-spacing: normal;
	color: #B2C0C4;
	text-transform: capitalize;
}

#footer-badge{
	width: 334px;
	float:right;
	margin: 0px 32px 0px 0px;
	display:inline;
}

#footer-bottom{
	background-image: url(../images/footer.png);
	height:60px;
	width:937px;
	float:left;
	text-align:center;
	background-repeat: no-repeat;
}

span.footer-nav{
	color:#5E5F62;
	float:left;
	font-family:verdana;
	font-size:9px;
	margin:20px 0px 0px 135px;
}
span.footer-nav a{
	text-decoration: none;
	color: #8b0f04;
}
div.border_class{
	display:inline;
}
a.footer-nav{
	color: #8b0f04;
	text-decoration: none;
}

#clear, .clear {
	clear:both;
}


div.blog_entry {

	margin-bottom: 40px;
	padding-left: 30px;

}

div.blog_entry p img {
	
	border: 1px solid black;
	display: block;
	float: right;
	margin: 0px 30px 40px;
	padding: 2px;
	display:inline;
}

div.blog_entry hr {
	
	border: none;
	color: #8B0F04;
	background-color: #8B0F04;
	height: 1px;
	line-height: 1px;

}


span.blog_title {

	clear: right;
	color: #C70000;
	display: block;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 1em;

}


span.blog_subtitle {
	
	display: block;
	color: #AFBEC1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
		
}


.body_float_right {
	
	margin: 2em 0em 1em 1em;
	float: right;
	display: inline;
	
}

.body_float_left {
	
	margin: 2em 1em 1em;
	float: left;
	display: inline;
	
}

#gallery-container {
	float:left;
	position:relative;
	width:100%;	
}
#category-nav {
	float:left;
	margin-left:260px;
	border:1px solid #959595;
	border-bottom:none;
	height:30px;
}
.category {
	float:left;
	position:relative;
	margin-top:2px;
	margin-right:-1px;
	padding:3px;
	border-right:1px solid #959595;
	font-size:14px;
}
.category.last {
	border:none;	
}
.category-link {
	display:block;
	float:left;
	padding:2px 20px 3px;
	color:gray;
	font-family:Helvetica, sans-serif;
	font-size:13px;	
	color:#606060;
	text-decoration: none;
}
.category-link:hover, .category-link.selected{
	background:#C41131;	
	color:#fff;
}
.gallery {
	float:left;
	position: relative;
}

.gallery-link {
	display:block;
	color:#606060;
	float:left;
	clear:both;
	text-align: center;
	text-decoration: none;
	margin:2px 25px 10px;
	padding-top:5px;
	width:175px;
	text-align: center;
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size:11px;
	border-bottom:1px solid #eee;
}
.gallery-link:hover {
	background:#eee;
}
.gallery-link .gallery-name {
	padding:3px 0;
	display:block;
	width:100%;
	text-align: center;
}
#gallery {
	height:355px;
	width:880px;
	margin-left:35px;	
	float:left;
	position:relative;	
}
#gallery-left {
	width:225px;
	height:355px;
	overflow:hidden;
	float:left;
	position:relative;
	border-top:1px solid #959595;	
}
#gallery-right {
	width:645px;
	height:355px;
	background:#aaa;
	float:left;
	position:relative;	
}
.jScrollPaneContainer #gallery-list {
	margin-left:-15px;
	float:left;
	position: relative;
}
#home-right {
	float:left;
	position:relative;
	width:645px;
	margin-left:20px;
	height:355px;
	overflow:hidden;
	scroll:auto;
}
.home-pic {
	width:645px;
	height:355px;
	float:left;
	clear:both;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#606060;
}
.home-pic img {
	float:left;
	clear:both;
}
.pic-desc {
	width:645px;
	float:left;
	position:relative;
	clear:both;
	height:120px;
	margin-top:-35px;
	background:url(/images/content-bg-10.png);
}
.pic-desc-header {
	width:645px;
	float:left;
	position: relative;
	clear:both;
	padding:8px 0;
	height:19px;
	font-size:14px;
	line-height:14px;
	font-weight: bold;
}
.pic-title {
	float:left;
	position: relative;
	width:470px;
	padding:2px 10px 0;
}
.project-details-button {
	width:125px;
	text-align:center;
	height:16px;
	font-size:12px;
	padding:3px;
	margin:-2px 15px 0 5px;
	border:1px solid white;
	color:#ccc;
	background:#606060;
	float:right;
	position:relative;
	text-decoration:none;
}
.project-details-button:hover {
	color:#fff;
}
.proj-desc {
	width:645px;
	float:left;
	position:relative;
	padding:0px 8px;
}
	