/* GLOBAL RESET */
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
  margin:0px;  
  padding:0px;  
  border:0px;  
  border-collapse:separate;  
  border-spacing:0px;
}

/* BEGIN STYLING */

body {
  background: #000 url(../img/bodyBG.jpg) fixed repeat-x left top;
  font: 100.1% Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
  color: #000;
}

#wrapper {
	width: 1001px;
}

* html #wrapper { width: 1004px; }

#topBar {
	background: #ccc url(../img/topBG.jpg) repeat-x left top;
  height: 91px;
}

#slogan {
	text-indent: -9009em;
  height: 20px;
  width: 430px;
  background: #F7941D url(../img/anchorslogan.jpg) no-repeat right bottom;
  padding: 25px 0 0 10px;
}

#pplBG {
	float: right;
  padding: 15px 130px 0 0;
  background: #F7941D url(../img/anchorppl.jpg) no-repeat right top;
  height: 58px;
}

#pplBG p {
	color: #fff;
  font-size: .7em;
  text-align: right;
}

#pplBG p a {
	color: #fff;
  text-transform: uppercase;
  font-size: .7em;
  text-decoration: none;
  letter-spacing: 2px;
}

#pplBG p a:hover {
	text-decoration: underline;
}

#pplBG p strong {
	font-size: 1.5em;
  letter-spacing: 2px;
  padding-top: 15px;
  display: block;
}

h1 {
	text-indent: -9009em;
  background: transparent url(../img/anchorstllogo.png) no-repeat left top;
  height: 80px;
  width: 335px;
  margin: -15px 0 0 20px;
  float: left;
  position: relative;
}

#topNav {
	background: #000;
  float: right;
  margin-top: 40px;
}

#topNav li {
	list-style: none;
  float: left;
  color: #fff;
  font-size: .7em;
  padding: 7px;
}

#topNav li a {
	text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

#topNav li a:hover {
	text-decoration: underline;
}

#featuredImg {  
  height:  328px;  
  width:   667px;  
  padding: 0;  
  margin:  0; 
  clear: right; 
} 

#featuredImg img {   
  background-color: #eee;  
  width:  667px; 
  height: 328px; 
  top:  0; 
  left: 0 
} 

#leftNav {
  width: 329px;
  padding: 0;
  margin: 0 5px 0 0;
  list-style: none;
  float: left;
  clear: both;
}

#leftNav li {
  height: 55px;
  text-indent: -9009em;
}

#leftNav li a {
  list-style: none;
  display: block;
  height: 55px;
}

#leftNav li.nav1 a { background: #ccc url(../img/nav/1.jpg) no-repeat left top; }
#leftNav li.nav2 a { background: #ccc url(../img/nav/2.jpg) no-repeat left top; }
#leftNav li.nav3 a { background: #ccc url(../img/nav/3.jpg) no-repeat left top; }
#leftNav li.nav4 a { background: #ccc url(../img/nav/4.jpg) no-repeat left top; }
#leftNav li.nav5 a { background: #ccc url(../img/nav/5.jpg) no-repeat left top; }
#leftNav li.nav6 a { background: #ccc url(../img/nav/6.jpg) no-repeat left top; }
#leftNav li.selected a { background-position: left bottom; }
#leftNav li a:hover { background-position: left bottom; } 

#wrapper p {
	clear: both;
  font-size: .8em;
  color: #fff;
  text-align: right;
  padding: 15px 0;
}

#wrapper p a {
	color: #F7941D;
}

#wrapper p a:hover {
	text-decoration: none;
}

#featuredNews ul {
	height: 35px;
  width: 667px;
  float: right;
}

#featuredNews ul li {
	height: 30px;
  color: #fff;
  text-align: left;
  padding: 5px 0;
	list-style: none;
	font-size: .8em;
}
#featuredNews ul li a { color: #F7941D; }
#buckets {
	clear: both;
	overflow: hidden;
}

#buckets span {
	display: none;
}

#buckets #hidefvid {
  background: transparent url(../img/hidefvidprod.jpg) no-repeat left top;
  height: 179px;
  width: 294px;
  float: right;
  padding-left: 10px;
}

#buckets #sms {
  background: transparent url(../img/smstext.jpg) no-repeat left top;
  width: 293px;
  height: 179px;
  float: right;
  padding-left: 10px;
}

#buckets #gfxsrvc {
  background: transparent url(../img/creativeservices.jpg) no-repeat left top;
  width: 294px;
  height: 179px;
  float: right;
}

#content p {
  text-align: justify;
  padding: 15px;
}