/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { 
	background-color: #e7e3e3; 
	font-size: 100%; 
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 100%;
}
body { 
	margin: 0; 
	font-family: Georgia, "Times New Roman", serif;
	line-height: 150%;
	min-height: 1250px;
	min-width: 1100px;
	margin-top: 25px;
}
body, button, input, select, textarea { font-size: 13px; color: #333; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #333; }
a:visited { color: #333; }
a:hover { color: #7A314C; text-decoration: none; }
a:focus { outline: 0 none; }
a:focus { -moz-outline-style: none; }
a:hover, a:active { outline: 0; }
a { outline-color: 	-moz-use-text-color; outline-style: none; outline-width: medium; }

p { margin: 0 0 20px 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong, .bold, .strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #BBBBB6; margin: 1em 0; padding: 0; margin: 15px 0 15px 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
dd { margin: 0; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 11px; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: middle; }

h1, h2, h3, h4 {margin-top: 0}

/* ==|== primary styles =====================================================
   Author: Geoffrey Stephenson
   ========================================================================== */
   
.repeat {
	background: transparent url('http://cdn.sixthman.net/2012/cayamo/images/repeat.jpg') repeat-y scroll 50% 0;
	width:100%;
}
.inline{
	display:inline;
}
h1 {
	font-size:22px;
	font-family: "Trade Gothic LT Std Bd", sans-serif;
	font-weight:bold;
	color:#7a314c;
	text-transform: uppercase;
}
h1.headline {
	font-size:27px;
	word-spacing: 5px;
	font-family: Knockout, sans-serif;
	font-weight:normal;
	color:#7a314c;
	text-transform: uppercase;
	letter-spacing: .5px; 
	padding: 5px 0 5px 0; 
	border-top: 2px solid #7a314c; 
	border-bottom: 1px solid #CCC;
}	
h3.headline {
	font-size: 27px;
	font-family: Knockout, sans-serif;
	font-weight: normal;
	color:#7a314c;
	text-transform: uppercase;
	word-spacing: 3px;
	padding: 5px 0 5px 0; 
	letter-spacing: .5px;
	border-top: 2px solid #7a314c;
	border-bottom: 1px solid #ccc;
}
h3.headlineSidebar {
	font-size:27px;
	word-spacing: 3px;
	font-family: Knockout, sans-serif;
	font-weight:normal;
	color:#7a314c;
	text-transform: uppercase;
	letter-spacing: .5px; 
	padding: 5px 0 5px 0; 
	border-top: 2px solid #7a314c; 
	border-bottom: 1px solid #CCCCCC;
}
.faq-sidebar h1 {
	font-size:22px;
	font-family: "Caslon Italic with Swashes Std", sans-serif;
	font-weight: normal;
	color:#7A314C;
	text-transform: uppercase;
	padding: 5px 0 7px 0; 
	margin: 0 auto;
	text-align: center;
	border: 0;
	background-color: transparent;
}
h2, h3 {
	color: #333;
}
h2.blockHeader {
	font-size:22px;
	font-family: "Caslon Italic with Swashes Std", sans-serif;
	font-style: normal;
	font-weight: bold;
	color:#7A314C;
	text-transform: uppercase;
	width: 100%; 
	padding: 7px 2px 0 2px; 
	margin: 0 auto; 
	text-align: center;
	letter-spacing: 1px;
}
h2 {
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 5px;
}
h3 {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	line-height: 24px;
	margin-bottom: 10px;
}
hr {
  background-color: #ccc;
  color: #ccc;
  height: 1px;
  margin : 15px 0 15px 0;
}
.left {
	float:left;
	display:inline;
}
.left img {
	vertical-align: top;
}
.right {
	float:right;
	display:inline;
}
.clear {
	clear:both;
	height: 0px;
}
.center{
	text-align:center;
}
.small{
	font-size:11px;
}
.curr{
	background-color: transparent !important;
	position: relative;
}
.home hr{
	border:none;
	border-bottom:1px dashed #402b20;
}
.light_blue, .light_blue a{
	color:#1f7db3;
}
.red{
	border:1px solid red;
}
div#preload {
	display: none;
}
.form form {
	margin: 0;
	text-align: left;
	width: 650px;
}
.form form p input[type="text"] {
	width: 300px;
	height: 25px;
	color: #000;
	vertical-align: middle;
	font-size: 12px;
	border: 1px solid #ccc;
	display: block;
	padding: 3px;
}
.form input[type="checkbox"] {
	margin-right: 10px;
}
.form form fieldset p label {
	display:block;	
	margin:5px 5px 8px 6px;
	padding:0;
	width: 225px;
	font: 95% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #333;
}
.form form p {
	width: 300px;
	height: 25px;
	float: left;
	margin: 0 15px 15px 0;
}
.form form #EmailAddress, .form form #PhoneNumber {
	width: 540px;
}
.form form p.email, .popup form p.phonenumber {
	width: 540px;
}
.form form #submit {
	height: 23px; 
	width: 64px;	
	border: 0 none;
	cursor: pointer; 
	background: transparent url(http://cdn.sixthman.net/2012/cayamo/images/submit.png) no-repeat center;
	text-indent: -9999px;
	color: transparent;
	font-size: 0px;
	display:block;
	line-height: 0px;
}
.form form p.submit {
	height: 23px;
	width: 64px;
	text-indent: -2500px;
	margin: 2px 0 0 2px;
}
form span,form p { 
	position:relative 
}
.form form .Address1 {
	clear: both; 
	float: none; 
	margin: 0 0 0 -9000px; 
	padding: 0;
	height: 0;
}
.form p.sixthman {
	width: 600px;
}
label  { 
	position:absolute; top:0; left:0
}

/* =============================================================================
   Self-Clearing Floats
   ========================================================================== */
   
.group:before,
.group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
    zoom: 1; 
}

/***************************************************************************
* Page Layout 
***************************************************************************/
#page-wrap {
	margin: 0px auto;
	width: 1100px;
	position: relative;
	padding-bottom: 10px;
}
.home #page-wrap {
	padding-bottom: 10px;
}
.outer {
	width: 100%; 
	min-height: 750px;
}
.home .outer {
	width: 100%; 
}
.home #bg {
	background: transparent url('http://cdn.sixthman.net/2012/cayamo/images/bg1.jpg') no-repeat scroll 50% 0;
	width: 100%;
}
.navigation {
	display: inline-block;
	padding-top: 22px;
	clear: both;
	float: none;
}
.main-content {
	float: left;
    padding: 0 10px 10px 13px;
    width: 710px;
}
.interior .main-content {
	border-right: 1px solid #cccccc;
	min-height: 600px;
}
.sidebar {
	padding: 0 0 30px 18px;
	width:215px;
	overflow: hidden;
	float: left;
}
.interior .sidebar {
	padding-bottom: 30px;
	padding-left: 18px;
	margin-top: 0;
}
.page-content {
	margin: 25px auto 0;
	width: 980px;
}
.interior .page-content {
	padding-bottom: 30px;
}

