/* 

STYLE SHEET FOR _______ WEB SITE
Created by Bluespace Creative, Inc.
www.bluespacecreative.com

ToC
	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/

/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	behavior: url(css/csshover.htc);
	background-color: #000;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 12px;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
	background-color: #FFF;
	width: 868px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 29px;
	margin-bottom: 29px;
		}
		
#masthead {
	margin-top: 14px;
	clear: both;
	float: left;
		}
		
#logo {
	margin-top: 19px;
	float: left;
	padding-left: 30px;
		}
#topNav {
	float: left;
	margin-left: 40px;
	display: inline;
	width: 546px;
	margin-top: 21px;
} 
#fiberNav {
	float: left;
	background-color: #000;
	width: 206px;
	color: #2C8FCE;
	font-size: 12px;
	padding: 2px 0 25px 0;
	clear: none;
	display: inline;
	font-weight: normal;
	background-image: url(../images/navBot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#fiberNav h1 {
	color: #F3A020;
	font-size: 12px;
	font-weight: normal;
}

#fiberNav ul {
	text-align: right;
	margin-right: 24px;
	margin-top: .5em;
	margin-bottom: .5px;
}
#fiberNav li {
	line-height: 1.5em;
}

#fiberNav li a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
#fiberNav li a:hover {
	text-decoration: underline;
}

#content {
	margin-right: 45px;
	margin-bottom: 1.5em;
	margin-left: 45px;
	width: 565px;
	float: left;
		}
#content ul, .homecontent ul {
	list-style: disc;
	padding: 0 0 1em 15px;	
}


#footer {
	clear: left;
	float: left;
	width: 868px;
	background-color: #F3F3F3;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #2C8FCE;
	padding-top: 18px;
		}
#footer p {
	margin-left: 30px;
	margin-right: 35px;
	text-align: right;
	font-size: 11px;
}
#footer a {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}


.separator {
	clear: both;
	height: 0;
	margin-bottom: 10px;
		}
.styled {
	margin-bottom: 1em;
	float: left;
}

.styled th {
	text-align: left;
	background-color: #2C8FCE;
	color: #FFF;
	padding: 2px;
}
.styled td {
	padding: 2px;
}
.odd {
	background-color: #F3F3F3;
}


.homecontent {
	width: 260px;
	float: left;
	display: inline;
	margin-left: 45px;
	margin-bottom: 1.5em;
}

.kern {
	letter-spacing: -0.7em;
	float: left;
	width: 295px;
	margin-left: 45px;
}
.right {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.blue {
	color: #2C8FCE;
}

.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}


a {
	color: #2C8FCE;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #2C8FCE;
	text-decoration: underline;
}


h1 {
	font-size: 18px;
	color: #2C8FCE; 
	margin-bottom: 0.5em;
}
h2 {
	font-size: 14px;
	color: #000;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

#content p, .homecontent p {
	margin-bottom: 0.5em;
}
 
/* ---------- 3. links and navigation ---------- */

		
/* ---------- 4. fonts ---------- */
ul {   
		list-style-type: none;   
		}

/* ---------- 5. images ---------- */   

a img {
		border: 0;
		}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		 
#wrapper { 
		text-align: left;
		}  
