@import url(bmiNav.css);
@import url(mainNav.css);
@import url(presentations.css);
@import url(print.css);
@import url(web.css);
@import url(video.css);
@import url(webcasts.css);

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 10px;
	letter-spacing: 1px;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
}
#wrap {
	background-color: #333333;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	
}
#header {
	float: left;
	height: 100px;
	width: 800px;
	background-color: #2E2E2E;
	background-image: url(../images/header4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#extendHeaderGraphic {
	position:absolute;
	height:100px;
	width:175px;
	top:0px;
	right:-175px;
}
/* Logo */
#hL {
	float: left;
	height: 66px;
	width: 220px;
	background-image: url(../images/bmiLogo.jpg);
	background-repeat: no-repeat;
	background-position: 15px center;
	margin-top: 19px;
	margin-left: 10px;
}
#content {
	float: left;
	height: auto;
	width: 770px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 50px;
	padding-top: 50px;
	text-align:center;
	font-size:12px;
	background-color: #000000;
	
	
	
}


#content p a {
	text-decoration: none;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
} 

#content p a:hover {
	color: #FF0000;
}







/* Content components
------------------------------------*/


/* Entrys */
#presEntry {
	height: auto;
	width: auto;
	float: left;
	position: relative;
}
#presEntryR {

	height: auto;
	width: auto;
	float: left;
}


/* Note: the #presIcon div is used on both 'Web' & 'Presentation' pages. The Fact Sheets use #presIconFS div located in the 
factSheet.css file.*/
#presIcon {
	height: 249px;
	width: 175px;
}
#presIcon a {
	height: 249px;
	width: 175px;
}
/* End Note*/


.presTxt {
	float: left;
	height: auto;
	width: 182px;
	line-height: 18px;
	color: #999999;
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 1px;
}
/* For Video Page */
.presTxtLong {
	float: left;
	height: 150px;
	width: 770px;
	text-align: center;
	line-height: 17px;
	color: #999999;
}
.presTitle {
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
}





/* Simple dividers 
------------------------------------*/
.divideIntro {
	height: 30px;
	width: 800px;
	float: left;
	font-family: Verdana;
	font-size: 10px;
	letter-spacing: 1px;
	color: #999999;
	text-align: center;
	padding-top: 12px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}
.divideCenter {

	height: 10px;
	width: 15px;
	float: left;
}
.divide {
	height: 10px;
	width: 760px;
	float: left;
	margin: 0px;
	padding: 0px;
}

/*Movie
#movie_window {
	height: 575px;
	width: 770px;
	padding-left:20px;
	padding-right:20px;
}*/

/* Footer 
------------------------------------*/
#foot {
	height: 40px;
	width: 800px;
	clear: both;
	background-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #494949;
}
/* Copyright Info */
#fR {
	height: auto;
	width: auto;
	padding-top: 12px;
	text-align: right;
	padding-right: 20px;
	color: #999999;
	letter-spacing: 1px;
	font-size: 9px;
}
