@charset "utf-8";
/* main CSS Document */
/*
iframe {
	display:none  !important;
	z-index: -1000 !important;
}*/

body, html {
	margin:0;
	padding:0;
	background:#003 url(../images/bg.png) top center repeat-x;
	text-align:center;
}
html, body, h2, h3, h4, div, p, ul, li, input, td {
   font-family:Verdana, Arial, Helvetica, sans-serif;   
}
div, td , p {
	text-align:left;
}/*to overwrite the text-align:center of the body and html*/
p {
	padding:4px 4px 14px 4px;
	margin:0;

}
p, td, dd, dt, li {
	line-height:1.5;
	font-size:0.8em;
}
dt {
	font-weight:bold;
}
li li {
	font-size:1em;
}
form { display:inline }

a { color:#4F7CA8 }
a:visited { color:#8A4C7F }
a:hover { color:#f00 }

em, i { font-family:Georgia, "Times New Roman", Times, serif; letter-spacing:normal }

.breaker {
	clear:both;
	height:1px;
	font-size:0;
	margin-top:-1px;
}

.c { text-align:center }
.r { text-align:right }


h1 {
	margin:0;
}
h2, h3, h4 {
	margin:0 0 5px 0;
	padding:10px 4px 0 4px;
	font-family:Arial, Helvetica, sans-serif;
	
}
h2 {
	font-size:1.3em;
	color:#c00;
}
h3 {
	padding:4px;
	background-color:#7593D9;
	color:#fff;
	text-transform:uppercase;
	font-size:0.9em;
}
.framed {
	border:1px solid #7593D9;
}
/*------------------------------------------------*/
#wrapper {
	width:968px;
	margin:10px auto;
	border:1px solid #fff;	
}
#header {
	width:968px;
	height:72px;
	background:url(../images/header_bg.jpg) top left repeat-x;
}
#logo {
	float:left;
	width:372px;
	height:72px;
	background:url(../images/logo.jpg) top left no-repeat;
	overflow:hidden;
}
#logo a {
	display:block;
	width:372px;
	height:72px;
}
#logo h1 {
	display:none;
}
#header_right {
	float:left;
	width:580px;
	height:72px;
	color:#fff;
}
#header_right p {
	text-align:right;
	font-size:0.7em;
}
#header_right p strong {
	font-size:1.4em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:0.08em;
}
#main {
	width:968px;
	background:#fff url(../images/main_bg.gif) top left repeat-x;
	color:#333;
}
#content {
	
}
#footer {
	width:968px;
	height:140px;
	background-color:#7593d9;
	text-align:center;
}
#footer p {
	text-align:center;
	font-size:0.7em;
}
ul#navigation {
	list-style:none;
	float:left;
	margin:0px;
	padding:35px 0px 0px 60px;
	width:268px;
	height:205px;
	background:url(../images/nav_bg.jpg) top left no-repeat;
}
ul#navigation li {
	margin:0px;
	padding:0px;
	height:34px;
}
ul#navigation li a, ul#navigation li a:visited {
	display:block;
	height:20px;
	padding-left:40px;
	background:url(../images/arrow.gif) top left no-repeat;
	color:#001359;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
ul#navigation li a:hover,
ul#navigation li a.current, ul#navigation li a.current:visited {
	background-position:bottom left;
	color:#284893;
}
#services {
	height:338px;
	padding:14px 0px 0px 14px;
	background:url(../images/lightblue_bg.gif) top left repeat-x;
}
.smallbox {
	float:left;
	width:150px;
	height:330px;
	padding:3px 3px 3px 3px;
	background:url(../images/smallbox_shadow.gif) top left no-repeat;
}
div.smallbox div.service a:hover {
	color:#fff;
}
.bigbox {
	float:left;
	width:307px;
	height:330px;
	padding:3px 3px 3px 3px;
	background:url(../images/bigbox_shadow.gif) top left no-repeat;
}
.service {
	height:324px;
	width:150px; 
	overflow:hidden;
	background:url(../images/service_bg.png) top left repeat-x;
}
div.bigbox div.service{
	width:auto; 
}
div.bigbox div.service h3{
	width:auto;
}
.service h3 {
	padding-bottom:12px;
	margin-bottom:0px;
	background: transparent url(../images/separator.jpg) bottom center no-repeat;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.2em;
	text-align:center;
	text-transform:none;
	width:140px;
}
.service a, .service a:visited {
	display:block;
	width:136px;
	padding-top:85px;
	margin:0 auto;
	color:#fff;
	font-size:0.75em;
	line-height:1.3;
	text-decoration:none;
}
.service a.weddings, .service a.weddings:visited { background:url(../images/tile_weddings.jpg) top center no-repeat; }
.service a.prom, .service a.prom:visited { background:url(../images/tile_prom.jpg) top center no-repeat; }
.service a.special, .service a.special:visited { background:url(../images/tile_special.jpg) top center no-repeat; }
.service a.vip, .service a.vip:visited { background:url(../images/tile_vip.jpg) top center no-repeat; }

