﻿body 
{
    font-size:1.0em;
    background-color: #fff;
    font-family: arial;
	margin: 0px auto 0px auto;
	text-align: center;

}

h1
{font-weight: bold;
 font-size: 24pt;
 margin: 0px ;
 padding: 0px}


h3
{font-weight: bold;
 font-size: 12pt;
 margin: 0px }

/*-------------------------
    Generic Items Used 
--------------------------*/

.centre
{
    text-align:center;
}

.fleft{float:left; margin: 5px 0px 0px 0px}
.fright{float:right;}
.clear{clear:both;}


/*-------------------------
   Header 
--------------------------*/
.header
{
    width: 770px;
    height: auto;
    display: inline-block;
    
}

.header1
{
    width: 770px;
    height: auto;
    background-image: url(../images/images_01.jpg);
	background-position: bottom right;
    display: inline-block;
    font-weight: bold;
    font-size: 11pt
    }

.header1 a
{
    color: #000;
    
    }

.header2
{
    width: 770px;
    height: 88px;
    background-image: url(../images/images_02.jpg);
    display: inline-block;
    }
    
.header2text
{
    position: relative;
    top: 6px;
    left: 120px;
    font-family : Tahoma ;
    }
/*-------------------------
   Container Box
--------------------------*/

.container
{
    width:770px;
    height: auto;
    display: inline-block;
    margin: 0px auto 0px auto;
    background-color : #f9e7ba;
    border-right: solid 1px #f7c64b;
    border-left: solid 1px #f7c64b;
	text-align: left;
    }
    
.columnLeft
{
    width: 181px;
    height: auto;
    display: inline-block;
    float: left;
    
    }

.columnRight
{
    width: 565px;
    height: auto;
    display: inline-block;
    float: left;
    
    }

/*-------------------------
         Menu
--------------------------*/
.newsletterContainer
{
    width: 181px;
    height: auto;
    background-image: url(../images/images_03.jpg);
    margin: 0px 0px 2px 0px;
    }
    
.newsletterText
{
    width: 181px;
    height: auto;
    margin: 0px 7px 0px 0px;
    font-weight: bold;
    font-size: 12pt;
    }


#menu
{

    width:181px;
    float:left;
    display: inline-block;
}

.menuBg
{
    width: 179px;
    height: auto;
    background-image: url(../images/images_09.jpg);
    margin: 0px 0px 2px 0px;
    padding: 0px 0px 5px 0px;
    float: left;
    display: inline-block
    }
    
.menuBullet
{
    width: 8px;
    height: 11px;
    background-image: url(../images/menuBullet.jpg);
    float: left;
    margin: 10px 0px 0px 5px;
    background-repeat: no-repeat;
    }

.menuText
{
    width: 130px;
    height: auto;
    margin: 5px 0px 0px 20px;
    font-weight: bold;
    }
    
.menuText a
{
    color: #000;
    text-decoration: none
    }
/*-------------------------
    Home Page Content
--------------------------*/

#content
{
    float:left;
    width:564px;
    background-image: url(../images/images_11.jpg);
    display: inline-block;
    }

.contentText
{
    margin: 5px
    }

.contentBase
{
    background-image: url(../images/images_13.jpg);
    width: 564px;
    height: 9px
    }

.homeTitle
{
    width: 564px;
    height: auto;
    background-image: url(../images/images_04.jpg);
	background-repeat: no-repeat;
    font-weight: bold;
    font-size: 20pt;
    margin: 0px 0px 2px 0px;
    }
    
.homeTitleImage
{
    width: 195px;
    height: 167px;
    background-image: url(../images/images_08.jpg);
    float: right
    }
    
.homeIntro
{
    margin: 0px 5px 2px 5px;
    height: auto;
    width:  560px;
    }

.homeTitleText
{
    width: 380px;
    height: auto;
    padding: 10px 0px 20px 20px;

    
    }

/*-------------------------
  Non Home & Admin Content
--------------------------*/

#content2
{
    float:left;
    width:564px;
	height: auto;
    background-image: url(../images/images_11.jpg);
    display: block;

}

/*-------------------------
        Footer
--------------------------*/

#Footer
{
    float: left;
    width:100%;
    height:auto;
    background-image: url(../images/images_15.jpg);
    margin: 40px 0px 0px 0px;
}

.footerText
{
    width: 400px;
    height: auto;
    margin: 10px 0px 0px 15px;
    font-weight: bold;
    }

.footerText a
{
    color: #000;
    text-decoration: none
    }
/*-------------------------
    Home Page Banners
--------------------------*/

#banners
{
    margin-left:10px;
    float:right;
    width:150px;
    border:solid 2px black;
    margin-top:20px;
    margin-bottom:20px;
    margin-right:10px;
}

/*-------------------------
 Roll Over Image expander 
--------------------------*/

.links 
{
/*position: absolute;
top: 81px; left: 10px;*/
/*left:650px;
margin-top:-40px;*/
/*margin-left:10px;*/
margin-left:10px;
margin-top:20px;
}

.links a
 {
margin:0px;
display:block;
}

.links a:hover {border:0px black dashed;}

.links a .im1
{
width:150px;
/*height:93px; */
border:5px solid white;
}
.links a .im2 
{
height: 0; 
width: 0; 
border-width: 0;
}
.links a:hover .im2 
{
position: absolute; 
bottom:0px;
right: 250px;
height:375px;
width:500px;
}


/*-------------------------
       Gallery
--------------------------*/

.gwrapper
{
    width:100%;
    padding:10px;
    margin-top:10px;
}

/*-------------------------
       Login
--------------------------*/

.Lwrapper
{
    width:250px;
}


/*-------------------------
       Admin Menu
--------------------------*/

.menuitem
{
    float:left;
    margin-right:15px;
}

/*-------------------------
      Rounded Corners
--------------------------*/


.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#757171}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #c3c1c1;
  border-right:1px solid #c3c1c1;
  background:#979494}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f1f0f0;
  border-right:1px solid #f1f0f0;
  background:#8f8b8b}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #8f8b8b;
  border-right:1px solid #8f8b8b;}
.spiffy4{
  border-left:1px solid #c3c1c1;
  border-right:1px solid #c3c1c1}
.spiffy5{
  border-left:1px solid #979494;
  border-right:1px solid #979494}
.spiffyfg{
  background:#757171}
