@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #000;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#333;
}
#page {
	margin-left:auto;
	margin-right:auto;
	width: 600px;
	border: 1px solid white;
}
#header {
	border:1px solid white;
	width:600px;
	height: 150px;
	margin-bottom:35px;
}
#orange {
	width:392px;
	height:47px;
	background-color:#F36E21;
	border:none;
	float:left;
}
#color-block{
	width:200px;
	height:145px;
	float:left;
	margin-left:6px;
	margin-top:-47px;
}
	.home #color-block{
		background-color:#4167a1;
	}
	.services #color-block{
		background-color:#cf2127;
	}
	.clients #color-block{
		background-color:#f59b1e;
	}
	.contact #color-block{
		background-color:#f26e21;
	}
#logo{ 
	width:392px;
	border:none;
	margin-top:9px;
	float:left;
}
#middle{
	border:1px solid white;
	width: 600px;
}
#content{
	float:left;
	width:380px;
	min-height:500px;
	line-height:2em;
}
#entry{
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px dashed #F36E21;
}
#nav{
	float:left;
	width: 220px;
}
#footer{
	clear:both;
	width:600px;
	color:#999;
	font-size:10px;
}
	#footer a{ font-weight:normal !important; font-size:10px; }
/*text formatting*/
h1 {
	font-family: georgia, times new roman, times, serif;
	font-weight: bold;
	font-size:16px;
	color: #F36E21;
}
h2{
	font-size:10px;
	font-weight:normal;
	line-height:1.1em;
	color:#999;
}
#nav ul {
	font-family: georgia, times new roman, times, serif;
	list-style:none;
	margin-top: 20px;
	margin-bottom: 20px;
}
#nav ul li{
	width: 190px;
	margin-left:-10px;	
	color: #F36E21;
	font-size: 13px;
	text-decoration:none;
	font-weight:bold;
}
	#nav ul li a{
		width:180px;
		padding:5px;
		display:block;
		margin:0;
	}
	
	#nav ul li:hover {background-color:#f7f5f4; }
a{
	color: #F36E21;
	font-size: 13px;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:10px;
}
a:hover{
	text-decoration:none;
	color: #F36E21;
}
/*form stuff*/
.label{
	width: 5em;
	font-weight:bold; 
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
