/*
CSS For SOEA.com
October 2009
*/

body {
	margin: 0;
	padding: 0;
	background: #F7F7F7 url(../images/header.jpg) repeat-x left top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #787878;*/
	color: #333333;
}

h1, h2, h3, .menuTitle, .menuTitleSmall {
	margin: 0;
	padding: 0;
	font-weight: normal;
	/*color: #32639A;*/
	/*color: #06356a;*/
	color: #333333;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

img {
border:none;
}

a {
	text-decoration: none;
	color: #4486C7;
}

a:hover {
text-decoration:underline;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#header {
	width: 940px;
	height: 148px;
	margin: 0 auto;
	/*background-image: url(../images/soea.jpg);*/
	background-repeat:no-repeat;
	background-position:bottom;
}

#logo {
	float: left;
	margin: 0;
	padding-top: 15px;
	color: #000000;
	margin-left:10px;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	letter-spacing: -1px;
	font-size: 3.2em;
}

#logo p {
	/*float: left;*/
	margin: 0;
	padding: 2px 0 0 10px;
	font: normal 14px Verdana;
	font-style: italic;
	color:#000033;
} 

#welcomeText {
	font-size: 10px;
	font-style:italic;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color:#000033;
}


#search {
	float: right;
	/*width: 280px;*/
	width: 220px;
	height: 60px;
	padding: 20px 0px 0px 0px;
	background: #E2E2E2;
	border-bottom: 4px solid #FFFFFF;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #DEDEDE;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	width: 50px;
	height: 22px;
	border: none;
	background: #B9B9B9;
	color: #000000;
}

#menu {
	width: 940px;
	height: 49px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	border-left: 1px solid #4E9CE9;
}

#menu li.last {
	border-right: 1px solid #4E9CE9;
}

#menu a {
	display: block;
	width: 155px;
	height: 29px;
	padding-top: 16px;
	text-decoration: none;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .currentPageItem a {
	background: #4E9CE9;
	text-decoration: none;
}

#menu .currentPageItem a {
	background: #4E9CE9;
	padding-left: 0;
}

#page {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

#pageBgTop {
	padding: 20px;
}

#pageBgBtm {
}

#content {
	float: left;
	width: 680px;
	/* width: 620px; */
	padding: 10px 0px 0px 0px;
}

.section {
	margin-bottom: 15px;
}

.post-bgtop {
}

.post-bgbtm {
}

.section .title {
	height: 38px;
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #000000;
}

.section .title a .subTitle {
	/*color: #32639A;*/
	color: #333333;
	border: none;
}

.section .meta .subTitle {
	margin-bottom: 30px;
	padding: 5px 0px 15px 0px;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.subTitle {
	color: #333333; 
	margin-bottom:8px;
	line-height:20px;
}

.section .meta .date {
	float: left;
}

.section .meta .posted {
	float: right;
}

.section .meta a {
}

.section .sectionText {
	padding: 0px 8px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.sectionImgNoBdr, .sectionImgBdr{
	margin-top:12px; 
	margin-left:16px; 
	float:right;
	border:none;
	background-color:transparent;
}

.sectionImgBdr {
	border:2px solid #cccccc;
	margin-top:0;
	margin-left:16px;
}

.links {
	padding-top: 14px;
	font-size: 12px;
	font-weight: bold;
	margin-left:13px;
}

.links a:link, a:active, a:hover, a:visited { 
	text-decoration: none;
}

.links a:hover { 
	color: #8A8A8A;
	text-decoration:underline; 
}

.clear {
	clear:both;
	height:1px;
}

#sidebar {
	float: right;
	width: 220px;
	/*width: 280px;*/
	padding: 0px;
	color: #787878;
	background: #FFFFFF;
	margin-top:60px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
	border-left: 1px solid #E2E2E2;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D1D1D1;
	margin: 0px 30px;
	border-left: none;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	padding-left: 30px;
	letter-spacing: -.5px;
	font-size: 1.8em;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #8A8A8A;
}

#footer {
	height: 300px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #ECECEC;
	border-top: 1px solid #DEDEDE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	color: #A0A0A0;
}

#footer a {
	color: #8A8A8A;
}

#footer a:hover {
	text-decoration: underline;
	color: #000000;
}

.designBy {
	font-size:10px;
}

.schedTable {
	padding:6px 6px 6px 12px;
}

.bigTopMargin {
	margin-top: 30px;
}

