@charset "utf-8";
/* CSS Document - Sunburst Motel, Inc. - Copyright NJ MetroNET, Inc. - M. Stevens */
body {
	background-color: #00CCFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #333333;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: bold;
	color: #0033FF;
	margin-top: 0px;
	margin-bottom: 0px;
}
hr  	{
	height: 1px;
	color: #FF0000;
	width: 85%;
}

/*NAVIGATION*/
.nav{
width: 100%;
overflow: hidden;
/*border-bottom: 1px solid black; bottom horizontal line that runs beneath tabs*/
}

.nav ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 15px Verdana;
list-style-type: none;
}

.nav li{
display: inline;
margin: 0;
}

.nav li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white; /*background of tabs (default state)*/
	background-color: #FF3300;
}

.nav li a:hover, .nav li.selected a{
	background-color: #FFFF66;
	color: #FF3300;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
	color: #003399;
}
