/* CSS Document */
/* START BODY FORMATTING */
body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: black;
    line-height: 175%;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #4b6031;
    font-weight: bold;
    line-height: 30px;
}

h2 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #4b6031;
    font-weight: bold;
    line-height: 18px;
}

h3 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #black;
    font-weight: bold;
    line-height:
    18px;
}

h4 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #black;
    font-weight: bold;
    line-height:
    14px;
}

p {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 175%;
}

hr {
	border-bottom: 1px groove white;
}
#textrotator {
    font-size: 12px;
    line-height: 175%;
    font-style: italic;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.italics {
    font-size: 12px;
    line-height: 175%;
    font-style: italic;
}

.small_body {
    font-size: 10px;
    font-weight: normal;
    line-height: 175%;
}

.small_italic {
    font-size: 10px;
    font-weight: normal;
    line-height: 175%;
    font-style: italic;
}

.footercontent_green {
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    color: #4b6031;
    font-family: Verdana, Geneva, sans-serif;
}

.footercontent_copper {
    font-size: 14px;
    line-height: 16px;
    color: #ab6546;
    font-weight: normal;
}

/* END BODY FORMATTING */
/* START LINK FORMATTING */
a:link {
    color: #824c35;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    color: #824c35;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
}

/* END LINK FORMATTING */
/* START POSITIONING */
#wrapper {
    width: 960px;
    margin: auto;
    height: auto;
    float: none;
}

#pagesubhead {
    float: left;
    height: auto;
    width: 835px;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 12px;
}

#maincontentcontainer {
    float: left;
    width: 960px;
    background-image: url(images/bkgd2.gif);
    background-repeat: repeat;
}

#contentfull {
    float: left;
    width: 710px;
    padding-left: 100px;
    padding-right: 125px;
}

#contentleft {
    float: left;
    width: 431px;
    padding-left: 100px;
    padding-right: 40px;
    border-right: 1px groove white;
}

#contentright {
    float: right;
    width: 246px;
    padding-right: 100px;
    padding-left: 24px;
}

#photoleft {
    display: inline;
    float: left;
    padding: 7px 18px 0px 0px
}

#contentrightofphoto {
    display: inline;
}

#footermain {
    clear: both;
    width: 960px;
    margin: auto;
    float: left;
}

#footerleft {
    width: 556px;
    float: left;
    vertical-align: top;
    padding-left: 24px;
}

#footerright {
    width: 356px;
    text-align: right;
    vertical-align: bottom;
    margin-left: 580px;
    padding-right: 24px;
    padding-top: 25px;
}

/* END POSITIONING */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

/* jQuery */
.layer1 {
    margin: 0;
    padding: 0;
}

.heading {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #824c35;
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
    line-height: 18px;
    cursor: pointer;
    position: relative;
}

.content {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 175%;
}

/* LIGHTBOX */
.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 200%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity = 80);
}

.white_content {
    display: none;
    position: fixed;
    top: 10%;
    left: 23%;
    width: 50%;
    height: 75%;
    padding: 16px;
    border: 16px solid #4b6031;
    background-image: url(images/bkgd2.gif);
    background-repeat: repeat;
    z-index: 1002;
    overflow: auto;
}

/* END LIGHTBOX */
/* BUTTON */
.button {
    border: none;
    background-color: #c0c082;
    width: 200px;
    font-family: Verdana, Geneva, sans-serif;
    cursor: pointer;
    color: #824c35;
    font-weight: bold;
    text-decoration: none;
    border: double;
    border-color: #824c35;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

/* END BUTTON */
/* INTRO MASSAGE BOX */
#intro {
    width: 195px;
    padding-left: 29px;
    background-color: #a1b0db;
    border: double;
    border-color: #824c35;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#small_body {
    font-size: 10px;
    font-weight: normal;
	line-height: normal;
}

.boldsub {
    font-size: 13px;
    font-weight: bold;
}

.intro55 {
    font-size: 12px;
    font-weight: bold;
    vertical-align: text-center;
}

.intro75 {
    font-size: 12px;
    font-weight: bold;
    vertical-align: text-center;
}

/* END INTRO */
/* REFERRAL BOX */
#referral {
    width: 195px;
    padding-left: 29px;
    background-color: #cfa58f;
    border: double;
    border-color: #824c35;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

/* END REFERRAL */ *
/
