@charset "utf-8";
/* CSS Document */

body {
	background-color: #f0f0f0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	line-height: 14px;
}
img {
	border: none;
}

.wrapper {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

/* header styles */
.header {
	width: 100%;
	float: left;
	margin-bottom: 36px;
	clear: both;
}
.header a {
	outline: none;
}
.nba_logo {
	float: left;
	color: #4a00ff;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
}
.nba_logo img {
	padding-bottom: 15px;
}
.sub_text {
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
}
.right_logos {
	float: right;
	margin-right: 10px;
	margin-top: 45px;
}

/* content styles */
.content {
	width: 100%;
	background-color: #FFF;
	float: left;
	border-bottom: 5px solid #3500b5;
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
}
.menu {
	background: url(../images/menu_bg.jpg);
	height: 46px;
	width: 100%;
}
.content_box_top, .content_box_left, .content_box_right, .content_box_full {
	border: 1px solid #dde0fc;
	background-color: #f3f4fc;
	margin-bottom: 15px;
}
.content_box_top {
	width: 490px;
	float: left;
}
.content_box_left {
	width: 360px;
	float: left;
	clear: left;
	margin-right: 15px;
}
.content_box_right {
	width: 360px;
	float: left;
	clear: right;
}
.content_box_full {
	width: 100%;
	float: left;
}
.content_box_heading {
	height: 22px;
	background: url(../images/heading_bg.jpg);
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 22px;
	padding-left: 10px;
}
.content_box_text {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.list_left {
	width: 80px;
	float: left;
	position: relative;
}
.list_right {
	width: 250px;
	float: left;
	position: relative;
	clear: right;
}
.list_right ul {
	padding: 0px;
	margin: 0px;
}
.list_right li {
	list-style-type: none;
}
.list_box {
	line-height: 21px;
}
.client_list_left {
	width: 50%;
	float: left;
	position: relative;
	line-height: 19px;
}
.client_list_right {
	float: left;
	position: relative;
	line-height: 19px;
}
.flash_photos {
	position: relative;
	float: right;
	width: 231px;
	height: 173px;
	overflow: visible;
	top: -20px;
}

/* scrollable root element */
#wizard {
	height:680px;
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}  

/* scrollable items */
#wizard .items {
	width:20000em;	
	clear:both;	
	position:absolute;	
}

/* single item */
#wizard .page {
	width:740px;
	float:left;
	padding-top: 23px;
	padding-right: 40px;
	padding-bottom: 23px;
	padding-left: 40px;
}

/* title */
#wizard h2 {
	border-bottom:1px dotted #ccc;
	font-size:22px;
	font-weight:normal;
	margin:10px 0 0 0;
	padding-bottom:15px;		
}

#wizard h2 em {
	display:block;
	font-size:14px;
	color:#666;
	font-style:normal;
	margin-top:5px;
}

/* validation error message bar */
#drawer {
	background:#fff url(/img/global/gradient/h80.png) repeat-x scroll 0 0;
	background-color:#fff;
	overflow:visible;
	position:fixed;	
	left:0;
	top:0;
	text-align:center;
	padding:15px;
	font-size:18px;
	border-bottom:2px solid #789;
	width:100%;
	display:none;
	z-index:2;
}

#wizard .error {
	border:1px solid red;		
}

#wizard #status {
	margin:0px !important;
	background: url(../images/menu_bg.jpg);
	height: 46px;
	padding-left:25px !important;
}

#status li {
	list-style-type:none;
	list-style-image:none;
	float:left;
	color:#fff;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 30px;
	cursor: pointer;
}

#status li.active {
	font-weight:normal;
	background-image: url(../images/menu_pointer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}


/* footer styles */
.footer {
	width: 100%;
	clear: both;
	color: #a2a2a2;
}
.footer a {
	color: #939393;
	text-decoration: none;
	outline: none;
}
.footer a:hover, footer a:active {
	color: #666;
	text-decoration: underline;
}
.footer_logo {
	width: 80px;
	position: relative;
	top: 7px;
	outline: none;
}
.footer_logo img {
	border: none;
}

