*
{
    margin: 0px;
    padding: 0px;
}

body
{
    background-color: #6faa3d;
    font-family: "Gill Sans MT", "Arial", sans-serif;
    font-size: 0.8em;
    min-width: 858px;
    text-align: center;
}

a
{
    color: #488119;
    text-decoration: none;
}

a:hover
{
    color: #1b5200;
}

a.title
{
    color: #3d464b;
    text-decoration: none;
}

a.title:hover
{
    color: #1b5200;
}


img
{
    float: left;
    margin-left: 0px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #1b5200;
}

img.centre
{
    float: none;
    margin: 15px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #1b5200;
}

#main
{
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 858px;
    position: relative;
}

#content
{
    
    position: absolute;
    top: 154px;
    left: 31px;
    height: 100%;
    
    text-align: justify;
}

#content h2
{
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 15px;
    text-align: left;
    font-size: 1.5em;
    font-weight: bold;
    color:  #3d464b;
}

#content h3
{
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 15px;
    margin-top: 20px;
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    color:  #3d464b;
}

#content p
{
	margin-top: 10px;
    margin-left: 60px;
    margin-right: 60px;
}

#content em
{
	overflow: hidden;
}

#content p.quote
{
    padding-left: 20px;
    width: 373px;
    font-style: italic;
}

#content p.date
{
   font-size: 0.9em;
   color: #3d464b;
   margin-top: -10px;
}

#content p.postmetadata
{
    color: #3d464b;
    text-align: right;
}

#content ul.list
{
    margin-left: 80px;
    margin-right: 60px;
}

#toppost-top
{
    position: absolute;
    top: -30px;
    left: 0px;
    background-image: url('images/toppost_top.png');
    background-repeat: no-repeat;
    width: 516px;
    height: 30px;
    z-index: 10;
}

#toppost-left
{
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url('images/toppost_left.png');
    background-repeat: repeat-y;
    width: 39px;
    height: 230px;
    z-index: 10;
}

#toppost-right
{
    position: absolute;
    top: 0px;
    left: 477px;
    background-image: url('images/toppost_right.png');
    background-repeat: repeat-y;
    width: 39px;
    height: 230px;
    z-index: 10;
}

#toppost
{
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url('images/post.png');
    background-repeat: repeat-y;
    width: 513px;
    padding: 0px;
    margin: 0px;
    background-color: #e6f7b0;
}

#toppost img.flower
{
    float: right;
    clear: right;    
    position: relative;
    top: 0px;
    left: 3px;
    margin: 0px;
    margin-right: 28px;
    margin-left: 25px;
    border: none;
}

#post-top
{
    background-image: url('images/post_top.png');
    background-repeat: no-repeat;
    width: 516px;
    height: 50px;
    z-index: 10;
}

#post-bottom
{
    background-image: url('images/post_bottom.png');
    background-repeat: no-repeat;
    width: 516px;
    height: 50px;
    z-index: 10;
}

#footer
{
    position: absolute;
    left: 50px;
    right: 50px;
    color: #e6f7b0;
    padding-bottom: 20px;
}

#footer a
{
    color: #e6f7b0;
}

#footer a:hover
{
    color: #3d464b;
}

.alignleft
{
    text-align: left;
    float: left;
}

.alignright
{
    text-align: right;
    float: right;
}
#menu
{
    position: absolute;
    top: 62px;
    left: 59px;
}

#menu ul
{
    float:left;
    display: inline;
    list-style-type: none;
}

#menu li
{
    float: left;
    display: inline;
}

#menu span
{
    display: none;
}

#menu a
{
    float: left;
    display: inline;
    font-size: 12pt;
    text-decoration: none;
    color: #283a24;
}

#menu a.about
{
    background-image: url('images/menu_about.png');
    background-position: top left;
    background-repeat: no-repeat;
    display: inline;
    width: 86px;
    height: 29px;
    overflow: hidden;
    padding: 0px;
    margin-left: 0px;
}

