@charset "utf-8";
/* NewTypeCentral CSS Document */
body {
	font-family:"Helvetica", Arial, sans-serif;
	color:#0a2132;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #000000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	font-size: .75em;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 50px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-color: #000000;
	background-image: url(../images/header_tile.gif);
	background-repeat: no-repeat;
	height:50px;
	padding:10px 10px .00em 10px;
}
#header h1 {
	text-indent:-9999px;
}
#left {
	width:200px;
	float:left;
	background-color:#000000;
	padding:10px;
	text-align:left;
}
#navcontainer ul {
	list-style-type: none;
	text-align: left;
}
#navcontainer ul li a {
	padding-left: 7px;
	text-align: left;
	text-decoration: none;
	color: #999;
	background-color: transparent;
	background-image: url(../images/list-off.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}
#navcontainer ul li a:hover {
	background: transparent url(../images/list-on.png) left center no-repeat;
	color: #FFFFFF;
}
#navcontainer ul li a#current {
	background: transparent url(../images/list-active.png) left center no-repeat;
	color: #FFFFFF;
}

#center {
	width:520px;
	float:left;
	color:#ffffff;
	text-align:left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#center h1 {
	font-size: 1.50em;
	color: #009ec4;
}
#center strong {
	color:#009ec4;
	font-size:1.13em;
}
#right {
	width:10px;
	float:left;
	background-color:#ff9834;
	padding:10px;
	text-align:left;
}
#footer {
	height: 15px;
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 50px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:center;
	color: #666666;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.dummyExtender {
	font-size:0;
	line-height:0;
	padding:0;
	margin:0;
}
Accordian Styles
a, a:visited {
	color: #009EC4;
	outline: invert;
	text-decoration: none;
}
a img, img a {
	border: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 2.0em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
p {
	font-size: 1.1em;
}
ul.simple, ul.simple li {
	list-style:  none outside;
	padding: 0;
}
ul.simple li p, ul.simple li h4 {
/*padding: 5px 20px; */
}
#container h3 {
	width: 465px;
	background: url(../images/heading.gif) top center no-repeat;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	margin: 5px 0;
	position: relative;
	cursor: pointer;
}
#container h3 a {
	text-decoration: none;
}
#container h3 span {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 0.8em;
	font-weight: bold;
}
/*#container h2{padding: 5px;  }*/
div.heading {
	margin: 10px 0 0 0;
	padding: 5px;
}
div.collapse {
	width: 505px;
	margin: 5px 0;
	background-color: #333a3e;
	background-image: url(../images/section-medium-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div.collapse-container {
	width: 465px;
	height: 100%;
	padding: 15px 20px;
	background-image: url(../images/section-medium-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
