﻿/* for IE PNG Hack */

img, div {
	behavior:	url(../iepngfix.htc);
	}


/* ----------------- */


html	{
	height: 100%;
	}

body	{
	margin: 0;
	font-family: georgia, "times new roman", "times roman", serif;
	font-size: 11pt;
	font-weight: normal;
	color: #333;
	background: white;
	}
	
	
a:link,
a:hover,
a:visited
	{
	color: #399;
	background: transparent;
	text-decoration: none;
	}


p	{
	font-size: 11pt;
	line-height: 150%;
	padding: 0 10px;
	}

h1	{
	font-family: eurostile, trebuchet, "ms trebuchet", "trebuchet ms", arial, sans-serif;
	color: #5bc0bc;	
	font-size: 2.25em;
	margin-bottom: -10px;
	}
h1 span {
	font-family: georgia, "times new roman", "times roman", serif;
	font-size: 11pt;
	font-weight: normal;
	color: #111;
	padding-bottom: 50px;
	clear: both;
	}	
	
	
img#printLogo {
	display: inline;
	width: 120px;
	height: 120px;
	float: right;
	}
	
	

h2	{
	font-family: eurostile, trebuchet, "ms trebuchet", "trebuchet ms", arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	background: #fff;
	color: #399;
	border-bottom: solid 1px #ccc;
	}
h3	{
	font-size: 12pt;
	text-align: center;
	}
h4	{ /* big email link */
	font-size: 1.25em;
	}

a#logo img {
	display: none;
	}
a#linkBack {
	display: none;
	}
a#emailLink img {
	display: none;
	}

div#header {
	height: 25px;
	}

div#content,
div#footerContent {
	display: block;
	width: auto;
	}
div#content {
	border: none;
	}

div#slideshow {
	visibility: hidden;
	display: none;
	}

div#col1 {
	display: block;
/*	width: 540px; */
	width: auto;

/*	margin-right: 5%; */
	margin-right: 40px;
	}


div#gallery {
	display: block;
	}
div#gallery img {
	text-align: center;
	margin: 3px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	padding: 4px;
	background: #fff;
	}




p#instructions {
	display: none;
	}



div#col2 {
	display: block;
/*	width: 300px; */
	width: auto;
	
	}


blockquote	{
	margin: 0;
	display: block;
	border: solid 1px #cdcba5;
	background: #fef981;
	padding: 10px;
	}
blockquote p {
	line-height: 1.25em;
	color: #333;
	font-size: 11pt;
	}	

img#balloon {
	z-index: 100;
	margin: -10px 0 -25px -5px;
	}



div#footer {
	display: block;
	width: 100%;
	background: white;
	padding: 0;
	font-family: trebuchet, "ms trebuchet", "trebuchet ms", arial, sans-serif;
	}

img#slogan {
	z-index: 100;
	float: left;
	clear: right;
	}

address {
	font-style: normal;
	font-size: 11pt;
	margin-left: 450px;
	}

p#copyright {
	font-size: 8pt;
	color: #777;
	}



ul	{
	padding: 10px;
	margin: 0;
	}
li	{
	list-style-type: none;
	line-height: 1.5em;
	font-style: italic;
	color: #999;
	}
	
li a {
	font-style: normal !important;
	font-family: trebuchet, "ms trebuchet", "trebuchet ms", arial, sans-serif;
	}

li b {
	color: #000;
	font-weight: normal;
	}