#menu a.about_cl
{
    background-image: url('images/menu_about.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    display: inline;
    width: 86px;
    height: 29px;
    overflow: hidden;
    padding: 0px;
    margin-left: 0px;
}

#menu a.about:hover
{
    background-position: bottom left;
}

#menu a.contact
{
    background-image: url('images/menu_contact.png');
    background-position: top left;
    background-repeat: no-repeat;
    display: inline;
    width: 89px;
    height: 29px;
    overflow: hidden;
    padding: 0px;
    margin-left: 0px;
}

#menu a.contact_cl
{
    background-image: url('images/menu_contact.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    display: inline;
    width: 89px;
    height: 29px;
    overflow: hidden;
    padding: 0px;
    margin-left: 0px;
}

#menu a.contact:hover
{
    background-position: bottom left;
}

#menu a.services
{
    background-image: url('images/menu_services.png');
    background-position: top left;
    background-repeat: no-repeat;
    display: inline;
    width: 93px;
    height: 29px;
    overflow: hidden;
    padding: 0px;
    margin-left: 0px;
}

#menu a.services_cl
{
    background-image: url('images/menu_services.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    display: inline;
    width: 93px;
    height: 29px;
    overflow: hidden;
    padding: 0px;
    margin-left: 0px;
}

#menu a.services:hover
{
    background-position: bottom left;
}

#menu a.resources
{
    background-image: url('images/menu_resources.png');
    background-position: top left;
    background-repeat: no-repeat;
    display: inline;
    width: 106px;
    height: 29px;
    overflow: hidden;
    padding: 0px;
    margin-left: 0px;
}

#menu a.resources_cl
{
    background-image: url('images/menu_resources.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    display: inline;
    width: 106px;
    height: 29px;
    overflow: hidden;
    padding: 0px;
    margin-left: 0px;
}

#menu a.resources:hover
{
    background-position: bottom left;
}

#menu a.events
{
    background-image: url('images/menu_events.png');
    background-position: top left;
    background-repeat: no-repeat;
    display: inline;
    width: 86px;
    height: 29px;
    overflow: hidden;
    padding: 0px;
    margin-left: 0px;
}

#menu a.events_cl
{
    background-image: url('images/menu_events.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    display: inline;
    width: 86px;
    height: 29px;
    overflow: hidden;
    padding: 0px;
    margin-left: 0px;
}

#menu a.events:hover
{
    background-position: bottom left;
}

#dropmenudiv
{
    position: absolute;
    border: 1px solid black;
    border-bottom-width: 0;
    font:normal 14px serif;
    line-height: 20px;
    z-index: 100;
    color: #3d464b;
    text-align: left;
}

#dropmenudiv a
{
    width: 100%;
    display: block;
    text-indent: 10px;
    border-bottom: 1px solid #3d464b;
    padding: 1px 0;
    text-decoration: none;
    color: #3d464b;
    text-align: left;
}

#dropmenudiv a:hover
{
    background-color: #3d464b;
    color: #e6f7b0;
}
#side
{
    position: absolute;
    left: 590px;
    width: 210px;
    color: #3d464b;
    text-align: left;
}

#side ul
{
    list-style-type: none;
}

#side li
{
    margin: 3px;
}

#side a
{
    color:  #e6f7b0;
}

#side a:hover
{
    color: #3d464b;
}

#side h3
{
    color: #3d464b;
    margin-bottom: 5px;
    margin-top: 5px;
}
#splash
{
    background-image: url('images/splash.png');
    background-repeat: no-repeat;
    height: 383px;
    width: 858px;
    display: block;
}

#splash h1 span
{
    display: none;
}

#splash a.halifax
{
    background-image: url('images/halifax_location.png');
    background-repeat: no-repeat;
    height: 36px;
    width: 103px;
    display: block;
    position: absolute;
    top: 318px;
    left: 583px;    
    text-decoration: none;
}

#splash a.halifax span
{
    display: none;
}

#splash a.halifax:hover span
{
    display: block;
    position: absolute;
    top: -255px;
    left: 63px;
    width: 150px; 
    text-decoration: none;
    background-color:  #e6f7b0;
    color: #3d464b;
    padding: 10px;
    border: 2px solid #414449;
    font-size: 9pt;
    text-align: center;
}