/***************************************************************************
* Header
***************************************************************************/

#header {
	padding-left: 20px;
	z-index: 1;
	height: 228px;
	float: left;
}
#header .logo {
	float: left; 
	text-indent: -9999px; 
	display: block;
}
#header .logo a {
 	display: block; 
 	height: 120px; 
 	margin-left: 120px; 
 	margin-top: 0; 
 	width: 380px;
}
.cay-couple {
	background: url('http://cdn.sixthman.net/2012/cayamo/images/float_home.png') no-repeat scroll 0 0 transparent; 
	height: 303px; 
	margin-left: -16px; 
	margin-top: 135px; 
	position: absolute; 
	text-indent: -9999px; 
	width: 240px; 
	z-index: 99;
}
.book-now-wrapper {
	display: inline-block; 
	position: relative; 
	text-align: left;
}
#header .dates {
	float: left; 
	padding-left: 35px; 
	padding-top: 10px;
}
#header .dates h2 {
	background: transparent url('http://cdn.sixthman.net/2012/cayamo/images/dates.png') no-repeat;
	text-indent: -9999px;
	float: left; 
	width: 145px; 
	margin: 0;
	height: 120px;
}
#header h2.prices {
	background: transparent url('http://cdn.sixthman.net/2012/cayamo/images/prices.png') no-repeat scroll 0 0;
	text-indent: -9999px;
	width: 181px;
	height: 32px;
	line-height: 20px;
	margin: 0 !important;
	display: inline-block;
	position: relative;
	font-size: 0;
	padding-top: 15px;
}
#header h2.sold_out {
	background: transparent url('http://cdn.sixthman.net/2012/cayamo/images/sold-out.png') no-repeat scroll 0 0;
	text-indent: -9999px;
	width: 181px;
	height: 32px;
	line-height: 20px;
	margin: 0 !important;
	display: inline-block;
	position: relative;
	font-size: 0;
	padding-top: 0;
}
.soldOut {
	background: transparent url('http://cdn.sixthman.net/2012/cayamo/images/waiting-list.png') no-repeat;
	text-indent: -9999px;
	width: 181px;
	height: 35px;
	display: block;
	margin: 7px 0 5px 0;
}
.sxmpowered {
	text-indent: -9999px;
	width: 70px;
	height: 38px;
	display: block;
	margin: 0 0 0 82px;
	position: relative;
	padding-top: 28px;
}
.bookNowBg {
	position: relative; 
	width: 190px;
	padding-top: 0;
	padding-left: 42px;
	position: relative;
	display: block;
}
.bookNow {
	background: transparent url('http://cdn.sixthman.net/2012/cayamo/images/book_now.png') no-repeat;
	text-indent: -9999px;
	width: 181px;
	height: 35px;
	display: block;
	margin: 22px 0 10px 0;
}
a.bookNow:hover {
	background: transparent url('http://cdn.sixthman.net/2012/cayamo/images/book_now_on.png') no-repeat;
}
.gettingthere-ticket a {
	background: transparent url(http://cdn.sixthman.net/2012/cayamo/images/gettingThereTicket.png) no-repeat scroll 0 0;
	height: 165px;
	display: block;
	text-indent: -9999px;	
	padding-bottom: 15px;
	margin-top: 5px;
}

/***************************************************************************
* Home Bottom Blocks 
***************************************************************************/

.home-hr {
	clear: left; background: transparent url("http://cdn.sixthman.net/2012/cayamo/images/dottedHr.png") repeat-x scroll 0 0; 
	width: 945px; 
	display: block; 
	height: 5px; 
	margin: 10px 0 0 20px;
}
.home #block-strip {
	background: transparent url("http://cdn.sixthman.net/2012/cayamo/images/orangeStripe.png") repeat scroll 0 0; 
	width: 925px; 
	float: left; 
	position: relative; 
	padding: 10px; 
	display: inline; 
	margin: 10px 0 5px 20px;
}
.home #block-strip .blockOuter {
	float: left; 
	background-color: #fff; 
	margin-right: 10px; 
	width: 221px;
	height: 220px;
}
.home #block-strip .blockOuterLast {
	float: left; 
	background-color: #fff;  
	width: 228px;
	height: 220px;
}
.home #block-strip .blockContent {
	padding: 7px;
}
.home #block-strip .FaqBlock ol {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.home #block-strip .FaqBlock li {
	margin-bottom: 10px;
	font-size: 13px;
}
.home #block-strip .blockLine {
	margin: 0 auto; 
	text-align: center; 
	height: 5px; 
	line-height: 5px;	
}
.home #block-strip .fan_box_home {
	padding-top: 15px;
}
.interior #block-strip {
	background: transparent url(http://cdn.sixthman.net/2012/cayamo/images/greenStripe.png) repeat scroll 0 0;
	float: left; 
	position: relative; 
	display: inline; 
	margin: 0 0 15px;
	padding: 10px;
	width: 195px;
}
.interior #block-strip .blockOuter {
	float: left; 
	padding: 0;
	background-color: #fff;
	width: 195px;
}
.interior #block-strip .blockLine img {
	margin: 0 0 0 5px;  
	height: 5px; 
	line-height: 5px;
	width: 185px;	
}
.interior #block-strip li a {
	font-weight: normal !important;
	color:#4a3f36;
	font-style: normal;
}
.interior .blockContent ol {
	margin: 0;
	padding: 8px 5px 15px 10px;
}
.interior .blockContent li {
	margin: 0 7px;
	padding: 0 0 10px 0 !important;
}
.interior .blockContent li a {	
	font-size: 13px;
	padding-left: 0 !important;
	font-style: italic;
}

