﻿/* overrides for home page */

body {
	background-color: #000;
	background-image:none;
	color: #ccc;
}

/* positioning css for home page */


#flashdetect {
	width: 780px;
	height: auto;
	}
#flashdetect td {
	vertical-align: top;
	}
	
div#tier1bannerarea {
	position: relative;
	float: left;
	width: 780px;
	height: 200px;
	z-index: 0;
	color: #000000;
}

div#tier1banner {
	position: relative;
	float:left;
	width: 780px;
	height: 200px;
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 20px 0px;
	z-index: 0;
}

div#tier2banner {
	position: relative;
	float:left;
	width: 242px;
	background-color:white;
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 0px 2px;
	z-index: 0;
}

div#maincontent{
	background-image: url("content_bak.gif"/*tpa=http://www.businessobjects.com/global/images/nav_images/content_bak.gif*/);
	background-repeat: no-repeat;
	background: #1D1B52;
	position: relative;
	float: left;
	width: 780px;
	height: auto;
	background-position: left top;
	z-index: 0;
	background-color: ##C0C0C0;
}

/* main content elements */

div#maincontent h1 {
	background: #C0C0C0;
	font-size: 11px;
	COLOR: #000000;
	margin: 15px 15px 0px 12px;
	line-height: 1.7em;
	text-transform: uppercase;
	background-color: #C0C0C0;
}

div#maincontent p {
	background: #C0C0C0 no-repeat;
	margin: 10px 12px;
	font-size: 11px;
	line-height: 1.6em;
	background-color: #C0C0C0;
	background-image: #1D1B52;
	color: #000000;
}

div#maincontent ul {
	positon: relative;
	float: left;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 3px;
}

div#maincontent li {
	background-image: url("blue_arrow.gif"/*tpa=http://www.businessobjects.com/global/images/nav_images/blue_arrow.gif*/);
	background-repeat: no-repeat;
	background: #1D1B52;
	background-position: 10px 10px;
	padding: 8px 5px 3px 23px;
	font-size: 11px;
	line-height: .75em;
}

div#footer a:visited {
	color: #70B1F4;
	text-decoration: none;
}

div#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

div#maincontent a:visited {
	color: #70B1F4;
	text-decoration: none;
}

div#maincontent a:link {
	background: #C0C0C0;
	color: #0099FF;
	text-decoration: none;
}

div#footer a:hover  {
	color: #f37b1e;
	text-decoration: underline;
}

div#maincontent a:hover  {
	color: #f37b1e;
	text-decoration: underline;
}

.contentblock {
	background: #1D1B52;
	position: relative;
	float: left;
	width: 250px;
	height: auto;
	z-index: 0;
	background-color: #C0C0C0;
}

div#footer {
	position: relative;
	float: left;
	clear: both;
	width: 750px;
	margin: 15px 15px 0px 0px;
	font-size: 9px;
	} 

div#clear {
	clear: both;
	}