@charset "utf-8";

/*-------------------------
    GENERAL STYLES
-------------------------*/

body {
    margin: 0px;
    min-width: 990px;
}

#header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 120px;
    min-width: 990px;
    background-color: #800000;
    background-image: url(images/Header.jpg);
    z-index: 100;
    border-bottom: 1px solid #000000;
}

#menu {
	position: fixed;
	left: 0;
	top: 121px;
	width: 124px;
	bottom: 26px;
	padding-top: 40px;
	padding-left: 5px;
	background-color: #FFFFFF;
	z-index: 1000;
}


#body {
	position: absolute;
	top: 150px;
	padding-bottom: 60px;
	left: 160px;
	right: 0;
	min-width: 845px;
	min-height: 400px;
	overflow: auto;
}

#footer {
    position: fixed;
    left:0;
    right: 0;
    bottom: 0;
    padding: 0;
    height: 25px;
    min-width: 990px;
    background-color: #800000;
    background-image: url(images/Footer.jpg);
    text-align: center;
    z-index: 100;
    border-top: 1px solid #000000;
    color: #FFFFFF;
}

#footer a {
    color: #FFFFFF;
}

#banner {
    position: relative;
    width: 820px;
    height: 80px;
    border: 1px solid #000000;
    margin: 0;
    padding: 0;
}

#content {
    width: 804px;
    border: 1px #000000 solid;
    margin: 0;
    padding: 8px;
    position: relative;
    text-align: center;
}

address {
    padding: 15px 0px;
}

a {
    color: #800000;
}

a img {
    color: #800000;
    border: #800000 2px solid;
}

a:hover {
    color: #C04040;
}

a img:hover {
    color: #F0C600;
    border: #F0C600 2px solid;
}

h1 {
    text-align: center;
    color: #800000;
    font-size: 200%;
    font-family: Verdana;
    margin: 10px;
}

h2 {
    font-size: 150%;
    font-family: Verdana;
}

h3 {
    padding: 0;
    margin: 0;
    color: #800000;
}

p {
    margin: 15px;
    text-align: left;
}

p.error {
    text-align: center;
    font-weight: bold;
}

div.center {
    text-align: center;
}

/*-------------------------
    HOME PAGE STYLES
-------------------------*/

#photo {
    position: relative;
    border: 1px solid #000000;
    float: left;
}

#rightColumn {
    position: relative;
}

#dateTime {
    position: relative;
    width: 334px;
    height: 48px;
    border: 1px solid #000000;
    border-bottom: none;
    border-left: none;
    margin-left: 482px;
    padding-left: 5px;
}

#marqueeContainer {
    position: relative;
    width: 333px;
    height: 243px;
    background-color: white;
    overflow: hidden;
    border: 1px solid #000000;
    border-left: none;
    border-top: none;
    border-bottom: none;
    padding: 2px;
    padding-left: 4px;
    overflow-y: auto;
}

#marquee {
    width: 98%;
    position: absolute;
}

#contactInfo {
    position: relative;
    text-align: center;
    font-size: 12px;
    border: 1px solid #000000;
    border-left: none;
    width: 339px;
    height: 64px;
    margin-left: 482px;
}

#address {
    width: 50%;
    height: 100%;
    left: 0;
    position: absolute;
}

#telephone {
    width: 50%;
    height: 100%;
    left: 50%;
    position: absolute;
    padding: 15px 0px;
}

div.newsarticle {
    border-bottom: 1px #000000 dashed;
    padding-bottom: 15px;
}

/*-------------------------
    PHOTOS PAGE STYLES
-------------------------*/

div.album {
    border-top: 1px #000000 dashed;
    padding: 10px 10px;
    min-height: 140px;
    
}

span.albumDescription {
    position: absolute;
    left: 24%;
}

span.albumThumb {
    width: 22%;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    position: absolute;
}

table#images {
    width: 100%;
    border-spacing: 0;
}

table#images td {
    width: 25%;
    height: 150px;
    text-align: center;
    vertical-align: middle;
    border-top: dashed 1px #000000;
    border-right: dashed 1px #000000;
}

table#images td.lastCol {
    border-right: none;
}

div#largePhoto {
    overflow: auto;
    max-height: 597px;
}
.smallText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
