body {
	background-color: #999999;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #666666;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-position: top left;
}
#container{
	width: 971px;
	margin: auto;
	background-image:url(../images/container_bg.gif);
	background-repeat:repeat-y;
}
#container_top{
	background-image:url(../images/container_top.gif);
	background-repeat:no-repeat;
	background-position: top left;
}
#container_bottom{
	background-image:url(../images/container_bottom.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	padding: 10px;
}
#nav{
	width: 952px;
	background-image:url(../images/nav_bg.gif);
	background-repeat:no-repeat;
	background-position: top left;
}
#nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li{
	float: left;
	line-height: 37px;
	height: 37px;
	margin-top: 1px;
}
#nav ul li a{
	color: #666666;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 22px;	
}
#nav ul li a:hover{
	text-decoration: underline;
}
.clear{
	clear: both;
}
.divide{
	background-image:url(../images/nav_divide.gif);
	background-repeat:no-repeat;
	background-position: right;
}
#logo{
	clear: both;
	width: 952px;
	height: 236px;
	background-image:url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#logo h1{
	display: none;
}
#telephone{
	padding-top: 171px;
	padding-left: 32px;
}
#telephone a{
	text-decoration: none;
	color: #727ab1;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position: right;
	padding-right: 20px;
}
#telephone a:hover{
	text-decoration: underline;
}
#telephone .image{
	background-image:url(../images/telephone_number.gif);
	background-repeat:no-repeat;
	text-indent: -9000em;
	width: 180px;
	height: 21px;
}
#content{
	padding: 32px;
	padding-top: 10px;
}
#col_1{
	width: 275px;
	float: left;
}
#col_2{
	width: 287px;
	float: left;
	margin-left: 31px;
}
#col_3{
	float: right;
	width: 254px;
}
#col_4{
	width: 550px;
	float: left;
}
#col_5{
	float: right;
	width: 580px;
}
h1,h2,h3{
	font-size: 1.35em;
	color: #59ccf6;
}
h4{
	font-size: 1.25em;
	color: #666666;
}
#project_teaser{
	border: solid 1px #cccccc;
	padding: 1px;
}
#project_teaser *{
	margin: 0px;
}	
#project_teaser .text{
	padding: 7px;
}
#footer{
	width: 962px;
	margin: auto;
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	margin-top: 4px;
	font-size: 0.9em;
	color: #666666;
}
#copyright{
	float: left;
	padding-left: 35px;
	padding-top: 20px;
}
#credit{
	float: right;
	padding-right: 35px;	
	padding-top: 20px;
}
#footer a{
	color: #666666;
	text-decoration: none;
}
a{
	color: #59ccf6;
	text-decoration: none;
}
a:hover{
	color: #213083;
	text-decoration: none;
}