﻿body
{
    margin: 0 0 0 0;
    font-family: 'Century Gothic';
    font-size: 14px;
    background-color: #FFFFFF;
    /*background-color: #F2FFF2;*/
}

h1
{
    font-size: 18px;
    color: #00996B;
    font-weight: bolder;
}

h2
{
    font-size:16px; 
    color: #00996B;
}

h3
{
    font-size:13px; 
}

a
{
    text-decoration:none; 
}

.underline
{
    text-decoration: underline;
    color: #000080;
}


/*     Master Page    */

#outer
{
    border: 1px solid #CCCCCC;
    border-style: none;
    width: 1024px;
    margin: 10px auto;
}

 
#HeaderContent
{
    /*border-style: solid;
    border-width: thin;*/
    width: 1024px;
    height:120px;
    position:relative; 
    /*background-repeat:no-repeat ;*/
}

#HeaderContent .title
{
    font-size: larger;
    color: black;
    /*color: white;*/
    vertical-align: top;
    padding:15px;
    position: relative;
    top: 50px;
    font-weight:bolder;  
}

#HeaderContent .logo
{
    position:absolute ;
    top: 0px;
    left:10px;
}


#HeaderContent .navmenu
{
    /*color: white;*/
    padding: 5px;
    color: #FFFFFF;
    width: 1000px; /*margin-left: 500px;*/
    vertical-align: bottom;
    text-align: center;
    font-size: medium; /*position: relative;
    bottom: 20px;*/
    position: absolute;
    top: 110px;
    left: 10px;
    font-weight: bolder;
    background-color: #7D0274;
    font-family: 'Century Gothic';

}

#HeaderContent span a
{
    color: white;/*#FFFFFF;*/
    text-decoration: none;
    padding-left: 40px;
    padding-right: 40px;
}


#HeaderContent span a:hover
{
    color: #00996B;
}


#HeaderContent .navmenu .thisLink
{
    color: #00FF00;
    font-weight: bolder;
}

.MainContentStyle
{
    width:1000px;
    min-height: 480px;
   _height: 480px;
    margin-top:20px;
    padding: 10px 15px 10px 10px;
}

.MainContentStyle2
{
    width: 1220px;
    min-height: 1200px;
    padding: 10px;

}

#MainContentLeft a
{
 border-style:none; 
 margin-top:10px; 
 margin-bottom:5px;    
 text-decoration: none;    
}

/*.smallImage*/
#MainContentLeft a img
{
  height:120px; border:0;   

}

.MainContentLeftStyle
{
    width:600px;
    min-height: 480px;
    _height: 480px;
    /*padding: 10px 15px 10px 10px;*/
    text-align: left;
    float:left;
}
/*
#MainContentLeftBanner a img
{
    height:120px; 
    border:0; 
    float:left;    
    width:230px;
}

#MainContentLeftBanner fieldset
{
    float: right;
    height:70px;
    width: 320px;
    background-color: #00996B;
    color: #7D0274;
    font-size: large;
    font-weight: bold;
    text-align:center;  
    padding-top:50px;
    border:0px;
}
*/

*/

#MainContentRight a
{
 border-style:none; 
 margin-top:10px; 
 margin-bottom:5px;    
 text-decoration: none; 
}

/*.smallImage*/
#MainContentRight a img
{
  height:120px; border:0;    
}

.MainContentRightStyle
{
    width:300px;
    min-height: 480px;
    _height: 480px;
    /*padding: 10px 15px 10px 10px;*/
    text-align: left;
    float:right;
    text-decoration: none; 
}

.GalleryImage
{
    border-style:none; height:600px;
}

/*
.MainContentStyleLonger
{
    min-height: 600px;
    _height: 600px;
    padding: 10px 10px 10px 10px;
    text-align: left;
}
*/

.news
{
    margin-left: 10px;
}

.news h2 
{
    margin-left:-5px;
}

.newsdivider
{
    width:580px;
}

.spacer
{
    float:left; margin-top:10px; margin-bottom:5px; height:120px; border:0;width:40px;
}
   
#footer
{
    border-width: 1px;
    border-color: #CCCCCC;
    width: 1024px;
    text-align: center;
    font-size:x-small;
    font-weight: bolder;
    height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-style: solid;
    color: #C0C0C0;
}   

.logo
{
    /*margin-left: 0px;*/
    float: left;
    border: 0px solid;
    font-size: smaller;
}


/* Content where text flow around image - ORIGINAL  */
.clear {
  clear:both ;
}

.flowcontent
{
    border: 1px none #999; /*width: 500px;*/
    margin-top: 10px;
    margin-left: 20px;
}

.flowcontent img
{
    float: left;
    padding: 10px 10 10px 10px;
    /*vertical-align: middle;*/
}

.flowcontent p
{
    float: left;
    width: 800px;
    margin-left: 20px;
    padding: 0px 10px 10px 0;
    font-size: 1.1em;
}

.flowcontentReverse
{
    border: 1px none #999; /*width: 500px;*/
    margin-top: 10px;
    margin-left:20px; 
}

.flowcontentReverse img
{
    float: left;
    padding: 10px 10px 10px 10px;
    vertical-align: middle;
}

.flowcontentReverse p {
  float: left;
  width: 800px;
  margin-right: 10px; 
  padding: 0px 10px 10px 0;
  font-size:1.1em; 
}



/* Content where text flow around image - IMPROVED */

.flowcontent2
{
    border: 1px none #999; /*width: 500px;*/
    margin-top: 10px;
    margin-left: 20px;
}

.flowcontent2 img
{
    float: left;
    padding: 2% 2% 2% 0%;
    width: 15%;
    max-width: 120px;
}

.flowcontent2 p {
  float: right;
  width: 80%;
  margin: 0;
  padding: 2% 2% 2% 0;
}


.flowcontent2Reverse
{
    border: 1px none #999; /*width: 500px;*/
    margin-top: 10px;
    margin-left:20px; 
}

.flowcontent2Reverse img
{
    float: right;
    padding: 2% 2% 2% 0%;
    width: 15%;
    max-width: 120px;
}

.flowcontent2Reverse p
{
    float: left;
    width: 80%;
    margin-right: 10px;
    padding: 2px 2px 2px 0;
}



#ContactLeft { 
  width:480px; 
  float: left; 
  min-height: 250px;
  _height: 250px;
  padding-right:20px; 
  font-size:1.1em; 
} 

#ContactRight { 
  width: 490px;
  float: right; 
  min-height: 250px;
  _height: 250px;
  font-size:1.1em; 
} 

.popUpText
{
    color: #666666;
    font-weight:bolder;  
}

