/* tag modifications */

* {margin:0; padding:0;} /* start with a clean slate */

/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a {
     margin: 0;
     padding: 0;
     border: 0;
}


/* hack to work around the 3px IE problem with floats */
* html #content {height: 1%;}
/* end hack */
body {
	font-family: "Comic Sans MS", Verdana, cursive;
	background-color: #990000;
	text-align: center;
	background-repeat: repeat;
}
blockquote {
}
h1, h2,  h3,  h4,  h5,  h6,  p, form {
	padding-left: 10px;
}
h1 {
	font-size: large;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 3px;
}
h2 {
	font-size: large;
	font-weight: normal;
	padding-top: 9px;
	padding-bottom: 9px;
}
h3 {
	font-size: medium;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}
h4 {
	font-size: medium;
	font-style: italic;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 8px;
}
input.btn {	/* define button styles here */
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
}
td {
	background-color: #FFFFFF;
}
ul {
	margin-left:25px;
	padding-left:25px;
}
#nav ul {
	margin-left:0px;
	padding-left:0px;
}

/* classes */
.bigger {
	font-size: 120%;
}
.bigpad {
	font-size: 120%;
	padding-left: 10px;
}
.bordered {
	border: thin solid #000000;
}
.centered {
	text-align:center;
}
.clearall {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearrt {
	clear: right;
}

.development {
	background-color: #FFFF00;
}
.floatleft {
	float: left;
}

.indentextra {
	text-indent:20px;
}

.lpad {
	padding-left: 10px;
}
.noshow {
	display: none;
}
.rtborderedblock {
	display: inline;
	padding: 5px;
	float: right;
	height: auto;
	width: 300px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: thin solid #000000;
}
.leftborderedblock {
	display: inline;
	padding: 5px;
	float: left;
	height: auto;
	width: 300px;
	margin-top: 5px;
	margin-left: 3px;
	margin-bottom: 5px;
	margin-right: 5px;
	border: thin solid #000000;
}
.smaller {
	font-size: 80%;
}


/* floating image and table classes */

.limg {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}
.ltable {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.rightalign {
	text-align:right;
}
.rimg {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.rtable {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#announcement {
	font-size: 16px;
	color: #FF0000;
}

#bosstory p {
	font-size: 16px;
}




/* ID tags */

#content {
	padding-left: 45px;
	padding-right: 20px;
	text-align: left;
	padding-top: 225px;
	padding-bottom: 10px;
}

#copyright {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #990000;
	width: 100%;
	background-color: #FFFFFF;
	clear: both;
}
#copyrightleft {
	font-size: 75%;
	width:20%;
	float: left;
	background-color: #FFFFFF;
	height: 41px;
	padding-top: 20px;
}
#copyrightmid {
	font-size: 75%;
	text-align: center;
	width:60%;
	float: left;
	background-color: #FFFFFF;
	height: 61px;
	padding-top: 0px;
}
#copyrightright {
	font-size: 75%;
	text-align: right;
	background-image: url(../images/tornado30-animated.gif);
	background-repeat: no-repeat;
	background-position: right;
	width:19.9%;
	float: left;
	background-color: #FFFFFF;
	height: 31px;
	padding-top: 30px;
}
#copyrightright img {
	height: 30px;
	width: 30px;
	border:none;
}

#debug {
	text-align: center;
	clear: both;
	background-color: #FF00FF;
	display: none;
}
#header {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/pinebg.jpg);
	background-repeat: repeat-x;
	height: 122px;
	z-index: 1;
	width: 100%;
	background-color: #702f15;
}

#nav {
	position: absolute;
	left: 10px;
	top: 210px;
	z-index: 3;
	width: 144px;
	height: 222px;
	font-size: 14px;
}
#nav ul li {
	list-style-type: none;
	padding-bottom: 4px;
	background-image: url(../images/paw.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}


#nav a {
	font-weight: bold;
}

#nav a:link, #nav a:visited
{
color: #fff;
text-decoration: none;
}

#nav a:hover, #nav a:active
{
color: #990000;
text-decoration: underline;
}


#pagewrapper {
	text-align: left;
	width: 940px;
	margin:0 auto;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
}
#pagewrapper #contactpage #content input, #pagewrapper #contactpage #content textarea {
	background:none;
}
#story {
	position: absolute;
	top: 117px;
	right: 315px;
	z-index: 5;
}
#map {
	position: absolute;
	top: 117px;
	right: 190px;
	z-index: 5;
}
#cam {
	position: absolute;
	top: 117px;
	right: 190px;
	z-index: 5;
}

#map img, #story img, #cam img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#tagline {
	text-align: right;
	position: absolute;
	top: 18px;
	width: auto;
	z-index: 5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	height: 79px;
	vertical-align: middle;
	right: 60px;
	padding-left: 150px;
}
#tl {
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	width:319px;
	height:226px;
	background-image: url(../images/tl-red.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#tl img {
	display:none;
}
#tll {
	position:absolute;
	top:226px;
	left:0px;
	width:131px;
	height:313px;
	background-color: #FFFFFF;
	background-image: url(../images/tlt-n.jpg);
	background-repeat: no-repeat;
}
#tr {
	position:absolute;
	top:65px;
	right:-24px;
	z-index:2;
	width:194px;
	height:172px;
	background-image: url(../images/Bo-Pic-Frame.gif);
	background-repeat: no-repeat;
}
#pagewrapper #webcam #content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.leftalign {

	text-align:left;
}
.lpad20 {
	padding-left: 20px;
	padding-bottom: 10px;
}

