/* BEGIN: common */
	body {
		margin: 0;
		width: 100%;
		background-color: #fff;
		font: normal 12px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
		text-align: center;
	}

	/* list based menu */
	ul.menu {
		position: relative; display: inline;
		margin: 0; padding: 0;
		white-space: nowrap;
	}

	ul.menu li {
		position: relative; display: inline;
		list-style-type: none;
	}

	/* links */
	a { text-decoration: none; }
	a:hover { text-decoration: underline; }

	a img { border: 0; }

	form { margin: 0; padding: 0; }

	.center { text-align: center }
	.float-left { float: left }
	.float-right { float: right }

	.confirmation, img.print { display: none }

/* END: common */

/* BEGIN: regions */
	#background {
		position: absolute; overflow: hidden;
		top: 0; left: 0; width: 100%; height: 780px;
		background: url(sprites-repeat-x.png) repeat-x 0 0;
	}
	#container {
		position: relative;
		margin: 0 auto;
		width: 964px;
		text-align: left;
	}

	/* BEGIN: header */
	#header {
		position: relative; overflow: hidden;
		height: 22px;
		border: 2px solid #11589e; border-top: 0;
		background: #184381 url(sprites-repeat-x.png) repeat-x 0 -780px;
	}

	#header .slogan {
		padding-left: 90px;
		font-size: 11px; line-height: 20px;
		color: #def;
	}

	#header .menu {
		position: absolute;
		top: 0; right: 10px;
		font-size: 11px; line-height: 20px;
		text-transform: uppercase;
	}
	#header .menu li { margin: 0 8px; }
	#header .menu a { color: #fff; }
	/* END: header */

	#logo-sign {
		position: absolute; overflow: hidden;
		top: 0; left: -15px; width: 122px; height: 102px;
	}

	#logo-text {
		position: absolute; overflow: hidden;
		top: 44px; left: 113px; width: 172px; height: 45px;
	}

	#content-border {
		position: absolute;
		left: 0; top: 100px; width: 100%;
		border: 1px solid #bec6cf;
		background-color: #fff;
	}

	#content-container {
		position: relative;
		margin: 5px;
		border: 1px solid #d1cfc6;
		background: #faf8ed url(sprites-repeat-y.png) repeat-y 0 0;
	}

	body.noads #content-container {
		background-image: none;
	}

	div.panel-header-primary, div.panel-header-secondary {
		position: relative; overflow: hidden;
		background: url(sprites-repeat-x.png) repeat-x;
		border: 1px solid #a7a69e;
	}

	div.panel-header-primary {
		background-color: #347ed2; background-position: 0 -810px;
	}

	div.panel-header-secondary {
		background-color: #dddac4; background-position: 0 -980px;
	}

	/* BEGIN: navigation */
	#main-navigation {
		position: relative; overflow: hidden;
		height: 36px; border-width: 0;
	}

	#main-navigation .menu {
		position: relative; overflow: hidden; display: block; float: left;
		margin-left: 8px;
		font-size: 14px; line-height: 36px; vertical-align:baseline;
		text-transform: uppercase;
	}

	#main-navigation .menu li { position: relative; margin: 0 2px; padding: 4px 10px; vertical-align: bottom; }
	#main-navigation .menu li.active {
		padding: 4px 9px;
		border: 1px solid #bfdbf3;
		background: #4eaae6 url(sprites-repeat-x.png) repeat-x 0 -850px;
	}

	#main-navigation .menu a { color: #fff; }

	/* BEGIN: keyword search*/
	#main-navigation form.keyword-search {
		position: relative; display: block; float: right; overflow: hidden;
		right: 10px; margin: 0;
		line-height: 32px;
	}

	#main-navigation form.keyword-search input, #main-navigation form.keyword-search button {
		padding: 0 3px; vertical-align: middle;
		border: 2px solid #fff;
		background: #fff url(sprites-repeat-x.png) repeat-x;
		font: 14px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
		outline: 0;
	}

	#main-navigation form.keyword-search input { height: 20px; background-position: 0 -880px; }
	#main-navigation form.keyword-search input.hint { color: #999; }

	#main-navigation form.keyword-search button { height: 24px; margin: 0; background-position: 0 -910px; font-weight: bold; }
	/* END: keyword search*/

	/* BEGIN: poll */
	form.poll { position: relative; margin: 0; padding: 0; }
	form.poll p {
		padding: 0 0 0 20px; text-indent: -20px;
		margin: 8px 0 0px;
		line-height: 14px;
	}

	form.poll input {
		vertical-align: middle;
		width: 20px; margin: 0; padding: 0;
	}
	form.poll button, #content form.framed button, #content form.filter button, #content button.blue {
		height: 26px;
		margin: 0; padding: 0 8px;
		border: 2px solid #fff;
		background: #11325b url(sprites-repeat-x.png) repeat-x 0 -1050px;
		color: #fff;
		font: normal 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
		vertical-align: middle; text-indent: 0;
		outline: 0;
	}

	/* END: poll */

	#sub-navigation {
		position: relative; overflow: hidden;
		height: 23px;
		border-width: 0 0 1px;
	}
	#sub-navigation div.breadcrumbs {
		position: relative; overflow: hidden; float: left;
		margin: 0 18px;
		font-size: 11px; line-height: 22px;
		text-transform: uppercase;
		color: #11599f;
	}
	#sub-navigation div.breadcrumbs a { margin: 0 2px; color: #11599f; }
	/* END: navigation */

	/* BEGIN: main-columns */
	#column-container {
		padding-left: 190px;
		padding-right: 170px;
	}

	body.noads #column-container {
		padding-right: 0;
	}

	#column-container .column {
		position: relative; overflow: hidden;
		float: left;
	}

	#side-bar-left {
		width: 190px;
		margin-left: -190px;
	}

	#main-column {
		width: 100%;
	}

	#side-bar-right {
		width: 170px;
		margin-right: -170px;
	}

	body.noads #side-bar-right { display: none }

	/* END: main-columns */

	#side-navigation { margin-bottom: 0; }

	#side-navigation div.menu-item {
		position: relative;
		padding: 4px 0; margin: 0;
		font-size: 11px; line-height: 13px; text-transform: uppercase;
		white-space: normal;
		border-bottom: 1px solid #bcbab2;
	}
	#side-navigation div.menu-item a { color: #333; }

	#side-navigation div.tier-1 { padding-left: 0 }
	#side-navigation div.tier-2 { padding-left: 16px }
	#side-navigation div.tier-3 { padding-left: 32px }

	#side-navigation div.active { }

	/* BEGIN: left sidebar */
	div.panel {
		position: relative;
		margin: 3px; padding: 2px;
		border: 1px solid #d1cfc6;
		background-color: #fff;
	}
	div.panel div.background {
		position: relative;
		padding: 5px;
		background: #ebe9df;
	}
	div.panel div.caption {
		position: relative; overflow: hidden;
		height: 28px;
		margin-bottom: 5px; padding-left: 5px;
		border: 1px solid #d1cfc6;
		background: #3f9ae1 url(sprites-repeat-x.png) repeat-x 0 -1020px;
		font-size: 14px; line-height: 28px; vertical-align:baseline;
		text-transform: uppercase;
		color: #fff;
	}
	div.panel div.content {
		position: relative; overflow: hidden;
		padding-bottom: 5px; padding-left: 5px;
		font-size: 12px;
		color: #333;
	}

	/* END: left sidebar */

	/* BEGIN: footer */
	#footer {
		position: relative; clear: both;
		width: 100%; height: 28px; margin: 0;
		font-size: 11px; line-height: 26px;
		border-top: 1px solid #015;
		color: #ccc;
		background: #0d2d51 url(sprites-repeat-x.png) repeat-x 0 -940px;
		text-align: center;
	}

	#footer a {
		color: #bdf;
	}
	/* END: footer */

	.banner-160, .banner-468 {
		position: relative;
		margin: 8px auto;
	}
	.banner-160 { width: 160px; }
	.banner-468 { width: 468px; }

	#mapstraction {
		position: relative;
		height: 400px;
	}

	#mapstraction.show-map { border: 1px solid #139; }

