@charset "UTF-8";
body  {
	font: 100% Georgia, Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	text-align: center;
	color: #000;
}
#container { 
	max-width: 980px;
	margin: 0px auto;
	position: relative;
	text-align: center;
}
body#pgHome #container {
	min-width: 725px;
}

a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
a:active {
	color: #900;
	text-decoration: underline;
}

h1 { font-family: Georgia, Arial, Helvetica, sans-serif; font-size: 2em; font-weight: normal; }
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 1.6em; margin: 0 0 1em 0; font-weight: bold; margin: 0; padding-bottom: 2px; }
h3 { font-family: Arial, Helvetica, sans-serif; font-size: 1.4em; margin: 0 0 1em 0; font-weight: normal; margin: 0; padding-bottom: 15px; }
h4 { font-family: Arial, Helvetica, sans-serif; font-size: 1.2em; margin: 1.5em 0 .3em 0; }
p { margin: 0 0 .75em 0; font-size: 100%; line-height: 1.3em; }

#header { 
	margin-bottom: 15px;
	background: #eee;
	padding: 0 15px 10px 15px;
	border: 10px solid #28463D;
} 
#header h1 {
	margin: 0;
	padding: 10px 0;
	font-size: 3em;
	color: #28463D;
}

#mainContent { 
	padding: 0 15px;
	background: #eee;
	border: 10px solid #28463D;
} 
#mainContent h1,
#mainContent h2 {
	margin: 0;
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent h1 {
	font-size: 180%;
}
#mainContent h2 {
	font-size: 140%;
}

#mainContent p {
	margin: 0;
	padding: 10px 0;
}
#mainContent img {
	max-width: 100%;
}

#mainContent .twoCol {
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
	text-align: center;
	background-color: #396;
}

#footer { 
	margin: 0;
	padding: 0 15px;
	background:#eee;
	border: 10px solid #28463D;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	font-size: .85em;
}
.floatRight {
	float: right;
	margin-left: 15px;
}
.floatLeft {
	float: left;
	margin-right: 15px;
}
.clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

/* STYLES FOR SLIDE SHOW TABLE */
table#slideShow {
	margin: 0 auto;
}
table#slideShow td {
	padding: 15px;
}

/* STYLES FOR SLIDE SHOW */
.photoShow {
    width: 300px;
	height: 400px;
    margin: 0;
	padding: 0;
	background-image: none;
	border: 2px solid #900;
}
.photoShow.gallery {
	width: 375px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
}
.photoShow div {
    position:absolute;
    z-index: 0;
}
.photoShow div.previous {
    z-index: 1;
}
.photoShow div.current {
    z-index: 2;
}

label.error {
	color: #C00;
	font-weight: bold;
}