﻿body 
{
    margin:0px;
    font-family:Arial;
    background-color:White;
    font-size:14px;
    background-image:url(images/tree.jpg);
    background-repeat:repeat-x;
}

img 
{ 
    border: 0;
}

p
{
    margin-top:3px;
    padding-top:3px;
    margin-bottom:3px;
    padding-bottom:3px;
}

#wrap
{
    width:950px;
    margin: 0 auto;
    padding:0px;
    background-color:White;
    border:solid 1px #2A7715;
}

/****Links*************************************************/
a, a:visited
{
    border: 0;
    color:Navy;
}

a.MenuLink, a.MenuLink:visited, a.MenuLink:active
{
    color:White;
    line-height:41px;
    text-decoration:none;
    font-size:15px;
}

a.MenuLink:hover
{
    color:Yellow;
}

a.LoginLink, a.LoginLink:visited, a.LoginLink:link
{
    color: black;
    display:block;
    text-decoration:none;
    line-height:28px;
    padding-left:8px;
    font-weight:bold;
    font-size:14px;
}

a.LoginLink:hover
{
    color:White;
    background-color:Black;
}

a.newMenuLink, a.newMenuLink:visited, a.newMenuLink:link
{

    display:block;
    text-decoration:none;
    background-color:#D6F6A3;
    line-height:32px;
    padding-left:15px;
    font-weight:bold;
    font-style:italic;
    font-size:16px;
    border-bottom: solid 1px black;
}

a.newMenuLink:hover
{
    color:White;
    background-color:#A2CB47;
}

a.DressUp, a.DressUp:visited, a.DressUp:link, a.DressUp:active
{
    font-size: 15px;
    font-family: Arial;
    font-weight:bold;
    font-style:italic;
    color:#0033CC;
}

#nav-wrapper a span {
	display: none;
}

#nav-wrapper a
{
    padding: 0;
	width: 300px;
	height: 248px;
	position: block;
	float: left;
	background-repeat: no-repeat;
	background-image:url(images/tree-brothers-button.png);
}

#nav-home {					background-position: 0px 0px;}
#nav-home:hover {			background-position: -300px 0px;}

#nav-wrapper-why a
{
    padding: 0;
	width: 240px;
	height: 36px;
	position: block;
	float: left;
	background-repeat: no-repeat;
	background-image:url(images/why-choose-bandb.png);
}

#nav-wrapper-why a span {
	display: none;
}

#nav-why {					background-position: 0px 0px;}
#nav-why:hover {			background-position: -240px 0px;}

/****Lists*************************************************/
ul.LeafList
{
    margin-top:15px;
    list-style-image:url(images/leaf-bullet.jpg);
    font-size:16px;
}

ul.LeafList li
{
    margin-left:0px;
    padding-left:10px;
    line-height:27px;
}

/****Text Styles*************************************************/
.Heading
{
    font-size:19px;
    font-weight:bold;
    font-style:italic;
}

h1
{
    margin-top:0px;
    padding-top:0px;
    margin-bottom:5px;
    font-size:19px;
}

h2
{
    font-size:17px;
}

.SmallHeading
{
    font-size:16px;
    font-weight:bold;
}

.GalleryTitle
{
    font-weight:bold;
    font-style:italic;
    font-size:18px;
    padding-bottom:5px;
    color:#5589DD;
}

.GalleryText
{
    color:#5589DD;
    text-decoration:none;
}

h3
{
    font-size:16px;
    font-weight:bold;
    text-decoration:underline;
}

.SmallText
{
    font-size:10px;
}

/*****Other classes*******************/
.RightAlign
{
    float:left;
    width:150px;
    text-align:right;
    padding-right:10px;
}

.SlideShow
{
    width:252px;
    height:340px;
    margin-left:15px;
    margin-bottom:10px;
    float:left;
}

.button
{
    text-decoration:none;
    border:0px;
}
