/* CSS Document */
#screenwidth{
width:100%;
height:100%;
text-align:center;
vertical-align:top;
background-color:#000;
}
#pagewidth{ 
  width:900px;
  height:610px;
  text-align:left;
  background-image: url(../images/Index_Full_Background_New_2.jpg);
  background-repeat: no-repeat;
  background-position:top left;
  background-color:#000000;
  margin-left:auto;
  margin-right:auto;
/*  border: 1px solid #5A5A5A;*/
} 
#header{
  width:900px;
  height:113px;
  float:left;
  clear:both;
} 
#leftcol{
  width:222px;
  /*min-height:528px;*/
  float:left; 
  text-align:right;
  margin:0px;
 }
#menuContent{  
}
#maincol{
	float:left;
	clear:right;
	width:678px;
	height:497px;
	text-align:right;
 }
 #maincolcontent{
	margin-left:478px;
	margin-right:57px;
	margin-top:150px;
	height:310px;
	text-align:right;
	vertical-align:bottom;
 }
#footer{
  width:900px;
  height:20px;
  clear:both;
  background-image: url(images/Footer.gif);
  background-repeat: no-repeat;
 } 
.clearfix {clear:both;}
.buttonscontainer {
  float:right;
  width: 200px;
  }
.buttons a {
  color: #DCB732;
  padding: 7px;
  padding-left: 10px;
  display: block;
  border-top:  1px solid #5a5a5a;
  font: 10pt Arial, Century Gothic;
  text-decoration: none;
  text-align: right;
}
.buttons a:hover {
  color: #5A5A5A;
/*  border-top:  1px solid #DCB732;*/
  text-decoration: none;
/*  background: #5a5a5a; */
}
body {
	margin-left: 50px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 25px;
	font-family: Arial, Futura BdBT, Verdana, Century Gothic;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color:#000;
}
h1 {
	font-family: Futura BdBT, Century Gothic, Arial;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	color: #DCB732;
}
h2 {
	font-family: Futura BdBT, Century Gothic, Arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #3D3937;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h3 {
	font-size: 10pt;
	color: #3D3937;
}

body#home_page dt#tab1 a#home_a,
body#services_page dt#tab2 a#services_a,
body#executive_team_page dt#tab3 a#exec_a,
body#about_page dt#tab4 a#about_a ,
body#careers_page dt#tab5 a#careers_a ,
body#contact_page dt#tab6 a#contact_a ,
body#client_login_page dt#tab7 a#client_login_a {
	cursor:default;
	background-color:#5A5A5A;
	color:#DCB732;
	border-bottom:  1px solid #DCB732;
	border-top:  1px solid #DCB732;
}
#PrintPage{
	display: none;
}
#pageFooter {
text-align:left;
width:900px;
margin:auto;
margin-top:10px;
padding:0px;

}
#pageFootertxt {
padding: 9px;
padding-left:232px;
padding-right:0px;
float:left;
color:#666;
font-size:79%;
background-image:url(../images/copyright.gif);
background-position:left top;
background-repeat:no-repeat;
}
#pageFootertxt .bar {color: #909090;}