body {
	background-color: #0D0008;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	font-size: 80%;
}

/* GLOBALS */
body img { /* blocking images for the page */
	display: block;
	float: left;
}

.inlineImage {
	display: inline;
	float: none;
}

p, .table, .medium, td {
	font-family: arial, verdana, sans serif;
	font-size: 1em;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 10px;
}

a {
	font-family: arial, verdana, sans serif;
	color: #AF006C;
	text-decoration:none;
}

a:hover {
	font-family: arial, verdana, sans serif;
	text-decoration: underline;
}

h1 {
	font-family: arial, verdana, sans serif;
	font-size: 1.5em; 
	color: #ffffff;
	margin-top: 0px;
}

h2 {
	font-family: arial, verdana, sans serif;
	font-size: 1.5em; 
	color: #ffffff;
	margin-top: 0px;
}

h3 {
	font-family: arial, verdana, sans serif;
	font-size: .8em; 
	color: #000000;
}


/*#######################################################################################*/
/* Form Elements */
/*#######################################################################################*/

.buttonSubmit {
	background: transparent url(/images/button_submit_generic.gif) no-repeat scroll top center;
	border: 0px;
	width: 125px;	
}

.buttonReset {
	background: transparent url(/images/button_reset_generic.gif) no-repeat scroll top center;
	border: 0px;
	width: 46px;	
}

.buttonSubmitComment {
	background: transparent url(/images/button_submit_light.gif) no-repeat scroll top center;
	border: 0px;
	width: 79px;	
	height: 65px;
	position: relative;
	top: -70px;
	left: 100px;
}

textarea {
	padding: 2px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	font-family: arial, verdana, sans serif;
	font-size: 13px;
}

.formBox {
	border: 1px solid #cccccc;
	height: 18px;
	font-size: 14px;
}

.formDropbox {
	border: 1px solid #cccccc;
	height: 20px;
	font-size: 13px;
}

.formCheckbox, .formRadio {
	margin: 4px 0px 0px 0px;
}


/*#######################################################################################*/
/* TABLE/FORM Element Manipulation */ 
/*#######################################################################################*/
.form { 
	font-family: arial, sans serif; 
	font-size: 12px; 
}

.error { 
	font-family: verdana, arial, sans serif; 
	font-size: 10px; 
	color: #cc0000; 
}

.label, label { 
	color: #434343; 
	font-family: verdana, arial, sans serif; 
	font-size: .9em; 
	text-transform: uppercase; 
}

.labelreq { 
	color: #cc0000; 
	font-family: verdana, arial, sans serif; 
	font-size: .9em; 
	text-transform: uppercase; 
}

.displayMessage {
	padding: 7px;
	background: #F4F2C2;
	border: 1px solid #CEBE52;
	margin: 0px 0px 5px 0px;
}

.displayMessage p {
	color: #928638;
	margin: 0;
	text-align: left;
}

.profileTextSmall {
	font-size: 85%;
	text-align: left;
	margin-left: 8px;
	color: #000000;
}


/* END API */


/* CONTAINERS */
#container { /* container div */
	width: 100%;
	margin-right: auto;
	margin-left: auto;	
	display: inline;
	float: left;
}

#main {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}

/** HEADER **/
#header { 
	width: 830px;
	height: 164px;
	float: left;
	display: inline;
	background: transparent url(/layout/img/logo_header2.jpg) no-repeat scroll top left;
	margin-top: 0px;
}

#header a.logo {
	display: block;
	float: left;
	width: 200px;
	height: 110px;
	background: transparent url(/images/header_logo.jpg) no-repeat scroll top right;
}

/** END HEADER **/


/** CONTENT WELL **/
#content { 
	float: left;
	width: 830px; /* Sets content area as a static size */
	padding:10px;
	overflow: hidden;
	display: inline;
	height: auto;
}



/** NAV **/
#nav {
	float: right;
	display: inline;
	width: 100%;
	height: 36px;
}

/** END NAV **/

/** FOOTER **/
#footer {
	background:#000000 url(/img/footer_bg.png) no-repeat scroll center top;
	clear:both;
	float:left;
	font-size:12px;
	height:225px;
	text-align:left;
	width:830px;
	margin: 20px 0px 10px 0px;
}

.footer_menu a {
	color: #FFFFFF;
}



#profileContent {
	float: left;
	display: inline;
	overflow: hidden;
	width: 810px;
	padding: 0px 10px 0px 10px;
	height: auto;
	background: transparent url(/img/profile_content_middle.jpg) repeat-y scroll top center;
}

#profileHeader {
	float: left;
	display: inline;
	overflow: hidden;
	width: 830px;
	height: 9px;
	background: transparent url(/img/profile_content_header.jpg) no-repeat scroll top center;
}

#profileFooter {
	float: left;
	display: inline;
	overflow: hidden;
	width: 830px;
	height: 9px;
	background: transparent url(/img/profile_content_footer.jpg) no-repeat scroll top center;
}

#profileContentHeader {
	float: left;
	display: inline;
	overflow: hidden;
	width: 810px;
	height: 62px;
	background: transparent url(/img/profile_header_bg.jpg) no-repeat scroll top center;
	margin-bottom: 10px;
}

