/* CSS Document */

.emergency {
	background-color: #CC0000;
	width: 720px;
	height: 30px;
	margin: 0 auto;
}

.emergency p {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	margin: 0 auto;
}

* { margin: 0; padding: 0; }

.clearfix:after {
    content: "."; 
    display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */

body {
	background-image: url(../images/bgRepeat.gif);
	background-repeat: repeat-x;
	background-color: #000;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.dragon {
	background-image:url(../images/BlackDragonOuterglow.jpg);
	background-repeat: no-repeat;
	height: 467px;
	width: 400px;
	margin: 0 auto;
}

.nav {
	background-image: url(../images/navBG.gif);
	background-repeat: no-repeat;
	width: 720px;
	height: 64px;
	margin: 0 auto;
}

.nav ul {
	padding-top: 25px;
}

.nav li {
	list-style-type: none;
	display: inline;
	padding: 0 20px;
}

.nav a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
}

.nav a:hover {
	text-decoration: none;
	color: #CC0000;
}

.current {
	color: #CC0000;
	text-decoration: underline;
}

.header {
	background-image: url(../images/header.jpg);
	width: 701px;
	height: 260px;
	margin: 0 auto 1px auto;
}


.content {
	background: url(../images/contentBG.gif) repeat-y;
	width: 701px;
	margin: 0 auto;
	text-align: left;
}

.calendar {
	width: 690px;
	margin: 0 auto;
	border: 2px #000 solid;
}

.calendar H2{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	padding: 5px; 
}

.calendar p{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	width: 80px;
	font-size: 12px;
	margin: 0 auto;
	padding: 5px;
}

.calendar td{
	width: 85px;
	height: 100px;
	border: 1px #000 solid;
}

.navArea {
	width: 225px;
	text-align: left;
}

.nodeTop {
	background: url(../images/nodeTop.gif) no-repeat;
	height: 25px;
	margin-left: 20px;
}

.nodeMiddle {
	background: url(../images/nodeMiddle.gif) repeat-y;
	margin-left: 20px;
}

.nodeMiddle ul{
	margin-left: 40px;
	list-style-type: circle;
}

.nodeBottom {
	background: url(../images/nodeBottom.gif) no-repeat;
	height: 25px;
	margin-left: 20px;
}

.centerBG {
	margin: 0 auto;
}

.bottomBG {
	background: url(image/sun.gif) no-repeat;
	height: 594px;
	background-position: left-bottom; 
}



H2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 18px;
	padding: 15px 0 10px 15px;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	padding: 15px 0 10px 15px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	width: 670px;
	font-size: 12px;
	margin: 0 auto;
	padding: 5px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	padding-left: 25px;
	font-weight: bold;
}

a {
	color: #CC0000;
	text-decoration: none;
}

a:hover{
	color: #CCC;
	text-decoration: none;
}

.left {
	width: 200px;
	height: 500px;
	border: 1px #CC0000 solid;
}

.middle {
	width: 200px;
	height: 500px;
	border: 1px #CC0000 solid;
}

.right{
	width: 200px;
	height: 500px;
	border: 1px #CC0000 solid;
}
