﻿html	{
	height: 100%;
	}

body	{
	margin: 0;
	font-family: georgia, "times new roman", "times roman", serif;

	font-size: small;
	font-weight: normal;
	color: #333;
	background: url(../images/.jpg) repeat-x top center #fff;
	}
	
	
a:link	{
	color: #399;
	background: transparent;
	}
a:hover	{
	color: #5bb !important;
	background: transparent;
	text-decoration: none !important;
	}
a:visited	{
	color: #111;
	background: transparent;
	}

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


img#printLogo {
	display: none;
	}


h1	{
	font-family: eurostile, trebuchet, "ms trebuchet", "trebuchet ms", arial, sans-serif;
	color: #5bc0bc;	
	font-size: 2.25em;
	}
	
h1 span {
	display: none;
	}	

h2	{
	font-family: eurostile, trebuchet, "ms trebuchet", "trebuchet ms", arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	background: url(../images/headers-bg.jpg) repeat-x left bottom #fff;
	color: #fff;
	padding: 0.35em;
	}
h3	{
	font-size: 1.45em;
	text-align: center;
	}
h4	{ /* big email link */
	font-size: 1.25em;
	}

a#logo img {
	z-index: 100;
	border: none;
	margin-left: 10%;
	}
a#linkBack {
	margin-top: -35px;
	float: right;
	padding: 0 5%;
	width: 25%;
	text-decoration: none;
	font-weight: normal;
	font-family: trebuchet, "ms trebuchet", "trebuchet ms", arial, sans-serif;
	}
a#emailLink img {
	border: solid 1px #399;
	}

a#PDF {
	display: block;
	height: 24px;
	width: 235px;
	background: #fff;
	font-size: 1.25em;
	padding: 1em;
	border: solid 1px #399;
	margin: 1em 0;
	text-align: right;
	}


div#header {
	width: 100%;
	background: url(../images/header-bg.jpg) repeat-x top center #fff;
	height: 130px;
	}

div#content,
div#footerContent {
	display: block;
	margin: 0 auto;
	width: 900px;
	}
div#content {
	border-bottom: solid 1px #ccc;
	}

div#slideshow {
	border: solid 5px #ccc;
	padding: 1px;
	height: 250px;
	width: 100%;
	background: #eee;
	margin: 2em 0;
	}

div#col1 {
	display: block;
	width: 540px;
	float: left;
	margin-right: 85px;
	}


div#gallery {
	display: block;
	background: #eee;
	border: solid 1px #ddd;
	padding: 10px;
	}
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 {
	font-size: 0.9em;
	font-style: italic;
	padding: 0;
	margin: 0;
	clear: both;
	}



div#col2 {
	display: block;
	width: 270px;
	float: left;
	}


blockquote	{
	margin: 0;
	display: block;
	border: solid 1px #cdcba5;
	background: url(../images/blockquote-bg.jpg) top center repeat-x #fef981;
	padding: 10px;
	}
blockquote p {
	line-height: 1.25em;
	color: #333;
	}	

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



div#footer {
	display: block;
	width: 100%;
	background: #eee;
	padding: 2em 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: 0.95em;
	margin-left: 630px;
	}

p#copyright {
	font-size: 0.75em;
	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;
	}

