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;
	
}
