﻿html {font-size:100.01%;}
body{
	margin:0;
	color:#000;
	font:62.5% arial,sans-serif;
	background:#081705 url(../images/bg-body.gif) repeat-x;
}
img{border-style:none;} 
a:link {text-decoration:underline;}
a:hover{text-decoration:none;}
/* page box */
#main {
	margin:0 auto;
	width:996px;
	overflow:hidden;
	position:relative;
	padding-top:30px;
}
/* logo */
#main .logo{
	position:absolute;
	top:7px;
	left:22px;
	width:417px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	z-index:2;
}
#main .logo a{
	display:block;
	height:100%;
	background:url(../images/logo.png) no-repeat;
	cursor:pointer;
}
#main .container{
	width:996px;
	overflow:hidden;
	position:relative;
}
/* header */
#header {
	width:996px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
#header .header-holder{
	height:373px;
	background:url(../images/bg-header2.png) no-repeat;
}
/* address box */
#header .address-box{
	text-align:right;
	padding:28px 34px 0 0;
}
#header .address-box .disney{
	font-size:1.8em;
	color:#ab4121;
	font-style:normal;
	line-height:1.1em;
}
#header .address-box .palace{
	font-size:2.1em;
	color:#ab4121;
	font-style:normal;
	line-height:1.1em;
}
#header .address-box .date{
	font-size:1.8em;
	color:#010101;
	line-height:1.1em;
}
/*register button */
#header .address-box .button{
	overflow:hidden;
	text-indent:-9999px;
	text-align:left;
}
#header .address-box .button a{
	float:right;
	width:210px;
	height:47px;
	background:url(../images/bt-register.gif) no-repeat;
	position:relative;
}
/* menu */
.menu-holder{
	position:absolute;
	top:169px;
	left:215px;
	width:768px;
	height:55px;
}
#menu{
	margin:0;
	padding:0;
	list-style:none;
	background:url(../images/bg-menu.png) no-repeat;
	width:768px;
	height:55px;
	padding:11px 0 0 11px;
	overflow:hidden;
}
#menu li{
	float:left;
	position:relative;
}
#menu li a{
	display:block;
	height:44px;
	background:url(../images/menu.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
#menu li .home{
	width:55px;
	background-position:0 0;
}
#menu li .home:hover{
	background-position:0 -44px;
}
#menu li .we-are{
	width:90px;
	background-position:-55px 0;
}
#menu li .we-are:hover{
	background-position:-55px -44px;
}
#menu li .testimonials{
	width:147px;
	background-position:-145px 0;
}
#menu li .testimonials:hover{
	background-position:-145px -44px;
}
#menu li .photos{
	width:94px;
	background-position:-292px 0;
}
#menu li .photos:hover{
	background-position:-292px -44px;
}
#menu li .sponsors{
	width:95px;
	background-position:-386px 0;
}
#menu li .sponsors:hover{
	background-position:-386px -44px;
}
#menu li .register{
	width:108px;
	background-position:-481px 0;
}
#menu li .register:hover{
	background-position:-481px -44px;
}
#menu li .contact{
	width:79px;
	background-position:-589px 0;
}
#menu li .contact:hover{
	background-position:-589px -44px;
}
#menu li .date{
	width:81px;
	background-position:-668px 0;
}
#menu li .date:hover{
	background-position:-668px -44px;
}
/* content */
#content {
	position:relative;
	z-index:5;
	margin-bottom:-10px;
}
#content .content-holder{	
	background:url(../images/bg-content.png) repeat-y;
	width:965px;
	margin:371px 0 0;
	padding:0 14px 0 17px;
}
/* sidebar bottom */
#content .bg-sidebar{
        background:url(../images/sidebar-bottom.png) no-repeat 0 100%;
        width: 100%;
        display: table;
}
/* text-box */
#content .text-box{
	float:right;
	width:744px;
	background:url(../images/bg-text.png) repeat-y;
	margin:-147px 0 0;
	position:relative;
	min-height:603px;
	padding: 0 10px;
}
#content .text-box h1{
	margin:0;
	font-size:18px;
	padding:0 0 8px 0;
	color:#b5593c;
}
#content .text-box p{
	font-size:1.3em;
	line-height:1.46em;
	color:#2b2b2b;
}
#content .text-box a{
	color:#4a65a7;
}
/* text box top */
#content .text-box .text-top{
	width:726px;
	overflow:hidden;
	padding:4px 0 12px 18px;
	background:url(../images/bg-welcome.gif) repeat-y ;
	border-bottom:1px solid #c2c2c2;
}
/* welcome box */
#content .text-box .welcome{
	float:left;
	width:510px;
	padding:8px 10px 0 0;
}
#content .text-box .welcome p{
	margin:0 0 13px;
}
/* person */
#content .text-box .welcome .person{
	width:100%;
	overflow:hidden;
}
#content .text-box .welcome .person p{
	margin:0;
}
#content .text-box .welcome .person .img-holder{
	float:left;
	width:73px;
	padding:1px;
	background:#767779;
	margin:5px 0 0 0;
}
#content .text-box .welcome .person .img-holder img{
	display:block;
}
#content .text-box .welcome .signature{
	float:left;
	padding-left:14px;
}
#content .text-box .welcome .signature img{
	display:block;
}
/* contact details */
#content .text-box .details{
	float:right;
	width:202px;
}
#content .text-box .details h3{
	margin:0;
	padding:0 0 4px 10px;
	font-size:1.7em;
	color:#1c790e;
	border-bottom:1px solid #c2c2c2;
}
#content .text-box .details ul{
	margin:0;
	padding:10px 0 1px 10px;
	list-style:none;
	color:#2b2b2b;
}
#content .text-box .details ul li{
	margin-bottom:2px;
	font-size:1.3em;
}
#content .text-box .details ul strong{
	font-size:1.07em;
}
#content .text-box .details ul li a{
	color:#0f328a;
}
/* text box bottom */
#content .text-box .text-bottom{
	width:656px;
	overflow:hidden;
	padding:15px 20px 12px 18px;
}

