@charset "utf-8";

#wrapper { font-family: Arial, Helvetica, sans-serif; color: #bcb5aa; font-size: 13px; line-height: 18px; }

/* font tags */

address, span.names { font-style: italic; margin: 0px; padding: 0px; }

b, strong { color: #000; font-weight: bold; }

small { font-size: 75%; }

em { font-style: italic; }

div#efellecontent p img { margin: 4px 10px; padding: 3px; border: 1px #756c60 solid; }

#rightnav_content1 p { color: #bcb5aa; font-size: 13px; line-height: 18px; }

#rightnav_content1 h1 { font-family: Georgia, "Times New Roman", Times, serif; color: #fff; font-size: 28px; line-height: 34px; font-weight: normal; margin: 0; padding-bottom: 5px; }

#rightnav_content1 h2 { color: #e4e0d4; font-size: 20px; line-height: 26px; font-weight: normal; margin: 0; padding-bottom: 5px; }

#rightnav_content1 h3 { color: #bcb5aa; font-size: 14px; line-height: 20px; font-weight: normal; margin: 0; padding-bottom: 5px; }

#rightnav_content1 h4 { color: #bcb5aa; font-size: 13px; line-height: 19px; font-weight: normal; margin: 0; padding-bottom: 5px; }

#rightnav_content1 h5 { color: #bcb5aa; font-size: 12px; line-height: 18px; font-weight: normal; margin: 0; padding-bottom: 5px; }

#rightnav_content1 h6 { color: #bcb5aa; font-size: 11px; line-height: 17px; font-weight: normal; margin: 0; padding-bottom: 5px; }

a:link { color: #fff; text-decoration: none; }

a:visited { color: #fff; text-decoration: none; }

a:hover { color: #bcb5aa; text-decoration: none; }

a:active { color: #bcb5aa; text-decoration: none; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none !important; }

a img { border: none; }

a.return { float: right; }

/* google map styles */

iframe { margin-top: 20px; }

/* horizontal rule */

hr { border-style: none; border-top: 1px #413b32 solid; background-color: transparent; height: 0; margin: 10px 0; padding: 0; }

/* input fields */

input { color: #555; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; margin: 3px; padding: 2px 5px; }

input:focus { color: #000; }

select { color: #555; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; margin: 3px; padding: 2px 5px; }

input.checkbox, input.radio { border-style: none !important; }

textarea { color: #555; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; margin: 3px; padding: 2px 5px; border: 1px #ccc solid; width: 375px; height: 100px; }

input.submit { cursor: pointer; color: #555; width: 75px; ont-size: 12px; line-height: 18px; float: right; margin: 10px 0 10px 10px; padding: 2px 5px; }

/* secure login box */

#sheet { 
	width:625px;
	height:350px;
	display:none;
	z-index: 500;
	-webkit-box-shadow: 0 0 30px #777; 
	-moz-box-shadow: 0 0 30px #777; 
	background: #f0f0f0;
}

#sheet, #sheet * {
	font-family: Arial, Helvetica, sans-serif;	
}

#sheet hr { width: 50%; text-align: left; border-style: none; border-top: 1px #ccc solid; background-color: transparent; height: 0; margin: 20px 0 15px; padding: 0; }	

/* pane layout */
#pane {
	padding: 25px 50px; 
	display:none;
	display: block; 
}

#pane * {
	color: #000;	
}

.description {
	text-align: left;
	font-size:11px;
	color:#000;	
	padding:10px 20px;
}

/* the form */
#myform, #form {
	margin:5px 0;
}

#myform p, #form p {
	clear:left;	
}

label.label {
	display: block;		
	margin: 3px 0;
	color: #000;
	font-size: 12px;
	line-height: 16px;
}

label.checkBox {
	margin: 0;
	padding: 0;
	color: #000;
	font-size:12px;
	line-height: 5px;
}

#myform input, #form input {
	border:1px solid;
	border-color: #fff #818181 #818181 #fff;	
	padding: 6px 5px;	
	font-size:15px;
	line-height: 15px;
	color:#555;
}

#myform textarea, #form textarea {
	border:1px solid;
	border-color: #666 #818181 #818181 #666;	
	display:block;
	width: 375px;
	height: 100px;
	overflow: auto;
	margin-bottom: 10px;
	padding: 6px 5px;	
	font-size:15px;
	line-height: 15px;
	color:#555;
}

#myform textarea#blurb, #form textarea#blurb {
	width: 500px;
}

#myform textarea#article, #form textarea#article {
	width: 504px;
	height: 200px;
}

#myform input#submit, #form input#submit {
	font-size:14px;
	line-height: 20px;
	width: 75px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	border-style: none;
	padding: 6px 5px;	
	background-color: #a81b1e;
}

#myform input.checkbox, #form input.checkbox { 
	margin: 0 5px;
	border-style: none;
}

#myform input:focus {
	background-color:#fff;	
	color:#000;	
}

input[required] {
	font-weight:normal;		
}

/* validation error message */
.error {
	position: absolute;
	background-color:#E8FF6D;
	padding:4px;	
	color:#000;
	-webkit-box-shadow: #000 0 0 12px; 
	-moz-box-shadow: #000 0 0 12px;
	z-index: 500; 		
}

/* ..with a pure CSS arrow */
.error em {
	border:10px solid;
	border-color:#E8FF6D transparent transparent;
	bottom:-17px;
	display:block;
	height:0;
	left:10px;
	position:absolute;
	width:0;
	z-index: 500;
}

/* field with validation error */
.invalid {
	background-color: #cbfff2 !important;
}

.error, #calroot {
	z-index:10000;	
}