/***************************************************************************
* Right side content
***************************************************************************/

.lineHeader {
	border-top: 2px solid #7a314c;
	padding-top: 10px;
}
.mailinglist a {
	background: url("http://cdn.sixthman.net/2012/cayamo/images/mailinglist.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 75px;
    padding-bottom: 10px;
    text-indent: -9999px;
}
.mailinglist a:hover {
	background: transparent url(http://cdn.sixthman.net/2012/cayamo/images/mailinglist_on.png) no-repeat scroll 0 0;
}
.liveChat a  {
	background: transparent url('http://cdn.sixthman.net/2012/cayamo/images/live_chat.png') no-repeat;
	text-indent: -9999px;
	width: 198px;
	height: 46px;
	display: block;
	padding-bottom: 5px;
}
.liveChat a:hover {
	background: transparent url('http://cdn.sixthman.net/2012/cayamo/images/live_chat_on.png') no-repeat;
}
.booknowSidebar a {
	background: transparent url(../images/book_now_sidebar.png) no-repeat scroll 0 0;
	height: 85px;
	display: block;
	text-indent: -9999px;
	padding-bottom: 8px;	
}
.moreInfo a {
	height: 44px;
	display: block;
	text-indent: -9999px;
	padding-bottom: 5px;	
}
#updates{
	margin:0;
	text-align:left;
	overflow: hidden;
	position: relative;
}
#updates hr{
	border:none;
	border-bottom:1px dashed;
}

/***************************************************************************
* Navigation
***************************************************************************/