/* END: regions */

/* BEGIN: typography */
#content {
	margin: 8px;
	font: normal 11px/13px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin: 0 0 1em 24px;
	font-weight: normal;
	color: #000;
}

	#content h1 { font-size: 24px; }
	#content h2 { font-size: 22px; }
	#content h3 { font-size: 20px; }
	#content h4 { font-size: 18px; }
	#content h5 { font-size: 16px; }
	#content h6 { font-size: 14px; }

	#content p, #content blockquote {
		margin-top: 1em; margin-bottom: 1em;
		text-indent: 2em;
	}
	#content blockquote { text-indent : 0; margin: 0 44px; }

	#content em {
		font-weight: bold;
		font-style: normal;
		color: #3573b9;
	}

	#content em.light {
		font-weight: normal;
	}

	#content ul { padding: 0 0 0 44px; margin: 0 0 8px; }
	#content ul li {
		padding: 0; margin: 2px 0; text-indent: 0;
	}
	#content a { color: #438cd3 }

	#content form.framed {
		position: relative;
		border: 4px solid #fff;
		padding: 4px 0 16px;
	}

	#content form.framed .hr {
		position: relative; overflow: hidden;
		width: 100%; height: 1px;
		margin: 4px 0;
		background-color: #ccc;
	}

	#content form.framed table {
		margin-left: 5%; width: 90%;
	}

	#content form, #content form input, #content form textarea {
		font: normal 12px/14px sans-serif;
	}

	#content form.framed label.label, #content form.framed label.errorLabel {
		font: normal normal 11px/13px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
	}
	#content form.framed label.errorLabel, #content form.framed .checkboxErrorLabel  {
		color: #900;
	}

	#content form.framed span.errorMessage { display: none }

	#content form.framed .errorMessage {
		font-weight:bold; text-align: center; color:red;
	}

	#content form.framed td.tdLabel { padding-top: 4px; }

	#content form.framed .footer button {
		margin-top: 16px;
		margin-left: 16px;
	}

	#content form.filter {
		position: relative; display: block;
		border: 2px solid #fff;
		padding: 3px;
		background: #ebe9df;
	}
	#content form.filter div.filter-half-column {
		position: relative;
		width: 50%;
		float: left;
	}

	#content form.filter .clear-block {
		clear: both; line-height: 1px; font-size: 1px;
	}

	#content table.search-results {
		width: 100%;
		border: 2px solid #fff;
	}

	#content table.search-results th {
		background: #ebe9df;
		padding: 4px;
		font: normal 13px/16px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	}
	#content table.search-results td {
		padding: 4px;
		border-bottom: 1px solid #ccc
	}

	#content .details-box, #content .gallery-box {
		position: relative; float: right;
		width: 220px;
		margin: 0 0 6px 6px; padding: 8px 4px;
		border: 2px solid #fff;
		background-color: #ebe9df;
	}

	#content .gallery-box {
		width: 120px;
		text-align: center;
	}

	#content .gallery-box-horizontal, #content .details-box-horizontal {
		position: relative;
		margin: 8px 0; padding: 4px 0;
	}

	#content .gallery-box img, #content .gallery-box-horizontal img { margin: 4px; padding: 1px; }

	#content .gallery-box img:hover { margin: 1px; border: 3px solid #fff }
	#content .gallery-box-horizontal a:hover img { margin: 1px; border: 3px solid #ccc }

	#content .details-box table.data td, #content table.data td {
		border: 0; padding: 2px 1px;
	}

 	#content table.data th { padding: 3px 0 }

	#content .details-box table.data tr:hover td, #content table.data tr:hover td {
		border-bottom: 1px solid #ccc;
		padding: 2px 1px 1px;
		background-color: #f2f2e8;
	}

	#content table.data tr:hover td {
		background-color: #fffcf4;
	}

	#content table.search-results tr:hover td {
		background-color: #fffcf4;
	}

	#content table.data th {
		background-color: #ebe9df;
	}

