@charset "UTF-8";
/* CSS Document */


/* CSS RESET ///////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* END CSS RESET 
/ GLOBAL STYLES ///////////*/

.clear{
clear:both;
}


.relative{
position:relative;
}


body{
background:#bbbbbb url(../images/bg_alt3.png) repeat-x;
font-family:Arial, Helvetica, sans-serif;
}

.header_repeat{
background:url(../images/accent_header_repeat.png) repeat-x;
height:11px;
width:100%;
}

.sidebars{
background:url(../images/bg_sidebars.png) repeat-y;
width:980px;
margin:0 auto;
}


.mainbody{
background:#fff;
width:960px;
margin:0 auto;
}
.header_bg{
background:url(../images/headerbg.png) repeat-x;
width:960px;
height:77px;
margin:0px auto 0px;
border-bottom:#d2d2d2 1px solid;
}

.header_accent{
background:url(../images/accent_header.png) no-repeat;
width:960px;
height:36px;
position:absolute;
margin:-12px auto 0px;
}

.logo{
width:200px;
height:22px;
float:left;
margin-left:35px;
padding-top:5px;
}

ul.nav{
float:right;
width:325px;
height:27px;
margin-right:25px;
}

ul.nav li{
width:65px;
height:27px;
float:right;
margin-left:10px;
}



ul.nav li.home{
background:url(../images/btn_home_inactive.png) no-repeat;
}

ul.nav li.home#active{
background:url(../images/btn_home_active.png) no-repeat;
}

ul.nav li.home span{
background:#fff url(../images/btn_home_active.png) no-repeat;
opacity:0;
width:65px;
display:block;
height:27px;
}

ul.nav li.company{
background:url(../images/btn_company_inactive.png) no-repeat;
}

ul.nav li.company#active{
background:url(../images/btn_company_active.png) no-repeat;
}

ul.nav li.company span{
background:#fff url(../images/btn_company_active.png) no-repeat;
opacity:0;
width:65px;
display:block;
height:27px;
}

ul.nav li.work{
background:url(../images/btn_work_inactive.png) no-repeat;
}

ul.nav li.work#active{
background:url(../images/btn_work_active.png) no-repeat;
}

ul.nav li.work span{
background:#fff url(../images/btn_work_active.png) no-repeat;
opacity:0;
width:65px;
display:block;
height:27px;
}


ul.nav li.contact{
background:url(../images/btn_contact_inactive.png) no-repeat;
}

ul.nav li.contact#active{
background:url(../images/btn_contact_active.png) no-repeat;
}

ul.nav li.contact span{
background:#fff url(../images/btn_contact_active.png) no-repeat;
opacity:0;
width:65px;
display:block;
height:27px;
}



.content_footer{
background:url(../images/bg_footer_accent_above.png) no-repeat;
width:960px;
height:65px;
margin:3px auto 0px;
}

#footer_accent{
background:url(../images/bg_footer_accent.png) no-repeat;
width:960px;
height:132px;
padding-top:88px;
font-size:11px;
color:#939393;
font-weight:normal;
margin:0 auto;
}

#footer_repeat{
background:url(../images/bg_footer_repeat.png) bottom repeat-x;
height:220px;
width:100%;
margin:-25px 0 0 0;
}

#footer_accent .logocopy{
line-height:14px;
float:left;
width:240px;
color:#939393;
padding-left:10px;
}

#footer_accent a{
color:#939393;
text-decoration:underline;
}

#footer_accent a:hover{
color:#666666;
}

#footer_accent .logocopy img{
margin-bottom:15px;
}


#footer_accent .contentdiv{
line-height:14px;
width:235px;
margin-left:60px;
padding-top:6px;
float:left;
}

#footer_accent .contentdiv img{
margin-bottom:15px;
}

#footer_accent .contentdiv#help{
width:105px;
}

#footer_accent .contentdiv#about{
width:175px;
float:right;
margin-right:5px;
margin-left:0px;
}

.fb{
padding:5px;
font-size:11px;
color:#616161;
font-weight:normal;
line-height:17px;
}

.fb h1{
font-size:13px;
color:#175c9f;
font-weight:bold;
border-bottom:#e0e0e0 1px solid;
padding-bottom:6px;
margin-bottom:6px;
}


.fb ul li{
margin-bottom:24px;
padding-left:11px;
background:url(../images/icon-sidelist.png) no-repeat;
background-position:0 4px;
}