@charset "utf-8";
/* CSS Document */
@media handheld{
	/**Layout divisions: Body, Header, Menu, Main-text, Footer*/
	html, body{
		font-size: medium;
		background: #ffffea;
		padding: 3px;
		color: #000000;
		margin: 0;
		float: none;
		}
		#header{
			text-align:center;
			}
		#menu {
			font-family: Verdana, Geneva, sans-serif;
			list-style-type:none;
			border-bottom: 1px groove #063;
			border-top: 1px groove #063;
			}
		#main-text{
			font-family: Verdana, Geneva, sans-serif;
				font-size: medium;
				text-align: center;
			}

		#footer{
			text-align: center;
			font-size: x-small;
			border-top: #063 1px solid;
			}
			/**Tables*/
		table{
				font-size: small;
				border: 2px #000 solid;
				max-width: 250px;
				}
		table tr{
			border: 1px #000 solid;}
			table td{
				border: 1px #111 solid;
				padding: 3px;}
		#announce{
			border: 3px ridge;
			background-color: #ffffaa;
			padding: 5px;
			text-align: center;
			margin-left: 42%;
				}
			#announce td{
				border: none;
			}
		/**Headers*/
		h1, h2, h3, h4, h5, h6 {
			font-weight:normal;
			}
			h1{
				font-size: 1.4em;
				text-align: center;
				}
			h2 {
					font-size: 1.2em;}
			h3{
				font-size: 1.1em;
				}	
			h4{
				font-size: .9em;
				}
			h5{
				font-size: .8em;
				}
			h6{
				font-size: .7em;
				}
		/**Links*/
		a:link, a:visited{
			text-decoration:underline;
			color: #0000CC;}
		a:hover, a:active{
			text-decoration: underline;
			color: #660066;}
		#header a{
			display:block;
			}	
			#movies a{
				display: block;}
		/**Images*/
		#header img{
			max-width: 250px;
			border-bottom: 1px groove #063;
			}
		#main-text img{
			max-width: 250px;
			}	
			/**Lists*/
			li { 
list-style-image: url(../images/BD15058_.GIF);
line-height: 1.4em;
font-size: 1em;    
vertical-align: middle;
}

#announce span{
		font-weight: bold;
	}
#announce li{
		padding-bottom: 5px;
	}		
#announce ul ul{
	padding: 10px 0 0 10px;
	font-size: .9em;
	
}
#announce ul ul li{
	list-style-image:none;
	list-style-type: circle;
}
#safetylinks li{
	list-style-image: none;
	list-style-type: square;
}
		/**Misc Sections*/
			.Links{
				display:none;
				}
			#ophours{
				border: 1px ridge #000;
				text-align: center;}
			#tServices{
				border: 1px ridge #000;
				}
	}
