/* styles for the Hampton TSA Website
	
	
#######									  ######
####	IN ALPHABETICAL ORDER BY CATEGORY	####
#######									  ######
	
	Code and Design by Nathan Radebaugh and Anthony Sosso.
*/

a {
	color : #666666;
}
a:hover {
	color : #520100;
}
body {
	background-color : #000000;
	padding : 0;
	margin : 0;
	font-family : "Century Gothic";
	color : #333333;
	line-height : 0.75cm;
}
.content {
	margin-right:70px;
	height : 640px;
	overflow : auto;
	padding-right: 10px;
	padding-left : 190px;
}
.contentholder {	
	width : 760px;
	margin-left:16%;
	padding-top : 5px;
	background-image : url('content-bg.jpg');
	background-repeat : no-repeat;
}
#content-bottom {
	display : none;
}
.doubletabbed {
	padding-left : 60px;
}
.dropcap {
	color : #520100;
	font-size : 40px;
	line-height : 40px;
	padding-top : 2px;
	font-family : Times, serif, Georgia;
	font-weight : bold;
}
h1 {
	color : #520100;
	font-size : 25px;
}
h2 {
	color : #520100;
	font-size : 20px;
}
.headerimage {
	margin-left : 17%;
	height : 133px;
	width : 739px;
}
img {
	border : 1px solid #000000;
}
#menu {
	position : absolute;
	top : 120px;
	left : 16.5%;
	height : 650px;
	padding : 0;
	margin : 0;
}
#menu a {
	color : #ffffff;
}
#menu li {
	list-style-type : none;
	padding-top : 5px;
	height : 42px;
	width : 105px;
	background-image : url('menu.gif');
	background-repeat : repeat-x;
	text-align : center;
	color : #ffffff;
	margin-top : 50px;
	margin-left : 1px;
}
.nolink {
	color : #333333;
}
.searchholder {
	position : absolute;
	top : 130px;
	left : 1px;
	width : 15%;
	visibility : hidden;
	padding : 3px;
	color : #ffffff;
}
.tabbed {
	padding-left : 30px;
}
.thesearcher {
	color : #520100;
	font-weight : bold;
	border : 1px solid #ffcc99;
	border-left : 40px solid #ffcc99;
	padding : 2px;
	position : absolute;
	left : 150px;
	top : 113px;
	width : 240px;
	font-size : 15px;
	height : 20px;
}