#nav2 {
	margin-top: 0px;
	width: 800px;
	height: 20px;
	position: relative;
	z-index: 99;
}
.sf-menu {
	line-height: 1;
	float: left;
	margin-bottom: 1em;
}
.sf-menu, .sf-menu * {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			20px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
.sf-menu li {
	background: none repeat scroll 0 0 transparent;
	position: relative;
	float: left;	
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li li {
	background-color: #333;
}
.sf-menu a {
	border-left: none;
	border-top: none;
	font-family: Georgia, Times New Roman, serif;
	text-align: left;
	display: block;
	position: relative;
	padding: 8px 10px 10px 10px;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #fff;
	text-decoration: none;
	font-style: normal;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-color: transparent !important;
}
.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background-color: #333 !important;
	color: #fff;
}
.sf-menu li li a:hover {
	text-decoration: underline;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}
.sf-shadow ul {
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
#topNav {
	margin: 0 0 0 240px;
	display: inline-block;
}
#topNav a.top, #topNav .top {
	height: 20px;
	padding: 0;
	border: 0;
	text-indent: -3000px;
	z-index: 100;
}
#topNav ul.wideNav   {
	width: 180px;
}
#topNav .home {
	width:58px;
	background: transparent url(http://cdn.sixthman.net/2012/cayamo/images/nav/nav.png) no-repeat scroll 4px 0;
	margin-right: 15px;
}
#topNav .homeCur {	
}
#topNav .home:hover  {
	background-position: 4px -30px;
	background-color: #666 !important;
}
#topNav .event {	
	width:60px;
	background: transparent url(http://cdn.sixthman.net/2012/cayamo/images/nav/nav.png) no-repeat scroll -66px 0;
	position: relative;
	display: block;
	margin-right: 12px;
}
#topNav .eventCur, #topNav .event:hover  {
	background-position: -66px -30px;
	background-color: #666 !important;
}
#topNav .artist {	
	width:72px;
	background: transparent url(http://cdn.sixthman.net/2012/cayamo/images/nav/nav.png) no-repeat scroll -140px 0;
	margin-right: 12px;
}
#topNav .artistCur, #topNav .artist:hover  {
	background-position: -140px -30px;
	background-color: #666 !important;
}
#topNav .prices {	
	width:60px;
	background: transparent url(http://cdn.sixthman.net/2012/cayamo/images/nav/nav.png) no-repeat scroll -224px 0;
	margin-right: 12px;
}
#topNav .pricesCur, #topNav .prices:hover  {
	background-position: -225px -30px;
	background-color: #666  !important;
}
#topNav .community {	
	width:104px;
	background: transparent url(http://cdn.sixthman.net/2012/cayamo/images/nav/nav.png) no-repeat scroll -300px 0;
	margin-right: 12px;
}
#topNav .communityCur, #topNav .community:hover  {
	background-position: -300px -30px;
	background-color: #666 !important;
}
#topNav .faq {	
	width:42px;
	background: transparent url(http://cdn.sixthman.net/2012/cayamo/images/nav/nav.png) no-repeat scroll -416px 0;
	margin-right: 12px;
}
#topNav .faqCur, #topNav .faq:hover  {
	background-position: -416px -30px;
	background-color: #666 !important;
}
#topNav .transportation {	
	width:128px;
	background: transparent url(http://cdn.sixthman.net/2012/cayamo/images/nav/nav.png) no-repeat scroll -470px 0;
	margin-right: 12px;
}
#topNav .transportationCur, #topNav .transportation:hover  {
	background-position: -470px -30px;
	background-color: #666 !important;
}
#topNav .contact {	
	width:78px;
	background: transparent url(http://cdn.sixthman.net/2012/cayamo/images/nav/nav.png) no-repeat scroll -617px 0;
	margin-right: 12px;
}
#topNav .contactCur, #topNav .contact:hover  {
	background-position: -617px -30px;
	background-color: #666 !important;
}
#topNav .chat {	
	width:87px;
	background: transparent url(http://cdn.sixthman.net/2012/cayamo/images/nav/nav.png) no-repeat scroll -712px 0;
}
#topNav .chatCur, #topNav .chat:hover  {
	background-position: -712px -30px;
	background-color: #666 !important;
}
/***************************************************************************
* Footer
***************************************************************************/
.footer {
	float: left; 
	width: 100%; 
	background: #443f3c url('http://cdn.sixthman.net/2012/cayamo/images/footer.jpg') no-repeat scroll 50% 0;
	display: inline-block;
	padding-bottom: 30px;
}
.footer-block {
	width: 980px; 
	margin: 0 auto; 
	text-align: center;
	display: block;
}
.footer-header {
	float: left; 
	width: 195px;
}
.footer-nav-outer {
	width: 100%; 
}
.footer-nav {
	width: 980px; 
	text-align: center; 
	margin: 0 auto;
	padding-top: 60px;
}
#footer-nav {
	color: #fdfeff;
	width: 100%; 
	float: left; 
	text-align: left !important;	
	margin-top: 0;
	clear: both;
	padding-left: 0;
	line-height: 130%;
}
#footer-nav h3 {
 	color: #fdfeff;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 17px;
    margin: 0;
    padding: 15px 0 5px;
    text-transform: uppercase;
}
#footer-nav a {
	color: #fdfeff;
	text-decoration: none;
	font-size: 11px;
}
#footer-nav a:hover {
	text-decoration: underline;
}
#footer-nav li {
	background: url("http://cdn.sixthman.net/2012/cayamo/images/home/navArrow.png") no-repeat scroll left center transparent;
	font-size: 11px;
	list-style: none outside none;
	margin-bottom: 1px;
	padding-left: 15px;
	font-family: Verdana, "Lucida Grande", Arial, Helvetica, Sans-Serif;
}
.footer-logos {
	float: left; 
	position: relative; 
	margin: 30px 0 0 0;
	width:980px;
}
.footer-copyright {
	font-family: Verdana, "Lucida Grande", sans-serif; 
	font-size: 11px; 
	color: #999999; 
	text-align: center;
	margin: 0 auto;
	float: left;
	line-height: 140%;
	padding-top: 20px;
}
.icons {
	float: left;
	width: 200px;
	padding-top: 10px;
	padding-left: 20px;
}
.footer-chat {
	float: right;
	margin-right: 140px;
	padding-top: 10px;
}

/***************************************************************************
* Interior Content
***************************************************************************/

a.faq-question  {
	font-size: 14px;
	font-weight: bold;
	line-height: 160%;
	text-decoration: none;	
	color: #333;
}
a.faq-question:hover {
	text-decoration: underline;
}
.main-content a:active {
	position: relative;
	top: 1px;
}
.faq h3 {
	margin-bottom: 15px; 
	font-weight: normal;
}
.community .main-content ul li {list-style: none !important; margin-left: 0;}
.community .main-content ul  {margin-left: 0 !important;}

/***************************************************************************
* Interior Sidebar
***************************************************************************/

.interior .sidebar ul {
	margin: 0 0 20px 0;
}
.interior .sidebar li {
	padding: 2px 0 2px 0;
}
.interior .sidebar li a {
	color: #333;
	text-decoration: underline;
	font-weight: normal;
}
.interior .sidebar li a:hover, 
.interior .sidebar li.current a {
	color: #7A314C;
	text-decoration: none;
}
.interior .sidebar li a:hover{
	text-decoration: none;
	color: #7A314C;
}
.interior .sidebar li a:active {
	position: relative;
	top: 1px;
}
.interior .sidebar .FaqBlock ol {
	margin: 0;
	padding: 5px 0 10px 0;
}
.interior .sidebar .FaqBlock ol li {
	list-style: decimal inside none;
	line-height: 160%;
}
.interior .sidebar .FaqBlock li  {
	list-style: none;
}
.interior .sidebar .FaqBlock li a  {
	font-size: 12px;
}
/***************************************************************************
* Main Content
***************************************************************************/

