
html,
body {
	background: #FFF;
	margin: 0;
	padding: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
}

a img { border: none; }

a { color: #666; }

a:hover { color: #000; }

h2 {
	font-size: 18px;
	color: #666;
}

h3 {
	font-size: 12px;
	text-transform: uppercase;
}

#container {
	position: relative;
	width: 875px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
}

/* ===== header ============================================= */

#header { padding: 20px 0; }

#header h1 {
	display: block;
	width: 207px;
	margin: 0;
	float: left;
}

#header .utilities {
	width: 663px;
	font-size: 11px;
	float: left;
}

#header .utilities ul li {
	padding: 0 1em;
	border-right: 1px solid #666;
	float: right;
}

#header .utilities ul li.first {
	padding-right: 0;
	border: none;
}

#header .utilities ul li.on a {
	color: #000;
	text-decoration: none;
}

/* ===== nav ============================================= */

#nav {
	background-color: #EEE;
	height: 20px;
	font-size: 11px;
	clear: both;
}

#nav ul li {
	border-right: 1px solid #CCC;
	float: left;
}

#nav ul li a {
	display: block;
	height: 17px;
	padding: 3px 1em 0;
	text-decoration: none;
	float: left;
}

#nav ul li a:hover {
	background: #666;
	color: #FFF;
}

/* ===== content ============================================= */

#container2 {
	padding: 20px 0;
	text-align: center;
}

/* ===== content ============================================= */

#content {
	padding: 0 20px;
	text-align: left;
}

/* ===== index ============================================= */

.index,
.contactus {
	position: relative;
	width: 575px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

.index .cell1,
.index .cell2 {
	width: 262px;
	float: left;
}

.index .cell1 { margin-right: 50px; }

.index h2,
.index h2 a {
	margin-bottom: 0;
	font-size: 15px;
}

.index .cell1 p,
.index .cell2 p { margin-top: .5em; }

.contactus .cell1,
.contactus .cell2 {
	width: 262px;
	float: left;
}

.contactus .cell1 {
	border-right: 1px solid #DDD;
	margin-right: 50px;
}

/* ===== footer ============================================= */

#footer {
	padding: 3px;
	border: 1px solid #DDD;
	font-size: 10px;
	clear: both;
}

#footer .nav {
	width: 580px;
	float: left;
}

#footer .nav ul li {
	padding: 0 1em;
	border-left: 1px solid #666;
	float: left;
}

#footer .nav ul li.first {
	padding-left: 0;
	border: none;
}

#footer ul li a { text-decoration: none; }

#footer ul li a:hover { text-decoration: underline; }

#footer ul li.on a { color: #000; }

#footer .utilities {
	width: 286px;
	text-align: right;
	float: left;
}

#footer .utilities ul li a.emailAFriend {
	background: transparent url("../images/icon_envelope_gray.gif") no-repeat right top;
	padding: 0 18px 0px 0;
}

/* ===== styles ============================================= */

.reduced {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}

.clear { clear: both; }

.hide,
h1 a span { display: none; }
