@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/background.gif) 0 0;
}

#wrapper {
	background:url(../images/background-top.gif) 0 0 repeat-x;
	_text-align:center;
}

#wrapper2 {
	width:970px;
	margin:0 auto;
	_text-align:left;
	background:url(../images/body-background.gif) 0 0 repeat-y;
}

/* Header */

#header {
	height:100px;
}

#header h1 {
	float:left;
}

#header h2 {
	float:right;
	position:relative;
}

#header h2 p {
	position:absolute;
	right:3px;
	top:60px;
	font:normal 14px Arial, Helvetica, sans-serif;
}

#header h2 p a {
	color:#ff6600;
	text-decoration:underline;
}

#header h2 p a:hover {
	text-decoration:none;
}

/* Header End */
/* Top Navigation */

#top-nav {
	height:30px;
	overflow:hidden;
	background:url(../images/top-nav-bg.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;
	padding:0 4px 0 0;
}

#top-nav ul li {
	float:left;
}

#top-nav ul li a {
	display:block;
	width:109px;
	height:30px;
	float:left;
	font:bold 14px Georgia, "Times New Roman", Times, serif;
	color:#000;
	text-decoration:none;
	line-height:29px;
	text-align:center;
	background:url(../images/top-nav-buttons.gif) -81px 0 no-repeat;
	margin:0 2px 0 0;
}

#top-nav ul li a:hover {
	background-position:-81px -30px;
}

#top-nav ul li.short a {
	width:81px;
	background-position:0 0;
}

#top-nav ul li.short a:hover {
	background-position:0 -30px;
}

#top-nav ul li.long a {
	width:157px;
	background-position:-190px 0;
}

#top-nav ul li.long a:hover {
	background-position:-190px -30px;
}

/* Top Navigation End */
/* Left Navigation */

#left-nav {
	width:160px;
	padding:15px 0;
	float:left;
	overflow-x:hidden;
}

#left-nav ul, #left-nav u li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#left-nav ul {
	padding:0 0 0 7px;
}

#left-nav ul li {
	margin:0 0 2px;
}

#left-nav ul li a {
	display:block;
	padding:0 4px;
	height:26px;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	text-decoration:none;
	line-height:25px;
	background:url(../images/left-nav-button.gif) 0 0 no-repeat;
}

#left-nav ul li a:hover {
	background-position:0 -26px;
}

#left-nav ul li.twoline a {
	height:39px;/* 44px */
	_height:44px;
	background:url(../images/left-nav-button-big.gif) 0 0 no-repeat;
	line-height:16px;
	padding-top:5px;
}

#left-nav ul li.twoline a:hover {
	background-position:0 -44px;
}

/* Left Navigation End */
/* Content Wrapper */

#content-wrapper {
	float:right;
	width:795px;
}

/* Content Wrapper End */
/* Right Navigation */

#right-nav {
	width:160px;
	padding:15px 0;
	float:right;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	overflow-x:hidden;
}

#right-nav form {
	padding:0 10px;
}

#right-nav h3 {
	font:bold 16px Georgia, "Times New Roman", Times, serif;
	color:#ff6600;
	padding:0 0 14px;
}

#right-nav p {
	padding:0 0 8px;
	line-height:16px;
}

#right-nav input, #right-nav textarea {
	width:98%;
	_width:100%;
	height:21px;
	padding:3px 4px;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	border:1px dotted #999;
}

#right-nav textarea {
	_width:138px;
	height:85px;
}

#right-nav p.submit {
	text-align:right;
}

#right-nav p.submit input {
	display:block;
	width:77px;
	height:26px;
	background:url(../images/submit-button.gif) 0 0 no-repeat;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0 auto;
	line-height:0;
	cursor:pointer;
	border:0;
}

#right-nav p.submit input:hover {
	background-position:0 -26px;
}

/* Right Navigation End */
/* Content */

#content {
	width:620px;
	float:left;
	padding:20px 0 0;
}

#content .contact-us {
	padding:0 0 14px;
	text-align:center;
}

#content .contact-us a {
	display:block;
	width:318px;
	height:32px;
	text-align:left;
	background:url(../images/contact-us.gif) 0 0 no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto;
}

#content .contact-us a:hover {
	background-position:0 -32px;
}

/* Content End */
/* Footer */

#footer {
	width:970px;
	margin:0 auto;
	background:url(../images/footer-top.gif) 0 0 no-repeat;
	text-align:right;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	line-height:16px;
}

#footer h4 {
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#ff6600;
}

#footer a {
	color:#000;
}

#footer a:hover {
	text-decoration:none;
}

#footer p {
	padding:0 0 16px;
}

#footer div {
	padding:25px 25px 10px;
}

#footer ul, #footer ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#footer ul li {
	float:left;
	width:165px;
	margin:0 20px 0 0;
	background:url(../images/footer-divider.gif) 100% 5px no-repeat;
	text-align:left;
}

#footer ul li.last {
	background:none;
}

#footer ul li ul {
	padding:0 20px 0 0;
}

#footer ul li ul li {
	width:145px;
	margin:0;
	background:none;
}

#footer ul li a {
	display:block;
	width:100%;
	color:#000;
	text-decoration:none;
	background:url(../images/footer-link-bg.gif) 0 100% no-repeat;
}

#footer ul li a:hover {
	background:none;
}

#footer p.thomas {
	font-size:10px;
	color:#999;
}

#footer p.thomas a {
	color:#999;
}

/* Footer End */