.main-header h1 {
	font-family: "Caslon Italic with Swashes Std", sans-serif;
	font-weight:normal;
	color:#7A314C;
	font-size: 30px;
	visibility: visible !important;
	text-transform: uppercase;
	float: left;
	letter-spacing: 1px;
}
.main-header {
	border-bottom: 1px solid #CCCCCC;
	height: 43px;
}
#mainContent {
	padding: 0 0 30px 0;
	line-height: 160%;
	width: 703px;
}
.main-content-copy {
	padding: 15px 4px 0 5px;	
}
.main-content ul {
	margin: 0 0 0 14px;
}
.main-content ol{
	margin: 0 0 15px 0;
}

/***************************************************************************
* Interior Artist Block
***************************************************************************/

.featured-artists img {
	float: left; 
	margin: 0 20px 20px 0;
	position: relative;
	z-index: 1;
}
.featured-artists-bio {
	margin: 3px 0 0 0; 
	font-size: 16px;
}
.featured-artists h2 a, .artist_links h2 {
	font-size:25px;
	text-decoration: underline;
	margin-bottom: 5px;
}
.more-artists-block {
	background: url("http://cdn.sixthman.net/2012/cayamo/images/orangeStripe.png") repeat scroll 0 0 transparent;
    display: inline-block;
    margin-top: 15px;
    padding: 15px 0 15px 17px;
}
.more-artists-artist {
    background-color: #FFFFFF;
    display: inline;
    margin: 0 12px 12px 0;
    padding: 10px 10px 5px;
}
#artist_block{
	float:left;
	width:330px;
	min-height:200px;
	height: auto !important;
	height: 200px;	
	padding:0 15px 15px 0;
	margin:0 10px 10px 0;
}
a.artist-link  {
	text-decoration: underline;
	color: #333333;
	margin: 2px 0 0 0;
	font-weight: normal;
	display: block;
	font-size: 12px;
	text-align: left;
	font-style: normal;
}
a.artist-link:hover {
	text-decoration: none;
	color: #7A314C;
}
a.artist-link:active {
	position: relative;
	top: 1px;
}
a.musicPlayer {
	background: transparent url(http://cdn.sixthman.net/2012/cayamo/images/musicPlayer.png) no-repeat scroll 0 0;
	text-indent: -8000px;
	display: block;
	width: 215px;
	height: 50px;
	margin-top: 25px;
}
#artistBio {
	padding-bottom: 10px;
}
.artistBioBox { 
	margin: 0 15px 15px 0;
	float: left;
}
.artistBio {
	padding-bottom: 10px;
}
.artist_links {
	margin-left: 375px;
}
.artist_links_box {
	padding-top: 15px; 
	text-align: left; 
}
.artist_links a {
	font-style: italic;
	font-size: 12px;
	color: #4a3f36;
	padding-left: 3px;
	text-decoration: none;
}
.artistsBottom {
	float: left; 
	width: 700px; 
	position: relative; 
	margin: 25px 0 0 0; 
	padding: 0;
	clear: both;
}
.artistsComment {
	color:#333; 
	font-size: 12px; 
	padding-left: 5px
}
#facebook-connect {
    margin-left: 210px;
    padding-left: 10px;
    position: relative;
    width: 470px;
}
#facebook-connect h1 {
	margin-bottom: 15px;
}
.artistsMoreArtists {
    background: url("http://cdn.sixthman.net/2012/cayamo/images/greenStripe.png") repeat scroll 0 0 transparent;
    background-color: #fde3b9;
    display: block;
    float: left;
    margin: 0;
    padding: 0 0 13px 0;
    position: relative;
    width: 200px;
}
.artistsMoreArtists h2 {
    background-color: #fff;
    width: 171px;
	font-family: "Caslon Italic with Swashes Std", sans-serif;
	color:#7A314C;
    font-size: 20px;
    font-weight: normal;
    letter-spacing:1px;
    margin: 10px auto 0;
    padding-top: 2px;
    text-align: center;
    text-transform: uppercase;
}
.artistsMoreArtistList {
	padding: 10px 0 10px 0; 
	background-color: #d3eefa; 
	margin: 0 auto; 
	text-align: center; 
	width: 175px;
}
.artistsMoreArtistsArtist {
	background-color: #fff;
    margin: 0 auto;
    padding: 5px 10px;
    text-align: center;
    width: 155px;
}
.nobreak{
	display:inline;
}

/***************************************************************************
* Map
***************************************************************************/

#map{
	background: url("http://cdn.sixthman.net/2012/cayamo/images/greenStripe.png") repeat scroll 0 0 transparent; 
	margin-bottom: 15px;
	padding: 15px;
}
#map img {
	margin: 0 auto; 
	text-align: center; 
	border: 5px solid #fff;
}
.ports {
	float: left; 
	margin-top: 10px;
}
.port-pic {
	float: left;
}
.port-pic img {
	width: 225px; 
}
.port-description {
	text-align:left; 
	margin-left: 245px; 
}
.port-description-text {
	padding: 5px 0 15px 0;
}

/***************************************************************************
* Cabins
***************************************************************************/

