﻿/* Table of Contents:

	Overall Layout
	Header Layout
	Call Out Boxes Layout
	Content Layout
	Footer Layout
	
*/

/* Overall Layout
--------------------------------------------------------------------------------------- */
body {
    margin: 0;
    padding: 0;
	background-color: #007dc5;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
}

.top_bg {
	background-image: url(images/top_bg.jpg);
	width: 700px;
	background-repeat: no-repeat;
}

.top_menu {
	background-image: url(images/menu_bar.gif);
	width: 900px;
	height: 35px;
	background-repeat: no-repeat;
}


div#container
{
margin: auto;
margin-left: auto;
margin-right: auto;
width: 900px;
text-align: left;
}

.content a {
	font-family:Lucida Grande,Lucida Sans Unicode,arial,sans-serif;
	font-size: 12px;
	color: #009933;
	text-decoration: none;
}

.content a:hover {
	font-family:Lucida Grande,Lucida Sans Unicode,arial,sans-serif;
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}

/* Header Layout
--------------------------------------------------------------------------------------- */

.menubar {
	background-image: url(images/menu_bar.jpg);
	background-repeat: repeat-x;
	width: 801px;
	height: 34px;
}

a.menubutton, a.menubutton:link, a.menubutton:visited {
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,arial,sans-serif;
	font-size: 12px;
	color: #0158a9;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
	background-image: url(images/menu_button.gif);
	background-repeat: repeat-x;
	width: 126px;
	height: 24px;
	float: left;
}

a.menubutton:hover {
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,arial,sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
	background-image: url(images/menu_button_over.gif);
	background-repeat: repeat-x;
	width: 126px;
	height: 24px;
	float: left;
}

/* Call Out Boxes Layout
--------------------------------------------------------------------------------------- */

.box1 {
	background-image: url(images/walt_disney_world_ticket_packages_button.jpg);
	background-repeat: no-repeat;
	width: 291px;
	height: 104px;
	text-align: left;
}

.box2 {
	background-image: url("images/reservations_button_old.jpg");
	background-repeat: no-repeat;
	width: 226px;
	height: 104px;
	float: left;
}

.box3 {
	background-image: url(images/tour_the_hotel_button.jpg);
	background-repeat: no-repeat;
	width: 228px;
	height: 104px;
	float: left;
}

a.boxtext, a.boxtext:link, a.boxtext:visited {
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,arial,sans-serif;
	font-size: 12px;
	color: #0158a9;
	text-decoration: none;
	margin: 83px 0px 0px 22px;
	float: left;
}

a.boxtext:hover {
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,arial,sans-serif;
	font-size: 12px;
	color: #4baa42;
	margin: 83px 0px 0px 22px;
	float: left;
}

a.boxtext1, a.boxtext1:link, a.boxtext1:visited {
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,arial,sans-serif;
	font-size: 12px;
	color: #0158a9;
	text-decoration: none;
	margin: 80px 0px 0px 98px;
	float: left;
}

a.boxtext1:hover {
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,arial,sans-serif;
	font-size: 12px;
	color: #4baa42;
	margin: 80px 0px 0px 98px;
	float: left;
}

/* Content Layout
--------------------------------------------------------------------------------------- */

.content {
	float: left;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	width: 900px;
}

.gallery {
	background-color: #007cc4;
}

.content2 {
	margin: 0px 0px 0px 30px;
	width: 800px;
}
.leftshadow {
	background-image: url(images/left_content_shadow_repeat.jpg);
	background-repeat: repeat-y;
	width: 17px;
}

.rightshadow {
	background-image: url(images/right_content_shadow_repeat.jpg);
	background-repeat: repeat-y;
	width: 17px;
}

h1 {
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,arial,sans-serif;
	font-size: 18px;
	color: #4baa42;
	text-decoration: none;
	padding: 10px 0px 10px 0px;
	font-weight: normal;
}

h2 {
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,arial,sans-serif;
	font-size: 16px;
	color: #0058a9;
	text-decoration: none;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
}

h3 {
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,arial,sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding: 5px 0px 0px 15px;
}

p {
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,arial,sans-serif;
	font-size: 14px;
	color: #00376a;
	text-decoration: none;
	padding: 10px 0px 10px 0px;
	text-align: justify;
}

