/*
CSS for Charleston Spots
*/

body {margin: 20px 40px 60px 40px; padding: 0; background: url(Images/bg.gif); color: rgb(0, 0, 0); font-family:arial, helvetica, sans-serif; font-size: 62.5%;}
hr {height: 3px; width: 100%; text-align: center;}
.icap {font-size:175%}
.small {font-size:75%;}
.emphasis {font-weight: bold; font-style: italic;}
.section {font-weight: bold; font-size:1.5em;}
em {text-transform: uppercase;}
.boom {font-weight: bold; color: #49bdff; text-decoration:underline;}

#topbanner {

line-height: 80px;
margin: 0;
clear: both; 
text-align: center;
background: url(banner3.jpg) repeat-x; 
color:#FFFFCC; 
font-weight: bold; 
font-style:italic; 
font-size:38px; 
text-align: center; 
font-family: "Lucida Sans Unicode","Trebuchet MS",sans-serif;

}

#topnav {
font: bold 1.4em Verdana,sans-serif;
text-align: center;
background-color: #49bdff;
position: relative;
line-height: 20px;
clear: both;
margin-top: -2px;

}

#topnav a {
color:navy; 
text-decoration: none; 
margin:0 60px 0 60px;

}

#topnav a:hover {
color:rgb(255, 255, 204);

}

#sidenav {
float: left;
font-family:"Trebuchet MS", sans-serif;
width: 130px;  
font-size: 1.4em;
text-align: left;
background-image: url(navbar-back.jpg); 
color: rgb(255, 255, 204); 
font-weight: bold;
padding: 14px 0 10px 8px;

}

#sidenav ul {
	list-style: none;
	display: inline;  
	}
	
#sidenav li a {
	margin-left:2px;
	text-decoration:none;
	padding-left:3px;
	color: rgb(255, 255, 204); 
	}
	
#sidenav li a:link.active, a:visited.active, 
a:hover.active, a:active.active {

	border-left: 3px solid yellow; 

}

#sidenav li a:hover.inactive {
	border-left: 3px solid red; 
	/*#CC6600;*/
	
}
	
   	
a:link.sidenav_header, a:visited.sidenav_header, a:link.sidenav_active_head, a:visited.sidenav_active_head, 
a:hover.sidenav_active_head, a:active.sidenav_active_head {color: #49bdff; margin: 0;}
a:hover.sidenav_header, a:active.sidenav_header {color: red}

a:link.sidenav_active, a:visited.sidenav_active, 
a:hover.sidenav_active, a:active.sidenav_active {color: rgb(255, 255, 204); margin: 0;}

#sidelogos {
text-align: center;
padding: 10px 0 7px 0;

}


#adbar {
position: relative;
float: right;
width:160px;
height: 600px;

}

#bodycontent {

padding: 20px 170px 350px 10px;
margin: 0 0 0 138px;
background: #ffffcc; 
color: black; 
font: 1.2em Verdana,sans-serif;

}

#detail {

width: 400px;
padding: 10px 10px 30px 10px;
color: black;
background: #E6E6E6;
font-size: small;
font-family:helvetica, arial, sans-serif;

}

#detail hr {
width: 400px;
background: #5A005A;
height: 3px;
margin-bottom: 200px;
}

#bodycontent a:link, #bodycontent a:visited, #bodycontent a:hover {

    color: #000066; 
    font-weight:bold; 
    font-size: small;
    
    }

#bodycontent a:active {
    color:red; 
    font-weight:bold; 
    font-size: small;
    
    }
    
span.smallboxad {
position: relative;
float: right;
padding-top: 15px;
padding-left: 8px;
width: 200px; 
height: 200px; 
padding-bottom: 30px;

}

span.medboxad {
position: relative;
float: left;
padding-top: 5px;
padding-left: 8px;
padding-right: 8px;
width: 300px; 
height: 250px; 
padding-bottom: 8px;

}


/* Sortable tables */
table.sortable th {
    background-color: #d8d8d8; /*#eee*/
    color: #012552; /*#666666;*/
    font-weight: bold;
    cursor: default;
    text-align: center;
    /*font-size: medium;*/
    padding: 1px;
}

table.sortable tbody {
text-align: center;
/*width: 95%;*/
}

/*table.sortable td
{
border: 1px solid black;
}*/

