* {
  margin:0;
  padding:0;
}

img, .pngfix {
	behavior: url('/assets/js/iepngfix.htc');		
}

body {
  font-family:Arial,Helvetica,sans-serif;
  background:#000;  
  width:100%;
  overflow-x:hidden;
}

div#body {
  background:url('../images/grad.png') repeat-x #000000;
  position:relative;
  margin:0px auto;
  /*width:1200px;*/
  background-color:#000000;  
}

#background-placeholder {
  position:absolute;
  width:100%;
  height:773px;
  /*z-index:1;*/
  /*background:url('../images/bg_city.jpg') no-repeat scroll 10px 0px;*/
}

#background-placeholder .bg-box {
  width:100%;
  text-align:center;
}

#background-items {
  height:760px;
  width:1200px;
  margin:0 auto;
  position:relative;
}

#layout-body {
  width:928px;
  margin:0 auto;
  position:relative;
  z-index:10;
  text-align:left;
}

#header {
  padding-top:10px;
}

#header #logo {
  padding-left:4px;
  
}



#contact{
  padding-top:5px;
  padding-right:4px;
}

.nav_contact {
  list-style-type: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size:12px;
  color:#ffffff;
}

.nav_contact li{
  float:left;
  text-transform: uppercase;
}

.nav_contact li a{
  text-decoration: none;
  color:#ffffff;
}

.left{
  float:left;
}

.right{
  float:right;
}

.clr{
  clear:both;
  font-size:1px;
}

#nav-placeholder {  
  width:928px;
  height:53px;
  margin-top:5px;
}

#nav-placeholder-left {
  width:12px;
  height:53px;
  background:url('../images/nav_bg_left.png') no-repeat scroll center left transparent;
  behavior: url('/assets/js/iepngfix.htc');
}

#nav-body{
  background:url('../images/nav_bg.png') repeat-x scroll 0 0 transparent;
  width:904px;
  height:53px;
  font-size:1px;
  behavior: url('/assets/js/iepngfix.htc');
  
}

#nav-placeholder-right {
  width:11px;
  height:53px;
  background:url('../images/nav_bg_right.png') no-repeat scroll center left transparent;
  behavior: url('/assets/js/iepngfix.htc');
}

.navigation {
  list-style-type: none;
  margin-top:0px;
  
}

.navigation li{
  float:left;
  font-size:19px;
  color:#ffffff;
  /*padding:15px 32px;*/
  background:url('../images/nav_division.png') no-repeat scroll right center transparent;
  padding: 12px 8px 0px 5px;
}

.navigation li span{
  display:block;
  float:left;
}

.navigation li .nav-round-corner-left{
  width:8px;
  height:37px;
}

.navigation li .nav-round-corner-right{
  width:9px;
  height:37px;
}

.navigation li a{
  color:#ffffff;
  text-decoration:none;
  display:block;
  float:left;
  height:34px;
  padding:3px 5px 0;
}

.navigation li.last-child {
  /*background:url('../images/support_bg.png') no-repeat scroll 8px 7px;*/
  background:none;
  background-color:transparent;
  margin-left:15px;
  width:155px;
  padding-right:0;
  z-index: 155;
  position:relative;
  text-align: center;
}

.navigation li a.last-child {
  
	color:#116bc0;
	padding-left:45px;
	padding-top: 3px;
	padding-right:0;
	width:80px;
}

.navigation li div.subNav{
  list-style: none;
  display:none;
  position:absolute;
  top: 104px;
  *top:106px;
}

.navigation li div.subNav div.sub-nav-left,
.navigation li div.subNav div.sub-nav-right{
  height:100%;
  width:4px;
}

.navigation li div.subNav div.sub-nav-left {
  background:url('../images/subnav_bg_left.png') repeat-y left top transparent;
  behavior: url('/assets/js/iepngfix.htc');
}

.navigation li div.subNav div.sub-nav-right {
  background:url('../images/subnav_bg_right.png') repeat-y right top transparent;
  behavior: url('/assets/js/iepngfix.htc');
}

.navigation li div.subNav div.sub-nav-body {
  position:relative;
  background:url('../images/sub_nav_bg.png') repeat-x scroll center bottom #fdfdfd;
  white-space:nowrap;
}

.navigation li div.subNav li {
  display:block;
  float:none;
  background-image:none;
  font-size:13px;
  font-family:Helvetica, Arial, sans-serif;
  color:#ffffff;
  padding:0 5px;
  cursor:pointer;
  _cursor:hand;
  
}

