* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background-color:#282828;
	background-image: url(images/BGBody.jpg);
	background-repeat:repeat;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.bluebodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #595BAD;
}

#main
{
	 
	width:1020px;
	position:relative;
	align:center;
	margin: 0 auto;
}

#contmain
{
width: 850px;
margin: 0 auto;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
}

h1, h2, h3 {
	color: #44763E;
}

h1 {
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #595BAD;
}


h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 7px;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}


a {
	text-decoration: underline;
	color: #4e7a10;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #595BAD;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #595BAD;
}


/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 850px;
	margin: 0 auto;
	height: 182px;
}

#menunav {
	float: left;
	height: 11px;
	width: 842px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	background:#333333;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;	
}

#menunav a {
	text-decoration:none;
	color:4e7a10;
}

#menu {
	float: left;
	height: 25px;
	width: 836px;
	padding-top: 7px;
	padding-bottom:3px;
	padding-left: 14px;
	background: url(images/buttons.gif) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	width: 115px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
    text-align: center;

}

#menu a:hover {
	color: #595BAD;
    font-size: 18px;
}



/* Logo */

#logo {
	width: 850px;
	height: 159px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat left top;
}


#logo h1 {
	padding-top: 100px;
	padding-left: 20px;
	color: #ffffff;
	font-size: 24px;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-left: 20px;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
}

#logo a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
	background: #ffffff url(images/table_back.gif) repeat-y;
	border-top: none;
}

#page2
{
	background: url(images/title_back.gif) repeat-x top;
}

/* Content */

#content {
	width: 592px;
	padding-right: 10px;
	padding-top: 20px;
	float: right;
	/*margin-right: 15px;*/
}

.columnleft {
	width: 293px;
	float: left;
	display:block;
}

.columnleftindent {
	margin-left: 15px;
}

.columnright {
	width: 293px;
	float: right;
	display:block;
}

.columnrightindent {
	margin-left: 50px;
	
}
.columnrightindent2 {
	margin-left: 20px;
	
}

.winerysubtitle{
	font-style:oblique;
	font-weight: bold;
	color:#990033;
}

.post {
}

.post .title {
	margin: 0;
	font-weight:bold;
	font-style:italic;
	color: #595BAD;
	font-family: Verdana;
}

.post h1.title {
	height: 30px;
	font-size: 2.4em;
}

.post h1.subtitle {
	height: 20px;
	font-size: 1.6em;
	color:#FF9900;
	font-style:oblique;
}

.post .entry {
	padding: 0 10px 30px 5px;
	font-size:12px;
	display:block;
}

.post .meta {
	margin: 0;
	padding: 5px 0px 0px 15px;
	background: url(images/img04.gif) repeat-x left bottom;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595BAD;
}

.post .meta a {
	color: #595BAD;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	background: url(images/img04.gif) repeat-x;
}

.post .links a, .post .tags a {
	border: none;
}

.post ul li {
	background: url(images/arrowbullet.png) no-repeat top left; /*custom bullet list image*/
	padding: 0 0 2px 40px;
	padding-left: 19px; /*link text is indented 19px*/
	list-style-type:none;
}


/* Sidebars */

.sidebar {
	float: left;
}


#sidebar2 {
	width: 225px;
	margin-top:20px;
	margin-left: 5px;
}


#bottom
{
height:30px;
background: url(images/footer.gif) bottom no-repeat;
}

/* Footer */
#footer
{
padding: 20px;
height: 13px;
background: url(images/footer_back.jpg) bottom no-repeat;
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #FFFFFF
}



/* Side bar Menu Styles */


.arrowlistmenu{
width: 222px; /*width of accordion menu*/
}

.arrowlistmenu .menuheaderhome{ /*CSS class for menu headers*/
	font: bold 14px Arial;
	color: white;
	margin-bottom: 1px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	cursor: hand;
	cursor: pointer;
	display:block;
	height:43px;
	width:222px;
	background:url(images/sidebar-home.png) 0 0 no-repeat;*/
	text-decoration:none;
	
}
.arrowlistmenu .menuheadervision{ /*CSS class for menu headers*/
	font: bold 14px Arial;
	color: white;
	margin-bottom: 1px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	cursor: hand;
	cursor: pointer;
	display:block;
	height:43px;
	width:222px;
	background:url(images/sidebar-vision.png) 0 0 no-repeat;*/
	text-decoration:none;
	
}
.arrowlistmenu .menuheaderwinery{ /*CSS class for menu headers*/
	font: bold 14px Arial;
	color: white;
	margin-bottom: 1px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	cursor: hand;
	cursor: pointer;
	display:block;
	height:43px;
	width:222px;
	background:url(images/sidebar-winery.png) 0 0 no-repeat;*/
	text-decoration:none;
	
}

