/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 24px;
	letter-spacing: 0px;
	font-weight: normal;
	color: #000000;
  border: 0;
}
img {
  margin: 0;
  padding: 0;
	border: 0;
}

ul {
  margin: 0;
  padding: 0;
  border: 0;
}
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #999999;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
  color: #003399;
	text-decoration: none;
}
a.withpadding {
	display: block;
	padding-bottom: 18px;
}
a.withpadding:hover {
	display: block;
	padding-bottom: 18px;
}
a.active {
	color: #003399;
	text-decoration: none;
}
a.witharrow {
	padding-left: 15px;
	background-position: 0px 5px;
	background-repeat: no-repeat;
	background-image: url('../img/arrow.gif');
}
a.witharrow:hover {
	padding-left: 15px;
	background-position: 0px 5px;
	background-repeat: no-repeat;
	background-image: url('../img/arrow_o.gif');
}

h1 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 18px;
	width: 550px;
}
h1 span.highlight {
	color: #003399;
	font-size: 15px;
}

h2 {
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	width: 550px;
}
h2.highlight {
	color: #003399;
}

#outerwrapper {
	/*margin: auto;*/
	width: 1024px;
}
#innerwrapper {
  /*margin: auto;*/
	top: 0;
  width: 1024px;
}

#logo {
	clear: both;
}
#nav {
	clear: both;
	height: 33px;
	width: 100%;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url('../img/headerbg.jpg');
}
#nav ul {
	padding-top: 3px;
	padding-left: 260px;
}
#nav ul li {
	float: left;
	padding-right: 50px;
}
#nav ul li a {
	color: #000000;
	font-size: 18px;
	letter-spacing: 1px;
	text-decoration: none;
}
#nav ul li a:hover {
	font-weight: bold;
}
#nav ul li a.active {
	color: #000000;
	font-weight: bold;
}
#nav ul li a img {
	margin-top: 6px;
}
#subnav {
	clear: both;
	height: 82px;
	width: 100%;
	background-color: #FFFFFF;
	overflow: hidden;
}
#subnav ul {
	padding-top: 10px;
	padding-left: 260px;
}
#subnav ul li {
	float: left;
	padding-right: 25px;
}
#subnav ul li a {
	color: #666666;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}
#subnav ul li a:hover {
	font-weight: bold;
	color: #FF9900;
}
#subnav ul li a.active {
	font-weight: bold;
	color: #FF9900;
}
#subnav ul li a img {
	margin-top: 6px;
}

#content {
	display: table;
	width: 1024px;
}
#contentimage {
	padding-top: 6px;
	float: left;
	width: 206px;
	min-height: 1px;
	overflow: hidden;
}
#contentnav {
	float: left;
	position: relative;
	width: 54px;
	min-height: 1px;
	white-space: nowrap;
}
#contentnav a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 5px;
	width: 9px;
	height: 15px;
}
#contentnav a.left {
	left: 2px;
	background-repeat: no-repeat;	
	background-image: url('../img/arrow_left.gif');
}
#contentnav a.left:hover {
	background-image: url('../img/arrow_left_o.gif');
}
#contentnav a.right {
	right: 29px;
	background-repeat: no-repeat;
	background-image: url('../img/arrow.gif');
}
#contentnav a.right:hover {
	background-image: url('../img/arrow_o.gif');
}
#contenttext {
	float: left;
	width: 764px;
}

div.text {
	padding: 0;
	margin: 0;
	width: 550px;
	padding-bottom: 18px;
}
div.lead {
	font-weight: bold;
	color: #666666;
}

.highlightx {
	color: #FF9900;
}

li.toggleitem {
	clear: both;
}

li.toggleitem a:hover {
	font-weight: bold;
}
li.toggleitem a.active {
	font-weight: bold;
}
a.toggletextnav {
	color: #000000;
	text-decoration: none;
}
div.toggletext {
	display: none;
	padding-left: 25px;
	color: #003399;
	padding-bottom: 12px;
}

ul.listing {
	margin: 0;
	padding: 0;
	display: table;
}
ul.listing li {
	margin: 0;
	padding: 0;
	/*
	padding-left: 15px;
	background-position: 0px 13px;
	background-repeat: no-repeat;
	background-image: url('../img/list.gif');
	*/
	/*
	margin-left: 15px;
	list-style-type: disc;
	*/
	clear: both;
}
ul.listing li div.enum {
	width: 15px;
	height: 100%;
	float: left;
}
ul.listing li div.data {
	width: 535px;
	float: left;
}

a.customerdownload {
	background-position: 10px 2px;
	padding-left: 25px;
}
a.customerdownload:hover {
	background-position: 10px 2px;
	padding-left: 25px;
}

#teamlist a.witharrow {
	background-position: 0px 2px;
}
#teamlist a.witharrow:hover {
	background-position: 0px 2px;
}

#contentnavigation {
  padding-top: 10px; 
}
#contentnavigation li a {
  font-weight: bold;
  text-decoration: none;
}
#contentnavigation li a.witharrow {
	background-image: url('../img/arrow_orange.gif'); 
}
#contentnavigation li a.withpadding {
	padding-bottom: 10px;
}

a.openmap {
	margin-top: 24px;
	padding-left: 15px;
	background-position: 0px 5px;
	background-repeat: no-repeat;
	background-image: url('../img/arrow_orange.gif');
}