/* END: typography */

/* BEGIN: controls */
	div.create, div.edit, div.delete, div.view, div.download, div.email, div.email_agency, div.print, div.remember, div.true, div.false, div.map, div.import {
		overflow: hidden; float: left;
		width: 16px; height: 16px ;
		margin: 0 1px;
		cursor: pointer;
	}

	div.email,div.email_agency, div.print, div.remember { margin: 0 4px; }

	div.create { background: url(page_white_lightning.png) }
	div.edit { background: url(page_white_edit.png) }
	div.delete { background: url(page_white_delete.png) }
	div.view { background: url(page_white_get.png) }
	div.download { background: url(page_white_put.png) }
	div.email { background: url(icon_email.png) }
	div.email_agency { background: url(icon_email_ag.png) }
	div.print { background: url(icon_print.png) }
	div.remember { background: url(icon_favorite.png) }
	div.true { background: url(icon_true.png) }
	div.false { background: url(icon_false.png) }
	div.map { background: url(map.png) }
	div.import { background: url(icon_import.png) }

/* END: controls */

/* BEGIN: ui-datepicker */

#ui-datepicker-div, #ui-datepicker-div table,
.ui-datepicker-div, .ui-datepicker-div table,
.ui-datepicker-inline, .ui-datepicker-inline table {
	font-size: 12px !important;
}
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
	/*resets*/margin: 0; border: 0; outline: 0; text-decoration: none; list-style: none;
	position: relative;
	font: 1.2em/1.3em "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	background: #eee;
	border: 4px solid #0a60d6;
	width: 15.5em;
	padding: 2.5em .5em .5em .5em;
}
#ui-datepicker-div {
	z-index: 9999;
	display: none;
	background: #eee;
}
.ui-datepicker-inline {
	float: left;
	display: block;
}
.ui-datepicker-control, .ui-datepicker-current {
	display: none;
}