#content .text-box .event-photos{
	width:656px;
	overflow:hidden;
	padding:15px 10px 12px 18px;
}

.event-photos {
	padding:20px;
}
.event-photos img {
	float:left;
	padding:6px;
}



/* sidebar */
#content .sidebar{
	float:left;
	width:198px;
	padding-left:3px;
}
/*-----footer-----*/
#footer {
	width:920px;
	background:url(../images/content-bottom.gif) no-repeat;
	padding:23px 14px 0 62px;
	position:relative;
	z-index:20;
}
/* footer logo */
#footer .footer-logo{
	width:256px;
	height:15px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin:0 auto 5px auto;
}
#footer .footer-logo a{
	display:block;
	height:100%;
	background:url(../images/footer-logo.png) no-repeat;
	cursor:pointer;
}
#footer p{
	margin:0 0 12px;
	color:#758b71;
	font-size:1.1em;
	line-height:1.09em;
	text-align:center;
}
/* sifr start. do not modify.*/
embed {
	margin:0;
	display:block;
}
object {
	margin:0;
	display:block;
}
.sIFR-flash {
	visibility:visible !important;
	margin:0;
}
.sIFR-replaced {visibility:visible !important;}
span.sIFR-alternate {
	position:absolute !important;
	left:0 !important;
	top:0 !important;
	width:0 !important;
	height:0 !important;
	display:block !important;
	overflow:hidden  !important;
}
.sIFR-flash + div[adblocktab=true] {display:none !important;}
.sIFR-hasFlash #content .text-box h1 {
	font-size:18px;
	
}
/* sifr end */

pre {
display: none;
}
.style1f {
  display: none;
}

/* testimonials box */
#content .sidebar .testimonials{
	width:198px;
	background:url(../images/testimonials.gif) repeat-y;
}
#content .sidebar .testimonials .top{
	background:url(../images/testimonials-top.gif) no-repeat;
}
#content .sidebar .testimonials .bottom{
	background:url(../images/testimonials-bottom.gif) no-repeat 0 100%;
	min-height:156px;
	padding:6px 5px 5px 11px;
}
#content .bottom:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
}
#content .sidebar .testimonials h2{
	margin:0 0 11px;
	font-size:1.9em;
	color:#94481b;
	font-weight:normal;
}
#content .sidebar .testimonials p{
	margin:0 10px 0 0;
	font-size:1.5em;
	line-height:1.33em;
	color:#fff;
}
#content .sidebar .testimonials span{
	font-size:1.5em;
	line-height:1em;
	font-weight:bold;
	float:right;
	color:#fff;

}

/*testimonials start*/
.testimonials{
	width: 198px;
	padding: 0px;
position: relative;
background:url(../images/testimonials.gif) repeat-y;
}

body#testimonials-sec .testimonials {
display: none;

}


.testimonial-entry {
position: relative;
z-index: 3;
display: block;
height: 190px;
left: 0;
	top: 0;
background:none !important;

}

.testimonial-nav {
	text-align: center;
	color: #CCC;
	margin-top: 5px;
	}

	.testimonial-nav a:visited {
	color: #CCC;
	}

	.testimonial-nav a:link {
	color: #CCC;
	}

.testimonial-nav a:hover {
	color: #FFF;
	}
	
.testimonials #s7 {
position: relative;
	height: 155px;
	z-index: 6;
	left: 0;
	top: 0;
overflow: hidden;

}
	* html .testimonials #s7{
background: url("../images/content-bg.png") repeat-y -30px 0;

}


	
.testimonials .title{
	display: block;
	height: 14px;
	background: transparent url("../images/testimonials-title.gif") no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 1px;
position: relative;
	z-index: 5;

}
.testimonials .bot-bg{
	display: block;
	overflow: hidden;
	background-repeat: no-repeat !important;
	position: relative;
	z-index: 6;


}
.testimonials .top-bg{
	display: block;
	overflow: hidden;
	background-repeat: no-repeat !important;
	position: relative;
	z-index: 6;


}
.testimonials .first_item {  
    left: 0;  
}  
.testimonials .top-bg{
	height: 10px;
	background: url("../images/testimonials-top-bg.png") left top no-repeat;
}
.testimonials .bot-bg{
	height: 29px;
	background: url("../images/testimonials-bot-bg.png");
	position: relative;
	z-index:7;

}
.testimonials .text{
	background: url("../images/testimonials-bg.gif") repeat-y;
	color: #eaeaea;
	line-height: 1.4em;
	padding: 1px 5px 4px 9px;
	font-size:12px;
}
.testimonials .client{
	background: url("../images/client-icon.png") no-repeat;
	padding: 7px 0 2px 28px;
	margin: -6px 0 0 1px;
	color: #f4f4f4;
	font-weight: bold;
	font-size: 1.2em;
	position: relative;
	z-index: 7;	
}

.testimonials .client span{
	font-weight: normal;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }

#prevLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#prevLink:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#nextLink:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

.stylef1 {
  display: none;
}