@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/body-background.gif) 0 0 repeat #666;
	_text-align:center;
}

#wrapper {
	width:970px;
	_text-align:left;
	margin:0 auto;
	background:url(../images/wrapper-bg.gif) 0 0 repeat-y;
}

/* Header */

#header {
	height:150px;
	overflow:hidden;
}

#header h1 {
	float:left;
}

#header h2 {
	float:right;
}

/* Header End */
/* Top Navigation */

#top-nav {
	height:38px;
	overflow:hidden;
	background:url(../images/top-nav-background.gif) 0 0 repeat-x;
}

#top-nav ul, #top-nav ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#top-nav ul {
	float:right;
}

#top-nav ul li {
	float:left;
}

#top-nav ul li a {
	display:block;
	height:38px;
	float:left;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
	background:url(../images/top-nav-button.gif) 0 0 no-repeat;
	padding:0 10px;
	text-decoration:none;
	line-height:38px;
}

#top-nav ul li a:hover {
	background-position:0 -38px;
}

/* Top Navigation End */
/* Left Navigation */

#left-nav {
	float:left;
	width:200px;
	padding:20px 0 20px;
}

#left-nav ul, #left-nav ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#left-nav h3 {
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#804306;
	padding:0 8px 4px;
}

#left-nav ul {
	padding:0 8px 18px;
}

#left-nav ul li {
	font:bold 12px Arial, Helvetica, sans-serif;
	padding:0 0 4px;
}

#left-nav ul li a {
	display:block;
	padding:4px;
	color:#fff;
	background:#804306;
	text-decoration:none;
	line-height:14px;
}

#left-nav ul li a:hover {
	background:#a66524;
}

/* Left Navigation End */
/* Content Area */

#content {
	float:right;
	width:724px;/*747px*/
	_width:747px;
	padding:16px 23px 16px 0;
}

#content p.contact-us {
	text-align:center;
	padding:10px 0 24px;
	margin:0;
}

#content p.contact-us a {
	display:block;
	width:368px;
	height:40px;
	background:url(../images/contact-us-button.png) 0 0 no-repeat;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto;
}

#content p.contact-us a:hover {
	background-position:0 -40px;
}

/* Content Area End */
/* Footer */

#footer {
	width:930px;
	_width:970px;
	margin:0 auto;
	_text-align:left;
	background:url(../images/footer-background.gif) 100% 0 no-repeat #000;
	padding:30px 20px;
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#fff;
}

#footer p {
	padding:0 0 18px;
}

#footer p.last {
	padding:0;
}

#footer h3 {
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#fff;
}

#footer ul, #footer ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#footer .foot-left {
	float:left;
	width:200px;
}

#footer .two {
	width:310px;
}

#footer a {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer .foot-right {
	float:right;
	text-align:right;
}

/* Footer End */