/* menu */
#menublack{filter:alpha(opacity=75); width:1000px; opacity:.75; background:black; height:50px;}
#menu{ margin:0px; padding:0px; list-style:none;    display:inline-block;  z-index:1000;  height:60px;	width:1000px; }
#menu a { color:#fff; text-decoration:none; height: 20px; font-size: 14px; font-weight: bold; float: left;  padding-left:19px; padding-right:19px; padding-top:15px; padding-bottom:15px;}
#menu > li {cursor:pointer; float:left; position:relative; }
#menu > li a:hover {color:#B0D730; background:white;}
#menu .logo {background:transparent none repeat scroll 0% 0%; padding:0px; background-color:Transparent;}
/* sub-menus*/
#menu ul { padding:0px; margin:0px; display:block; display:inline;}
#menu li ul { position:absolute; left:5px; top:0px; margin-top:50px; width:70px; /* for IE */ display:none; height:60px;}
#menu li:hover ul { display:block;}
#menu li ul li{ display:block;  list-style-type:none;}
#menu li ul li a { border-top: dotted 2px #606060; display:block; color:#B0D730;   background:black; height:25px; font-size: 14px; padding-left:10px; padding-right:10px; padding-top:15px; padding-bottom:15px; width:120px;}
#menu li ul li a:hover {background:white; color:black;}
#menu li {margin:0 0px}
#menu ul {margin:0 0px}





body
{
	/*background:#496353;*/
	/*background:#e3f9b8;*/
	background:url(/images/stripe.png);
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

#page{
	top:0px;
	left:0px;
	width:1000px;	
}


#content{
	padding-top:10px;
	text-align:left;
	width:970px;
	min-height:300px;
	background:#fafff0;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	font-family:Arial,Helvetica,sans-serif;
/*	-moz-border-radius-bottomright:20px;
	-moz-border-radius-bottomleft:20px;*/
}


#headline{
	width:600px;
	float:right;

}

#headline h1{

	color:white;
	font-weight:bold;
	text-align:left;

}

#headline h3{

	color:white;
	font-weight:bold;
	text-align:center;

}

#titletext
{

padding-top:20px;
}

#footer
{	
	position:relative;
	top:0px;
	opacity:.7;
	filter:alpha(opacity=70);
	height:45px;
	background:black;
	width:100%;
/*	-moz-border-radius:20px;
	-webkit-border-radius:20px;*/
	padding-top:5px;
	padding-bottom:5px;
	font-size:10px;
	color:white;


}

#Logo
{	
	height:250px;
	/*background:#20633b;*/
	background:url(/images/bg_header.gif) repeat-x;;
	background-color:#A5D12C;
	text-align:center;
	margin-top:-15px;
/*	-moz-border-radius-topright:20px;
	-moz-border-radius-topleft:20px;*/
	
}

#spacer
{
	opacity:.7;
	filter:alpha(opacity=70);
	height:20px;
	background:black;
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
	font-size:14px;
	font-weight:bold;
	color:white;
}


.linkimg1 a{
	display: block; 
	height:300px;
	width:800px;
	background:  transparent url(/images/savannah2.png) no-repeat;
}

.linkimg1 a:hover {
	display: block; 
	min-height:300px;
	min-width:800px;
	background:  transparent url(/images/savannah2.png) no-repeat;
	background-position: -800px 0;
}

.linkimg2 a{
	display: block; 
	height:300px;
	width:800px;
	background:  transparent url(/images/venue2.png) no-repeat;
	
}

.linkimg2 a:hover {
	display: block; 
	min-height:300px;
	min-width:800px;
	background:  transparent url(/images/venue2.png) no-repeat;
	background-position: -800px 0;
}

.linkimg3 a{
	display: block; 
	height:300px;
	width:800px;
	background:  transparent url(/images/lodging3.png) no-repeat;
	
	
}

.linkimg3 a:hover {
	display: block; 
	min-height:300px;
	min-width:800px;
	background:  transparent url(/images/lodging3.png) no-repeat;
	background-position: -800px 0;
}

 
 
#sortabletable {
	font-size: 12px;
	width: 700px;
	
}
#sortabletable th {
	opacity:.7;
	filter:alpha(opacity=70);
	height:35px;
	background:black;
	padding-left:35px;
	font-size: 13px;
	font-weight: bold;
	color: white;
}
#sortabletable td {
	font-weight: bold;
	height:18pt;
	padding-left:20px;
}
#sortabletable .even {
	background-color: #c6fd58;
}
#sortabletable .odd {
	background-color: #f4fde2;
	color: black !important;
}
#sortabletable .header {
	background-image: url(/images/bg.png);
	background-repeat: no-repeat;
}


#sortabletable th.headerSortUp {
	background-image: url(/images/asc.png);
	background-repeat: no-repeat;
}
#sortabletable th.headerSortDown {
	background-image: url(/images/desc.png);
	background-repeat: no-repeat;
}

#pager{
	postion:relative;
	padding-top:6px;
	opacity:.7;
	filter:alpha(opacity=70);
	height:33px;
	background:black;
	padding-left:5px;
	padding-right:5px;
	font-size: 13px;
	font-weight: bold;
	color: white;
	margin-bottom:10px;
	width: 686px;
}


