/* BR holding page. 
last updated 5/12/09 */


/* DEFAULT FONTS & COLOURS
========================================== */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea,select { 
	color: #000;
	font-family: "Helvetica", "Lucida Fax", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: "Helvetica", Arial, serif;
	font-weight: normal;
	margin:0;
	padding:0;
}	

div, span, img, form, h1, h2, h3, h4, h5, h6, ul, li, p, hr {
background-color:transparent;
}	

/* linkage */

a {text-decoration:none;
	color:#9b004e;
	font-weight:bold;
}

a:hover{
	color:#cd7fa6;
	font-weight:bold;
	border-bottom:1px solid #cd7fa6;
}

/* PAGE ELEMENTS
========================================= */

body {
	background-color:#fff;
	}

#page {
	border:none;
	width:666px;
	}
	
#logo {
	margin-top:30px;
	width:340px;
	height:326px;
	background-image:url(../images/bi_logo.png);
	}

#main {
	}
	
#top {
	margin-top:30px;
	margin-bottom:5px;
	width:564px;
	height:139px;
	background-image:url(../images/bi_holding_welcome_top.png);
	}
	
#links {
	}
	
.mediaLink {
	font-size:80%;
	color:#9b004e;
	margin-left:25px;
	padding-bottom:3px;
	}
	
#mailingList {
	margin-top:20px;
	font-size:80%;
	width:564px;
	}

#mailingList label {
	font-weight:bold;
	color:#000;
	font-family: "Helvetica";
	margin-left:14px;
	font-size:90%;
	}	

#mailingList input {
	width:250px;
	margin-top:5px;
	border:1px solid #9b004e;
	padding-left:5px;
	text-align:center;
	}
	
#btnSubmit {
	cursor:hand;
	border-bottom:1px solid #cd7fa6;
	}
	
