body {
	margin: 0px;
	padding: 0px;
	font-family: helvetica, sans-serif, arial;
	font-size: 12pt;
}

input {
}

a img {
	border: none;
}

a {
	color: #334B65;
}

#site-wrapper {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}

#header {
	position: relative;
}

#header-logo {
	margin-left: 15px;
}

#header img {
	border: none;
}

#header ul {
	position: absolute;
	top: 5px;
	right: 5px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#header ul li {
	display: inline;
	margin: 2px;
	font-size: 90%;
}

#header ul li a {
	color: #393939;
	text-decoration: none;
}

#header ul li a:hover {
	text-decoration: underline;
}

#content {
	margin: 0 auto;
}

#footer {
	border-top: solid 1px #CDCDCD;
	margin: 10px auto 0 auto;
	text-align: center;
}

#footer ul {
	list-style: none;
	color: #393939;
}

#footer ul li {
	display: inline;
	margin: 2px;
	font-size: 90%;
}

#footer ul li a {
	color: #393939;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer p {
	font-size: 70%;
	color: #999;
}

.wrapper {
	width: 100%;
	height: 100%;
}

.wrapper input {
	z-index: 5000;
}

.clear {
	clear: both;
}

.paging_bar, .total_matches {
	text-align: right;
	color: #334B65;
}

.paging_bar a {
	color: #334B65;
	text-decoration: none;
}

.paging_bar a:hover {
	text-decoration: underline;
}

.paging_bar span {
	margin: 3px;
}

.paging_bar span.current a {
	font-weight: bold;
}

.logo0 {
	width: 267px;
	height: 68px;
}

#tabs {
	color: #334B65;
	overflow: auto;
	margin: 0px 0px 0px 20px;
}

#tabs a {
	text-decoration: none;
}

#tabs div {
	float: left;
	height: 25px;
	line-height: 25px;
}

#tabs div.tab {
	margin: 0px 5px 0px 0px;
}

.tab_left {
	height: 25px;
	width: 11px;
	background: url(../images/sprite_tab.gif) 0px 0px no-repeat;
}

.tab_right {
	height: 25px;
	width: 11px;
	background: url(../images/sprite_tab.gif) -11px 0px no-repeat;
}

.tab_middle {
	height: 25px;
	background: url(../images/sprite_tab.gif) 0px -25px repeat-x;
}
.tab_middle a {
	color: #fff;
}

.livesearch {
	width: 150px;
	padding: 0px 22px 0px 0px;
	margin: 0px;
}
.livesearch_on_tan {
	background: url(../images/input_bg.png) repeat-x #fff;
}
.livesearch_button {
	display: none;
	width: 17px;
	height: 22px;
	background: url(../images/button_arrow_down_medium.png) no-repeat;
	cursor: pointer;
}
.livesearch_results {
	background: #fff;
	border: solid black 1px;
	display: none;
	position: absolute;
	overflow: auto;
	padding: 0px 10px 0px 5px;
}

.livesearch_results ul {
	list-style: none;
	margin: 0px;
	padding: 3px;
}

.livesearch_results ul li {
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}

.livesearch_results ul li.active {
	background: #000;
	color: #fff;
}

#leadForm td {
	font-size: 14px;
}
.large {
	font-size: 10pt;
}