.slideMenu, .slideMenu-LG {
	 width:580px;
	 padding:0px;
	 margin:0px;
	 border:none;
	 vertical-align:middle;
	 border-collapse:collapse;
}

.slideMenu-LG {
width:650px;
}

.slideMenuTL, .slideMenuTC, .slideMenuLC, .slideMenuRC, .slideMenuBL, .slideMenuBC, .slideMenuBL {
	/* In order for IE to display the box correctly I had to set the width and height to 17 when it's actually 18 */
	width:17px;
	height:17px;
	background-image:url(../images/elements/grey-box-tl.png);
	margin:0;
	padding:0;
}

.slideMenuTC, .slideMenuBC, .slideMenuTC-LG, .slideMenuBC-LG {
	width:530px;
	background-image:url(../images/elements/grey-box-tc.png);
}

.slideMenuTC-LG, .slideMenuBC-LG {
width:600px;
}

.slideMenuTR {
	background-image:url(../images/elements/grey-box-tr.png);
}

.slideMenuLC {
	background-image:url(../images/elements/grey-box-lc.png);
}

.slideMenuContents {
 width:534px;
}

.slideMenuContents-LG {
 width:604px;
}

.slideMenuRC {
	background-image:url(../images/elements/grey-box-rc.png);
}

.slideMenuBL {
	background-image:url(../images/elements/grey-box-bl.png);
} 

.slideMenuBC {
	background-image:url(../images/elements/grey-box-bc.png);
}

.slideMenuBL {
	background-image:url(../images/elements/grey-box-bl.png);
}

.slideMenuBR {
	background-image:url(../images/elements/grey-box-br.png);
}

.slideMenuButtons {
	 border:none; 
	 padding:0px;
	 margin:0px;
	 margin-left:-8px;
	 width:140px;
}

.menuButton {
	margin-left:10px;
	width:140px;
	height:40px;
	border:none;
}

.menuTitle, .menuTitleSmall {
	font-size:16px;
	font-weight:bold;
}

.menuTitleSmall {
	font-size:14px;
}

.mentText {
	margin-left:40px; 
	margin-right:40px;
}

.menuLeft {
float:left;
width:280px;
border-right:1px solid #c9c9c9;
padding:12px;
}

.menuRight {
float:right;
width:280px;
padding:12px;
}

.resButton {
	width:33px;
	height:36px;
	border:none;
	vertical-align:middle;
}

.slideMenuContents, .slideMenuContentsLeft, .slideMenuContents-LG {
	background-image:url(../images/elements/grey-box-bg.png);
	background-repeat:repeat;
	color:#000000;
	border:none;
	text-align:center;
}

.slideMenuContentsLeft {
	text-align:left;
}
.menuSubTitle {
	color:#32639A;
	font-size:15px;
	font-weight:bold;
}

.menuItem, .menuItemSmall, .menuItemLite {
	font-size:14px;
	color:#000000;
	font-weight:600;
}

.menuItemLite {
font-weight:normal;
}

.menuDescription, .menuDescriptionCenter, .menuDescritionSmall {
	color:#000000;
	font-size:13px;
	font-style: italic;
}

.price, .priceSmall { 
font-size: 13px; 
font-weight: bold; 
text-align: right; 
}

.menuDescritionSmall, .priceSmall, .menuItemSmall {
	font-size:11px;
}

.menuDescriptionCenter {
text-align:center;
}

a.menuLink:link, a.menuLink:active, a.menuLink:hover, a.menuLink:visited { 
	font-size: 12px;  
	color: #3333FF;
	text-decoration: none;
}

a.menuLink:hover { 
	color: #000066;
	text-decoration: underline; 
}

.menuDescriptionApp {
	font-style:italic;
}

.printMenu {
	margin-top:30px;
}

.titleMenu {
	margin-top:20px;
}

.menuTitlePlural {
	border-top: 1px solid #E2E2E2;
	padding-top: 20px;
	padding-bottom:10px;
}
	
.sideItem1 {
	margin-top:0;
}

#bottomNav  a {
	color: #000066;
}

#emailLink {
	margin-top:14px;
}

#resButton ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#resButton li {
	background-color:#010066;
}

#resButton a {
	display: block;
	height: 29px;
	padding-top: 16px;
	text-decoration: none;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#resButton a:hover, #resButton .resPage a {
	background: #4E9CE9;
	text-decoration: none;
	color:#ffffff;
}

#resButton .resPage a {
	background: #4E9CE9;
	padding-left: 0;
}

