/* =========================================================
 This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule.
 ==========================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
   margin: 0px;
   padding: 0px;
   border: 0px;
   outline: 0px;
   font-size: 100%;
}
a {
   outline: 0;
}
/* ======================================================
 The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the  page and create a centered container for the page content to display.
 =======================================================*/
body {
   text-align: center; /* Centers the page content container in IE 5 browsers. */;
   padding: 0px 0px 0px 0px;
   background-color: #006080;
   line-height: 1.2em;
   font-size: 1em;
   color: #000000; /*black*/
   font-family: Tahoma, Helvetica, Arial, sans-serif;
   margin: 0px 0px 0px 0px;
   background: #227186 url('images/eos_herr4.png') repeat;
}
/*=============== indicates no border around any image ============*/
body img {
   border: 0px;
   text-decoration: none;
   max-width: 100%;
   height: auto;
   width: auto\9; /* ie8 */
}
/* =====================================
Commonly used to style page titles.
========================================*/
h1, h2, h3, h4 {
   color: #024444;
   margin: 5px 0px 5px 0px;
}
h1 {
   font-size: 1.5em;
   margin-top: 0px;
}
h2 {
   font-size: 1em;
}
h3 {
   font-size: .9em;
}
h4 {
   font-size: .9em;
}

/*=======================================
Link Styles unless specified separately
=========================================*/
a, a:link {
   font-weight: bold;
   color: #000066;
   background: transparent;
   text-decoration: underline;
}
a:visited {
   font-weight: bold;
   color: #8642A1;
   background: transparent;
   text-decoration: none;
}
a:hover {
   font-weight: bold;
   background: #227186;
   color: #fffded;
   text-decoration: underline;
}
a:focus {
   color: #013220;
}
a:active {
   font-weight: bold;
   background: #fffded;
   color: #CC1400;
}

/* =============================================
 This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page.
Pat Geary calls this the #outerWrapper.
 ===============================================*/
#container {
   background-color: #fffdf0;
   width: 80%;
   text-align: left; /* Redefines the text alignment defined by the body element. */;
   border: 1px #162B5C solid;
   margin: 10px auto 10px auto;
   padding: 20px;
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -moz-box-shadow: 0 0 20px #453823;
   -webkit-box-shadow: 0 0 20px #453823;
   box-shadow: 0 0 20px #453823;
   max-width: 1500px;
   background-image: url('images/eosvincent3d.png');
}
/*===================================
Masthead Styles - top banner.  Pat Geary calls this the #outerWrapper #header.  #banner .title is called #outerWrapper #header .sitename
====================================*/
#banner {
   border-style: double none none none;
   border-width: thin;
   border-color: #015001;
   background-position: left center;
   padding: 30px;
   background-color: transparent;
   background-image: url('images/Beach-Family-small.JPG');
   height: 160px;
   background-repeat: no-repeat;
   color: #227186;
   border-radius: 8px 8px 0px 0px;
   -webkit-border-radius: 8px 8px 0px 0px;
   -moz-border-radius: 8px 8px 0px 0px;
}
#banner .title {
   font-family: "Century Schoolbook";
   font-size: 4em;
   font-weight: bolder;
   text-align: right;
   background-color: transparent;
   color: #005555;
   margin-top: 15px;
   font-style: italic;
}
#banner .tagline {
   font-size: small;
   font-style: italic;
   font-family: "Century Schoolbook";
   background-color: transparent;
   color: #006600;
}
/*========================================
Top Navigation - top menu. Pat Geary calls this #outerWrapper #topNavigation
=========================================*/
#topmenu {
   background-color: transparent;
   text-align: right;
   font-size: .90em;
   padding-top: 5px;
   padding-bottom: 5px;
   margin-top: 5px;
   margin-right: 10px;
   color: inherit;
   border-style: double none double none;
   border-width: thin;
   border-color: #162B5C;
}
#topmenu ul {
   list-style-type: none;
   margin: 0px;
   padding: 0px;
}
#topmenu li {
   display: inline;
   list-style-type: none;
   padding: 0px;
   padding-right: 1em;
}
#topmenu a:hover {
   background: #005555;
   color: #fffded;
   border-radius: 6px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
}

/*=======================================
Wrapper for the content columns
========================================*/
#contentWrapper {
   clear: both;
   background: transparent;
   overflow: hidden;
   background-image: url('../images/eosvincent3d.png');
   background-repeat: repeat-y;
}

/*==================================
Left sidebar. Pat Geary calls this #leftColumn1
===================================*/
#leftnav {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 100%;
   width: 150px;
   padding: 5px;
   margin: 5px 0px 0px 0px;
   /*border: 1px solid #162B5C;*/
   float: left;
   background: transparent;
}

