@charset "utf-8";
/* CSS Document */

body {
	margin:					0;
	padding:				0;
	background-image:		url(images/orange_bg.gif);
	background-position:	center;
	background-repeat:		repeat-y;
}

#body {
	background-image:		url(images/orange_bg.gif);
	background-repeat:		repeat-y;
	background-position:	center;
	font-family:			Verdana, Geneva, sans-serif;
	width:					1000px;
	margin-left:			auto;
	margin-right:			auto;
	padding-top:			10px;
	padding-bottom:			10px;
	}

#content h1 {
	font-size:				24px;
	margin-bottom:			5px;
	margin-top:				1px;
}

#content h2 {
	font-size:				20px;
	margin-bottom:			5px;
}

#content h3 {
	font-size:				16px;
	margin-top:				2px;
	margin-bottom:			5px;
}

img {
	border:					0;
}

hr {
	color:					#959595;
	background-color:		#959595;
	height:					3px;
	border:					0;;
	}

a:link {
	color:					#fc5215;
	text-decoration:		none;
}

a:visited {
	color:					#ff4300;
	text-decoration:		none;
}

a:hover {
	color:					#fc7848;
	text-decoration:		underline;
}

#top {
	width:					302px;
	height:					40px;
	margin-left:			auto;
	margin-right:			auto;
	}
	
#top p {
	margin:					0;
	}

#page {
	width:					950px;
	margin-left:			auto;
	margin-right:			auto;
}

#main {
	background-image:		url(images/border-top.gif);
	background-position:	top;
	background-repeat:		no-repeat;
	border-bottom:			#959595 3px solid;
	border-left:			#959595 3px solid;
	border-right:			#959595 3px solid;
	color:					#FFF;
	background-color:		#231f20;
}

#logo-center {
	width:					623px;
	float:					left;
	text-align:				right;
	margin-bottom:			5px;
	}
	
#logo-center p {
	margin:					0;
	}
	
#address {
	float:					right;
	width:					300px;
	text-align:				right;
	margin-right:			5px;
	font-size:				12px;
	margin-top:				5px;
}

#address p {
	margin-top:				0;
	margin-bottom:			5px;
	}

#menu {
	clear:					both;
	text-align:				center;
	color:					#FFF;
	font-style:				italic;
	margin-bottom:			5px;
}

#menu ul {
	padding:				0;
	margin:					0;
	}
	
#menu li {
	display:				inline;
	margin-left:			10px;
	margin-right:			10px;
	}

#menu img {
	border:					0;
}

#menu p {
	margin-top:				0;
	margin-bottom:			1px;
}

#menu-titles {
	height:					22px;
	text-align:				center;
	font-size:				20px;
	margin-left:			auto;
	margin-right:			auto;
	width:					900px;
	padding-top:			3px;
}

#menu-titles p {
	margin:					0;
	}

#footer {
	font-size:				12px;
	margin-top:				25px;
	color:					#CCC;
	text-align:				center;
}

#content {
	margin-left:			5px;
	margin-right:			5px;
	font-size:				14px;
}

#content p .smaller {
	font-size:				11px;
}

#calendar {
	border:						solid;
	border-width:				1px;
	border-color:				#fc5215;
	margin-left:				auto;
	margin-right:				auto;
}
	
#calendar td {
	border:						solid;
	border-width:				1px;
	border-color:				#fc5215;
	height:						85px;
	vertical-align:				top;
	font-size:					70%;
	width:						120px;
}

#calendar th {
	border:						0;
	font-size:					100%;
}

#today {
	background-color:			#333;
}

#calendar td p {
	margin-top:					0px;
}

#calendar .cal-event {
	font-size:						10px;
	line-height:					11px;
	margin-left:					5px;
	text-indent:					-5px;
}

#event-table, #gate-table {
	border:						solid;
	border-width:				1px;
	border-color:				#fc5215;
	margin-left:				auto;
	margin-right:				auto;
	border-collapse:			collapse;
}
	
#event-table td, #event-table th, #gate-table td, #gate-table th {
	border:						solid;
	border-width:				1px;
	border-color:				#fc5215;
	vertical-align:				top;
	font-size:					12px;
	padding:					2px 5px 2px 5px;
}

.event-table, .gate-table {
	border:						solid;
	border-width:				1px;
	border-color:				#fc5215;
	margin-left:				auto;
	margin-right:				auto;
	border-collapse:			collapse;
	margin-bottom:				10px;
}
	
.event-table td, .event-table th, .gate-table td, .gate-table th {
	border:						solid;
	border-width:				1px;
	border-color:				#fc5215;
	vertical-align:				top;
	font-size:					12px;
	padding:					2px 5px 2px 5px;
}

.big-th {
	background-color:			#fc5215;
	color:						#FFFFFF;
	font-size:					18px;
	text-align:					left;
	}

#slidetrick {
	display:					none;
}

#menu-header {
	background-repeat:			no-repeat;
	background-position:		top;
	width:						815px;
	height:						180px;
	border:						3px solid #fc5215;
	margin-left:				auto;
	margin-right:				auto;
	margin-bottom:				10px;
	padding-left:				10px;
	padding-top:				10px;
	padding-bottom:				10px;
}

#menu-header h1 {
	margin-top:					0;
	margin-bottom:				0;
	font-size:					25px;
}

#menu-header p {
	text-align:					right;
	padding-right:				10px;
	font-weight:				bold;
	font-size:					16px;
	margin-top:					125px;
}

#menu-header a:link, #menu-header a:visited  {
	color:						#FFFFFF;
	text-decoration:			none;
}
	
#menu-header a:hover {
	color:						#fc5215;
	text-decoration:			underline;
}

/* Employee Menu */

.emp-menu p {
	margin-top:					0px;
	margin-bottom:				5px;
	margin-left:				5px;
	}
