@charset "utf-8";
/* CSS Document */

body {
	background:url(images/background.gif) 0 0 repeat-x #e9e9e9;
	_text-align:center;
}

#wrapper {
	width:970px;
	margin:0 auto;
	_text-align:left;
}

/* Header */

#header {
	height:150px;
}

#header h1 {
	float:left;
}

#header h2 {
	float:right;
	position:relative;
}

#header h2 p.email {
	position:absolute;
	right:2px;
	top:82px;
}

#header h2 p.email a {
	display:block;
	width:91px;
	height:39px;
	background:url(images/top-email.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#header h2 p.email a:hover {
	background-position:0 -39px;
}

/* Header End */
/* Top Navigation */

#top-nav {
	height:45px;
	background:url(images/top-nav-bg.gif) no-repeat;
	position:relative;
	overflow:hidden;
	margin:0 0 11px;
}

#top-nav ul, #top-nav ul li {
	margin:0;
	padding:0;
	outline:0;
	list-style-type:none;
}

#top-nav ul {
	float:left;
	position:relative;
	left:50%;
	text-align:center;
	padding:8px 0 0;
}

#top-nav ul li {
	display:block;
	float:left;
	position:relative;
	right:50%;
}

#top-nav ul li a {
	display:block;
	float:left;
	height:26px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
	padding:0 12px;
	line-height:26px;
	background:url(images/top-nav-button.gif) 0 0 no-repeat;
}

#top-nav ul li.first a {
	background-position:-1px 0;
}

#top-nav ul li a:hover {
	color:#999;
	background-position:0 -26px;
}

#top-nav ul li.first a:hover {
	color:#999;
	background-position:-1px -26px;
}

#top-nav ul li a:active {
	color:#efb500;
}

/* Top Navigation End */
/* Main Content Wrapper */

#wrapper2 {
	background:url(images/top-body-bg.gif) 0 0 no-repeat #fff;
	padding:15px 0 0;
}

#wrapper2 .bottom {
	height:11px;
	background:url(images/bottom-body-bg.gif) 0 100% no-repeat;
}

/* Main Content Wrapper End */
/* Left Navigation */

#left-nav {
	width:203px;
	background:url(images/left-nav-bg.gif) 100% 0 repeat-y;
	float:left;
}

#left-nav h2 {
	padding:0 17px 8px;
	font:bold 18px Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#0054a4;
	letter-spacing:-1px;
}

#left-nav h2 a {
	color:#0054a4;
	text-decoration:none;
}

#left-nav h2 span {
	display:block;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#063d72;
}

#left-nav ul, #left-nav ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#left-nav ul {
	padding:0 20px 14px;
}

#left-nav ul li {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000;
	padding:0 4px 2px;
	border-bottom:1px solid #ccc;
	margin:0 0 2px;
}

#left-nav ul li a {
	color:#000;
	text-decoration:none;
}

#left-nav ul li a:hover {
	color:#0054a4;
}

/* Left Navigation End */
/* Content Area Wrapper */

#wrapper3 {
	width:752px;
	float:right;
}

/* Content Area Wrapper End */
/* Right Navigation */

#right-nav {
	float:right;
	width:150px;
}

#right-nav form {
	background:url(images/right-nav-form-top.gif) 0 0 no-repeat #ffefaa;
	width:140px;
	margin:0 10px 25px 0;
	padding:8px 0 0;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#063d72;
}

#right-nav form p {
	padding:0 9px 10px;
}

#right-nav form p.bottom {
	height:5px;
	background:url(images/right-nav-form-bottom.gif) 0 100% no-repeat;
	margin:0;
	padding:0;
}

#right-nav form h2 {
	padding:0 9px 15px;
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#0054a4;
	letter-spacing:-1px;
}


#right-nav form input {
	width:121px;
	height:18px;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#333;
	border:0;
	background:url(images/right-nav-input.gif) 100% 100% no-repeat;
	padding:2px 4px;
}

#right-nav form textarea {
	width:121px;
	height:140px;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#333;
	border:0;
	padding:2px 4px;
	background:#fff;
	overflow-y:auto;
	border-top:1px solid #d8ca90;
	border-left:1px solid #d8ca90;
}

#right-nav form .sub-button {
	_text-align:right;
	padding-bottom:0;
}

#right-nav form .sub-button input {
	width:46px;
	height:23px;
	display:block;
	margin:0 0 0 auto;
	_text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	line-height:1px;
	cursor:pointer;
	background:url(images/right-nav-submit.gif) 0 0 no-repeat;
}

#right-nav form .sub-button input:hover {
	background-position:0 -23px;
}

#right-nav form .sub-button input:active {
	background-position:0 -46px;
}

#right-nav p.ask-an-expert {
	_text-align:center;
}

#right-nav p.ask-an-expert a {
	display:block;
	width:135px;
	height:88px;
	_text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto;
	background:url(images/ask-an-expert.jpg) 0 0 no-repeat;
}

#right-nav p.ask-an-expert a:hover {
	background-position:0 -88px;
}

/* Right Navigation End */
/* Content */

#content {
	width:586px;
	float:left;
}

#content .contact-us {
	text-align:center;
	padding:10px 0 14px;
}

#content .contact-us a {
	display:block;
	width:308px;
	height:33px;
	background:url(images/contact-us.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto;
}

#content .contact-us a:hover {
	background-position:0 -33px;
}

#content .contact-us a:active {
	background-position:0 -66px;
}

/* Content End */
/* Footer */

#footer {
	padding:10px 0 20px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000;
}

#footer ul, #footer ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#footer ul li {
	width:20%;
	float:left;
	min-height:110px;
	_height:110px;
	background:url(images/footer-bg.gif) 100% 0 repeat-y;
}

#footer ul li.last {
	background:none;
}

#footer ul li h5 {
	font:bold 12px Arial, Helvetica, sans-serif;
	padding:0 0 2px 11px;
}

#footer ul li h5 a {
	color:#0054a4;
	text-decoration:none;
}

#footer ul li h5 a:hover {
	text-decoration:underline;
}

#footer ul li ul {
	padding:0 0 0 12px;
}

#footer ul li ul li {
	float:none;
	width:auto;
	min-height:0;
	_height:0;
	background:none;
	padding:0 0 2px;
}

#footer ul li ul li a {
	color:#000;
	text-decoration:none;
}

#footer ul li ul li a:hover {
	text-decoration:underline;
}

#footer .company-info {
	float:right;
	padding:10px 0 0;
}

#footer .company-info p {
	float:left;
	padding:14px 15px 12px 0;
	margin:0 10px 0 0;
	text-align:right;
	background:url(images/footer-bg.gif) 100% 0 repeat-y;
}

#footer .company-info h6 {
	float:right;
	_float:none;
}

#footer .company-info strong {
	color:#0054a4;
	font-weight:normal;
}

/* Footer End */
