/* CSS Document */

body {
	_text-align:center;
	background:url(images/body-bg.jpg) repeat-x #fff;
}

#wrapper {
	width:978px;
	margin:0 auto;
	_text-align:left;
}

/* Header */

#header {
	width:978px;
	height:149px;
	overflow:hidden;
}

#header h1 {
	width:778px;
	height:149px;
	float:left;
}

#header h2 {
	float:right;
	width:200px;
	height:149px;
	position:relative;
}

#header h2 p {
	position:absolute;
	right:5px;
	bottom:2px;
	text-align:right;
	font:12px Arial, Helvetica, sans-serif;
	color:#727272;
	font-weight:bold;
}

#header h2 p a {
	color:#727272;
	text-decoration:none;
}

#header h2 p a:hover {
	text-decoration:underline;
}

/* Header End */
/* Top Navigation */

#top-nav {
	width:978px;
	height:36px;
	overflow:hidden;
	background:url(images/nav-bg.jpg) repeat-x;
	margin:0 0 20px 0;
}

#top-nav ul, #top-nav ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#top-nav ul {
	float:right;
	padding:0 15px 0 0;
}

#top-nav ul li {
	float:right;
	padding:0 0 0 35px;
	height:36px;
	background:url(images/top-nav-sep.jpg) no-repeat;
	line-height:36px;
}

#top-nav ul li a {
	font:14px Tahoma, Arial, Helvetica, sans-serif;
	color:#616161;
	text-decoration:none;
}

#top-nav ul li a:hover {
	text-decoration:underline;
}

/* Top Navigation End */
/* Left Navigation */

#left-nav {
	width:186px;
	float:left;
}

#left-nav h2 {
	font:18px Tahoma, Arial, Helvetica, sans-serif;
	color:#666;
	padding:0 0 5px;
	_margin:0 0 5px;
	line-height:18px;
}

#left-nav p {
	padding:0 0 5px;
}

#left-nav form {
	height:20px;
}

#left-nav input {
	float:left;
	width:155px;
	height:19px;
	margin:0;
	padding:3px 3px 0 3px;
	border:0;
	background:url(images/search-box.jpg) 0 0 no-repeat;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}

#left-nav input.searchbutton {
	width:19px;
	height:19px;
	float:right;
	background:url(images/search-button.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	_margin:1px 0 0;
	font:0;
	cursor:pointer;
}

#left-nav input.searchbutton:hover {
	background-position:0 -19px;
}

#left-nav ul, #left-nav ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#left-nav ul {
	margin:0 0 20px;
}

#left-nav ul.last {
	margin:0 0 5px;
}

#left-nav ul li {
	width:186px;
	height:22px;
	line-height:22px;
	margin:0 0 4px;
	_margin:0 0 3px;
}

#left-nav ul li a {
	display:block;
	width:181px;
	_width:186px;
	height:22px;
	background:#8ab7ce;
	font:14px Tahoma, Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	padding:0 0 0 5px;
	line-height:20px;
}

#left-nav ul li a:hover {
	background:#c9dee9;
	color:#000;
}


/* Left Navigation End */
/* Content Area */

#content {
	width:767px;
	float:right;
}

/* Content Area End */
/* Contact Us */

#contact-us {
	text-align:center;
}

#contact-us a {
	display:block;
	width:217px;
	height:42px;
	background:url(images/contact-us.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto 14px;
}

#contact-us a:hover {
	background-position:0 -42px;
}

/* Contact Us End */
/* Footer */

#footer {
	width:100%;
	border-top:1px solid #ededed;
	margin:0 0 20px;
	padding:20px 0 0;
	font:11px Arial, Helvetica, sans-serif;
	color:#626262;
	text-align:center;
	line-height:13px;
}

#footer p {
	padding:0 0 14px 0;
}

#footer a {
	color:#626262;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* Footer End */