﻿@media screen {
	body 
	{
		background: transparent url(images/back2.png) no-repeat scroll center 0;
		height: 100%;
	}

	a {
		text-decoration: none;
		color: #ffffff;
	}

	a:hover {
		background-color: #0099cc;
	}
	
	acronym {
		border-bottom: dashed 1px #0099cc;
	}
	
	blockquote {
		margin: .5em;
		padding: .5em;
		background-color: #ECF5FF;
		font-family: Times New Roman, "Times New Roman" , serif;
		font-size: 120%;
		font-weight: bold;
		font-style: italic;
	}
	
	blockquote:first-letter {
		font-size: 160%;
	}
	
	.tn
	{
		float: left;
		margin: .5em 1em .5em -1.5em;
		_margin-left: 0px;
	}

	.alt
	{
		float: right;
		margin: .5em -1.5em .5em 1em;
		_margin-right: 0px;
	}

	.fields {
		margin: 1em 3em;
	}

	.replace {
		height: 0px;
		overflow: hidden;
		display: block;
	}

	#container {
		width: 100%;
		position: absolute;
	}

	#title {
		background: transparent url(images/logo.png) no-repeat scroll 0 0;
		padding-top: 120px;
		display: block;
		width: 253px;
		height: 0px;
		margin: 20px 0px 0px 20px;
		overflow: hidden;
	}

	#tel {
		font-family: Rockwell, serif;
		font-style: italic;
		font-weight: bold;
		font-size: 200%;
		position: absolute;
		display: block;
		width: 100%;
		text-align: right;
		top: 1em;
		left: -1em;
	}

	#nav {
		display: block;
		width: 100%;
		background-color: #99ccff;
		font-size: 90%;
		height: 2em;
	}

	#nav li {
		float: left;
	}

	#nav a {
		display: block;
		line-height: 2em;
		font-weight: bold;
		font-family: Helvetica, sans-serif;
		padding: 0px 1em;
		color: #ffffff;
		text-decoration: none;
	}

	#nav a:hover {
		background-color: #006699;
	}

	#outer-content {
		background-color: #ffffff;
		padding: 1em 0px;
	}

	#content {
		width: 760px;
		margin: 0px auto;
		position: relative;
		min-height: 50%;
	}

	#content h2, #content h3 {
		font-family: Rockwell, serif;
		margin-top: .25em;
	}

	#content h2 {
		font-size: 160%;
		font-style: italic;
		line-height: 1.5em;
	}

	#content h3 {
		font-size: 130%;
		line-height: 1.5em;
		margin: 0px .5em;
	}

	#content a {
		text-decoration: none;
		color: #006699;
	}

	#content a:hover {
		background-color: #99ccff;
	}

	#content p, #content li, #content dt, #content dd, #content label {
		line-height: 1.25em;
		font-family: Helvetica, sans-serif;
		font-size: 90%;
		margin: 0px 1.5em .5em;
	}

	#content dt {
		font-weight: bold;
		margin: 0px 1em .25em;
	}

	#content p {

	}

	#content label {
		margin: 0px;
	}

	#recent-news {
		font-size: 80%;
		width: 450px;
		float: left;
	}
	
	#port-pic {
		text-align: center;
		margin: 0px auto;
		display: block;
		width: 399px;
		height: 306px;
	}
	
	#port-lst li {
		padding: 0px .5em .25em;
		border: 1px solid #99ccff;
		background-color: #ECF5FF;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		display: block;
	}
	
	#port-lst li:hover {
		background-color: #99ccff;
		border: 1px solid #0099cc;
	}
	
	#port-lst a {
		color: #006699;
	}
	
	#port-lst a:hover {
		color: #006699;
	}
	
	#small-text {
		text-align: center;
		font-family: Helvetica, sans-serif;
		font-size: 60%;
		font-weight: bold;
		line-height: 3em;
		letter-spacing: .25em;
		clear: both;
		color: #000000;
	}
	
	#window {
		padding-top: 333px;
		width: 286px;
		background: transparent url(images/window-wb.png) no-repeat scroll 0px -333px;
	}
	
	#window:hover {
		background-position: 0px 0px;
	}
	
	#fish-tank {
		position: relative;
		padding-top: 167px;
		width: 138px;
		background: transparent url(images/fish-tank-wb.png) no-repeat scroll 0px -167px;
	}

	#fish-tank:hover {
		background-position: 0px 0px;
	}

	#comic-book {
		padding-top: 116px;
		width: 152px;
		background: transparent url(images/comic-book-wb.png) no-repeat scroll 0px 0px;
	}

	#comic-book:hover {
		background-position: 0px -116px;
	}

	#school-bag {
		padding-top: 116px;
		width: 151px;
		background: transparent url(images/school-wb.png) no-repeat scroll 0px 0px;
	}

	#school-bag:hover {
		background-position: 0px -116px;
	}
}

@media handheld {
	body {
		background-color: #0099cc;
		color: #ffffff;
	}
	
	h1, h2, h3 {
		font-family: serif;
		line-height: 1.5em;
		margin: .25em .5em;
		font-weight: bold;
	}
	
	h1 {
		font-size: 140%;
	}
	
	h2 {
		font-size: 120%;
	}
	
	p, ul, dl {
		font-family: sans-serif;
		margin: 0.25em 1em;
		line-height: 1.25em;
	}
	
	dt {
		font-weight: bold;
	}
	
	dd {
		margin: 0em .5em;
	}
	
	a {
		color: #ffffff;
		background-color: #00688f;
	}
	
	#small-text {
		margin-top: 2em;
	}
	
	.tn {
		float: left;
		margin: .25em;
	}
}