.navigation li div.subNav li a{
  float:none;
  height:20px;
  color:#044d92;
  text-decoration:none;  
  padding:6px 10px 4px;
  border-bottom:2px groove #fff;
  cursor:pointer;
  _cursor:hand;
}

.navigation li div.subNav li a:hover {
  background:url('../images/subnav_bg_hover.png') repeat-x scroll left center transparent;
  behavior: url('/assets/js/iepngfix.htc');
}

.navigation li div.subNav li a.subnav-last-child {
  border-bottom:none;
}

.navigation li div.subNav .sub-nav-bottom {
  height:9px;
}

.navigation li div.subNav .sub-nav-bottom .sub-nav-bottom-left,
.navigation li div.subNav .sub-nav-bottom .sub-nav-bottom-right
{
  height: inherit;
  width:9px;
}

.navigation li div.subNav .sub-nav-bottom .sub-nav-bottom-left {
  background:url('../images/subnav_bg_bottom_left.png') no-repeat scroll 0  0 transparent;
  behavior: url('/assets/js/iepngfix.htc');
}

.navigation li div.subNav .sub-nav-bottom .sub-nav-bottom-right {
  background:url('../images/subnav_bg_bottom_right.png') no-repeat scroll 0  0 transparent;
  behavior: url('/assets/js/iepngfix.htc');
}

.navigation li div.subNav .sub-nav-bottom .sub-nav-bottom-center {
  background:url('../images/subnav_bg_center.png') repeat-x 0 0 transparent;
  behavior: url('/assets/js/iepngfix.htc');
  height:9px;
  font-size:1px;  
}

.page-sub-navigation {
  padding-left:15px;
  overflow:hidden;
}

.page-sub-navigation .navigation {
  margin-top: -5px;
}

.page-sub-navigation .navigation li{
  font-size:16px;
  background:url('../images/sub_nav_divider.png') no-repeat scroll center right transparent;
  width:auto;
  padding:15px 5px 0;
  margin:0 15px;
  text-align:center;
}

.page-sub-navigation .navigation li a{
  color:#b4b4b4;
  padding:0px 10px;
  float:left;
  display:block;
  /*padding:3px 25px;*/
  padding-right: 10px;
}

.page-sub-navigation .navigation li a span{
  	margin: 0 0px 0 -30px;
	position:relative;
	float:left;
	padding-left: 10px;
	padding-bottom: 10px;
	cursor:pointer;
	_cursor:hand;
}

.page-sub-navigation .navigation li.active a span, .page-sub-navigation .navigation li.on a span {
	background: url('../images/sub_nav_active.gif') top left no-repeat;
	/* Make this a gif */
	padding-top:3px;
}




.page-sub-navigation .navigation li.active a, .page-sub-navigation .navigation li.on a {
  background:url('../images/sub_nav_active.gif') no-repeat top right;
  position:relative;
  /*padding:3px 25px;*/
  padding: 0px 10px;
  top:-3px;
  
}


#sitemap {
  margin:10px auto 0;
  _margin:10px auto 0;
  width:900px;
  text-align:left;
}

#sitemap .sitemap-item {
  width:134px;
  margin-left:10px;
}

#sitemap .sitemap-item ul {
  list-style: none;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#666666;
/*  font-weight:bold;*/
  line-height:23px;
}

#sitemap .sitemap-item .sitemap-parent li a {
  display:block;
  border-bottom:1px solid #666666;
  color:#ffffff;
  text-decoration:none;
}

#sitemap .sitemap-item .sitemap-parent li ul li a {
  text-decoration:none;
  border:none;
  color:#666666;
  display:inline;
}

#copyrights {
  margin:15px auto;
  font-size:12px;
  width:900px;
  color:#666666;
  text-align:left;
}

#copyrights a {
  color:#666666;
  text-decoration:underline;
}

.bold {
  font-weight:bold;
}

.underline {
	border-bottom:solid 1px #ddd;
	margin-top:10px;
}

.page-content ul{
  padding-left:30px;
}

/* IE Hackery */

#support-background {
	background:url('../images/support_bg.png') no-repeat scroll left top;
	width: 147px;
	height: 54px;
	position:absolute;
	top:61px;
	*top: 64px;
	right: 7px;
	behavior:url('/assets/js/iepngfix.htc');
}
.sitemap-child li{
	_padding: 0px 0px;	
}

