﻿body 
{
    background-image: url(Images/background2.png);
    background-repeat: repeat-x;
}

#wrap 
{
    border-style: groove;
    border-width: thick;
    border-color: #A29060;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    background-color: white;

}
#header 
{
    padding-top: 20px;
    width: 980px;
    background-image: url(Images/header_Saints.png);
    border-color: #A29060;
    border-style: solid;
    
}

#bannerimage
{
    border-style: groove;
    border-width: medium;
    border-color: #003768;
    padding: 5px;
    text-align: center;
    margin:auto;
    margin-top: 15px;
    margin-bottom: 10px;
    width: 802px;
}

#main
{

    margin-top: 1px;
    padding: 15px 40px 15px 10px;
    text-align: left;   
    margin: auto;
    font-size: 13pt;
    
}
#news
{
 text-align: left;
 width: 250px;
font-size: 13pt;
 float: left;
 height: 500px;
 border: dotted 1px;
 border-color: #003768;
margin-left: 50px;
padding-left: 0px;


 
}
#news2
{
text-align: left;
font-size: 13pt;
 width: 250px;
 float: right;
 height: 500px;
 border: dotted 1px;
 border-color: #003768;
margin-right: 50px;


 }
 
 #news3
 {
     text-align: left;
     font-size: 13pt;
     width: 250px;
     margin: auto;
     height: 500px;
     border-color: #003768;
 
 }


h2
{
    font-weight: bold;
    color: #003768;
    text-align: left;
    
}
h3
{
    font-weight: bold;
    color: #003768;
    font-size: 25pt;
    border-bottom: dotted thin #003768;
    padding-left: 15px;
    
}
.verbage
{
    font-size: 13pt;
    width: 400px;
    padding-left: 10px;
    padding-right: 10px
    
}

.newsheader {
font-weight: bold;
color: #ffffff;
text-align: center;
background-color: #003768;
padding-top: 10px;
padding-bottom: 10px;
margin-top: 0px;
}

.aboutus
{
    width: 750px;
    padding-left: 30px;
}

.servicesimage
{
    float: right;
    padding-right: 50px;
    padding-bottom: 100px;
}

#links
{
    height: 40px;
    border-top: dotted thin #003768;
    font-size: x-small;
    text-align: center;
    width: 940px;
    height: 50px;
    margin: auto;
}

#inquiries
{
    border: dotted black thin;
    margin: 50px;
    padding: 20px;
    width: 600px;
}


.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 1; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
 /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle li
{
    float: left;
    width: 11.5em;
    margin-left: 3px;
    padding-top: 5px;
    
    
}

.chromestyle ul li a{
color: #494949;
text-decoration: none;
padding: 4px 7px;
border-right: 1px solid #DADADA;
border-left: 1px solid #DADADA;
display: block;
margin-left: 8px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background:center center repeat-x; /*THEME CHANGE HERE*/
background-color: #A29060;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

