@import url("menu.css");
/* CSS by Angela Gann, CrimsonDryad Web Design Services 2007 */
/* page level styles */
body, html {
	background: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	color: #cccccc;
	padding: 0em;
	margin: 0em;
	text-align: center;
}

p
{
	line-height: 18px;
	word-spacing: 0.07em;
	letter-spacing: 0.05em;
}

td {
	vertical-align: top;
	padding: 0em;
	margin: 0em;
}

h1 {
	color: #ffffff;
	font-size: 18px;
	margin-top: 2px;
	margin-bottom: 1em;
}

h2 {
	color: #CCCCCC;
	font-size: 16px;
	margin-top: 2px;
	margin-bottom: 0.5em;
}
h3 {
	color: #CCCCCC;
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 0.5em;
	border: 1px solid #66CCCC;
	background: #275866;
	padding: 2px;
}

li {
	padding-bottom: 7px;
}

input {
	background: #cdcdcd;
	border: 1px solid #666666;
	color: #000000;
}

input.button {
	background: #275866;
	border: 1px solid #66CCCC;
	color: #FFFFFF;
	padding: 3px 5px 3px 5px;
	font-size: 14px;
}

textarea {
	background: #cdcdcd;
	border: 1px solid #666666;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

select {
	background: #cdcdcd;
	border: 1px solid #666666;
	color: #000000;
}

div.container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 984px;
	text-align: left;

}

div.nav {
	background: url('/images/nav_button.jpg') top left no-repeat;
	padding: 5px 0px 5px 15px;
	margin: 0px 10px 0px 0px;
	width: 149px;
	height: 27px;
}

a {
	color: #66ccff;
	text-decoration: none;
}

a:visited {
	color: #66ccff;
}

a:hover {
	color: #efefef;
}

a.nav {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}

a.nav:visited {
	color: #ffffff;
}

a.nav:hover {
	color: #66ccff;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

td.leftcolumn {
	padding: 0px 10px 5px 5px;
}

td.leftcolumn p
{
	
}

td.rightcolumn {
	padding: 0px 5px 5px 0px;
}

td.onecolumn {
	padding: 0px 5px 5px 5px;
    width: 100%;
	text-align: left;
}

/* content styles */
div.tallbox {
	background: #000000 url('/images/tall_box_grad.jpg') bottom left repeat-x;
	color: #ffffff;
}

div.tb_header {
	background: #2E6979 url('/images/tb_header.jpg') bottom left repeat-x;
	padding: 3px 0px 0px 0px;
	height: 26px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}

div.tb_header_left {
	background: #2E6979 url('/images/tb_header.jpg') bottom left repeat-x;
	padding: 3px 0px 0px 0px;
	height: 26px;
	font-size: 14px;
	color: #ffffff;
	text-align: left;
}

div.tb_content {
	padding: 5px;
	font-size: 13px;
}

div.infobox {
	background: #000000 url('/images/box_grad.jpg') bottom left repeat-x;
	color: #ffffff;
	padding: 5px;
	border: 1px solid #414c4f;
	margin-bottom: 1em;
}

div.infobox h2
{
    background: #06323f;
    margin: 0 0 1em 0;
    padding: 0.25em;
    text-align: center;
}

td.footer {
	text-align: center;
	color: #ffffff;
	background: url('/images/footer_back.jpg') bottom left repeat-x;
	padding-bottom: 3px;
	padding-top: 20px;
	margin-top: 20px;
	height: 45px;
}

table#tour_photos td {
	text-align: center;
}

table#p1 td {
	padding-top: 5px;
	padding-left: 5px;
	width: 430px;
}

table#p2 td {
	padding-top: 5px;
	padding-left: 5px;
}

select#passions {
	background: #000000;
	color: #66ccff;
}

select#passions option {
	background: #000000;
	color:  #66ccff;

}
table.calendar{
 border: 1px solid #666666;
 padding:1em;
}

tr.calendar{
 border: 1px solid #666666;
 color: #cdcdcd;
}

.calendar_day {
	width: 120px;
	color: #cdcdcd;
}