div#sheet div#pane div.description div#myFormRight {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #444;
	border-left: 1px #777 solid;
	width: 200px;
	height: 350px;	
}

div#success {
	padding: 35px 25px;
}

div#success p, div#success h2{
	color: #f0f0f0;
}

td#smallcalendar a {
	text-decoration: none;	
}

#success a {
	color: #c1dae8 !important;
	font-style: italic;
}

#pane a {
	color: #58884c;
}

#pane p.small {
	font-size: 10px;
	line-height: 14px;
}


/* define background image for the expose mask */
#mask {
	background:#123 url(/tools/img/expose/mask_gradient_1800.png) no-repeat;
	background-position:50% -200px;
}

/* general settings for both scrollables */
.items {	
	width:20000em;	
	position:absolute;
	clear:both;
}

/* next/prev buttons */
.navi {
	background-image:url(http://flowplayer.org/tools/img/scrollable/arrow/hori_large.png);
	width:30px;
	height:30px;
	float:left;
	margin-top:55px;
}

.navi:hover  		{ background-position:-30px 0; }
.navi:active  		{ background-position:-60px 0; }
.next 				{ background-position: 0 -30px; clear:right; }
/*.next:hover 		{ background-position:-30px -30px; }*/
/*.next:active 		{ background-position:-60px -30px; }*/


.navi.disabled {
	visibility:hidden;		
}


/* the thumbnail scrollable */

/* overlay scrollable */
#imagesLarge {
	position:absolute;
	overflow:hidden;
	margin:10px 10px 0;
	width:450px;
	height:450px;
}

/* single image */
#imagesLarge .items div {
	float:left;
	width:450px;
	height:450px;
	text-align: center;
	overflow: visible;
	background-color: transparent;
}

/* single image */
#imagesLarge .items div img {
	height:auto;
	height:auto;
}

/* the tooltip */
#imagesLarge .items .info {
	float:none;
	top: 330px !important;
	text-align: left;
	background:#E8FF6D;
	color:#fff;
	font-size:13px;
	padding: 0 25px 10px;
	height:120px;
	display:none;
	width:430px;
}

.info em {
	border:15px solid;
	border-color: transparent transparent #E8FF6D;
	top:-30px;
	display:block;
	height:0;
	left:50px;
	position:absolute;
	width:0;
	z-index: 500;
}

.error, #calroot {
	z-index:10000;	
}

#imagesLarge .items .info h3 {
	color:#000;
	margin-top:10px;
	font-weight: bold;
}
	
#imagesLarge .items .info p {
	color:#000;
}

/* override button style on the overlay */
#mies1 .navi {
	position:absolute;
	bottom:33px;
	left:50px;
}

#mies1 .next {
	left:580px;
}

div#flowtabswrapperLarge {
	position: absolute;
	width: 610px;
	top: 470px;
}

#mies1 ul#flowtabsLarge {
	padding: 0;
	margin: 0 0 0 10px;
}

div.items div img {
max-height:300px;
max-width:300px;
}

#mies1 ul#flowtabsLarge li {
	display: table-cell;
	padding: 0 5px 10px 0;
	list-style: none;
}

/* overlay styling !!!!!!!!!!!!!!!!!!!!!!*/
#mies1 {
	width:470px;
	height:530px;
	position:fixed !important;
	display:none;
	border: 2px #fff solid;
	background: url(../sysimage/000_gradient.png) top left repeat-x;
	/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}

div#imagesWrapper {
	height: 425px;
	width: 305px;
}

/* overlay scrollable */
#images {
	position:absolute;
	overflow:hidden;
	margin:5px 5px 0;
	width:300px;
	height:300px;
	background-color: transparent;
}

/* single image */
#images .items div {
	display: table-cell;
	width:300px;
	height:300px;
	text-align: center;
	vertical-align: middle;
	overflow: visible;
}

/* single image */
#images .items div img {
	height:auto;
	height:auto;
}

/* the tooltip */
#images .items .info {
	float:none;
	top: 300px !important;
	text-align: left;
	background:#E8FF6D;
	color:#fff;
	font-size:13px;
	padding: 10px 25px;
	height:150px;
	display:none;
	width:550px;
}

.info em {
	border:15px solid;
	border-color: transparent transparent #E8FF6D;
	top:-30px;
	display:block;
	height:0;
	left:50px;
	position:absolute;
	width:0;
	z-index: 500;
}

.error, #calroot {
	z-index:10000;	
}

#images .items .info h3 {
	color:#000;
	margin-top:10px;
	font-weight: bold;
}
	
#images .items .info p {
	color:#000;
}

/* override button style on the overlay */
#mies1 .navi {
	position:absolute;
	bottom:33px;
	left:50px;
}

#mies1 .next {
	left:580px;
}

div#flowtabswrapper {
	position: relative;
	width: 400px;
	top: 358px;
}

ul#flowtabs {
	width: 390px;
	padding: 0;
	margin: 0 0 0 3px;
}

ul#flowtabs li {
	display: table-cell;
	width: 50px;
	padding: 0 0 10px 0;
	list-style: none;
	vertical-align: middle;
	text-align: center;
}
ul#flowtabs li a {
	width: 50px;
}
ul#flowtabsMain li {
	padding: 0;
	list-style: none;
}

ul#flowtabs li img {
	margin:0;
	padding: 2px;
	max-width: 50px !important;
	max-height: 50px !important;
	overflow: hidden;
}
	
h1.package, span.package { 
	display: block;
	margin-left: 375px !important;
}

div#mastheadcontainer { position: relative; width: 591px; overflow: hidden; }

.masthead-image { margin-bottom: 7px; max-height: 202px; }