#resButton a:hover, #resButton .currentPageItem a {
	background: #4E9CE9;
	text-decoration: none;
}

#resButton .currentPageItem a {
	background: #4E9CE9;
	padding-left: 0;
}

.deckLayout {
float:left; 
width:200px;
padding:12px;
}

.deckLayoutImg {
width:200px;
height:581px;
margin-bottom:12px;
}

.inlineList {
margin-top:12px;
text-align:inherit;
letter-spacing:0;
}

.tabLike {
margin-left:20px;
}

.beverages { 
font-size: 13px; 
width: 643px; 
border: 1px solid #c0c0c0; 
text-align: left; 
background-color: #ffffff; 
padding: 10px; 
}

.bevTitle { 
color: #3333FF; 
font-size: 13px; 
font-weight: bold; 
width: 207px; 
text-align: left; 
}

.bevTable { 
font-size: 13px; 
text-align: left; 
}

.bevSubTitle {
width:332px;
}

.bevPrice {
width:84px;
}

.bevSpace {
height:18px;
}

.bevColSpace {
width:149px;
}

.bevPriceSpace {
width:96px;
}

.resFormT1, .resFormT3, .resFormT2 {
color: #06356a;
font-size:18px;
font-weight:bold;
}

.resFormT2 {
font-size:14px;
}

.resFormT3 {
font-size: 12px;
}

.resForm {
color: #000066;
}

.bold {
font-weight:bold;
}

.red {
color:red;
}

.quoteBox, .firstQuoteBox {
width:450px;
background-color: #000066; 
color: #ffffff; 
padding: 10px;
padding-bottom:5px; 
border: solid 1px #ffffff;
}

.firstQuoteBox {
margin-top:30px;
}

.quoteSignature {
margin-left: 20px; 
font-family: cursive, monaco;
}

.callOutBox, .callOutBoxSmall, .callOutBoxLarge {
border:1px solid #c9c9c9; 
padding:8px; 
background-color:#ffffff;
margin-top:12px;
margin-left:15%;
margin-right:25%;
text-align:center;
width:400px;
}

.callOutText {
font-size:12px;
color:#0000CC;
}

.callOutBoxSmall {
width:300px;
margin-left:25%;
margin-right:25%;
}

.callOutBoxLarge {
width:620px;
margin-left:0px;
text-align:left;
}

.starShort {
position:relative; 
left:-160px; 
top:-25px;
}

.starLong {
position:relative; 
left:-210px; 
top:-25px;
}

.printMenu {
text-align: center; 
width: 150px; 
height: 18px; 
background: url(../images/logos/tinyLogo.jpg) no-repeat top right; 
background-color: #ffffff; 
padding: 4px; 
margin: 4px; 
margin-left: auto; 
margin-right: auto;
margin-top:14px; 
border: 2px solid #000066; 
}

a.printLink:link,a.printLink:active,a.printLink:visited { 
font-size: 11px; 
color: #000066; 
text-decoration: none; 
font-weight: bold; 
}

a.printLink:hover { 
font-size: 11px; 
color: #3333FF; 
text-decoration: underline; 
}

.menuSeparator {
width:90%;
text-align:center;
margin-top:20px;
margin-bottom:20px;
}

.appBox {
width:240px; 
background-color:#ffffff; 
border:1px solid #c9c9c9;  
padding:16px;
}

.ratesTable {
width:579px;
text-align:center;
border:none;
}

.ratesTitle {

}

.ratesPrice {

}

.ratesCol1 {
width:197px;
text-align:left;
}

.ratesCol2 {
width:98px;
text-align:right;
}

.ratesCol3 {
width:130px;
text-align:right;
}

.ratesCol4 {
width:144px;
text-align:right;
}

.vendors {
margin-top:16px;
margin-bottom:8px;
}

.links a:hover { 
	color: #8A8A8A;
	text-decoration:underline; 
}

a:hover {
text-decoration:underline;
}

.cruisePlanner {
float:right; 
margin-left:8px;
}

.twoCols {
width:250px;
}

.formHeading, .formHeadingSmall, .formHeadingSmallNoIndent {
margin-left:-8px; 
margin-top:16px; 
margin-bottom:8px;
}

.formHeadingSmall, .formHeadingSmallNoIndent {
font-size:15px;
font-weight:600;
}

.formHeadingSmallNoIndent {
margin-left:0;
}

.disclaimer {
font-size:10px;
}