/* ------------------------------------
---- Main stylesheet for all media ----
---- Original Author: Steven Wu ----
----   Creation Date: 20/01/2010   ----
----    Plug and Play Design   ----
-------------------------------------*/

/* ---------------------
-------- Reset --------
--------------------- */
*{
	margin:0;
	padding:0;
}

/* ---------------------
---- Default Styles ----
--------------------- */
body{
	font:normal 62.5% Verdana,Arial,sans-serif;
	text-align:center;
	color:#2c8098;
	background-color:#57c8e9;
	position:relative;
}
form
{
	position:relative;
}
h1{
	margin: 0px 0px 15px 0px;
	font-size:3em;
	font-weight:bold;
	color:#ed1d29;
}
h2{
	margin:0 0 19px 0;
	font-size:2.2em;
	font-weight:normal;
	color:#ed1d29;
}
h3{
	margin:0 0 17px 0;
	font-size:2em;
	font-weight:normal;
	color:#ed1d29;
}
h4{
	margin:0 0 10px 0;
	font-size:1.8em;
	font-weight:normal;
	color:#ed1d29;
}
p {
	font-size:1.2em;
	line-height:1.6em;
	margin-bottom: 1.6em;
}
a{
	outline-style:none;
	outline-width:0px;	
	text-decoration:none;
	color:#ed1d29;
}
a:hover{
	text-decoration:underline;
}
a img {
	border:none;
}
img{
	border:none;
}
.clearfix{
	min-height:1%;			
}
.clearfix:after{
  	content:'.';
 	display:block;
  	clear:both;
 	height:0;
  	visibility:hidden;
}

/* ---------------------
------- Wrapper -------
--------------------- */
.wrapper{
	width:1000px;
	margin:20px auto;
	padding:0;
	text-align:left;
	background-color: White;
	position:relative;
}

/* ---------------------
------- Header --------
--------------------- */
.header{
	margin:0 0 16px 0;
	padding:36px 0 0 0;
	position:relative;
}
img.logo{
	float:left;
	position:relative;
	margin:0 0 51px 24px;
}


/* ---------------------
------- Nav Menu -------
--------------------- */
ul.dropdown
{
	position: relative;
	float: left;
	z-index: 1;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.dropdown li{ 
	float:left;
	margin:0 1px 0 0;
	padding:12px 18px 12px 18px;
	list-style:none;
	display:block;
	position:relative;
}
ul.dropdown li a
{
	color:#ed1d29;
	font-size: 1.8em;
	display:block;
	position:relative;
	float:left;
	width: 240px;
}
ul.dropdown li a.style1
{
	color:#f7cb36;
}
ul.dropdown li a.style2
{
	color:#75c92f;
}
ul.dropdown li a.style3
{
	color:#88d8ef;
}
.content
{
	position:relative;
	float:left;
}
.left
{
	width: 250px;
	min-height: 500px;
	float:left;
}
.mid
{
	width: 650px;
	min-height: 500px;
	float:left;
	padding: 10px 10px 20px 10px;
}
.mid img.main
{
	float:right;
	margin-right: -120px;
	padding-left: 20px;
}
.footer
{
	position:relative;
	float:left;
}
.footer img.splat
{
	margin-left: -21px;
	margin-bottom: -25px;
}
.footer img.btm
{
	margin-left: 10px;
	margin-bottom: 10px;
}
ul.gallery
{
	position: relative;
	float: left;
	z-index: 1;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.gallery li{ 
	float:left;
	margin:0 1px 0 0;
	padding:12px 18px 12px 18px;
	list-style:none;
	display:inline;
	position:relative;
}
ul.gallery li img
{
}

.holidayMain, .child
{
	border: none;
	margin-bottom:20px;
}

.holidayMain ol, .child ol
{
	list-style: none;
}
.holidayMain ol li.lbl, .child ol li.lbl
{
	float:left;
	position:relative;
	margin-bottom: 3px;
}
.holidayMain ol li.lbl label, .child ol li.lbl label
{
	width: 250px;
	text-align: right;
	float:left;
	position:relative;
	font-size: 1.5em;
	margin-right: 15px;
}
.holidayMain ol li.lbl input, .holidayMain ol li.lbl textarea,
.child ol li.lbl input, .child ol li.lbl textarea
{
	width: 300px;
}
.holidayMain ol li.lbl textarea, .child ol li.lbl textarea
{
	height: 100px;
}
.holidayMain legend,.child legend
{
	color:#ed1d29;
	font-size: 1.3em;	
}
.holidayMain ol li.lbl table.club input, .child ol li.lbl table.club input, .holidayMain ol li.lbl span.club input
{
	width: 20px;
}
.holidayMain ol li.lbl span.club input
{
	width: 20px;
	margin-right: 250px;
}
.DtsCnt
{
	width: 500px;
}
.DtsCnt table
{
	margin-left: 100px;
}
.DtsCnt table.DateTitles
{
	margin-left: 0px;
}
.DtsCnt table td, .DtsCnt table th
{
	width: 80px;
	text-align:center;
}
.DtsList label
{
	width: 100px;
	display:inline;
	float:left;
	position:relative;
	text-align:right;
}

/* MESSAGES */
.topMsg
{
	text-align: center;
	border: solid 1px #57c8e9;
}
/* MILKBOX */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:100;
	cursor: pointer;
}

#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:101;
	overflow:hidden;
	left: 50%;
	top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #fff;/* set the Milkbox background color */
	border: 5px solid #fff;/* set the Milkbox border */
	margin:0; padding:5px;/* set the Milkbox padding */
}

.mbLoading{ background: #fff url(loading.gif) no-repeat center; }/* IMAGE: loading gif */

#mbCanvas{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }

.clear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }


/* *** BOTTOM *** */

#mbBottom { 
	/* set text options */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-top:8px;
	margin:0;
}

/* navigation */
/* be careful if you change buttons dimensions */

#mbNavigation{
	float:right;
	width:27px;
	padding-top:3px;
	border-left:1px solid #9c9c9c;/* set nav border */
}


#mbCount{ 
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:9px; /* count font size */
}

#mbCloseLink, #mbPrevLink, #mbNextLink, #mbPlayPause{
	outline:none;
	display:block;
	float:right;
	height:19px;
	cursor: pointer;
}


#mbPrevLink, #mbNextLink{ width:15px; }
#mbPrevLink{ background: transparent url(prev.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(next.gif) no-repeat; }/* IMAGE: next */

#mbPlayPause{ width:13px; }
#mbPlayPause{ background: transparent url(play-pause.gif) no-repeat; }/* IMAGE: prev */


/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover,a#mbPlayPause:hover { background-position: 0 -22px; }

#mbCloseLink {
	width:17px;
	background: transparent url(close.gif) no-repeat;/* IMAGE: close */
}

/* description */

#mbDescription{
	margin-right:27px;
	padding:0px 10px 0 0;
	font-weight: normal;
	text-align:justify;
}


