/* page properties */

html, body {
	height: 100%;
	margin: 0px;
	overflow-x: hidden;
	background-color: #c0d2d2;
	font: 11pt/14pt Georgia, "Times New Roman", Times, serif;
}

/* element properties */

td.body {
	background-image: url(../img/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center 152px;
	background-color: #7b9d85;
	height: 700px;
	vertical-align: top;
}

td.left {
	background-image: url(../img/bg_left.gif);
	background-repeat: repeat-y;
	background-position: center 0px;
}
td.right {
	background-image: url(../img/bg_right.gif);
	background-repeat: repeat-y;
	background-position: center 0px;
}

td.bottom {
	background-image: url(../img/bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
}

td.home {
	background-image: url(../img/bg_bodyHome.jpg);
	background-repeat: no-repeat;
	background-position: center 152px;
	height: 700px;
	vertical-align: top;
}

div.content {
	margin-left: 55px;
	margin-right: 55px;
	margin-top: 45px;
}

div.copy {
	color: #58675c;
	line-height: 20px;
	font-size: 13px;
}

hr.lite {
	border:none;
	border-top:dotted 1px white;
}

hr.dark {
	color: #b0cdbe;
	border: 1px dotted #4a4a4a;
	border-style: none none dotted;
}

hr.darkBottom {
	color: #7b9d85;
	border: 1px dotted #4a4a4a;
	border-style: none none dotted;
}

/* type classes */

a {
	color: #f1ffcc;
	text-decoration: none;
}

a:hover {
	color: #f7ffe2;
	text-decoration: underline;
}

.pagetitle {
	color: #fff;
	line-height: 24px;
	font-size: 24px;

}


.largeGreen {
	color: #3f4c43;
	line-height: 20px;
	font-size: 24px;
}

.titleGreen {
	color: #3f4c43;
	line-height: 20px;
	font-size: 17px;
}

.titleTan {
	color: #feffe2;
	line-height: 24px;
	font-size: 18px;
}

.standardWhite {
	color: #fff;
	line-height: 20px;
	font-size: 14px;
}

.standardGreen {
	color: #58675c;
	line-height: 20px;
	font-size: 14px;
}

.standardTan {
	color: #f7ffe8;
	line-height: 20px;
	font-size: 14px;
}

.smTan {
	color: #feffe2;
	line-height: 20px;
	font-size: 12px;
}

.smBlue {
	color: #58675c;
	line-height: 18px;
	font-size: 11px;
}

.smGreen {
	color: #58675c;
	line-height: 18px;
	font-size: 11px;
}

.new {
	color: #2e4747;
	font-size: 10px;
}

.footerTxt {
	color: #c7e1c3;
	line-height: 20px;
	font-size: 14px;
}
.spacedTitleTan{
	color: #feffe2;
	line-height: 24px;
	font-size: 18px;
}
.fromLaura{
	color: #c7e1c3;
	line-height: 20px;
	font-size: 14px;
}

/* mindimaging changes */
#sectionDivider{
    width:39%;
    display:inline-block;
    float: left;
    text-align: left;
}
#lastSectionDivider{
    width:59%;
    color: #58675C;
	line-height: 18px;
	font-size: 12px;
    display:inline-block;
    float: left;
    text-align: left;
}
#containerBlock{
    margin:0.5em;
    text-align: center;
    width: 100%;
    display: block;
}
#contentHeader{
    color:#FEFFE2;
    font-size:120%;
    padding:0.3em;
    border-bottom: dotted 1px #FEFFE2;
}
#ContentContainerRight{
  padding-left:0.5em;

}
#ContentContainerLeft{
  padding-right:0.5em;
}

#quote{
    padding: 0.5em;
}
h1{
	line-height: 20px;
	font-size: 17px;
}

h2{
    font-size: 120%;
}
h3{
    font-size:115%;
}
h4{
    font-size:110%;
}
h5{
    font-size:105%;
}
h6{
    font-size:100%;
}
#containerBlock ul
{
    list-style-image: url('../img/arrow.gif');
    padding-left: 0.8em;
}
.content ul
{
    list-style-image: url('../img/arrow.gif');
    padding-left: 0.8em;
}
.pagetitle2 {
	color: #fff;
    text-align: center;
	line-height: 36px;
	font-size: 36px;
}
#grabber{
  font-size:12px;
  line-height: 16px;
  color:#fffde7;
  padding-bottom: 0.5em;

}
.navigationContainer{
  position: absolute;
  top: 122px;
  background: #F0F1E2;
}

	.runeNav a, .runeNav a:visited {
		font-size:16px;
		color:#58675c;
		text-decoration:underline;
		line-height:1.5;
	}

.mindimaging{
  font-size: 10px;
  line-height: 12px;
  padding-top:-0.3em;
  padding-right:0.8em;
  margin: 0.7em;
  color: #FFFDE7;
  text-align: right;
}

.mindimaging h3{
  font-size: 10px;
  line-height: 12px;
  color: #FFFDE7;
}
.mindimaging a{
  color: #F1FFCC;
  text-decoration: none;
}
.mindimaging a:visited{
  color: #F1FFCC;
  text-decoration: none;
}
.mindimaging a:hover{
  color: #F1FFCC;
  text-decoration: underline;
}

#pageStart{
    color: #fff;
}
#address{

}
#giftCertBox{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px #888888;
    -webkit-box-shadow: 5px 5px 5px #888888;
    box-shadow: 5px 5px 5px #888888;
    [ if IE ] behavior: url(iepngfix/ie-css3.htc);
    position:absolute;
    width: 125px;
    left:3px;
    top: 150px;
    padding: 0.2em;
    text-align: center;
    color: #58675c;
    border: 4px white solid;
    background-color: #7b9d85;
    background-image: url(../img/advertisementbg.jpg);
    background-repeat: no-repeat;
}
#giftCertBox2{
    display:none;
}
#giftCertBoxContainer{


}
.testimonialsList{/* used on index page for testimonails */
    margin-bottom: 1.618em;
}

.paypal {
	font: 12px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color:#5c7965;
	background: -webkit-linear-gradient(#ffffff, #e0e6dc);
	background: -o-linear-gradient(#ffffff, #e0e6dc);
	background: -moz-linear-gradient(#ffffff, #e0e6dc);
	background: linear-gradient(#ffffff, #e0e6dc);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#e0e6dc');
	padding:5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border:none;
	width:auto;
	cursor: pointer; /* cursor: hand; for IE5 */
}

.paypal:hover {
	color:#5c7965;
	text-decoration:none;
}
