﻿/**
 * Main CSS Stylesheet
 */

body {
	background: #00E6E6 url('../images/bg_body.jpg') repeat-x;
	margin: 0px 0px 50px;
	font-family: tahoma, sans-serif;
	font-size: 75%;
	color: #000000;
}
#container {
	width: 720px;
	background-color: #1188AA;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#masthead {
	border: 0px;
	text-align: center;
	width: 100%;
	background-color: #447088;
	margin-top: 0px;
}
#navigation {
	margin: 0px 0px 0px 0px;
	clear: both;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 100%;
	height: 24px;
	background-color: #00B3B3;
}
.hovermenu{
	float: left;
	clear: both;
	background-color: #00B3B3;
	padding: 0px 2px 0px 300px;
	margin: 0px 2px 0px 2px;
}

.hovermenu ul{
	font: bold 13px arial;
	float: left;
	clear: both;
	background-color: #00B3B3;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
	width: 100%;
}

.hovermenu ul li{
	list-style: none;
	display: inline;
}

.hovermenu ul li a{
	padding: 2px 0.5em;
	text-decoration: none;
	color: #FFDEAD;
	background-color: #00B3B3;
	border: 2px solid #00B3B3;
}

.hovermenu ul li a:hover{
	background-color: #008080;
	border-style: outset;
}
/* 20070925
html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers
	border-style: inset;
}
*/
#hangdiv{
	position: absolute;
	top: 150px;
	left: 750px;
}
#content {
	clear: both;
	width: 100%;
	float: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #E5E5E5;
}
#column1 {
	float: left;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	width: 325px;
	padding: 10px 10px 10px 50px;
}
#column2 {
	float: right;
	width: 325px;
}
#single {
	float: left;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	width: 80%;
	padding: 30px 10px 10px 50px;
}

/********/
.imgZoom {
	left: 30px;
	position: relative;
	top: 0px;
	padding-top:10px;
	width: 100px;
}

.imgZoom a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

.imgZoom a img {
	border: 0;
}

.imgZoom a.imgA, #imgZoom a.imgA:visited {
    border: 5px solid #006666;
	background: #FFFFFF;
	display: block;
	height: 100px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 100px;
}


.imgZoom a.imgA:hover {
	background-color: #8C97A3;
	border: 5px solid #18D0D0;
	color: #000000;
	text-decoration: none;
}

.imgZoom a.imgA:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 300px;
	left: 200px;
	position: absolute;
	top: -40px;
	width: 300px;
}
/********/

#footer {
	float: left; 
	clear: both;
	padding: 8px 0px 8px 0px;
	text-align: center;
	width: 100%;
	background-color: #006666;
	color: #CCCCCC;
}
#footer a:link {
	text-decoration : none;
	color: #CCCCCC;
}
#footer a:visited {
	text-decoration : none;
	color: #00FFFF;
}
#footer a:hover {
	color:  #00FFFF;
	text-decoration: underline;
}
#footer a:active {
	color: #2B4655;
	text-decoration: none;
}

#date {
	position: relative;
	float: left;
	width: 715px;
	height: 20px;
	background-color: #00B3B3;
	padding-top: 5px;
	text-align: right;
	color: white;
	font-size: small;
	padding-right: 5px;
}
h1 {
	font-size: x-large;
	color: #C71585;
	font-family: tahoma, sans-serif;
}
h2 {
	padding: 0px;
	background-position: top;
	font-size: large;
	font-family: tahoma, sans-serif;
	color: #006666;
	font-weight: bold;
}
h3 {
	color: #006666;
	font-weight: bold;
	font-style: italic;
	font-size: medium;
}
.image {
	border-width: 0px;
}
.indent {
	margin-left: 40px;
}
.center {
	text-align: center;
}
.link, .link a, .link a:hover, .link a:visited {
	font-size: medium;
	color: #FF8000;
}


