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

body {
	margin: 0px;
	background:#555555 url(../images/bg.png) repeat-x top fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}

form {
	margin:0px;
}

input, option, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}

div#center {
	margin:0 auto;
	width:980px;
}

div#container {
	background:#fff;
	border:solid 2px #fff;
	border-top:0px;
	border-bottom:0px;
	width:980px;
	margin:0 auto;
	float:left;
}

div#top_bar {
	height:9px;
	background:url(../images/top_bar.png) repeat-x;
}

div.top_bar {
	height:20px;
	background:url(../images/banner_header.png) repeat-x;
	width:980px;
	clear:both;
}

div#header {
	height:126px;
	background:url(../images/header_bg.jpg) no-repeat right top;
}

div#logo {
	float:left;
	width:308px;
}

div#header_email {
	width:652px;
	height:32px;
	float:left;
	text-align:right;
	padding-right:20px;
	padding-top:3px;
}

div#header_tabs {
	width:476px;
	height:34px;
	float:right;
	padding-right:20px;
	padding-top:57px;
}

div#header_tabs .tab {
	float:left;
}

div#header_tabs .tab_spacer {
	float:left;
	width:5px;
	height:34px;
}

div#find_box {
	background:url(../images/banner_bg.png) no-repeat top left;
	height:127px;
	width:980px;
}

div#advert {
	float:left;
	padding-top:33px;
	padding-left:34px;
	margin:0 auto;
	width:468px;
}

div#find_form {
	float:right;
	width:300px;
	height:30px;
	text-align:right;
	padding-right:20px;
	padding-top:88px;
}

div#find_form select {
	font-size:11px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}

div#content {
	border-top:20px solid #fff;
	margin:0 auto;
	padding-left:20px;
	padding-right:20px;
	width:940px;
	float:left;
	background:#fff;
}

div#left_bar {
	width:190px;
	float:left;
	padding-bottom:30px;
	background:#f1f1f1;
}

div#left_bar #featured h2 {
	line-height:25px;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	background:url(../images/left_header.png) no-repeat top;
	color:#fff;
	text-align:center;
	border-bottom:solid 1px #fff;
	margin:0;
	padding:0;
	padding-top:2px;
}

div#left_bar h2 {
	line-height:25px;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	background:#18748b;
	color:#fff;
	text-align:center;
	border-bottom:solid 1px #fff;
	margin:0;
	padding:0;
	padding-top:2px;
}

div#left_bar ul {
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

div#left_bar ul li a {
	color:#666;
	text-decoration:none;
	font-weight:normal;
	display:block;
	line-height:24px;
	background:url(../images/side_nav.png) no-repeat;
	padding-left:30px;
}

div#left_bar ul li a:hover {
	background:url(../images/side_nav-on.png) no-repeat;
	color:#fff;
}

div#right_bar {
	width:140px;
	float:right;
	padding-bottom:20px;
	background:#f1f1f1 url(../images/right_header.png) no-repeat top;
}


div#body {
	margin-left:20px;
	width:570px;
	float:left;
	padding-bottom:30px;
	text-align:justify;
}

div#body a {
	color:#18748b;
	text-decoration:none;
}

div#body a:hover {
	text-decoration:underline;
}

div#body p {
	margin:0px;
	margin-bottom:14px;
	margin-top:8px;
	line-height:18px;
}

div#body ul {
	list-style-image:url(../images/list.png);
}

div#body h1 {
	margin:0px;
	font-size:22px;
	font-weight:bold;
	display:block;
	color:#333333;
	margin-bottom:12px;
	text-align:left;
}

div#body h2 {
	margin:0px;
	font-size:12px;
	font-weight:bold;
}

div.quote {
	display:block;
	margin:0 auto;
	text-align:center;
	padding-bottom:16px;
	font-size:12px;
	font-style:italic;
	color:#18748b;
}

div.quote b {
	color:#333;
}

div#footer {
	background:#fff;
	border-top:solid 3px #18748b;
	float:left;
	width:940px;
	padding-left:20px;
	padding-right:20px;
	line-height:18px;
}

div#footer a {
	color:#18748b;
	text-decoration:none;
}

div#footer a:hover {
	text-decoration:underline;
}

a img {
	border:0px;
	outline:none;
}