/*
***********************************************************

Title:			Fire Computing Core
Browser(s): 	All

Author: 		Jay Greasley
Created: 		11 January 2008
Last modified: 	16 June 2008

***********************************************************
*/



body
{
	background-color: #222126;
	color: #999;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif 
}


#container {
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
}

#logo{
	
	width:120px;
	height: 146px;
	float: left;
	background: url(ecflogo121.png) no-repeat;
	background-color: #222;
	
}

#header {
	width: 800px;
	height: 146px;
	float: left;
	background-color: #000;
	background: url(ecfheader60.png) no-repeat top right;

}

#header h1{
}

#navbar {
	width: 150px;
	height: 434px;
	float: left;
	background-color: #000;
	font-size: 90%;
}

#navbar ul {
	
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navbar li a:link, a:visited{
	
	color: #999;
	text-decoration: none;
	padding: 5px;
	line-height: 2.5;
	
}

#navbar li a:hover {
	
	color: #eee;
	text-decoration: none;
	padding: 5px;
	line-height: 2.5;
	

}


#content {
	width: 630px;
	height: 414px;
	float: left;
	padding: 10px;
	background-color: #000000;
	color: #999;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif ;
	font-size: 14px;
}

#content p{
	
	
}

#footer {
	width: 800px;
	height: 50px;
	min-width: 280px;
	float: left;
	background-color: #111;
	
}

#footer p{
	
	font-size: 80%;
	text-align: center;
}
.floatleft{
	
		float: left;
	
}

.floatright{
	
		float: right;
	
}

#details {
	
	float:right;
	padding:2em;
}

#contact form {

	width:400px;	
	height:12.3em;
}	

#contact form #comment {
	
}

#contact form button {
	
	
	

}

#contactList {
	
	padding-left:2em;
	width:25em;	
	border-left:1px dotted #bd7945;
}

label {
	display:block;
	line-height:1.2;
	margin-top:0.5em;
}