body { margin: 0px; background: #000; height: 100%;}
h1, p, ul { margin: 3px 2px;}
h1 { margin-top: 5px; margin-bottom: 8px;}
a { color: #000; }
div.body { margin: 1% 10%; background: #A87830; padding: 10px; padding-bottom: 0px; height: 550px; width: 900px;}
#title_bar {position: relative; width: 100%; height: 75px;}
#title_bar .left {position: absolute; left: 0px; background: #603000; color: #A87830; width: 100%; height: 100%; padding:0px 5px; }
#title_bar .right { position: absolute; right: 2px; top: 7px; z-index: 5;}
#title_bar img { width: 175px; position: absolute; top: -5px; right: 0px; }

.img_hold img { z-index: 0; }
.img_targ img { z-index: -5; }

#menu_bar { min-height: 350px; background: #603000; }
#footer { background: #603000; color: #F0D8A8; margin: 0px;}
#footer p { width: 100%; text-align: center; margin: 0px -10px; }

#contact_form p span { display: block; float: left; margin-right: 5px; text-align: right; width: 120px; }
#contact_form { margin-bottom: 10px; }
#contact p { clear: both; }
#logo { color: black; line-height: 70px; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 45px; }
#logo b {font-size: 110%; color: #970100;}

/* TABS UI */
/* Caution! Ensure accessibility in print and other media types... */
/* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
@media projection, screen { .ui-tabs-hide { display: none; }}
@media print { .ui-tabs-nav { display: none; } } /* Hide useless elements in print layouts... */

/* Skin */
.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 3px;}

/* clearing without presentational markup, IE gets extra treatment */
.ui-tabs-nav:after { display: block; clear: both; content: " "; }
.ui-tabs-nav li { float: left; margin: 0 0 0 5px; padding:0px; font-weight: bold; background: #784800;}
.ui-tabs-nav li.ui-tabs-selected { background: #F0D8A8;}
.ui-tabs-nav li.ui-tabs-selected a { color: #784800; }

.ui-tabs-nav a, .ui-tabs-nav a span {  float: left; padding: 0 5px; }

.ui-tabs-nav a {
		margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
		padding-left: 5px;
		text-decoration: none;
		color: #000;
		white-space: nowrap; /* @ IE 6 */
		outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited { color: #F0D8A8; }

.ui-tabs-nav a span {
		padding-top: 1px; padding-right: 25px; height: 20px; line-height: 20px;
}
/* .ui-tabs-nav .ui-tabs-selected a span {
		padding-top: 0px;
		height: 27px;
		line-height: 27px;
} */
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,

/* @ Opera, use pseudo classes otherwise it confuses cursor... */
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { cursor: text; }

/* @ Opera, we need to be explicit again here now... */
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { 
		cursor: pointer;
}

.ui-tabs-disabled { opacity: .4; filter: alpha(opacity=40); }
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { color: #000; }

.ui-tabs-container { padding: 10px; margin-bottom: 4px; height: 428px; width: 700px;  overflow: auto; background: #F0D8A8; color:#784800; }

/* .ui-tabs-loading em { padding: 0 0 0 20px; background: url(loading.gif) no-repeat 0 50%; }*/

/* Additional IE specific bug fixes... */
/* auto clear @ IE 6 & IE 7 Quirks Mode */
* html .ui-tabs-nav { display: inline-block; }
*:first-child+html .ui-tabs-nav  { display: inline-block;}
/* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise
  IE 6 will ignore complete rule (because of the unknown + combinator)... */
		

