@import 'reset.css';

body {
	background: url(../img/bg.jpg) repeat-x top left;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19.8px;
}

a {
	color: #f89b21;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	margin: 30px auto 0;
	width: 803px;
}

#top_nav {
	padding-right: 17px;
	text-align: right;
}

#top_nav li {
	display: inline;
	font-size: 9px;
	font-weight: bold;
}

#top_nav a {
	color: #999999;
	text-decoration: none;
}

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

#navigation {
	margin: 0 auto;
	position: relative;
	right: 1px;
	width: 791px;
}

#navigation a {
	background: url(../img/nav1.jpg) no-repeat center top;
	color: #999999;
	display: block;
	font-size: 15px;
	font-weight: bold;
	float: left;
	height: 32px;
	letter-spacing: -1px;
	line-height: 32px;
	margin: 0 1px 0 2px;
	text-align: center;
	text-decoration: none;
	width: 110px;
}

#navigation a:hover, #navigation a.active {
	background: url(../img/nav1-hover.jpg) no-repeat center top;
	color: #ffffff;
}

#main {
	clear: both;
	margin-top: 50px;
	padding: 10px;
}

#content {
	float: left;
	width: 455px;
}

#content p {
	color: #000;
	font-size: 14px;
	font-weight: normal;
}

#content h1 {
	color: #F7941D;
	font-size: 20px;
	margin-bottom: 20px;
}
#content h2 {
	color: #F7941D;
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}

#content h3 {
	font-weight: bold;
	color: #777777;
	font-size: 16px;
	line-height: 22px;
	padding: 5px 5px 5px 10px; 
	background-color:#dddddd;
}

#content h3 a{
	color: #777777;
	font-size: 18px;
	line-height: 25px;
}


#image img {
	border: 1px solid #F7941D;
	margin-left: 25px;
	padding: 5px;
}

.orange{
	color: #f89b21;
}

.bold{
	font-weight: bold;
	color: #f89b21;
}

.boldblack{
	font-weight: bold;
	color: #000000;
}

#footer {
	clear: both;
	padding: 10px;
}

#footer span.address {
	float: left;
}

#footer span.contact {
	float: right;
}

#footer span span {
	color: #f89b21;
	font-weight: bold;
}
