@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background: #ffffff url(main-background.jpg) right bottom no-repeat fixed;
	font-family: "Trebuchet MS", Tahoma, Arial, verdana, sans-serif;
	font-size: 13px;
	color: #000000;
}
p {
	line-height: 18px;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 13px;
}
li 
{
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 5px;
}
.Normal, .NormalDisabled 
{
	font-size: 13px;
	line-height: 18px;
}
a:link, a:visited {
	color: #ff6c00;
}
a:hover {
	color: #000000;
}
h1, h2 .Head, h3, h4, h5, h6, p, ul, table, li, dt, dd 
{
	font-family: "Trebuchet MS", Tahoma, Arial, verdana, sans-serif;
}
h2 .Head {
	font-size: 18px;
	margin: 0;
	padding: 0 0 10px 0;
	color: #000000;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #000000;
	margin: 0;
	padding: 0 0 5px 0;
	font-style: italic;
	font-weight: bold;
}
h4 {
	font-size: 13px;
	padding: 0 0 3px 0;
	margin: 0;
	font-weight: bold;
}
#container {
	width: 952px;
	margin: 25px auto;
	text-align: left;
}
#header {
	background: transparent url(header-background.png) left top no-repeat;
	height: 80px;
	width: 952px;
}
#header h2 {
	margin: 0;
	padding: 15px 0 0 16px;
}
#header h2 a {
	display: block;
	margin: 0;
	padding: 0;
	background: transparent url(access-programmers-logo.jpg) left top no-repeat;
	text-indent: -9999px;
	height: 55px;
	width: 265px;
}
#nav {
	width: 952px;
	background: #3c3c3c url(nav-background.jpg) left top repeat-x;
	float: left;
	text-align: center;
	height: 32px;
}
#houseMenuVstatic {
	float: right;
	margin: 0;
	padding: 0;
}
#houseMenuVstatic li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
#houseMenuVstatic li a {
	display: block;
	color: #ffffff;
	padding: 9px 11px 5px 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#houseMenuVstatic li a:hover, #houseMenuVstatic li#houseMenuVstaticCurrentItem a {
	background: transparent url(nav-over.jpg) left top repeat-x;
}
#houseMenuVstatic li ul {
	display: none;
	position: absolute;
	border: 1px solid #000000;
	background: rgba(60,60,60,0.90);
	margin: 0;
	padding: 0;
	width: 226px;
}
#houseMenuVstatic li:hover ul li ul, #houseMenuVstatic li.sfHover ul li ul {
	display: none;
	left: 226px;
	margin-top: -25px;
}
#houseMenuVstatic li:hover ul li:hover ul, #houseMenuVstatic li.sfHover ul li.sfHover ul {
	display: block;
}
#houseMenuVstatic li:hover ul, #houseMenuVstatic li.sfHover ul {
	display: block;
}
#houseMenuVstatic li ul li {
	float: left;
	clear: left;
	width: 226px;
}
#houseMenuVstatic li ul li a, #houseMenuVstatic li#houseMenuVstaticCurrentItem ul li a, #houseMenuVstatic li ul li#houseMenuVstaticCurrentItem a {
	width: 220px;
	padding: 3px;
	text-transform: none;
	text-align: left;
	background-image: none;
}
#houseMenuVstatic li ul li a:hover, #houseMenuVstatic li#houseMenuVstaticCurrentItem ul li a:hover, #houseMenuVstatic li ul li#houseMenuVstaticCurrentItem a:hover {
	background-image: none;
	background: #f1b218;
}
#pageTitle {
	background: #f1b218;
	width: 939px;
	padding: 8px 11px 5px 0;
	border-left: 1px solid #e1a410;
	border-right: 1px solid #e1a410;
	text-align: right;
	clear: both;
}
#pageTitle h1 {
	font-size: 14px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-style: italic;
	clear: both;
	color: #3c3c3c;
}
#content {
	border: 1px solid #3c3c3c;
	background: rgba(60,60,60,0.25);
}
#threeCol, #twoCol {
	padding: 11px;
	width: 928px;
	float: left;
	clear: left;
}
#dnn_TopPane {
	background: #ffffff url(top-banner.jpg) left top no-repeat;
	height: 165px;
	width: 720px;
	padding: 10px 10px 10px 220px;
	float: left;
}
#dnn_TopPane dl {
	margin: 0;
	padding: 0;
}
#dnn_TopPane dl dt {
	font-size: 16px;
	font-weight: bold;
	background: transparent url(star_black.png) left 3px no-repeat;
	padding-left: 25px;
	color: #3c3c3c;
}
#dnn_TopPane dl dt a 
{
	color: #3c3c3c;
	text-decoration: underline;
}
#dnn_TopPane dl dd {
	font-size: 12px;
	color: #ff6c00;
	padding: 5px 0 15px 25px;
	margin: 0;
}
#dnn_LeftPane {
	float: left;
	padding: 5px;
	border: 1px solid #ffffff;
	width: 202px;
}
#dnn_RightPane {
	float: right;
	background: #3c3c3c;
	border: 1px solid #000000;
	width: 227px;
	color: #ffffff;
	padding: 5px;
}
#dnn_RightPane h2 .Head, #dnn_RightPane h3, #dnn_RightPane h4 {
	color: #ffffff;
}
#dnn_RightPane a:link, #dnn_RightPane a:visited {
	color: #f1b218;
}
#dnn_RightPane a:hover {
	color: #ff6c00;
}
#dnn_ContentPane {
	float: left;
	width: 430px;
	padding: 0 0 0 20px;
}
#twoCol #dnn_ContentPane 
{
	width: 657px;
}
.clear {
	clear: both;
}
#footer {
	background: transparent url(footer-background.png) left top no-repeat;
	text-align: center;
	color: #ffffff;
	height: 39px;
	font-size: 11px;
}
#footer p {
	margin: 0;
	padding: 0;
}
#footer a:link, #footer a:visited {
	color: #f1b218;
}
#footer a:hover {
	color: #ff6c00;
}
#dnn_ctr490_Form_ctl_12, #dnn_ctr497_Form_ctl_18 
{
	width: 124px;
}
.callout 
{
	color: #ffffff;
	background: #3c3c3c;
	border: 1px solid #000000;
	padding: 10px;
}
.callout h3 
{
	color: #ffffff;
	font-size: 18px;
}