.ship-description {
	width:325px; 
	padding-bottom: 20px;
}
.ship-description h2 {
	font-style: normal;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 20px;
	margin-top: 0;
}
.ship-description-text {
	padding-top: 5px;
}
.ship-description ul {
	margin: 0 !important
}
.ship-description ul li {
	list-style: none outside none !important;
}
.ship-pics {
	background-color: #e7e7e7;
	margin: 0 0 10px 350px; 
	padding: 12px;
}
.ship-pics-decks {
	padding-top: 25px; 
	text-align: center; 
	margin: 0 auto;
}
.ship-pics-decks-link {
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 30px 0;
}
.ship-pics-decks-link a {
	font-size: 11px;
}
.ship-pics-boat img {
	width: 320px; 
	height: 210px; 
}
.cabins{
	float: left;	
}
.cabin-pic {
	float: left;
}
.cabin-pic img {
	width: 225px;
	height: 140px; 
	margin-bottom: 15px;
}
.cabins-title h3 {
	margin-bottom: 5px;
}
.cabins-title h3 a {
	font-weight: normal;
	text-decoration: underline;
}
.cabins-info {
	margin-left: 265px;	
	margin-bottom: 10px;
}
.cabins-link {
	padding-top: 2px;
}
.cabins-category {
	margin-top: 0;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
}

/***************************************************************************
* Twitter  Widget
***************************************************************************/

.home .twitter-box {
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: transparent;
}
.twtr-widget h3 {
	display: none;
}
.twtr-widget h4 {
	display: none;
}
.twtr-widget p {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	color: #333333;
}
.twtr-hd {
	height: 2px;
	padding: 0 0 5px 0 !important;	
}
.twtr-ft div {
	padding: 7px 7px 5px 7px !important;
}
.twtr-ft {
	border-top: none !important;
	margin-top: 7px !important;
	padding-top: 7px !important;
	display:none;
}
.twtr-ft img {
	display: none;
}
.twtr-ft span a {
	text-decoration: underline !important;
	font-size: 11px;
	color: #333333 !important;
}
.twtr-ft span a:hover {
	text-decoration: none !important;
}
.twtr-timeline {
	-moz-border-radius: 0px 0px 0px !important;
}
.interior .twtr-bd {
	padding: 0 5px 0 5px !important;
}
.twtr-widget .twtr-tweet-wrap {
	padding: 6px 8px 15px 0 !important;
}
.twtr-widget .twtr-tweet {
	border-bottom: none !important;
}

/* =============================================================================
   Event Slideshow
   ========================================================================== */
   
.slides {
	float: right; 
	margin: 0 0 25px 15px;
}
#slideshow.slides img {
	width: 355px;
	height: 235px;
}
#slideshow.boat img {
	width: 320px;
	height: 210px;
	display: none;
}

/***************************************************************************
* ITINERARY
***************************************************************************/

.itinerary ul {
	margin: 0 0 15px 0 !important;
}
.itinerary li {
	list-style: none !important;
	margin-bottom: 5px !important;
}
.itinerary p {
	display: inline;
}

/***************************************************************************
* PRICES TABLE MOUSE OVERS
***************************************************************************/

.prices	th {
	font-weight:bold;
}
.prices tr:hover {
	background-color:#f3ede2;
}	
table.prices {
	width:100%;
}
.prices .slash {
	text-decoration: line-through;
	color:#888;
} 

/***************************************************************************
* PAYMENT SCHEDULE
***************************************************************************/

.paymentSchedule {
	margin-bottom: 20px;
}
.paymentSchedule ul {
	margin: 0 0 0 2px !important;
}
.paymentSchedule li {
	list-style: none outside none !important;
	margin: 0 0 2px 0;
}

/* =============================================================================
   Homepage Media Marquee
   ========================================================================== */

.marquee-img, .marquee-text {
	display: none;
} 
.marquee-box { 
	width: 710px; 
	height: 465px; 
	padding: 10px 0 5px 10px; /* must match #marquee-caption left */
	position: relative;
	background: url("http://cdn.sixthman.net/2012/cayamo/images/grayStripe.png") repeat scroll 0 0 transparent;
	margin-bottom: 5px;
}  
.marquee-thumbs { 
	position: absolute; 
	top: 10px; 
	left: 604px; 
	padding: 0; 
	margin: 0; 
	list-style: none;
}
.main-content ul.marquee-thumbs {
	margin: 0;
}
.marquee-thumbs li { 
	margin-bottom: 9px;
	padding: 3px;
	background-color: #fff;
}
.marquee-thumbs li:hover {
	background-color: #edc41a;
}
.marquee-thumbs .activeSlide,
.marquee-thumbs li.activeSlide:hover {
	background-color: #7A314C;
}
.marquee-thumbs img {
	width: 97px;
	height: 63px;
}
.marquee-img, 
.marquee-img img {
	width: 580px;
	height: 390px;
	z-index: 2;
}
.marquee-img {	
	overflow: hidden;
	position: relative;
}
.marquee-video {
	background-color: #000;
}
#marquee-caption { 
	position: absolute; 
	top: 410px; 
	left: 10px; /* must match .marquee-box padding left */
	width: 570px;
	padding: 7px 5px 9px 5px;
	background-color: #fff;
}
#marquee-caption h2 { 
	font-size: 20px; 
	line-height: 20px;
	font-weight: normal;
	padding: 0 5px 2px 5px; 
	margin: 0;
	font-style: italic;
}
#marquee-caption h2 a {
	text-decoration: none;
}
#marquee-caption h2 a:hover {
	text-decoration: underline;
}
.marquee-type {
	text-transform: uppercase;
	font-style: normal;
}
#marquee-caption p { 
	margin: 3px 5px 0 5px; 
	font-size: 13px; 
	line-height: 17px; 
}

/***************************************************************************
* HOME LATEST HEADLINES
***************************************************************************/