#profileContentHeader h1 {
	font-size: 1.7em;
	color: #ffffff;
	margin: 8px 0px 0px 15px;
}

#profileContentHeader p {
	color: #ffffff; 
	font-family: Arial; 
	font-size: .85em;
	margin: 2px 0px 0px 15px;
}

#profileImage {
	float: left;
	display: inline;
	overflow: hidden;
	width: 400px;
	margin-bottom: 10px;
}

#profileImageHeader {
	float: left;
	display: inline;
	overflow: hidden;
	width: 396px;
	height: 12px;
	background: transparent url(/img/profile_image_header.jpg) no-repeat scroll top center;
}

#profileImageContent {
	float: left;
	display: inline;
	overflow: hidden;
	width: 384px;
	padding-left: 12px;
	height: auto;
	background: transparent url(/img/profile_image_middle.jpg) repeat-y scroll top center;
}

#profileImageFooter {
	float: left;
	display: inline;
	overflow: hidden;
	width: 396px;
	height: 45px;
	background: transparent url(/img/profile_image_footer.jpg) no-repeat scroll top center;
}

#profileLeft {
	float: left;
	display: inline;
	width: 400px;
}

#profileRight {
	float: right;
	display: inline;
	width: 400px;
	margin-left: 10px;
}

#profileImageBrowse {
	float: left;
	display: inline;
	overflow: hidden;
	width: 396px;
	height: 100px;
}

#custom-crumbs {
	margin-top: 40px;
	margin-bottom: 15px;
	font-family: Verdana;
	font-size: 13px;
	color: #FFFFFF;
}

#custom-crumbs a {
	font-family: Verdana;
	font-size: 13px;
	color: #af006c;
	text-decoration: none;
}

#custom-crumbs a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


ul.menu-tabs {
	line-height: 30px;
	margin: 0px;
	padding: 3px 0px 2px 0px;
	text-align: center;
	height:35px;
	background: url(/layout/themes/bn/img/main_menu.png) no-repeat;
}

ul.menu-tabs li.tab {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.menu-tabs li.tab a {
	padding: 11px 0px 12px 9px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	background: url(/layout/themes/bn/img/divider.jpg) no-repeat top left;
	font-family: "Lucida Grande",Verdana;
	font-size: .9em;
}

.main_menu ul.menu-tabs li.tab index {
	
	background: url(/layout/themes/bn/img/divider.jpg) no-repeat top left;
}

ul.menu-tabs li.tab a:hover,
ul.menu-tabs li.tab a:active,
ul.menu-tabs li.tab a.active {
	background: url(/layout/themes/bn/img/divider.jpg) no-repeat top left;
	color: #AF006C;
	text-decoration: none;
}

ul.menu-tabs li.tab a span {
	padding: 11px 3px 12px 0px;
	color: #fff;
	background: none;
	text-transform: uppercase;
	font-weight: 700;
}

ul.menu-tabs li.tab a:hover span,
ul.menu-tabs li.tab a:active span,
ul.menu-tabs li.tab a.active span {
	line-height: 30px;
	background: none;
	color: #AF006C;
	
}

*+html ul.menu-tabs li.tab a {
	padding: 0px 0px 8px 9px;
	color: #fff;
}




ul.menu-tabs-too {
	line-height: 30px;
	margin: 0px;
	padding: 3px 0px 2px 0px;
	text-align: center;
	height:35px;
	background: image(/layout/themes/bn/img/main_menu.png) no-repeat;
}

ul.menu-tabs-too li.tab {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.menu-tabs-too li.tab a {
	padding: 11px 0px 12px 9px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	background: image(/img/divider.jpg) no-repeat top left;
	font-family: "Lucida Grande",Verdana;
	font-size: .9em;
}

.main_menu ul.menu-tabs-too li.tab index {
	
	background: image(/img/divider.jpg) no-repeat top left;
}

ul.menu-tabs-too li.tab a:hover,
ul.menu-tabs-too li.tab a:active,
ul.menu-tabs-too li.tab a.active {
	background: image(/img/divider.jpg) no-repeat top left;
	color: #cccccc;
	text-decoration: none;
}

ul.menu-tabs-too li.tab a span {
	padding: 11px 3px 12px 0px;
	color: #fff;
	background: none;
	text-transform: uppercase;
	font-weight: 700;
}

ul.menu-tabs-too li.tab a:hover span,
ul.menu-tabs-too li.tab a:active span,
ul.menu-tabs-too li.tab a.active span {
	line-height: 30px;
	background: none;
	color: #cccccc;
	
}

*+html ul.menu-tabs-too li.tab a {
	padding: 0px 0px 8px 9px;
	color: #fff;
}


.submenu 
{
	border-bottom:none;
	font-size:11px;
	padding: 8px 0 10px;
	text-align:center;
	width:829px;
	margin-top: 26px;
	height: 29px;
	background: #000;
}

ul.submenu li.tab a:hover span,
ul.submenu li.tab a:active span,
ul.submenu li.tab a.active span {
	line-height: 30px;
	background: none;
	color: #000000;
	
}
