/*color scheme: 
	dark blue: #00215c
	light blue: #7f94ad
	medium grey: #666666
*/
/*---Standard Styles---*/
body{
	background: #e7e9ea; 
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	color: #666;
	margin: 40px auto;
}
h1{
	color: #666666;
}
h2{
	color: #10163a;
}
h3{
	color: #00215c;
}
p{
	color: #666666;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

img{
	border: none;
	margin: 10px 10px 10px 0;
}
	
	
/*--main containers--*/

#container{
	width: 900px;
	text-align: left;
	margin: 50px auto -150px auto;
	padding: 0;
	padding-top: 50px;
	padding-bottom: 46px;
	border: none;
	background-color: #ffffff;
}
#masthead{
	width: 900px;
	height: auto;
	margin: -50px 0 0 0;
	border: none;

}
	#masthead img{
		margin:0;
		padding: 0;
		height: auto;
		border: none;
		}
#nav{
		margin:-3px 0 0 255px;
		padding-top: 20px;
		padding-left: 180px;
		background-color: #ffffff;
		height: auto;
		width: 450px;
		position:relative;
		float: left;
	
		font-weight: bold;
	}
	
	#nav a{
		color: #666666;
		text-decoration: none;
		font-weight: 900;
		margin:0;
		line-height: 150%;
		display: inline;
		padding: 0 10px;
		
	}
	#nav a:hover{
		color: #5e80a6;
	}

#sidebar{
	position: relative;
	float: left;
	width: 205px;
	padding-top: 100px;
}

#clusternav{
	padding-top: 110px;
}
	#proj{
		padding: 0px 0 0 50px;
		font-weight: bold;
		font-size: 120%;
	}
	
	#cluster{
		position: relative;
		float:left;
		width: 150px;
		padding-left: 50px;
		line-height: 40px;
		font-size: 100%;
		margin-top:25px;
	}
	
	#cluster img{
		margin: 0;	
	}
	#cluster a{
		color: #666666;
		font-weight: bold;
	}
	#cluster a:hover{
		color: #5e80a6;
	}
/*---Main Content Area---*/

#mainContent{
	margin-left: 0px;
	margin-top:-3px;
	padding-top: 20px;
	background-color: #ffffff;
	padding-left: 23px;
	width:450px;
	position: relative;
	float: left;
}
#mainContent p{
	padding-top: 10px;
}
.spec{
	display: inline;
	float: left;
	width: 450px;
}
.title{
	line-height: 200%;
}
.brief{
	display: inline;
	float: left;
	width: 350px;

}
.brief img{
	width: 400px;
	
}

.label{
	font-weight: bold;
}






/*---Contact Form Styling---*/
.cssform p{
	
	width: 350px;
	clear: left;
	padding: 10px 0 10px 0;
	padding-left: 155px; /* width of the left "column" containing the label elements*/
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left:-155px;
	width: 150px;
	text-align: left;
}

.cssform input[type="text"], select, textarea{ /* IE6 does not understand */
	width: 260px;
	border: 1px solid #ccc;
	background-color: #eee;
}

.cssform textarea{
	height: 100px;
}

#submit{
background-color:#aaa;
font-weight:bold;
margin-left:155px;
border:1px solid #666;
}


/*--footer--*/
#footer{
	width: 900px;
	height:auto;
	margin:  0 -10px -56px 0;
	background-image: url("images/bottom.jpg") top left no-repeat;
	padding-top:-150px;

}
#foottext{
position: relative;
float:left;
width: 798px;
background-color: #ffffff;
}
#foottext p{
		margin:0;
		margin-top: 50px;
		padding-left: 330px;
		font-size: 80%;
}
#foottext a{
	color: #666666;
}


#bottom{
padding: 0;
margin:0;
position: relative;
float:left;
width: 102px;
}