.home .news {
	padding: 10px 8px 15px 0;
}
.home .news li a {
	font-size: 13px;
	font-weight: normal;
}
.home .news li {
	margin-bottom: 15px;
}
.home .news .readMore a {
	font-size: 11px;
}
a.readMore {
	font-size: 12px;
}
.home .eventDetails {
	float: left; 
	width: 478px; 
	margin-top: 10px; 
}
.home .eventDetailsText {
	margin-top: 13px;
	line-height: 1.5;
	font-size: 14px;
	padding-right: 10px;
}
/***************************************************************************
* FLICKR BADGE
***************************************************************************/
.flickr-badge {
	float: left; 
	margin: 0 30px 0 0;
}
#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, sans-serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
#flickr_www {clear: both; display:block; padding:5px 10px 0 5px !important; font: 11px Arial, Helvetica, sans-serif !important; color:#333 !important;}
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:underline !important; background:inherit !important;color:#222222;}
#flickr_badge_uber_wrapper a:hover {text-decoration: none !important;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, sans-serif !important; color:#666666 !important;}
.flickr_badge_image img {
	border: 0 none !important;
	height: 60px;
	width: 60px;
	float: left;
	padding: 3px;
}
#flickr_badge_uber_wrapper {
	width: 200px;
	padding: 4px 4px 10px 4px;
	margin: 0px 0 10px 0;
}
/***************************************************************************
* ARTISTS PAGINATOR
***************************************************************************/
.paginator {
	clear: both;
	float: right;
	margin-right: 12px;
}
.paginator .active {
	color:#333;
	background-color: #fff;
	padding:3px 8px 5px 8px;
	margin:3px 5px 5px 5px;
	text-decoration:underline;
}
.paginator .active:hover {
	text-decoration: none;
}		
.paginator .inactive {
	color:#333;
	cursor:default;
	text-decoration:none;
	background-color:#fff;
	padding:3px 8px 5px 8px;
	margin:3px 5px 5px 5px;
}

/* =============================================================================
   Show More Link
   ========================================================================== */
   
p.moreBreak {
	clear: both; 
	float: none;
	height: 1px;
	margin-bottom: 15px;
}
.artistBiography {
	font-size: 13px;
	line-height: 20px;
}
a.adjustMore{
	padding: 5px;
	display: block;
	font-weight: bold;
	background: #000;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100px;
	text-align: center;
	text-decoration: none;
}
a.adjustMore:hover{
	background: #7A314C;
	-webkit-transition: all 500ms; 
	-moz-transition: all 500ms ease; 
	-o-transition: all 500ms ease; 
	transition: all 500ms ease;
}

/***************************************************************************
* CONTACT PAGE
***************************************************************************/

.contact-info {
	width: 270px; 
	float: left; 
	margin-right: 20px; 
	border-right: 1px solid #ccc;
	padding-right: 30px;
}

/***************************************************************************
* CONTACT FORM
***************************************************************************/

#contactform {
	float: left;
	/*padding-left: 20px;*/
	position: relative;
}
#contactform .booked-full label {
	position: relative !important;
	font-weight: normal;
	margin-right: 15px;
}
#contactform .booked-full {
	clear: both; 
	float: none; 
	position: relative !important;
}
#contactform .booked-input {
	margin: 10px 10px 15px 0 !important;;
}
#contactform-question-text {
	font-weight: bold; 
	margin-bottom: 15px;
}
#contactform form {
	width: 330px;
	text-align: left;
}
#contactform form p {
	float: left;
	/*height: 32px;*/
	margin: 0 15px 10px 0;
	width: 150px;
}
#contactform form p.hint {
	width: 160px;
	font-size: 12px;
}
#contactform form fieldset p label {
	color: #333333;
	display: block;
	font: 95% "Lucida Grande","Trebuchet MS", Verdana, sans-serif;
	margin: 5px 5px 8px 6px;
	padding: 0;
	width: 155px;
}
#contactform form p input {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	display: block;
	font-size: 12px;
	height: 25px;
	vertical-align: middle;
	width: 155px;
	padding: 2px;
}
#contactform form p.full {
	width: 320px;
}
#contactform form #Phone, #contactform form #EmailAddress, #contactform form #Subject {
	width: 320px;
}
#contactform p.question-text {
	font-size: 12px; 
	font-weight: bold;
}
#contactform form p.submit {
	height: 23px;
	margin: 2px 0 0 2px;
	text-indent: -9999px;
	width: 64px;
	clear: left;
}
#contactform form input {
	font: 13px "Lucida Grande","Trebuchet MS", Verdana, sans-serif;
}
#contactform form textarea {
	width: 310px;
	height: 180px;
	font: 13px "Lucida Grande","Trebuchet MS", Verdana, sans-serif;
}
#contactform form #submit {
	background: transparent url(http://cdn.sixthman.net/2012/cayamo/images/submit.png) no-repeat scroll center center;
	border: 0 none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 23px;
	line-height: 0;
	text-indent: -9999px;
	width: 64px;
}
#contactform form span, #contactform form p {
	position: relative;
}
#contactform label {
	left: 0;
	position: absolute;
	top: 0;
}
#contactform textarea {
	padding: 5px;
}
#contactform input.text, #contactform textarea, #contactform select {
	margin: 0.5em 0;
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
}
#contactform .question-text {
 	padding-top: 20px; 
 	clear: both; 
 	float: none; 
 	font-weight: bold;
}
#contactform .booked {
	width:300px; 
	font-weight: bold;
}
#contactform .booked-no {
	width:100px; 
	float: left; 
	padding-top: 4px;
}
#contactform .booked-yes {
 	float: left; 
 	padding-top: 4px;
}
/***************************************************************************
* FAQ SEARCH
***************************************************************************/
.searchFaq {
	float: right;
	padding-top: 5px;
}
.searchFaq form input {
	border: 1px solid #555;
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	color: #555;
}
.searchFaq form input.search {
	width: 160px;
	padding: 5px;
}
.searchFaq form .submit {
	background-color: #7A314C;
	border-color: #7A314C;
	color: #fff;
}
.faq .main-content ol {
	list-style: decimal;
	margin-left: 20px;
}
.faq .main-content ul {
	margin-left: 20px;
	list-style: disc;
}