.service a.island, .service a.island:visited {
	width:260px;
	height:170px;
	padding:85px 10px 10px 10px;
	border:1px solid #003;
	background:#fff url(../images/tile_island.jpg) top center no-repeat;
	color:#333;
}

.contentblock {
	width:590px;
	padding-left:20px;
	float:left;
}
.menublock {
	width:328px;
	float:left;

}
.fineprint { 
	font-size:0.7em;
	color:#849ddd;
}
.signature {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-align:right;
}
ul.services_navigation, .darkblue_block {
	list-style:none;
	margin:0;
	padding:5px;
	background:url(../images/servicesnav_bg.png) top left repeat-x;
	color:#fff;
}
ul.services_navigation li {
	margin:0;
	padding:0;
	height:1%;
}
ul.services_navigation li a, ul.services_navigation li a:visited {
	display:block;
	height:40px;
	width:196px;
	padding:20px 0 0 120px;
	border:1px solid #284893;
	margin-bottom:5px;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
}

ul.services_navigation li a.weddings { 	background:url(../images/mini_weddings.jpg) top left no-repeat; }
ul.services_navigation li a.prom { 	background:url(../images/mini_prom.jpg) top left no-repeat; }
ul.services_navigation li a.special { 	background:url(../images/mini_special.jpg) top left no-repeat; }
ul.services_navigation li a.vip { 	background:url(../images/mini_vip.jpg) top left no-repeat; }
ul.services_navigation li a.tours { 	background:url(../images/mini_tours.jpg) top left no-repeat; }
ul.services_navigation li a:hover ,
ul.services_navigation li a.current, ul.services_navigation li a.current:visited {
	color:#fff;
	border-color:#3662C7;
	background-color:#284893;
}
.darkblue_block a, #darkblue_block a:visited {
	color:#fff;	
}
.darkblue_block a:hover {
	color:#C5D3EE;
}
.picturerow {
	background-color:#7593D9;
	height:110px;
	padding:2px 0 2px 2px;
	margin-bottom:2px;
}
.picturerow img {
	float:left;
	margin-right:2px;
	
}
/* ******************  speech  ************** */
/* 
   The following portion of the stylesheet uses styles taken from the w3.org website, 
   and it is a subject to the following:
   Copyright 1997-2006 W3C (MIT, ERCIM, Keio). All Rights Reserved.
   The following software licensing rules apply:
   http://www.w3.org/Consortium/Legal/copyright-software */
@media aural {
   h1, h2, h3,
   h4, h5, h6    { voice-family: paul, male; stress: 20; richness: 90 }
   h1            { pitch: x-low; pitch-range: 90 }
   h2            { pitch: x-low; pitch-range: 80 }
   h3            { pitch: low; pitch-range: 70 }
   h4            { pitch: medium; pitch-range: 60 }
   h5            { pitch: medium; pitch-range: 50 }
   h6            { pitch: medium; pitch-range: 40 }
   li, dt, dd    { pitch: medium; richness: 60 }
   dt            { stress: 80 }
   pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
   em            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   strong        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   dfn           { pitch: high; pitch-range: 60; stress: 60 }
   s, strike     { richness: 0 }
   i             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   b             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   u             { richness: 0 }
   a:link        { voice-family: harry, male }
   a:visited     { voice-family: betty, female }
   a:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}