div#links a img {
	height: 0em;
	width: 0em;
	border-width: 0em;
}
div#links a:hover img {
	position: absolute;
  top: 250px;
	left: 125px;
	height: 500px;
	width: 500px;
}

table#members td {
padding-bottom: 5px;
}

div.err {
 padding: 5px; 
 border: 1px solid red;
 color: red;
 font-weight: bold;

}

table.member_app {
	border: 1px solid #666666;
}

td.member_app_head {
	background: #275866;
	border: 1px solid #66CCCC;

}

#member_app td {
 padding: 2px;
 border-bottom: 1px solid #999999;
}

ul.undecorated
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.undecorated li
{
    margin-bottom: 0.25em;
}
ul.newsletters li span
{
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #66ccff;
}

div#subscribe_now_container
{
    margin: 0 auto 1em auto;
    width: 235px;
    height: 72px;
}

table.zend_form tr td
{
	padding: 5px;
}

dd, dt, label, input
{
	padding: 0;
	margin: 0;
}

table#special_occasion, div#special_occasion
{
	border-collapse: collapse;
	background: #000;
	border: 1px solid #009999;
	width: 75%;
	margin: 0 auto;
	filter:alpha(opacity=75);
	opacity: 0.85;
	
}
div#special_occasion
{
	padding: 1em;
}
div#special_occasion h2
{
	font-size: 2em;
	color: #ff6666;
}

table#special_occasion tr td
{
	padding: 8px;
	vertical-align: top;
}

table#special_occasion tr td.label
{
	width: 40%;
	background: #003333;
	color: #FFF;
}

table#special_occasion tr td dt
{
	display: none;
}

ul.errors li {
	float: left;
	margin: 0 0.15em;
	font-size: 13px;
	color: #990000;
}

div.notice
{
	border: 2px solid #660000;
	background: #ffcccc;
	color: #990000;
	padding: 5px;
	font-size: 1.2em;
}

div#special-occasion
{
	padding: 1em 0;
	background: transparent url(/images/party.jpg) top left no-repeat;
}

div#special-occasion div.message
{
	width: 75%;
	margin: 0 auto 1em;
	padding: 1em;
	background: #000;
	filter:alpha(opacity=75);
	opacity: 0.85;
}

div#toy-party
{
	padding: 1em 0;
	background: #f179af url(/images/toyparty.jpg) bottom left no-repeat;
}

div#toy-party div.message
{
	width: 75%;
	margin: 0 auto 1em;
	padding: 1em;
	background: #000;
	filter:alpha(opacity=75);
	opacity: 0.85;
}

ul#toy_party_reserved
{
	color: #FF0000;
}

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
border: 1px solid #000;
background: #fff; 
width: 600px; 
height: 48px; 
margin: 0; 
padding: 0
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 580px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 600px;
font: bold 14px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
color: #000000;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 14px Verdana;
margin: 0 55px 0 0;
} 
ul.newsticker span {
margin: 0 14px 0 0;
}

table.event_week
{
	width: 100%;
}

table.event_week tr td
{
	background-color: #dbdbdb;
	color: #000;
	padding: 10px;
	border: 2px solid #FFF
}
table.event_week tr td table.event_table tr td
{
	background-color: #f2f7f2;
}

div.calendar_label, div.event_label
{
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
}
div.event_label
{
	font-size: 1.1em;
}
.calendar_heading
{
	font-weight: bold;
	font-style: italic;
	font-size: 1.3em;
	color: #FF0000;
	margin-top: 1em;
}
table.event_week tr td a
{
	border: none;
	text-decoration: none;
	color: #000;
}

h3.calendar_week
{
	font-size: 1.3em;
}

div.simple_nav { margin-bottom: 25px; }
div.simple_nav ul, div.simple_nav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.simple_nav li
{
	display:inline;
}

div.simple_nav li a
{
	color: #FFF;
	padding: 0 7px;
	border-right: 1px solid #555;
}

div.simple_nav li.last a
{
	border:none;
}

.captcha input { display: block; }