.ui-datepicker-next, .ui-datepicker-prev {
	position: absolute;
	left: .5em; top: .5em;
	background: #0a60d6 url(images/0a60d6_40x100_textures_03_highlight_soft_22.png) 0 50% repeat-x;
}
.ui-datepicker-next {
	left: 14.6em;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
	background: #1484e6 url(images/1484e6_40x100_textures_03_highlight_soft_33.png) 0 50% repeat-x;
}
.ui-datepicker-next a, .ui-datepicker-prev a {
	display: block;
	width: 1.3em; height: 1.4em;
	background: url(images/fcdd4a_7x7_arrow_left.gif) 50% 50% no-repeat;
	border: 1px solid #fff;
	text-indent: -999999px;
	font-size: 1em;
	cursor: pointer;
}
.ui-datepicker-next a {	background: url(images/fcdd4a_7x7_arrow_right.gif) 50% 50% no-repeat; }
.ui-datepicker-prev a:hover { background: url(images/ffffff_7x7_arrow_left.gif) 50% 50% no-repeat; }
.ui-datepicker-next a:hover { background: url(images/ffffff_7x7_arrow_right.gif) 50% 50% no-repeat; }
.ui-datepicker-prev a:active { background: url(images/d55e0b_7x7_arrow_left.gif) 50% 50% no-repeat; }
.ui-datepicker-next a:active { background: url(images/d55e0b_7x7_arrow_right.gif) 50% 50% no-repeat; }

.ui-datepicker-header select {
	border: 1px solid #fff;
	color: #fff;
	background: #0a60d6;
	font-size: 1em;
	line-height: 1.4em;
	position: absolute;
	top: .5em;
	margin: 0 !important;

}
.ui-datepicker-header select.ui-datepicker-new-month {
	width: 7em; left: 2.2em;
}
.ui-datepicker-header select.ui-datepicker-new-year {
	width: 5em; left: 9.4em;
}
table.ui-datepicker {
	width: 15.5em;
	text-align: right;
}
table.ui-datepicker td a {
	padding: .1em .3em .1em 0;
	display: block;
	color: #fff;
	background: #0a60d6 url(images/0a60d6_40x100_textures_03_highlight_soft_22.png) 0 50% repeat-x;
	cursor: pointer;
	border: 1px solid #eee;
}
table.ui-datepicker td a:hover {
	border: 1px solid #ddd;
	color: #fff;
	background: #1484e6 url(images/1484e6_40x100_textures_03_highlight_soft_33.png) 0 50% repeat-x;
}
table.ui-datepicker td a:active {
	border: 1px solid #ddd;
	color: #e69700;
	background: #e6e6e6 url(images/e6e6e6_40x100_textures_07_diagonals_small_100.png) 0 50% repeat-x;
}
table.ui-datepicker .ui-datepicker-title-row td {
	padding: .3em 0;
	text-align: center;
	font-size: .9em;
	color: #222;
	text-transform: uppercase;
	/*border-bottom: 1px solid #fff;*/
}

table.ui-datepicker .ui-datepicker-title-row td a {
	color: #fc9;
	font-weight: bold
}

/* ___________ IE6 IFRAME FIX ________ */
.ui-datepicker-cover {
   display: none; /*sorry for IE5*/
   display/**/: block; /*sorry for IE5*/
   position: absolute; /*must have*/
   z-index: -1; /*must have*/
   filter: mask(); /*must have*/
   top: -4px; /*must have*/
   left: -4px; /*must have*/
   width: 200px; /*must have*/
   height: 200px; /*must have*/
}

/* END: ui-datepicker*/

/* BEGIN: jqModal */
.jqmWindow {
    display: none;
    position: fixed;
    top: 17%; left: 50%;
    background-color: #eee; color: #333;
    border: 1px solid black;
    padding: 12px;
	text-align: left;

}
#jqmContent { max-height: 500px; overflow: auto; }

.jqmWindow.small { width: 300px; margin-left: -150px; }
.jqmWindow.medium { top: 10%; width: 600px; margin-left: -300px; }
.jqmWindow.big { top: 5%; width: 800px; margin-left: -400px; }

.loading {
	position: relative; display: inline; overflow: hidden;
	padding-left: 20px; left: 50%; margin: 0 0 0 -65px;
	background: url(mozilla-blu-loading.gif) 0 0 no-repeat;
}

.jqmOverlay { background-color: #fff; }
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* BEGIN: jQuery Tabs */


/* Hide useless elements in print layouts... */
.ui-tabs-hide {
	display: none;
}

@media print {
    .ui-tabs-nav { display: none; }
}

/* Skin */
#content div.tab-panel ul { margin-bottom: 0; padding-left: 8px; }
#content div.tab-panel ul li { margin-bottom: 0; }
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border: 1px solid #97a5b0;
    padding: 1em 8px;
    background-color: #f2f2e8; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(mozilla-blu-loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
/* END: jQuery Tabs */