


#end_of_page_filler {
padding-top: 20px;
}
/* BODY */
/************************************************************************************************/
body {
margin: 0;
padding:0;
background-color: black;
}

/* LINKS */
/************************************************************************************************/
a {
color: #999999;
}


/* HEADERS */
/************************************************************************************************/


h2, h3  {
text-align: center;
font-variant: small-caps;
}

h6 {
text-align: center;
margin: 0px;
padding-bottom: 5px;
padding-top: 15px;
}





/* WRAPPER */
/************************************************************************************************/
#wrapper {
background-color: white;
width: 740px;
margin: 0 auto;
padding: 0; 
}


/* NAVIGATION */
/************************************************************************************************/
#navigation {
float: center;
font: medium;
}

#navigation ul {
list-style-type: none; /* remove bullets */
margin: 0;
padding: 0;
text-align: center;
text-decoration: none;
}

#navigation li {
display: inline;
border-left: 1px solid white;
width: 100px;
padding-left: 20px;
padding-right: 20px;
padding-top: 4px;
padding-bottom: 4px;
background-color: #CCCCCC;
opacity: 0.4;
transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
}


* html #navigation a {
height: 1%;  /* a fix for Internet Explorer - removes white space */
}

#navigation a {
color: black;
text-decoration: none;
}



/* CONTENT */
/************************************************************************************************/
#content {
margin-left: 15px;
float: top;
padding-bottom: 20px;
}


/* FOOTER */
/************************************************************************************************/
#footer {
height: 50px;
clear: both;
color: black;
padding-top: 20px;
padding-bottom: 15px;
text-align: center;
margin: 0;
font-size: 70%;
background-color: #CCCCCC;
opacity: 0.7;
transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
}

#footer p {
margin-top: 0;
margin-bottom: 0;
padding: 0;
padding-bottom: 3px;
}

* html #footer {
height: 1% /* a fix for Internet Explorer */
}

* html #footer a {
height: 1%;  /* a fix for Internet Explorer - removes white space */
}

#footer a {
color: black;
}


/* PAGE HEADER */
/************************************************************************************************/
#header {
background: white url(images/header3.png) no-repeat;
padding: 0;
margin: 0;
border-bottom: 2px solid white;
height: 210px;
}

#divHeaderTitle  {
display: none;
}

#header-logoDIV {
float: left;
}

#header_logo {
padding-left: 12px;
padding-top: 10px;
}

#divsocial-media-links {
float: right;
padding-right: 30px;
padding-top: 10px;
}

/* removes border on img links in older IE versions */
a img {
border: 0px;
}

#emaillink {
padding-left: 10px;
}



/* HOME */
/************************************************************************************************/
.home .column_1 {
float: left;
width: 390px;
padding-left: 15px;
padding-top: 5px;
padding-bottom: 10px;
}

.home .column_2 {
float: right;
width: 290px;
padding-right: 15px;
}

.home .column_2 h3 {
text-align: left;
padding-bottom: 4px;
}

.event-date {
margin: 0px;
padding: 0px;
padding-bottom: 2px;
font-weight: bold;
}

.event-description {
margin: 0px;
padding: 0px;
}

#image_home_center {
padding-left: 245px;
padding-bottom: 10px;
}

#contact-us {
clear: both;
float: bottom;
padding-top: 25px;
}

#contact-us h4 {
text-align: center;
margin: 0px;
padding: 0px;
}
#contact-us a {
text-align: center;
margin: 0px;
padding: 0px;
text-decoration: none;
}



/* ABOUT*/
/************************************************************************************************/
#image_about {
padding-left: 75px;
padding-bottom: 20px;
}

#image_about2 {
padding-left: 75px;
padding-top: 12px;
}

.about #content {
background-image:url('images/content-fade-bg.jpg');
background-position: center;
background-repeat: no-repeat;
}

.about .column_1 {
float: left;
width: 350px;
padding-left: 10px;
}

.about .column_2 {
float: right;
width: 350px;
padding-right: 10px;
}

/* NEWS */
/************************************************************************************************/
.news #content {
background-image:url('images/content-fade-bg.jpg');
background-position: center;
background-repeat: no-repeat;
}

.news .column_1 {
width: 500px;
padding-left: 120px;
}

#image_news {
float: left;
padding: 5px;
padding-right: 10px;
}

#image_news_2 {
float: left;
padding: 5px;
padding-right: 10px;
}



/* DATABASE */
/************************************************************************************************/

#search { /* input search form in database.html */
text-align: center;
padding-top: 20px;
padding-bottom: 15px;
margin-top: 20px;
margin-bottom: 5px;
}

#last-updated {
text-align: center;
font-style: italic;
font-size: 80%;
padding-top: 20px;
}


#performsearchDIV {
width: 600px;
padding-left: 70px;
}


#results-generalInfoDIV {
padding-left: 90px;
display: table;
padding-bottom: 20px;
}

.attribute_label {
padding: 0px;
margin: 0px;
padding-top: 1px;
padding-bottom: 2px;
}

#results-generalInfoDIV .row  {
display: table-row;
}

#results-generalInfoDIV .column_1 {
text-align: left;
display: table-cell;
width: 200px;
}

#results-generalInfoDIV .column_2 {
display: table-cell;
}


#results-familyInfoDIV {
padding-left: 90px;
clear: both;
}


#results-navigationbuttonsDIV {
clear: both;
padding-top: 15px;
padding-left: 90px;
}




/* allows for items to be hiden and then displayed */
.hidden {
display: none;
}

.display {
padding: 0px;
}



/* LINKS */
/************************************************************************************************/
.links #content {
background-image:url('images/content-fade-bg.jpg');
background-position: center;
background-repeat: no-repeat;
}


body.links h4 {
text-align: center;
}

.links .column_1 {
width: 500px;
padding-left: 120px;
}

#linkbroken {
text-align: center;
font-style: italic;
padding-top: 40px;
padding-bottom: 5px;
margin-bottom: 0px;
}


/* CONTACT */
/************************************************************************************************/

.contact ul {
text-decoration: none;
list-style-type: none;
margin: 0;
padding: 0;
text-align: center;
}

#contact_image {
padding-top: 20px;
padding-left: 37px;
}

.contact h4 {
text-align: center;
}

#email-address {
text-align: center;
font-weight: normal;
}

#google_map_frame {
padding-top: 15px;
padding-left: 24px;
padding-bottom: 20px;
}

.contact .column_1 {
float: left;
width: 425px;
padding-left: 10px;
}

.contact .column_2 {
float: right;
width: 275px;
padding-right: 10px;
padding-top: 25px;
}

.contact .column_2 p {
text-align: center;
}




