@import "flora.css";

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

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .95em;
	text-transform: uppercase;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 27px;
}
.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 3px;
}
.ui-tabs-nav ul li a:hover {
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0;
	width: 130px;
	text-align: center;
    background:url(../images/bg_tabs.jpg) no-repeat;
}
.ui-tabs-nav a {
    margin: 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 0 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #e6e4e4;
}
.ui-tabs-nav a:hover {
    color: #90e542;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    margin-top: 0;
    background-position: 0 -26px;
	color: #90e542;
}
.ui-tabs-nav a span {
    padding-right: 0;
    height: 26px;
    background-position: 0 0;
    line-height: 26px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    height: 26px;
    background-position: 0 -26px;
    line-height: 26px;
}
.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-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    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-panel {
    padding: 19px 50px 0 35px;
    background: url(../images/bg_tab_container.jpg) 0 0 no-repeat #000; /* declare background color for container to avoid distorted fonts in IE while fading */
	text-transform:none;
	color: #ddd;
	font-size: 1em;
	min-height:160px;
  	height:auto !important;
  	height:160px;

}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/
.ui-tabs-panel h1.downer {
	padding-top: 28px;
}
.ui-tabs-panel .hr {
	height: 10px;
	border-bottom: 1px solid #2e2e2e;
	width: 100%;
	clear: both;
}
.ui-tabs-panel img.downer {
	padding-top: 24px;
}
#docs {
	width: 290px;
	color: #969696;
	float: right;
	font-size: 1em;
	margin: 0 0 0 80px;
}
#docs ul {
	width: 225px;
	list-style:none;
	padding: 40px 0;
	margin: 0;
}
#docs ul li {
	border-bottom: 1px dashed #969696;
	padding: 12px 0 12px 25px;
	background: url(../images/icon_pdf.gif) 0 10px no-repeat;
}
#docs ul li.first {
	border-top: 1px dashed #969696;
}
#docs ul li a, #docs ul li a:visited, #docs ul li a:active {
	color: #969696;
	text-decoration: none;
}
#docs ul li a:hover {
	color: #6ae816;
	text-decoration: none;
}
#mediakit {
	margin: 0 30px 0 50px;
	width: 200px;
	float: right;
}
#mediakit p {
	font-size: .95em;
	color: #4e4e4e;
	line-height: 100%;
}
#mediakit a:link, #mediakit a:visited {
	color: #7a7a7a;
	text-decoration: underline;
}
#mediakit a:hover {
	color: #6ae816;
}
/* Contact Form */
 input { 
 background: #000 !important; 
 }
#contact {
	width: 430px;
	float: left;
}
#fieldset-reg {
	clear: both;
	margin-top: 10px;
	text-align: left;
}
.fieldcontainer {
	position: relative;
	/* height: 44px; - FIREFOX NEEDS THIS - Use Conditional CSS on page!!  */
	line-height: 44px;
	margin-bottom: 2px;
	float: left;
}
.fieldcontainer .fieldlabel {
	float: left;
	height: 24px;
	line-height: 24px;
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #fff;
	clear: both;
}
.fieldcontainer .fieldinput {
	float: left;
	/*height: 24px;*/
	line-height: 24px;
	clear: both;
}
.textbox {
	font-family: Verdana, Geneva, sans-serif;
	border: #4b4b4b 1px solid;
	background-color: #000;
	color: #fff;
}
.subm {
	font-family: Verdana, Geneva, sans-serif;
	border: #4b4b4b 1px solid;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .1em;
	height: 19px;
	width: 85px;
	cursor: pointer;
	padding: 1px 0 5px 0;
	font-size: .95em;
}
.subm:hover {
	color: #6ae816;
}
.half {
	width: 196px;
}
.second {
	margin-left: 5px;
}
.full {
	width: 397px;
}
.tall {
	height: 36px;
	padding-top: 10px;
}
.txtAreaBox {
	height: 100px;
}
.txtArea {
	font-size: 12px;
	height: 85px;
}
.checkbox {
	width: 30px;
	float: left;
}
.checkfull {
	width: 330px;
	float: left;
}
span.checkbox {
	width: 26px;
	height: 24px;
	 padding: 0 5px 0 0;
	background: url(../images/checkbox.gif) no-repeat;
 	display: block;
	clear: left;
	float: left;
}

label.error { 
	clear:both; 
	color: #90e542;
	padding-left: .5em; 
	vertical-align: top; 
	width:270px; 
	line-height: 18px; 
	font-size: 11px;
}

/* Map Starts */
#map {
	width: 425px;
	float: right;
	margin-top: 18px;
}
/* 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  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
