body {
	margin: 0px;
	padding: 0px;
}
.clear { clear:both; }
.container { width: 980px; margin: 0px auto; } 
#header {
	display: block;
	width: 100%;
	height: 75px;
	background: #FFF;
	border-top: 20px solid #000;
}
	#header h1 {
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-size: 16px;
		font-weight: normal;
		font-style: italic;
		padding: 0px;
		margin: 16px 0px;
		width: 250px;
		text-align: right;
		float: right;
	}
	#header h1 b { position: absolute; left: -15789em; }
	#logo {
		width: 127px;
		height: 142px;
		padding: 0px;
		margin: -16px 30px 0px 0px;
		float: right;
	}
	#logo:hover {
		/*border: 1px solid #CC0000;*/
		 opacity:.70; 
		 filter: alpha(opacity=70); 
		 -moz-opacity: 0.7;
	}

#mainNav {
	width: 500px;
	height: 21px;
	margin: 0 auto;
	padding: 30px 20px 0px 0px;
	float: right;
}

#home {
	width: 750px;
	height: 205px;
	top: 10px;
	margin: 0px auto;
	padding: 0px;
	background: url('/images/bi_home2.jpg') no-repeat top left;
}
#home h1 {
	position: absolute;
	left: -999em;
}
#home_navbar {
	width: 749px;
	height: 22px;
	margin: 0px auto;
	padding: 0px 2px 0px 0px;
}
	

/*  Nav Menu formatting used throughout in mainnav blocks */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 22px;
	z-index: 5;
}
#nav a {
	display: block;
	width: 120px;
	height: 22px;
	color: #333;
	text-decoration: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-style: italic;
	text-transform: capitalize;
}

#nav a:hover {
	display: block;
	width: 100%;
	height: 22px;
	color: #900;
	font-size: 16px;
	font-style: italic;
	text-transform: capitalize;
	text-decoration: underline;
}

#nav li { /* all list items */
	float: right;
	width: 120px; /* width needed or else Opera goes nuts */
	height: 22px;
	text-align: center;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #FFEEC4;
	color: #6E2E16;
	width: 154px;
	font-size: 12px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 1px solid #6E2E16;
}
#nav li ul a { color: #6E2E16; text-decoration:none; }

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* --- End of nav formatting --- */


#content {
	width: 100%;
	min-height: 431px;
	margin: 0px auto;
	padding: 50px 0px 20px 0px;
	color: #eee;
	background: #860000 url(../images/bi2010_homeBodyBack.jpg) top center repeat-x;
}
	#opening {
		margin: 24px;
		padding: 10px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 13px;
		font-style: italic;
		color: #EEE;
		text-align: justify;
		line-height: 1.3em;
	}
	#homecopy {
		display: block;
		width: 620px;
		float: right;
		padding-top: 30px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.1em;
		font-style: italic;
		color: #EEE;
		text-align: justify;
		line-height: 1.8em;
	}
	#homecopy h1 {
		font-weight: normal;
		text-align: center;
		color: #FFF;
		line-height: 1.3em;
		letter-spacing: 0.12em;
		text-shadow: 0px 5px 8px #000;
	}
	#homecopy h1 i {
		font-size: 75%;
		font-style: normal;
		color: #ddd;
	}
	#news {
		width: 328px;
		height: 349px;
		background: url(../images/newsPanelBacking.png) top center no-repeat;
		float: left;
		padding: 7px 11px 15px 11px;
	}
	#news h1 {
		font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
		color: #900;
		font-size: 12px;
		padding: 0px 1px;
		margin: 3px;
		text-transform: uppercase;
	}
	#news h2 {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #600;
		font-size: 11px;
		font-weight: bold;
		font-style: italic;
		padding: 8px 3px 1px 3px;
		margin: 3px;
		border-top: 1px dotted #660000;
		clear: both;
	}
	#news p {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		color: #444;
		font-size: 9px;
		line-height: 1.1em;
		padding: 0px 3px;
		margin: 3px;
	}
	#content #news a:link { color: #600; text-decoration: underline; }
	#content #news a:visited { color: #600; text-decoration: underline; }
	#content #news a:hover { color: #900; text-decoration: underline; }
	.profile {
		padding: 10px 10px 0px 10px;
		margin-bottom: 10px;
		clear: both;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #EEE;
		/*background: transparent url('http://www.burchinteractive.com/images/backing_gradient.jpg') repeat-x bottom;*/
		}
	.screenshot {
		width: 300px;
		float: left;
		margin: 0px 4px 2px 0px;
		text-align: center;
		}
	.screenshot p {
		text-align: center;
		}
		
	div.copy {
		width: 650px;
		float: right;
		margin: 0px;
	}
	
	.copy p {
		text-align: justify;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		clear: right;
		}
	.profile ul {
		padding-top: 0px;
		margin-left: 24px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		/* padding-left: 10px; */
		}
	p.latestarticle a {
		clear: right;
		font: bold small Verdana, sans-serif;
		}
	
	.profile h1.company {
		display: block;
		font-family: Trebuchet MS, arial, helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #FFF;
		line-height: 20px;
		letter-spacing: 0.25em;
		padding: 0px 0px 4px 0px;
		margin: 0;
		z-index: 10;
		}
	.profile h2 {
		display: block;
		font-family: Trebuchet MS, arial, helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		line-height: 18px;
		padding: 0;
		margin: 0;
		border-bottom: 1px dotted #DDD;
		}
	.profile p.location {
		/* display: block; */
		font: x-small Verdana, sans-serif;
		line-height: 12px;
		padding: 0;
		margin: 0;
		}
		
	.profile .url {
		display: block;
		float: right;
		color: #A5B5C6;
		font: x-small Verdana, sans-serif;
		padding: 4px 0px;
		margin: 0;
		}
	
	.author {
		display: block;
		color: #5C6F90;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: x-small;
		}
	
#form {
	width: 450px;
	height: auto;
	margin: 10px auto;
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	size: 12px;
	color: #eee;
	background-color:
	}
#form h1 { font-size: 22px; color: #fff; font-style: italic; font-weight: normal; letter-spacing: 0.2em; }

#form td, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#form b { color: #fff; font-weight: bold; }


.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
}

a:link { color: #990000; text-decoration: underline; }
a:visited { color: #990000; text-decoration: underline; }
a:hover { color: #FF0000; text-decoration: none; }

#content a:link { color: #EEE; text-decoration: underline; }
#content a:visited { color: #EEE; text-decoration: underline; }
#content a:hover { color: #FFF; text-decoration: none; }

#contactUs #content .container {
	width: 500px;
	padding-left: 15px;
	padding-right: 15px;
	background: url(../images/bi2010_contactBacking.png) top center no-repeat;
	opacity:0.8;filter:alpha(opacity=80)
}

#footer {
	width: 100%;
	margin: 0px auto;
	padding: 20px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	clear: both;
	background: url(../images/bi2010_homeFooterBack.jpg) top center repeat-x;
	min-height: 250px;
	}
#footer .hook { font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; font-style: italic; }
#w3c { width: 88px; height: 31px; float: left; }
#xhtml { width: 88px; height: 31px; float: right; }