/*================================
Left sidebar navigation menu. Pat calls this #leftColumn1
==================================*/
#leftnav ul {
   list-style: none;
   margin: 0px;
   padding: 0px;
   margin-bottom: 4px;
}
#leftnav ul li {
   margin: 0px;
   padding: 2px 0;
}
#leftnav ul li a {
   display: block;
   color: #162B5C;
   padding: 4px;
   text-decoration: none;
   font-size: 80%;
   border: 1px solid #162B5C;
   margin-top: 2px;
   width: 155px;
   border-radius: 6px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
}
.heading {
   display: block;
   color: #EAEFF8;
   font-weight: bold;
   padding: 3px 0 5px 3px;
   background: #D9F2EA; /*pale mint green*/
   text-decoration: none;
   border: 1px solid #162B5C;
   border-radius: 6px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   background-image: url('../images/marb015.jpg');
   font-family: Tahoma, Helvetica, Arial, sans-serif;
}
#leftnav ul li a:hover, #leftnav ul li a:focus {
   color: #ffffff;
   background-color: #005555;
}

/*============== left navigation submenu ==============*/
#leftnav ul ul {
   padding-left: 5px;
}
#leftnav ul ul li a {
   padding: 3px 0 3px 3px;
   font-size: 80%;
   font-weight: normal;
   border-radius: 6px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
}
#leftnav .heading p {
   margin: 2px 0px 4px 0px;
}
.heading {
   display: block;
   color: #006600;
   padding: 4px;
   text-decoration: none;
   border-radius: 6px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
}
#leftnav ul ul li a:hover {
   color: #fffded;
   background-color: #227186;
}
#leftnav ul ul li a:focus {
   color: #fffded;
   background-color: #227186;
}
/*===================================================
Contains the main page content. When using a multiple column layout the margins will be set to account for the floated columns' width, margins, and padding.  Pat Geary calls this #content.
=====================================================*/
#content {
   padding: 10px 15px 10px 15px;
   margin: 0px 0px 0px 200px;
}

/*===========content area list items==============*/
#content ul li {
   list-style-type: disc;
   margin: 2px;
   padding: 2px;
}
#content li li {
   list-style-type: disc;
   padding: 2px 0px;
}
/*================= Breadcrumb ===================*/
#breadcrumb {
   font-size: 80%;
   font-weight: bolder;
   color: #000066;
   padding: 5px 0px 1px 0px;
}

/* ===============================================
Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements.
==================================================*/
.clearFloat {
   display: block;
   clear: left;
}
/*=================================================
Footer Styles.  Pat Geary calls this #outerWrapper #footer
==================================================*/
#footer {
   border-top: 2px solid #162B5C;
   clear: both;
   padding: 5px;
   background-color: transparent;
   text-align: center;
   border-radius: 0px 0px 8px 8px;
   -webkit-border-radius: 0px 0px 8px 8px;
   -moz-border-radius: 0px 0px 8px 8px;
}
#footer p {
   margin-top: 0px;
   margin-bottom: 0px;
   text-align: center;
   font-size: .85em;
}

/*================== general styles =================*/
hr {
   width: 100%;
   text-align: center;
   background-color: #004145;
   height: 5px;
}
blockquote {
   padding: 1%;
   font-style: italic;
}

/* ========= floats images to right or left ==========*/
.imgrgt {
   float: right;
   padding: 5px 0px 5px 10px;
}
.imglft {
   float: left;
   padding: 5px 10px 5px 0px;
}
.imgctr {
   display: block;
   margin: 0px auto;
}
/* ==========styles for photo tables ===============*/
.photo {
   width: 100%;
   border-collapse: collapse;
   border: 1px solid #162B5C;
   margin-right: auto;
   margin-left: auto;
}
.photo th {
   background-color: transparent;
}
.photo td {
   vertical-align: top;
   border: 1px solid 162B5C;
   width: 25%;
   padding: 5px;
   text-align: center;
   font-size: 85%;   
}
.photo caption {
   font-weight: bolder;
   font-variant: small-caps;
}
.photolft {
   width: 100%;
   border-collapse: collapse;
   margin-right: auto;
   margin-left: auto;
}
.photolft th {
   background-color: #162B5C;
}
.photolft td {
   vertical-align: top;
   width: 25%;
   padding: 10px;
   font-size: 85%;
}
.photolft caption {
   font-weight: bolder;
   font-variant: small-caps;
   font-size: 100%;
   margin-bottom: 10px;
}

/*=====================================
Misc Typographic styles
======================================*/
.smtxt {
   font-size: small;
}
.center {
   text-align: center;
}

/*=============
form styles
==============*/
form fieldset {
   padding: 1em;
   font: 80%/1 sans-serif;
   border: 2px solid #006600;
   background: transparent;
   width: auto;
   border-radius: 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   box-shadow: 3px 3px 6px #dddddd;
   -moz-box-shadow: 3px 3px 6px #dddddd;
   -webkit-box-shadow: 3px 3px 6px #dddddd;
}
form fieldset label {
   width: 15%;
   margin-right: 0.5em;
   padding-top: 0.2em;
   text-align: right;
   font-weight: bold;
   background: transparent;
}
form fieldset legend {
   padding: 0.2em 0.5em;
   color: #006600;
   font-size: 90%;
   text-align: right;
   font-variant: small-caps;
   background: transparent;
}
.cf {
   border: 1px #015001 solid;
   background-image: url('../images/form-bg.jpg');
   background-repeat: repeat;
}
.button {
   font: normal 90% Verdana, serif;
   height: 22px;
   border: 1px solid #CDBB99;
   background-color: #006600;
   color: #ffffff;
   border-radius: 6px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
}
input:focus {
   border: 2px solid #015001;
}
