@charset "utf-8";

/* Layout */
* { 
	margin:0;
	padding:0;
	border:0;
}

body {
	width:100%;
	text-align:center;
	font-family:Verdana;
	font-size:12px;
	color:#58595b;
	line-height:18px;
}

h1 {
	font-family:Helvetica;
	font-weight:bold;
	font-size:14px;
	line-height:14px;
	margin-bottom:10px;
	color:#f7941e;
}

h2 {
	font-family:Helvetica;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	color:#9FA617;
	margin-bottom:4px;
}

a {
	font-family:Verdana;
	font-size:12px;
	color:#58595b;
	line-height:18px;
}

div.three-col {
	float:left;
	width:180px;
}

#container {
	width:1080px;
	margin:0 auto;
	text-align:left;
}

#top {
	width:1080px;
	height:130px;
}

#banner {
	width:1080px;
	height:165px;
}

#left-orange {
	float:left;
	width:52px;
	height:165px;
	background-color:#f7941e;
	margin-right:3px;
}

#images {
	float:left;
}

#right-orange {
	float:left;
	width:122px;
	height:165px;
	background-color:#f7941e;
	margin-left:3px;
}

#main {
	clear:both;
	width:900px;
	min-height:394px;
	padding-left:55px;
	padding-top:45px;
	padding-right:125px;
}

#menu {
	width:180px;
	float:left;
}

#menu ul {
	list-style-type:none;
}

#menu ul li {
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
	color:#58595b;
}

#menu ul li a {
	text-decoration:none;
	color:#58595b;
}

#menu ul li a:hover {
	color:#f7941e;
}

#menu ul li a.active {
	color:#f7941e;
}

#content {
	width:664px;
	float:left;
}

#footer {
	clear:both;
	width:900px;
	padding-left:55px;
	padding-right:125px;
}

#footer ul {
	list-style-type:none;
}

#footer li {
	display:inline;
	padding-left:5px;
	padding-right:5px;
	font-size:10px;
}

#footer li.first {
	padding-left:0px;
}

#footer ul li a {
	text-decoration:none;
	color:#58595b;
	font-size:10px;
}

#footer ul li a:hover {
	color:#f7941e;
}
