/* CSS Document */
 
 
body {
 
        font-family: Arial;
        color: #474331;
        font-size: 12px;
        padding: 0px;
        margin: 0px;
}
 
h1 {
        color: #46523F;
        font-size: 15px;
        font-style: normal;
        text-transform: capitalize;
}
 
p {
        font-size: 12px;
        padding-left: 10px;
}

p  a{
        color: #006600;

}
 
#wrapper .header a {
        color: #D0CBB6;
		text-decoration: none;
}
b {
        color: #474331;
        font-weight: bold;
}
 
.pageLinks ul li {
        display: inline;
        text-transform: uppercase;
 
 
}
 
.pageLinks ul li a {
        color: #4E2720;
        text-decoration: underline;
}
 
.pageLinks ul li a:HOVER {
        color: #6A7564;
        text-decoration: none;
}
 
 
ul li {
        list-style-position: outside;
        list-style-image: url(images/ico_herb.png);
		padding: .15em;
}
 
 
#wrapper {
        margin-left: auto;
        margin-right: auto;
        border-right: solid 1px #D5CBB5;
        border-left: solid 1px #D5CBB5;
        border-bottom: solid 1px #D5CBB5;
        width: 95%;
 
}
 
#logo {
        width: 450px;
        height: 145px;
        background-image: url(images/logo.png);
        background-repeat: no-repeat;
        background-position: left;
        position: relative;
        top: 00px;
        left: 0px;
}

.signUpBox {
		padding-left: 150px;
	
}
.header {
        height: 122px;
        background-color:  #46523F;
}
 
 
.topLinks {
        height: 33px;
        background-image: url(images/bk_links.gif);
        background-repeat: repeat-x;
        border-bottom: solid 4px #94A68B;
}
 
.topLinksPos {
        float: right;
        position: relative;
        top: 0px;
        left: 0px;
}
 
#content {
        background-color: #F4EED3;
        background-image: url(images/bk_main.gif);
        background-repeat: no-repeat;
        background-position: right top;
}
 
#leftSide {
        float: left;
        width: 15px;
        z-index: 4;
}
 
#rightSide {
        float: left;
        width: 50%;
        z-index: 3;
        position: relative;
        left: 420px;
        top: 15px;
        padding-right: 5px;
 
}
 
.clear {
        clear: both;
}
 
#homePageImage {
        background-image: url(images/mainImage.png);
        background-repeat: no-repeat;
		height: 650px;

}
 
#servicePageImage {
        background-image: url(images/bk_services.png);
        background-repeat: no-repeat;
        height: 650px;
}
 
#address {
        float: right;
        position: relative;
        top: 0px;
        left: 350px;
}
 
#rightCorner {
        background-image: url(images/corner_right.png);
        background-repeat: no-repeat;
        height: 11px;
        z-index: 5;
        float: right;
        width: 50%;
}
 
#leftCorner {
        background-image: url(images/corner_left.png);
        background-repeat: no-repeat;
        height: 11px;
        z-index: 4;
        float: left;
        width: 50%;
}
 
.address {
        margin-right: 18px;
        margin-top: 15px;
        float: right;
        color: #D0CBB6;
        font-size: 1em;
        text-align: right;
}

.headshot {
	border-left: solid 1px #b6bfa4;
	border-top: solid 1px #b6bfa4;
	border-right: solid 1px #46523e;
	border-bottom: solid 1px #46523e;
	padding: 4px;
	margin: 6px;
	background-color:#FFFFFF;
	float: left;
	width: 150px;
	height: 176px;
} 

.button {
	background-color: #b6bfa3;

	font-family: Arial, Helvetica, sans-serif;
	color: #5e5e2e;
	padding: 3px;
	margin:3px;
}
 