.bullet {
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,arial,sans-serif;
	font-size: 11px;
	color: #0158a9;
	text-decoration: none;
	padding: 10px 0px 10px 0px;
	text-align: justify;
}

ul {
	padding: 2px 0px 2px 10px;
}

li {
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,arial,sans-serif;
	font-size: 11px;
	color: #0158a9;
	text-decoration: none;
	padding: 2px 0px 2px 0px;
}

.tablehead {
	background-image: url(images/tablehead.jpg);
	background-repeat: no-repeat;
	height: 25px;
}

.tablecontent {
	background: #CCCCCC;
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,arial,sans-serif;
	font-size: 12px;
	color: #323433;
	text-decoration: none;
}

/* Footer Layout
--------------------------------------------------------------------------------------- */

.footerbar {
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	width: 866px;
	height: 66px;
	float: left;
}


.footertext {
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,arial,sans-serif;
	font-size: 11px;
	color: #0158a9;
	text-decoration: none;
	padding: 30px 0px 0px 60px;
	float: left;
}

a.footertext, a.footertext:link, a.footertext:visited, a.footertext:hover{
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,arial,sans-serif;
	font-size: 11px;
	color: #0158a9;
	text-decoration: none;
	padding: 30px 0px 0px 10px;
	float: left;
	text-align: right;
}



.logotext {
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,arial,sans-serif;
	font-size: 11px;
	color: #0158a9;
	text-decoration: none;
	padding: 30px 0px 0px 60px;
}

a.logotext, a.logotext:link, a.logotext:visited, a.logotext:hover {
	font-family: Century Gothic, Apple Gothic, Arial, sans-serif - p;
	font-size: 8pt;
	color: #0158a9;
	vertical-align: middle;
	font-weight: normal;
	padding: 30px 0px 0px 5px;
	text-decoration: none;
	float: left;
}

/* Horizontal Menu Layout
--------------------------------------------------------------------------------------- */

/* Just a few basic page styles */

#mainnav {
	width: 900px;
	height: 26px;
	margin: 0 0 0 0;
}
/* -------------------------- */
/* We begin by styling the main navigation on the page... */
/* -------------------------- */
/* Overall main navigation styles */
#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1em;
	color: #fff;
	background-color: transparent;
	padding: 0;
	margin: 0;
}
/* -------------------------- */

/* The top main navigation links */
#nav a {
	display: block;
	text-decoration: none;
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,arial,sans-serif;
	font-size: 12px;
	color: #0158a9;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
	background-image: url(images/menu_button.gif);
	background-repeat: repeat-x;
	width: 126px;
	height: 24px;

}

#nav a:hover {
	display: block;	
	text-decoration: none;
		font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,arial,sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
	background-image: url(images/menu_button_over.gif);
	background-repeat: repeat-x;
	width: 126px;
	height: 24px;

}

#nav li {
	float: left;
	padding: 0;
	text-align: center;
}

/* -------------------------- */

/* To Space the Secondary Menu Items */
.secondmenu {
	padding: 0 0 0 10px;
}

/* The dropdown links lists */
#nav li ul {
	position: absolute;
  	left: -999em; 
	height: auto;
	width: 165px; 
	font-weight: normal;
	border: 1px solid #456022;
	background-color: #83b63f;
	margin: 0;
	padding: 0;
}
#nav li li {
	width: 165px;
	padding: 0;
	margin: 0;
}
#nav li ul a {
	width: 165px;
	* html width: 165px;
	text-align: left;
	padding: 0;
    margin: 0;
	border: 1px solid #456022;
}

/* This controls the flyout location of the second level dropdowns */

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	width: 165px;
	padding: 0;
	margin: 0;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	width: 165px;
	padding: 0;
	margin: 0;

}
/* -------------------------- */


/* The dropdown links list colors */
#nav li ul.under a {
	color: #fff;
	background: #83b63f;
	width: 165px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#nav li ul.under a:hover {
	background: #017dc5;
	color: #fff;
	text-align: left;
	width: 165px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
/* -------------------------- */

/* The background of the second level links while looking at the dropdown under it... */
#nav li ul.under li:hover a.daddy, #nav li ul.under li.sfhover a.daddy {
	color: #000;
	width: 165px;
	padding: 0;
	margin: 0;
}
#nav li ul.under li:hover, #nav li ul.under li.sfhover {
	background: #f00;
	color: #fff;
	width: 165px;
	padding: 0;
	margin: 0;
}

