/* home page Crucial Servers LLC / Mike Brochu Web Site */

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;
	visibility: visible;
}

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{
	position: relative;
	float: left;
	width: 780px;
	height: auto;
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 0;
}
div#maincontentone{
        position: left;
        float: left;
        width: 780px;
        height: auto;
        background-position: left top;
        background-repeat: no-repeat;
        z-index: 0;
}


/* main content elements */

div#maincontent h1 {
	font-size: 11px;
	COLOR: #fff;
	margin:15px 15px 0px 12px;
	line-height: 1.7em;
	text-transform: uppercase;
}

div#maincontent p {
	margin: 10px 12px;
	font-size: 11px;
	line-height: 1.6em;
}

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-repeat: no-repeat;
	background-position: 10px 10px;
	padding: 8px 5px 3px 23px;
	font-size: 11px;
	line-height: .75em;
}

div#maincontent a:link, div#maincontent a:visited, div#footer a:link, div#footer a:visited {
	color: #70B1F4;
	text-decoration: none;
}

div#maincontent a:hover, div#footer a:hover  {
	color: #f37b1e;
	text-decoration: underline;
}

.contentblock {
	position: relative;
	float: left;
	width: 250px;
	height: auto;
	z-index: 0;
}

div#footer {
	position: relative;
	float: left;
	clear: both;
	width: 750px;
	margin: 15px 15px 0px 0px;
	font-size: 9px;
	} 

div#clear {
	clear: both;
	}
