@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #98FDFD;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.style4 {font-size: 12px}
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 837px;
	top: 69px;
}
.style29 {font-size: 9px}
.style6 {
	font-size: 36px;
	color: #0000FF;
}
.style7 {
	font-size: 12px;
	font-style: italic;
}
.style8 {font-size: 100px}
.style12 {
	font-size: 18px;
	color: #0000FF;
}
.style13 {
	color: #003399;
	font-size: 14px;
}
.style19 {color: #0000FF}
.style21 {font-weight: bold}
.style22 {color: #0000FF; font-weight: bold; }
.style23 {
	color: #FF0000;
	font-weight: bold;
}
body,td,th {
	font-size: 12px;
}
.style25 {
	font-size: 11px;
	color: #0000FF;
	background-color: #99FFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	top: 8px;
	position: absolute;
	left: 100px;
	z-index: 10;
} 
#header {
	 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #33ccff;
	background-image: url(http://CaptainKidMagic.com/images-Raleigh-Magical-Entertainer/CK-Banner4.gif);
	height: 187px;
	background-repeat: no-repeat;
	z-index: 1;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #33ccff;
	background-image: url(http://CaptainKidMagic.com/images-Raleigh-Magical-Entertainer/CK-Banner4.gif);
	background-repeat: no-repeat;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	background-color: #56C6F4;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 1040px;
}
#sidebar1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0099FF;
	background-color: #99FFFF;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* padding keeps the content of the div away from the edges */
	background-color: #56C6F4;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 1040px;
	background-repeat: no-repeat;
}
#mainContent {
	background-color: #99FFFF;
	background-image: url(http://CaptainKidMagic.com/images-Raleigh-Magical-Entertainer/MainContentTop.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	clip: rect(0px,0px,0px,0px);
	width: 370px;
	overflow: auto;
	top: -30px;
	float: none;
	left: 150px;
	position: static;
} 
#footer {
	background-color: #56C6F4;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 430px;
	background-position: right top;
	background-image: url(http://CaptainKidMagic.com/images-Raleigh-Magical-Entertainer/Footer.gif);
	background-repeat: no-repeat;
	height: 120px;
} 
#FooterGraphic {
	background-color: #FF00FF;
	background-image: url(http://CaptainKidMagic.com/images-Raleigh-Magical-Entertainer/FooterMagic.gif);
	background-repeat: no-repeat;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	font-style: oblique;
	font-weight: bold;
	height: 118px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
		color: #000099;
	font-style: oblique;
	font-weight: bold;
	height: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:active {
	text-decoration: none;
}
	#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : none;
	width : 11em;
	}
	 #nav a { 	
		display: block; 	
		width: 20em; 	
		height: 45px;	 
	}
	#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 11em;
	}
	#nav li a {
		width: 157px;
		w\idth : 157px;
		display : block;
	}
	#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 160px;
	}
	#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 155px;
	margin-top : -12em;
	background-color: #33CCFF;
	width: 157px;
	}
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	#nav li a:hover {
	background-image: url(http://www.CaptainKidMagic.com/images-Raleigh-Magical-Entertainer/Menu/ShipWheel.gif);
	background-repeat: no-repeat;
	background-color: #99CCFF;
	border: thin solid #FF0000;
	background-position: left center;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	background-repeat: no-repeat;
	position: absolute;
			
	}
	
	#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 { /* lists nested under hovered list items */
		left: auto;	
	}
.style28 {color: #56C6F4}
.style31 {font-size: 18px}
	#content {
		margin-left : 12em;
	}
#apDiv2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 189px;
	top: 144px;
	background-color: #33FF33;
}
#JaxFlyingDown {
	position:absolute;
	width:140px;
	height:189px;
	z-index:11;
	left: 426px;
	top: 136px;
}
#apDiv3 {
	position:absolute;
	width:100px;
	height:70px;
	z-index:1;
	left: 21px;
	top: 20px;
}
#apDiv4 {
	position:absolute;
	width:330px;
	height:21px;
	z-index:12;
	left: 140px;
	top: 237px;
}
