body{
	margin: 0px 0 0 0;
	padding: 0;
	background: #e9e6db url(graphics/body.jpg) repeat-x;
}
table td {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000;
}
#textsizer {
	position: relative;
	top: -20px;
	left: 740px;
	margin: 0;
}
#tellafriend {
	position: relative;
	top: 80px;
	left: 15px;
	margin: 0;
	background: url(graphics/gdt.jpg);
	padding: 10px;	border-style: solid;
	border-color: black;
	border-width: 0 0 0 1px;
	width: 130px;
}
.whitefont {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #FFF;
}
.innertube h3 {
	font: 14px trebuchet, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #006;
	letter-spacing: 0.02em;
	word-spacing: 0.1em;
	margin: 0px 0 0px 20px;
	text-align: left;
	padding: 6px;
	background: transparent;
	border-style: solid;
	border-color: #000;
	border-width: 0 0 1px 0;
}
h4 {
	font: 14px trebuchet, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #006;
	letter-spacing: 0.02em;
	word-spacing: 0.1em;
	margin: 10px 0 5px 20px;
	text-align: left;
	padding: 5px 3px 11px 22px;
	background: url(graphics/h4_bkgnd.png) top left no-repeat;
/*	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#006bb6', startColorstr='#000066', gradientType='0');*/
}
h6 {
	font: 9px trebuchet, verdana, arial, helvetica, sans-serif;
	line-height: 14px;
	font-weight: normal;
	color: #FFF;
	margin: 0px 0 -3px 0px;
	text-align: right;
	padding: 5px 10px 0px 3px;
	background: #608051;
	height: 20px;


	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	-webkit-box-shadow:#000 -2px 2px 5px;
	-moz-box-shadow: #000 -2px 1px 3px;
	box-shadow: #000 -2px 1px 3px;

	behavior: url(PIE.htc);
}
#flash {
	float: right;
	padding: 10px;
}
.datatable {
	background: transparent;
	border-style: solid;
	border-width: 0px;
	border-color: #f2f0e9 #c9c2ab #c9c2ab #f2f0e9;
}
.footertext { /*FOOTER TEXT*/
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #e7f5f9;
	margin: 0 0 0px 0px;
}
.gallerytext {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #003;
}
ul {
  	margin: 5px 0 10px 0px;
}
li.index {
	margin: 0 0 0px 0px;
  	font: 12px verdana, arial, helvetica, sans-serif;
	padding: 2px;
}

li {
  	font: 12px verdana, arial, helvetica, sans-serif;
	line-height: 15px;
	color: #000;
	margin: 0px 0px 2px 40px;
	text-align: left;
/*	list-style-image: url(graphics/bullet.gif);*/
	list-style-type: square;
  }
.accomm {
	margin: 3px 0px 0 0px;
}
/*Layout*/
#topsection h1{
	font: 20px  arial rounded MT bold, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color:#003;;
	letter-spacing: 0.06em;
	margin: -20px 0 0 10px;
	word-spacing: 0.1em;
	text-align: left;
	position: relative;
	top: 50px;
	left: 140px;
}
#topsection h2 {
	font: 10px tahoma, verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	font-weight: bold;
	margin: 0 0 0 0px;
	text-align: left;	
	position: relative;
	top: 5px;
	left: 120px;
	word-spacing: 0.1em;
	letter-spacing: 0.0em;
}
#topsection h3 {
	font: 10px tahoma, verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	font-weight: bold;
	margin: 0 0 0 0px;
	text-align: left;	
	position: relative;
	top: 155px;
	left: 220px;
	word-spacing: 0.1em;
	letter-spacing: 0.0em;
	border-style: solid;
	border-color: #000;
	border-width: 0;
}

#emailus {
	position: relative;
	top: 125px;
	left: 840px;
	margin: 0 0 -40px 0;
	width: 100px;
	padding: 10px;
}
#emailus a{
	font: 17px tahoma, verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #00F;
	text-decoration: none;
}

#maincontainer{
width: 950px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: url(graphics/header.jpg);
height: 194px; /*Height of top section*/
margin: 0px 0 0 0;
}

#contentwrapper{
float: left;
width: 99%;
}

