@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	margin-top:0px;
	padding-top:0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color:#676B6D;
	line-height:18px;
}

p {
	margin-top:6px;
	margin-bottom:6px;
}

#wrapper {
	width: 740px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	width:256px;
	height:105px;
	float:left;
	margin-top:12px;
}

#nav_bar {
	width:750px;
	height:46px;
	float:left;
	margin-top:12px;
}

#nav_bar img {
	border:none;
}

#nav_bar ul {
	margin:0;
	padding:0;
}

#nav_bar li {
	list-style-type: none;
	display:inline;
}

#nav_bar a.padded {
	padding-left:9px;
}

#content_wrapper {
	width:750px;
	height:auto;
	float:left;
	overflow:hidden;
	margin-top:12px
}

#main_image {
	width:740px;
	height:auto;
	float:left;
}

#main_title {
	width:740px;
	height:auto;
	float:left;
	margin-top:22px;
}

#main_content {
	width:730px;
	height:auto;
	float:left;
	margin-right:10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #656567;
	padding-bottom:12px;
}

#main_content h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0;
	padding:0;
	text-transform:uppercase;
	padding-top:5px;
}

#main_content h1.whatwe {
	color:#77AC1C;
}

#main_content h1.whatthey {
	color:#0088DE;
}

#main_content h1.contact {
	color:#776BA7;
}

#main_content a {
	text-decoration:none;
}

#main_content a:hover {
	text-decoration:underline;
}

#main_content a.whatwe {
	color:#77AC1C;
}

#main_content a.whatthey {
	color:#0088DE;
}

#main_content a.contact {
	color:#776BA7;
}

#contact1 {
	width:174px;
	height:auto;
	float:left;
}

#contact2 {
	width:180px;
	height:auto;
	float:left;
}

#contact3 {
	width:180px;
	height:auto;
	float:left;
}

#footer {
	width:740px;
	height:25px;
	background-image:url(../images/footer_bg.gif);
	background-position:right;
	background-repeat:no-repeat;
	float:left;
	margin-top:4px;
}

#copyright {
	width:180px;
	height:25px;
	float:left;
	text-align:left;
}

#contact {
	width:490px;
	height:21px;
	float:left;
	text-align:right;
	padding-bottom:4px;
}

#contact a {
	text-decoration:none;
	color:#77AC1B;
}
