/* CSS Document */


BODY {
  text-align: center;
  margin: 0px;
  padding: 0px;
  background: #990000 url(../assets/tallgrad.jpg) repeat-x;
}
  
BODY,P,TABLE,TD,TR {   
  font-size: 12px;
  color: #000000;
  font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
}


A:link, A:visited, A:active, A:hover {
	text-decoration: none;
}
A:link  {
	color: #990000;	
}
A:visited { 
  color: #0000FF;
}
A:active {
  color: #0000FF;
}
A:hover { 
  color: #FF0000;

}


#footer A:link  {

     color: #CC0066

}

#footer A:visited  {

     color: #FF3300

}


#footer A:hover  {

     color: #FFFF00

}

.center {
     text-align: center;
	 align: center
}



ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


li {
	float: left;
	position: relative;
	
	text-align: left;
	cursor: default;
	background: transparent;
	
}

li#destinations {
	width: 121px;
}

li#about {
	width: 140px;

}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: url(../assets/navback.jpg) repeat-y;
	
	padding: 10px 5px 5px 0;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

#header {
    position: relative;
    margin: 0 auto;
    width: 928px;
	height: 90px;
	background: #fff;
	background-position: 0px 101px;
}

#slidetop {
    position: relative;
    margin: 0 auto;
    width: 928px;
	height: 150px

}

#left_text {
    height: 780px;
	width: 190px;
	overflow:auto
    
}

#midspace {
    
	 height: 30px;

}
#banner {
	position: relative;
	margin: 0 auto;
	width: 728px;
	height: 90px;
    background: #ccc
}


#companion {
    display: inline;
	margin: 5px

}

#mainvideo {
    position:relative;
	text-align:center;
	padding-top: 5px;
	width:722px;
	height:310px;
	z-index: 7;
	
}

#headcontent {
    position: absolute;
	text-align: left;
    width:338px;
	height:325px;
	left: 380px;
}

#headerbanner 
{
    position: absolute;
    width:928px;
	height:90px;
	left: 0px;
	top: 427px
}

#wrapper {
    width: 928px;
	margin: 0 auto;
	background: #999
}

#container {
	width: 100%;
    text-align: left;
	float: left;
	margin-right: -520px;
	background: #fff
}
#leftcolumn {
	width: 200px;
	padding-top:50px;
	padding-left:5px;
	margin-right: 5px;
	display:inline;
	background: #fff url(../assets/shortbar.jpg) repeat-x;
	float: left;

	}
#sidebar {

	width: 728px;
	z-index: 7;
    margin-left: -50px;
	background: #fff url(../assets/shortgrad.jpg) repeat-x
}
#footer {
    text-align: left;
	color: #fff;
	line-height: 20px;
    margin: 0 auto;
    width: 928px;
	height: 20px;
	background: #870000;
}



#header h2 {
	margin-top: 0;
	margin-bottom: 1.25em;
}
td,ul,ol,li {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 11px;
	line-height: 1.2em;
}


FORM {
  display: inline;
  margin-bottom: 0;
}


.hide {
	display: none;
}

img {
  display: block;
  border: 0;	
}

.inline { 
	display: inline;
	}


blockquote {
   font-size:9pt; border:1px solid #E6E6E6;
   margin:0px 20px; padding:0px 10px
}
blockquote .small {
   background:#E6E6E6;
   margin-left:-10px; padding:1px 2px
}
blockquote hr {
   visibility:hidden;
   height:1px
}
blockquote br {
   font-size:1px
}

#subheading {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	
}

h1, h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
}




h1 {
    color: #000;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.25em;
}

h2 {
    color: #000;
	font-size: 14px;
	font-weight: bold;
	
}
h3 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	
}

h4 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
	
}
p,h1,h2,h3,h4 {
     margin: 5px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.bg_left1 {
    padding: 5px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	background-image: url(../bg_tble.gif);
	background-repeat: repeat-x;
	border: 1px solid #A50D00;
}
A.head, .head  {

     color: #FFFFFF;
	font-size:16px;
	font-weight:bold;
	text-decoration: none;

}
A.head:link  {

     color: #FFFFFF;
	text-decoration: underline;

}
A.head:visited  {

     color: #FFFFFF;
	text-decoration: underline;

}
A.head:hover  {

     color: #FFFF00;
	text-decoration: underline;
}