#contentcolumn{
margin-left: 160px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 160px; /*Width of left column*/
margin-left: -950px; /*Set left margin to -(MainContainerWidth)*/
background: transparent;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
img.body, table.body {
background: #e9e6db;
	border:5px solid white;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	-webkit-box-shadow:#000 -2px 2px 5px;
	-moz-box-shadow: #000 -2px 1px 3px;
	box-shadow: #000 -2px 1px 3px;

	behavior: url(PIE.htc);
}

p {
	margin: 0 40px 10px 30px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
  }

/*SLIDESHOW GALLERY*/
.thumbnail {
	position: relative;
top: 20px;
	z-index: 0;
}
.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}
.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #f7f3ef;
	padding: 5px;
	left: -1000px;
	border: 1px solid black;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -220px;
	left: 0px; /*position where enlarged image should offset horizontally */
}
.thumbnailright {
	position: relative;
	z-index: 0;
top: 20px;
}
.thumbnailright:hover {
	background-color: transparent;
	z-index: 50;
}
.thumbnailright span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #f7f3ef;
	padding: 5px;
	left: -1000px;
	border: 1px solid black;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnailright span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumbnailright:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -220px;
	left: -120px; /*position where enlarged image should offset horizontally */
}
.mouseover {
	font: 10px verdana, arial, sans-serif;
	font-weight: normal;
	color: #444;
}
a.btt { 	
	font: 8px arial, helvetica, sans-serif;
	color: #009;
	margin: 0 0px 0 0px;
	padding: 5px;
	text-transform: uppercase;
}

#logopic {
	position: relative;
	top: 80px;
	left: 20px;
}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout4.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
position: relative;
z-index: 1000;
font-size: 90%;
height: 355px;
margin: 27px 0 10px 15px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding: 0;
margin: 0;
list-style-type: none;
width: 150px;
position: relative;
top: -15px; 

}

.menu li {
background: transparent;
height: 26px;
margin: 1px 0px 5px 0px;
list-style-type: none;
}
* html .menu li {margin-left:-16px; margin-lef\t:0;}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* style the links */
.menu a{
	display: block; 
	text-decoration: none;
	height: 25px;
	width: 150px;
	text-indent: 5px;
	background: url(graphics/menu_off.png);	
	font: 11px  verdana, arial, helvetica, sans-serif;
	letter-spacing: 0.1em;
	line-height: 18px;
	font-weight: normal;
	color: #006;
	padding: 5px 0 0 0;
}
 .menu a:visited  {
	color: #600;
	background: url(graphics/menu_visited.png);	
}
 .menu a:active  {
	background: url(graphics/menu_active.png);	
	padding: 7px 0 0 0;
}

/* style the link hover */
* html .menu a:hover {
	color:#00F; 
	background: #e9e6db url(graphics/menu_on.png);	
}
.menu:hover > a {
	color:#fff; 
	background: #e9e6db url(graphics/menu_on.png);	
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:-1px;
	left:140px;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility:visible;
	background: #EFEFEF;
}

.menu ul li:hover ul li a,
.menu ul a:hover ul li a{
	background: #e9e6db url(graphics/menu_off.png);	
}

.menu ul li:hover ul li a:hover,
.menu ul a:hover ul li a:hover{
	background: #e9e6db url(graphics/menu_on.png);	
}
.menu ul li:hover ul li a:visited,
.menu ul a:hover ul li a:visited{
	background: #0f045e;
	background: url(graphics/menu_visited.png);	
}	

/* keep the third level hidden when you hover on first level list OR link */
.menu ul:hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul:hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul:hover ul :hover ul{ 
visibility:visible;
background:#ded;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul:hover ul :hover ul :hover ul { 
visibility:visible;
background:#edd;
}
.menu ul.top2 {top:45px;}
.menu ul.top3 {top:131px;}
.menu ul.top4 {top:187px;}
.menu ul.top5 {top:223px;}
.menu ul.top6 {top:129px;}
.menu ul.top7 {top:155px;}

#logos {
	position: relative;
	top: 130px;
	left: 16px;
	text-align: center;

}



#footertext_holder {
	position: relative;
	top: -5px;
	left: 80px;
}

a.footerlink { /*FOOTER LINKS*/
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color:#FFF;
	line-height: 18px;
	margin: 0 0 0px 0px;
	text-decoration: none;
}
