body {
	background: #66ccff;
/*	background-image: url('images/shadow.png');*/
/*	background-repeat:no-repeat;*/
/*	background-attachment:fixed;*/
/*	background-position:center 3px;  */
}

#container {
	background-image: url('images/background-1.jpg');
	background-repeat:no-repeat;
	overflow: hidden;
/*	background-attachment:fixed;*/
/*	background-position:center 0px;  */
	top: 5px;
	position: relative;
	width: 900px;
	min-height: 700px;
/*	border: 1px solid black;*/
	margin-left: auto;
	margin-right: auto;
/*	margin-bottom: 100px;*/
/*	background: #eee;*/
}

#map {
	background: white;
	-webkit-box-shadow: 0px 0px 100px black;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	position: absolute;
	left: 600px;
	top: 10px;
	width: 255px;
	min-height: 200px;
	padding: 10px;
}

#giftbox {
	position: absolute;
	left: 650px;
	top: 100px;
	width: 150px;
	height: 220px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #4FBFFF;
	background: white;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 100px black;
	
}

/*#logo {
	position: absolute;	
	width:150px;
	height: 100px;
	right: 10px;
	top: 40px;
/*	border: 1px solid black;*!/
	background-image: url('images/wings-150.png'); background-repeat: no-repeat;
}*/

.hilite {
	background: none;
	color: #4FBFFF;
	padding: 2px;
	text-decoration: none;
}

.smallcopy {
	font-size: 11px;
	font-family: Arial;
}

#navigation {
	position: absolute;
	z-index: 1500;
	right: 10px;
	top: 107px;
	height: 30px;
/*	border: 1px solid black;*/
}

.navigation {
	font-size: 14px;
	text-align: center;
	font-family: Arial;
}

a.navigation {
	color: black;
	text-decoration: none;
}

a.navigation:hover {
	color: white;
	text-decoration: none;
}

a.navigation:visited {
	color: black;
	text-decoration: none;
}



#title {
	position: absolute;	
/*	width:800px;*/
	height: 50px;
	left: 10px;
	top: 70px;
	border: 1px solid black;
}

.title {
	font-family: Arial;
	font-size: 36px;
	text-align: left;
	font-weight: bold;
	color: #111;
}

hr {
  border: 0;
  width: 100%;
  color: black;
  background-color: black;
  height: 1px;
}

#main {
	position: absolute;
/*	z-index: 999;*/
/*	border: 1px solid black;*/
	top: 135px;
	left: 16px;
	width: 680px
	
}

.subtitle {
	font-size: 16px;
	text-align: left;
	color: #111111;
	font-family: Arial;
	text-indent: 10px;
	font-weight: bold;
}

.bodycopy {
	font-weight: normal;
	font-size: 12px;
	line-height: 1.25em;
	color: black;
	font-family: Arial;
	}
	
.bodycopy a {
	color: black;
}

.bodycopy a:hover {
	color: #4FBFFF;
}
	
.cyan {
	color:  #4FBFFF;
}	
	
.boldcopy {
	font-weight: bold;
	font-size: 13px;
	line-height: 1.25em;
	color: #4FBFFF;
	font-family: Arial;
	border-bottom: 1px dotted black;
/*	border-left: 50px solid transparent;*/
	}	

.quote {
	line-height: 140%;
	font-family: serif;
	font-size: 13px;
}

.quote-close span{
	background-image: url(images/quote-close.jpg);
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
/*	float: right;*/
}

p + p { margin: .75em; }

#textblock {
	position: absolute;
/*	background-image: url('images/text-box.png'); background-repeat: no-repeat;*/
	height: 412px;
	width: 550px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	background: white;
	top: 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-webkit-box-shadow: 0px 0px 100px black;
	left: 10px;
}

#textblock-wide {
	position: absolute;
/*	background-image: url('images/wide-text-box.png');*/
	background-repeat: no-repeat;
	background: white;
	height: auto;
	width: 830px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	top: 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-webkit-box-shadow: 0px 0px 100px black;
	left: 10px;
/*	border: 1px solid black;*/
}

#header {
	position: absolute;
	margin-top: 0px;
	z-index: 99;
/*	border: 1px solid black;*/
}

.accordian {
/*	font-size:10px;*/
	line-height:105%;
	color:black;
	border: 1px dotted black;
	
/*	background:#cccccc;*/
}

.price {
	color: #4FBFFF;
/*	background: white;*/
/*	border: 2px solid white;*/
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	float: right;
	margin-right: 15px;
/*	border-bottom: 1px dotted #4FBFFF;*/
	}


.arrowlistmenu{
width: auto; /*width of accordion menu*/
margin-left: 10px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px Arial;
/*text-transform: uppercase;*/
color: #4FBFFF;
/*border-bottom: 1px dotted black;
border-right: 1px dotted black;*/
margin-bottom: 4px; /*bottom spacing between header and rest of content*/
margin-top: 4px;
padding: 5px 0px 5px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
text-decoration: none;
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
text-decoration: none;
color: white;
background: #4FBFFF;
text-indent: 2px;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 5px; /*bottom spacing between each UL and rest of content*/
text-decoration: none;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
text-decoration: none;
}

.arrowlistmenu ul li {
color: black;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 5px;
text-decoration: none;
/*border-bottom: 1px solid #dadada;*/
font-family: Arial;
font-size: 12px;
}

.arrowlistmenu ul li a {
	color: black;
	font-style: italic;
	font-size: .90em;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
}

#links {
	position: relative;
margin-left: auto;
margin-right: auto;
	bottom: 0px;
	right: 0px;
	width: 350px;
	height: 50px;
	text-align: center;
}

#sitemap {
/*	border: 1px solid black;*/
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	font-family: Arial;
	color: black;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;
}

#footer {
/*	position: relative;*/
	margin-left: auto;
	margin-right: auto;
/*	float: right;*/
/*	right: 0px;*/
/*	bottom: 2px;*/
/*	text-align: center;*/
	width: 200px;
	height: 35px;
/*	margin-top: 30px;*/
/*	background: white;*/
}

#dropdown {
	position: absolute;
	top:-10px; left:215px;
	text-decoration:none;
	}

/* 
	LEVEL ONE
*/
ul.dropdown                         { font-family:arial; text-decoration: none;}
ul.dropdown li                      { list-style: none; font-weight: bold; font-size: 13px; text-align: center; float: left; zoom: 1;  background-color: transparent;}
ul.dropdown a:hover		            { color: white; background-color:transparent; } /* ON ROLLOVER */
ul.dropdown a:active                { color: black; background-color:transparent;} /* ONCLICK */
ul.dropdown li a                    { display: block; padding: 3px 10px; width: 100px; border-left: 0px solid black; border-right: 0px solid white;  color: transparent; }

ul.dropdown li:last-child a         { border-right: 0px solid black; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background-color: transaprent; color: white; position: relative; } /* BLACK ON HOVER */
/*ul.dropdown li.hover a              { color: #ddd; }*/


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ text-decoration: none; font-size: 9px; vertical-align:middle; valign:middle; width: 125px; visibility: hidden; position: absolute; top: 100%; left: -40px; }
ul.dropdown ul li 					{ text-decoration: none; text-align: left; margin-top: 0px; font-weight: normal; border-right: 0px solid white; border-left: 0px solid white; border-bottom: 0px solid white; float: none; background: #4FBFFF; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ text-decoration: none; color: black; vertical-align:middle; valign:middle; width: 110px; display: block; padding: 3px 10px;} 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 140px; top: 0px; }
ul.dropdown li:hover > ul 			{ visibility: visible; }
