.dropable {
  cursor:move;
}
.drophover {
  border:1px dashed #666666;
  margin:-1px;
}
.page_content li {
  margin-left:1em
}
.cart {
  padding:5px 5px 5px 20px
}
img.fleft {
  float:left;
  margin:0 15px 15px 0 
}
img.fright {
  float:right;
  margin:0 0 15px 15px
}
.page_content table td {
  vertical-align:top;
}
ul.people li.opened {
  display:none;
  margin-bottom:20px;
  clear:both
}
.people li.opened div.in {
	overflow:hidden;
	position:relative;
}
#map_place {
	overflow:visible;
	position:relative;
	height:466px; 
	width:655px;
}
#map_place a.top, #map_place span.top {
  position:absolute;
  top:0px;
  left:0px;
  color:#F8E694;
  text-decoration:none;
  font-size:11px;
  line-height:12px;
}
#map_place a.top span, #map_place a.top span.top span {
font-size:14px;
margin-right:3px;
}
#map_place a.top:hover {
  color:#FFFFFF;
  text-decoration:none;
}
#map_place .page_content, #map_place .popup {
  display:none;
}
.table2 td {
  padding:8px;
  text-align:center
}
.cartmsg {
  color:#ff0000;
  padding-bottom:10px;
  font-size:11px;
}
.cartmsg b {
  font-size:13px;
  font-weight:normal
}
.page_content p, .page_content {
  text-align:justify
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color:#000000
}
#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:1000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {background: url(/images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	background: #FFFFFF;
	z-index: 1002;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border:0px solid #FFFFFF
}
#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
#TB_closeWindow{
	height:25px;
	padding:5px 17px 10px 0;
	float:right;
}
#TB_closeWindowButton, #TB_closeWindowButton:hover { 
  display:block;
  font-size:10px;
  height:8px;
  width:9px;
  border:1px solid #aaaaaa;
  color:#666666 !important;
  text-decoration:none !important;
  background:#FFFFFF url(/images/close.png) no-repeat 3px 2px;
  text-indent:-10000px;
  padding:2px;
  overflow:hidden
}
#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title{
	background-color:#EEEEEE;
	height:27px;
}
#TB_ajaxContent{
	clear:both;
	padding:15px;
	overflow:hidden;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
	/*padding:15px;*/
}
#TB_ajaxContent p{
	/*padding:5px 0px 5px 0px;*/
}
#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#form {
  margin-top:10px;
}
#form th {
  vertical-align:top;
  width:120px !important;
  text-align:right;
  font-weight:normal;
  padding:2px 12px 2px 2px;
}
#form th b {
  font-weight:normal;
}
#form td {
  padding:2px;
}
#form td.group {
  font-weight:bold;
}
#form input.input, #form textarea {
  width:250px;
}
#form input.button, .button {
  background:#022440;
  color:#FFFFFF;
  border:1px solid #031A2C !important;
  text-transform:uppercase;
  font-size:11px;
  padding:0px 10px;
  height:24px;
  line-height:24px;
}
a.buttonr {
   float:right !important;
   margin-left:10px;
   margin-left:0px !important;
}
a.butact {
  background:#BBE245 !important;
  border:1px solid #9BB940 !important;
}
a.button {
   float:left;
   display:block;
   color:#1C465A;
   text-decoration:none !important;
   margin-right:10px;
}
a.button:hover {
  color:#FFFFFF;
  text-decoration:none !important;
}
#form textarea, #form input.input, #form input.input2, input.input {
  border:1px solid #031A2C;
  padding:3px;
  background:#999FA5;
}
#form textarea {
  height:120px;
}
#form h3 {
  margin:10px 0;
}
.need, .req {
  font-weight:bold;
  color:#AA0000;
  font-family:Tahoma, Arial
}
.need2, .req2 {
  font-weight:bold;
  color:#9D0000;
  font-family:Tahoma, Arial
}
div.message {
  font-weight:bold;
  color:#9D0000;
  margin-bottom:15px;
}
div.search {
  padding-bottom:15px;
}
ul.sitemap {
}
ul.sitemap ul.sitemap li {
  list-style:square;
  font-weight:normal;
  margin-left:15px;
  padding:0px;
  font:13px Arial
}
ul.sitemap ul.sitemap li a {
  text-decoration:underline
}
ul.sitemap ul.sitemap {
  margin:5px 5px 5px 15px;
}
ul.sitemap li {
  background:none;
  padding:1px 0px;
  margin:0px;
  list-style:none;
  font:bold 16px "Trebuchet MS"
}
ul.sitemap li a {
  text-decoration:none;
  color:#4A4A4A
}
ul.sitemap ul.sitemap li a {
  text-decoration:underline;
  color:#005AEB
}
table.table {
  font-size:12px;
  margin-bottom:15px;
}
table.table td {
  padding:6px 12px;
}
.page_content td {
  vertical-align:top;
}
.page_content td p {
  margin:0px;
  padding:0px;
}
table.table tr.first_line td {
  background:#AAAAAA;
  vertical-align:middle;
  font-weight:bold;
  color:#000000;
  font-size:13px;
}
table.table tr.even td, table.table  td.even {
  background:#F4F4f4
}
table.table tr.odd td, table.table  td.odd {
  background:#EEEEEE
}


#form2 {
  margin-top:10px;
}
#form2 th {
  vertical-align:top;
  width:120px !important;
  padding:5px 5px 5px 10px;
  text-align:right;
  font-weight:normal;
  background:#F4F4F4;
  border-bottom:1px solid #ffffff
}
#form2 th b {
  font-weight:normal;
}
#form2 td {
  padding:5px 5px 5px 12px;
  border-bottom:1px solid #eeeeee
}
#form2 td.group {
  font-weight:bold;
}
#gallery {
  display:block;
  margin-top:30px;
  width:220px;
  margin-left:-10px;
}
#gallery a {
  float:left; 
  width:94px;
  height:94px;
  padding:1px;
  border:1px solid #D6D9DB;
  overflow:hidden;
  margin:0 0 10px 10px
}
#gallery a:hover {
  border:2px solid #BAC6D0;
  padding:0px;
}