.arrowlistmenu .menuheadertourclub{ /*CSS class for menu headers*/
	font: bold 14px Arial;
	color: white;
	margin-bottom: 1px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	cursor: hand;
	cursor: pointer;
	display:block;
	height:43px;
	width:222px;
	background:url(images/sidebar-tourclub.png) 0 0 no-repeat;*/
	text-decoration:none;
	
}
.arrowlistmenu .menuheadersightseeing{ /*CSS class for menu headers*/
	font: bold 14px Arial;
	color: white;
	margin-bottom: 1px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	cursor: hand;
	cursor: pointer;
	display:block;
	height:43px;
	width:222px;
	background:url(images/sidebar-sightseeing.png) 0 0 no-repeat;*/
	text-decoration:none;
	
}
.arrowlistmenu .menuheadercharters{ /*CSS class for menu headers*/
	font: bold 14px Arial;
	color: white;
	margin-bottom: 1px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	cursor: hand;
	cursor: pointer;
	display:block;
	height:43px;
	width:222px;
	background:url(images/sidebar-charters.png) 0 0 no-repeat;*/
	text-decoration:none;
	
}
.arrowlistmenu .menuheaderupcomingevents{ /*CSS class for menu headers*/
	font: bold 14px Arial;
	color: white;
	margin-bottom: 1px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	cursor: hand;
	cursor: pointer;
	display:block;
	height:43px;
	width:222px;
	background:url(images/sidebar-upcomingevents.png) 0 0 no-repeat;*/
	text-decoration:none;
	
}
.arrowlistmenu .menuheaderourfleet{ /*CSS class for menu headers*/
	font: bold 14px Arial;
	color: white;
	margin-bottom: 1px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	cursor: hand;
	cursor: pointer;
	display:block;
	height:43px;
	width:222px;
	background:url(images/sidebar-ourfleet.png) 0 0 no-repeat;*/
	text-decoration:none;
	
}

.arrowlistmenu .menuheadercruiseship{ /*CSS class for menu headers*/
	font: bold 14px Arial;
	color: white;
	margin-bottom: 1px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	cursor: hand;
	cursor: pointer;
	display:block;
	height:43px;
	width:222px;
	background:url(images/sidebar-cruiseship.png) 0 0 no-repeat;*/
	text-decoration:none;
	
}

.arrowlistmenu .menuheaderlinks{ /*CSS class for menu headers*/
	font: bold 14px Arial;
	color: white;
	margin-bottom: 1px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	cursor: hand;
	cursor: pointer;
	display:block;
	height:43px;
	width:222px;
	background:url(images/sidebar-links.png) 0 0 no-repeat;*/
	text-decoration:none;
	
}
.arrowlistmenu .menuheadercontactus{ /*CSS class for menu headers*/
	font: bold 14px Arial;
	color: white;
	margin-bottom: 1px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	cursor: hand;
	cursor: pointer;
	display:block;
	height:43px;
	width:222px;
	background:url(images/sidebar-contactus.png) 0 0 no-repeat;*/
	text-decoration:none;
	
}


.arrowlistmenu .menuheaderhome:hover{ /*CSS class to apply to expandable header when it's mouseover'd*/
	background-position:-223px 0;
}
.arrowlistmenu .menuheadervision:hover{ /*CSS class to apply to expandable header when it's mouseover'd*/
	background-position:-223px 0;
}
.arrowlistmenu .menuheaderwinery:hover{ /*CSS class to apply to expandable header when it's mouseover'd*/
	background-position:-223px 0;
}
.arrowlistmenu .menuheadertourclub:hover{ /*CSS class to apply to expandable header when it's mouseover'd*/
	background-position:-223px 0;
}
.arrowlistmenu .menuheadersightseeing:hover{ /*CSS class to apply to expandable header when it's mouseover'd*/
	background-position:-223px 0;
}
.arrowlistmenu .menuheadercharters:hover{ /*CSS class to apply to expandable header when it's mouseover'd*/
	background-position:-223px 0;
}
.arrowlistmenu .menuheaderupcomingevents:hover{ /*CSS class to apply to expandable header when it's mouseover'd*/
	background-position:-223px 0;
}
.arrowlistmenu .menuheaderourfleet:hover{ /*CSS class to apply to expandable header when it's mouseover'd*/
	background-position:-223px 0;
}
.arrowlistmenu .menuheaderlinks:hover{ /*CSS class to apply to expandable header when it's mouseover'd*/
	background-position:-223px 0;
}
.arrowlistmenu .menuheadercontactus:hover{ /*CSS class to apply to expandable header when it's mouseover'd*/
	background-position:-223px 0;
}
.arrowlistmenu .menuheadercruiseship:hover{ /*CSS class to apply to expandable header when it's mouseover'd*/
	background-position:-223px 0;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-position:-223px 0;
}



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

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
padding-left: 40px; /*indent spacing for entire line*/
}

.arrowlistmenu ul li a{
	color: #4e7a10;
	background: url(images/arrowbullet.png) no-repeat top left; /*custom bullet list image*/
	margin-top: 2px;
	display: block;
	padding: 0 0 2pxs 40px;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	/*border-bottom: 1px solid #dadada;*/
	font-size: 100%;
	text-align:left;
}

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

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #660033;
	background-color:#CCCCFF;
}



/* Image Drop Shadows - Left Float */
  .img-shadow {
	float: left;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 10px 0 10px !important;
	margin: 10px 0 0 5px;
  }

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
	width: 200;
	height: 173;
  } 
  /* End Image Drop Shadows */
  

/* Image Drop Shadows - Right Float */
  .img-shadowright {
	float: right;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 10px 0 10px !important;
	margin: 10px 0 0 5px;
  }

.img-shadowright img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
	width: 200;
	height: 173;
  } 
  /* End Image Drop Shadows */
  

.outer {
width: auto; background: #ddddee;
}
 
.middle {
background: #aaaabb;
}
 
.inner {
background: #777788;
}
 

 
.middle, .inner, {
  position: relative;
  left: -1px;
  top: -1px;
  } 
  
  
  #shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
}

    #shadow-container .shadow1 {
        background: #F1F0F1;
    }

    #shadow-container .shadow2 {
        background: #DBDADB;
    }

    #shadow-container .shadow3 {
        background: #B8B6B8;
    }

    #shadow-container .container {
        background: #ffffff;
        border: 1px solid #848284;
        padding: 5px;
		padding-bottom: 10px;
    }
