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

body {
	margin: 0 0 0 0;
	background: #dcd4a7 url(img/bg.jpg) repeat-x;
}

img {
	border: none;
}

h2 {
	color: #ff6600;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
}

input, textarea {
	color: #000000;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
}

label {
	color: #666666;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
}

ul {
color: #666666;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;	
}

p {
	color: #666666;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
}

p strong {
	color: #333333;
	font: bold 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
}

p a {
	color: #00748d;
	text-decoration: underline;
}

p a:hover {
	text-decoration: none;
}

#wrapper {
	width: 797px;
	margin: 0 auto 0 auto;
	position: relative;
	background: url(img/wrapper.jpg) repeat-y;
}

#header {
	height: 71px;
	width: 797px;
	position: relative;
	background: url(img/header_bg.jpg) repeat-x;
}

#logo {
	width: 505px;
	float: left;
}

#nav {
	height: 111px;
	background: url(img/nav_bg.jpg) no-repeat;
	width: 797px;
	position: relative;
}

ul.nav {
	padding: 5px;
	margin: 20px 10px -2px 10px;
	list-style: none;
	float: left;
	clear: left;
}

ul.nav li {
	float: left;
}

ul.nav li a {
	float: left;
	text-decoration: none;
	text-transform: none;
	color: #FFFFFF;
	padding: 4px 10px 0 0;
	margin-right: 8px;
	font: normal 12px "Arial", Helvetica, sans-serif;
	line-height: 12px;
}

ul.nav li a span {
	float: left;
	padding-right: 10px;
	display: block;
	margin-top: -4px;
	height: 20px;
}

ul.nav li a:hover {
 	color: #FFFFFF;
	background: url(img/nav.jpg) no-repeat top right;
}

ul.nav li a:hover span {
	background: url(img/nav.jpg) no-repeat top left;
}

ul.nav li a.current {
	background: url(img/nav.jpg) no-repeat top right;
 	color: #FFFFFF;
}

ul.nav li a.current span {
	background: url(img/nav.jpg) no-repeat top left;
}


#page {
	width: 720px;
	margin: 20px auto 0 auto;
	min-height: 575px;
}

#right {
	width: 477px;
	float: right;
	margin: 0 0 0 0;
}

#left {
	width: 208px;
	float: left;
	position: relative;
}

#footer {
	height: 36px;
	background: url(img/footer_bg.jpg) repeat-x;
	width: 100%;
	position: relative;
}

#contact {
	width: 445px;
	height: 36px;
	margin: 0 auto 0 auto;
}

#contact p {
	color: #eae5ce;
	text-align: center;
	font: normal 11px Arial, Helvetica, sans-serif;	
	line-height: 36px;
	margin: 0 0 0 0;
}

#contact p strong {
	color: #f6ab20;	
	font: bold 11px Arial, Helvetica, sans-serif;
}

.clear {
	clear: both;
}