/*
#home_quotes { margin: 0; padding-top: 0; width: 20px; height: 165px; }	
.quotes_imgs { width: 193px; height: 165px; margin: 0 auto; overflow: hidden; position: relative; }
.quotes_imgs ul { list-style: none; margin: 0; padding: 0; width: 193px; height: 165px; }
.quotes_imgs ul li { list-style: none; margin: 0; padding: 0; width: 193px; height: 165px; }		
.quotes_imgs div.button { position: absolute; top: 0; width: 24px; height: 130px; background: bottom center no-repeat; z-index: 100; display: none }
.quotes_imgs div.prev { left: -1px;  }
.quotes_imgs div.prev img {height: 25px !important; padding-top: 125px}
.quotes_imgs div.next { right: -1px;  }
.quotes_imgs div.next img {height: 25px !important;}		
.quotes_larrow { float: left; }
.quotes_rarrow { float: right; position: relative; }
*/
/***************************************************************************
* HOME DESTINATIONS CYCLE
***************************************************************************/
#home_events { margin: 0; padding-top: 0; width: 20px; height: 165px; }	
.events_imgs { width: 193px; height: 165px; margin: 0 auto; overflow: hidden; position: relative; }
.events_imgs ul { list-style: none; margin: 0; padding: 0; width: 193px; height: 165px; }
.events_imgs ul li { list-style: none; margin: 0; padding: 0; width: 193px; height: 165px; }		
.events_imgs div.button { position: absolute; top: 0; width: 24px; height: 130px; background: center center no-repeat; z-index: 100; display: none }
.events_imgs div.prev { left: -1px;  }
.events_imgs div.prev img {height: 130px !important;}
.events_imgs div.next { right: -1px;  }
.events_imgs div.next img {height: 130px !important;}		
.events_larrow { float: left; }
.events_rarrow { float: right; position: relative; }

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}
/* Panel Tab/button */
.tab {
  	/*background: url(../images/slide/tab_b.png) repeat-x 0 0;*/
	background-color: #333;
	height: 25px;
	position: relative;
    top: 0;
    z-index: 999;
    min-width: 1100px;
}
.tab ul.login {
	display: block;
	position: relative;
  	float: left;
  	clear: right;
  	height: 25px;
	width: auto;
  	font-weight: bold;
	line-height: 25px;
	margin: 0;
	left: 150px;
  	color: #fff;
  	font-size: 80%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.tab ul.login li.left {
  	/*background: url(../images/slide/tab_l.png) no-repeat left 0;*/
	background-color: #333;
  	height: 25px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
.tab ul.login li.right {
  	/*background: url(../images/slide/tab_r.png) no-repeat left 0;*/
	background-color: #333;
  	height: 25px;
	width: 190px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 25px;
  	/*background: url(../images/slide/tab_m.png) repeat-x 0 0;*/
	background-color: #333;
}
.tab ul.login li a {
	color: #eee;
}
.tab ul.login li a:hover {
	color: white;
}
.tab .sep {
	color:#414141
}
.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 250px;
	position: relative;
	top: 2px;
}
.tab a.open {background: url(../images/slide/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(../images/slide/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(../images/slide/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(../images/slide/bt_close.png) no-repeat left -19px;}
/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#toppanel label {
	position: relative;
}
#panel {
	width: 100%;
	height: 330px;
	color: #999999;
	background: #333;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}
#panel h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 5px 0 10px;
	margin: 0;
	color: #fff;
	word-spacing: 1px;
}
#panel h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 5px 0 10px;
	margin: 0;
	color: #fff;
	word-spacing: 1px;
	text-transform: uppercase;
	font-style:normal;
}
#panel p {
	margin: 5px 0;
	padding: 0;
}
#panel a {
	text-decoration: underline;
	color: #fff;
}
#panel a:hover {
	color: #fff;
	text-decoration: none;
}
#panel a-lost-pwd {
	display: block;
	float: left;
}
#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}
#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}
#panel .content .right {
	border-right: 1px solid #333;
}
#panel .content form {
	margin: 0 0 10px 0;
}
#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}
#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: #fff;
	height: 16px;
}
#panel .content input:focus.field {
	background: #545454;
}
/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}
#panel .content input.bt_login {
	width: 74px;
	background: transparent url(../images/slide/bt_login.png) no-repeat 0 0;
}
#panel .lost-pwd {
	display: block;
	float:left;
	clear: left;
	padding: 15px 0 0 0;
	font-size: 11px;
	text-decoration: underline;
}
#panel .grey {
	font-size: 11px;
}

/* ==|== non-semantic helper classes ======================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {
}

@media only screen and (min-width: 768px) {
}

/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* ==|== environment announcement and color-coding ======================================================= */

.environment {
	background-color: #0000A0;
	color: #FFF;
	font-size: 18px;
	padding: 5px 18px;
	text-align: center;
}
.environment.development,
.environment.testing {
	background-color: #00A000;
}
.environment.staging {
	background-color: #A00000;
}
