/* ~~~ Site-wide Properties ~~~ */

* {
padding: 0;
margin: 0;
}

body {
	color: #000000;
	background-color: #DCD7C8;
	background: url(../images/bottom_bkgd.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

a:link, a:visited {
text-decoration: none;
border-bottom: 1px solid #BEB9AA;
color: #645028;
font-weight: bold;
}

a:hover {
text-decoration: none;
border-bottom: 1px solid #AAA08C;
color: #968246;
font-weight: bold;
}

a:active {
text-decoration: none;
border-bottom: 1px solid #AAA08C;
color: #5A503C;
}

/* ~~~ Text Properties ~~~ */

p {
	font-family: Garamond, Georgia, Times, Times Roman, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	padding-top: 10px;
}

h1, h2, h3 {
font-family: Garamond, Georgia, Times, Times Roman, serif;
font-size: 18px;
font-weight: normal;
line-height: 18px;
}

h4 {
font-family: Garamond, Georgia, Times, Times Roman, serif;
font-size: 18px;
font-weight: normal;
padding-top: 10px;
padding-bottom: 4px;
}

h5 {
	font-family: Garamond, Georgia, Times, Times Roman, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	padding-bottom: 4px;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 4px;
	color: #968246;
}

.left {
padding-left: 30px;
}

input, textarea, select {
background: transparent url(../images/input.gif) repeat-x; 
font-family: Garamond, Georgia, Times, Times Roman, serif;
font-size: 14px;
margin: 2px;
padding: 1px 3px 1px 3px;
border: solid 1px #644628;
background-color: #F0E6D2;
color: #644628;
}

form {
margin-top: 5px;
}

input:hover, textarea:hover, select:hover {
background: transparent url(../images/input_over.gif) repeat-x; 
font-family: Garamond, Georgia, Times, Times Roman, serif;
font-size: 14px;
margin: 2px;
padding: 1px 3px 1px 3px;
border: solid 1px #000000;
background-color: #f6efe2;
color: #644628;
}

input:focus, textarea:focus, select:focus {
background: transparent url(../images/input_over.gif) repeat-x; 
font-family: Garamond, Georgia, Times, Times Roman, serif;
font-size: 14px;
margin: 2px;
padding: 1px 3px 1px 3px;
border: solid 1px #644628;
background-color: #f6efe2;
color: #644628;
}

.quotes {
font-family: Garamond, Georgia, Times, Times Roman, serif;
color: #645028;
font-size: 14px;
font-style: italic;
font-weight: normal;
line-height: 18px;
padding-top: 10px;
}

.onestep {
font-family: Garamond, Georgia, Times, Times Roman, serif;
color: #645028;
font-size: 18px;
font-style: normal;
font-weight: normal;
line-height: 18px;
padding-top: 10px;
}

.questions {
font-family: Garamond, Georgia, Times, Times Roman, serif;
color: #645028;
font-size: 14px;
font-style: normal;
font-weight: normal;
line-height: 18px;
padding-top: 10px;
}

.comingsoon {
font-family: Garamond, Georgia, Times, Times Roman, serif;
color: #645028;
font-size: 14px;
font-style: normal;
font-weight: normal;
line-height: 18px;
}

.forminfo {
font-family: Garamond, Georgia, Times, Times Roman, serif;
color: #000000;
font-size: 14px;
font-style: normal;
font-weight: normal;
}

#hr {
height: 40px;
background: url(../images/hr.gif) center no-repeat;
}

#hr hr {
display: none;
}

#line {
height: 20px;
background: url(../images/line.gif) top no-repeat;
}

/* ~~~ Nav Properties ~~~ */

#navL {
	position: absolute;
	top: 100px;
	left: 33px;
	list-style-type: none;
	display: table-column;
}

#navL li {
float: left;
z-index: 10;
}

#navL a {
display: block;
width: 30px;
height: 75px;
margin-right: 650px;
margin-bottom: 5px;
border: 0px;
text-indent: -100em;
z-index: 0;
}

#navL a:hover {
background-position: 0 0;
}

#navR {
	position: absolute;
	top: 100px;
	left: 684px;
	list-style-type: none;
	display: table-column;
}

#navR li {
float: right;
z-index: 10;
}

#navR a {
display: block;
width: 30px;
height: 75px;
margin-right: 33px;
margin-bottom: 5px;
border: 0px;
text-indent: -100em;
z-index: 0;
}

#navR a:hover {
background-position: 0 0;
}

/* ~~~ TABS ~~~ */

/* ~~~ HOME PAGES ~~~ */
#indexhomeR {
background: url(../images/homeRM_off.jpg) 0px 0px no-repeat;
}

a:hover#indexhomeR {
background: url(../images/homeRM_on.jpg) 0px 0px no-repeat;
}

#indexintroR {
background: url(../images/introRB_off.jpg) 0px 0px no-repeat;
}

a:hover#indexintroR {
background: url(../images/introRB_on.jpg) 0px 0px no-repeat;
}

#indexquestionsR {
background: url(../images/questionsRB_off.jpg) 0px 0px no-repeat;
}

a:hover#indexquestionsR {
background: url(../images/questionsRB_on.jpg) 0px 0px no-repeat;
}

#indexvolumesR {
background: url(../images/volumesRB_off.jpg) 0px 0px no-repeat;
}

a:hover#indexvolumesR {
background: url(../images/volumesRB_on.jpg) 0px 0px no-repeat;
}

#indexcontactR {
background: url(../images/contactRB_off.jpg) 0px 0px no-repeat;
}

a:hover#indexcontactR {
background: url(../images/contactRB_on.jpg) 0px 0px no-repeat;
}

/* ~~~ HOME PAGES ~~~ */
#homehomeL {
background: url(../images/homeLT_off.jpg) 0px 0px no-repeat;
}

a:hover#homehomeL {
background: url(../images/homeLT_on.jpg) 0px 0px no-repeat;
}

#homeintroR {
background: url(../images/introRM_off.jpg) 0px 0px no-repeat;
margin-top: 80px;
}

a:hover#homeintroR {
background: url(../images/introRM_on.jpg) 0px 0px no-repeat;
}

#homequestionsR {
background: url(../images/questionsRB_off.jpg) 0px 0px no-repeat;
}

a:hover#homequestionsR {
background: url(../images/questionsRB_on.jpg) 0px 0px no-repeat;
}

#homevolumesR {
background: url(../images/volumesRB_off.jpg) 0px 0px no-repeat;
}

a:hover#homevolumesR {
background: url(../images/volumesRB_on.jpg) 0px 0px no-repeat;
}

#homecontactR {
background: url(../images/contactRB_off.jpg) 0px 0px no-repeat;
}

a:hover#homecontactR {
background: url(../images/contactRB_on.jpg) 0px 0px no-repeat;
}

/* ~~~ INTRO PAGES ~~~ */
#introhomeL {
background: url(../images/homeLM_off.jpg) 0px 0px no-repeat;
}

a:hover#introhomeL {
background: url(../images/homeLM_on.jpg) 0px 0px no-repeat;
}

#introintroL {
background: url(../images/introLT_off.jpg) 0px 0px no-repeat;
}

a:hover#introintroL {
background: url(../images/introLT_on.jpg) 0px 0px no-repeat;
}

#introquestionsR {
background: url(../images/questionsRM_off.jpg) 0px 0px no-repeat;
margin-top: 160px;
}

a:hover#introquestionsR {
background: url(../images/questionsRM_on.jpg) 0px 0px no-repeat;
}

#introvolumesR {
background: url(../images/volumesRB_off.jpg) 0px 0px no-repeat;
}

a:hover#introvolumesR {
background: url(../images/volumesRB_on.jpg) 0px 0px no-repeat;
}

#introcontactR {
background: url(../images/contactRB_off.jpg) 0px 0px no-repeat;
}

a:hover#introcontactR {
background: url(../images/contactRB_on.jpg) 0px 0px no-repeat;
}

/* ~~~ Q&A PAGES ~~~ */
#questionshomeL {
background: url(../images/homeLB_off.jpg) 0px 0px no-repeat;
}

a:hover#questionshomeL {
background: url(../images/homeLB_on.jpg) 0px 0px no-repeat;
}

#questionsintroL {
background: url(../images/introLM_off.jpg) 0px 0px no-repeat;
}

a:hover#questionsintroL {
background: url(../images/introLM_on.jpg) 0px 0px no-repeat;
}

#questionsquestionsL {
background: url(../images/questionsLT_off.jpg) 0px 0px no-repeat;
}

a:hover#questionsquestionsL {
background: url(../images/questionsLT_on.jpg) 0px 0px no-repeat;
}

#questionsvolumesR {
background: url(../images/volumesRM_off.jpg) 0px 0px no-repeat;
margin-top: 240px;
}

a:hover#questionsvolumesR {
background: url(../images/volumesRM_on.jpg) 0px 0px no-repeat;
}

#questionscontactR {
background: url(../images/contactRB_off.jpg) 0px 0px no-repeat;
}

a:hover#questionscontactR {
background: url(../images/contactRB_on.jpg) 0px 0px no-repeat;
}

/* ~~~ VOLUMES PAGES ~~~ */
#volumeshomeL {
background: url(../images/homeLB_off.jpg) 0px 0px no-repeat;
}

a:hover#volumeshomeL {
background: url(../images/homeLB_on.jpg) 0px 0px no-repeat;
}

#volumesintroL {
background: url(../images/introLB_off.jpg) 0px 0px no-repeat;
}

a:hover#volumesintroL {
background: url(../images/introLB_on.jpg) 0px 0px no-repeat;
}

#volumesquestionsL {
background: url(../images/questionsLM_off.jpg) 0px 0px no-repeat;
}

a:hover#volumesquestionsL {
background: url(../images/questionsLM_on.jpg) 0px 0px no-repeat;
}

#volumesvolumesL {
background: url(../images/volumesLT_off.jpg) 0px 0px no-repeat;
}

a:hover#volumesvolumesL {
background: url(../images/volumesLT_on.jpg) 0px 0px no-repeat;
}

#volumescontactR {
background: url(../images/contactRM_off.jpg) 0px 0px no-repeat;
margin-top: 320px;
}

a:hover#volumescontactR {
background: url(../images/contactRM_on.jpg) 0px 0px no-repeat;
}

/* ~~~ CONTACT PAGES ~~~ */
#contacthomeL {
background: url(../images/homeLB_off.jpg) 0px 0px no-repeat;
}

a:hover#contacthomeL {
background: url(../images/homeLB_on.jpg) 0px 0px no-repeat;
}

#contactintroL {
background: url(../images/introLB_off.jpg) 0px 0px no-repeat;
}

a:hover#contactintroL {
background: url(../images/introLB_on.jpg) 0px 0px no-repeat;
}

#contactquestionsL {
background: url(../images/questionsLB_off.jpg) 0px 0px no-repeat;
}

a:hover#contactquestionsL {
background: url(../images/questionsLB_on.jpg) 0px 0px no-repeat;
}

#contactvolumesL {
background: url(../images/volumesLM_off.jpg) 0px 0px no-repeat;
}

a:hover#contactvolumesL {
background: url(../images/volumesLM_on.jpg) 0px 0px no-repeat;
}

#contactcontactL {
background: url(../images/contactLT_off.jpg) 0px 0px no-repeat;
}

a:hover#contactcontactL {
background: url(../images/contactLT_on.jpg) 0px 0px no-repeat;
}

/* ~~~ Div Properties ~~~ */

#background {
background: url(../images/top_bkgd.jpg) repeat-x;
position: relative;
width: 100%;
height: 700px;
}

#container {
display: block;
width: 750px;
height: auto;
position: relative;
margin-left: auto;
margin-right: auto;
}

#openbook_start {
background: url(../images/openbook_start.jpg) no-repeat;
position: relative;
top: 30px;
left: 0px;
width: 750px;
height: 570px;
z-index: 0;
}

#openbook {
background: url(../images/openbook.jpg) no-repeat;
position: relative;
top: 30px;
left: 0px;
width: 750px;
height: 570px;
z-index: 0;
}

#openbook_end {
background: url(../images/openbook_end.jpg) no-repeat;
position: relative;
top: 30px;
left: 0px;
width: 750px;
height: 570px;
z-index: 0;
}

#photo {
background: url(../images/photo.gif) no-repeat;
width: 220px;
height: 220px;
position: absolute;
top: 140px;
left: 25px;
border: 0px;
}

#bookmark {
background: url(../images/bookmark.jpg) no-repeat;
position: absolute;
top: 400px;
left: 0px;
width: 299px;
height: 129px;
border: 0px;
}

#mysoul_intro {
background: url(../images/mysoul_intro.gif) no-repeat;
position: absolute;
top: 70px;
left: 77px;
width: 270px;
height: 38px;
text-indent: -100em;
}

#mysoul_right {
background: url(../images/mysoul_intro.gif) no-repeat;
position: absolute;
top: 70px;
left: 397px;
width: 270px;
height: 38px;
text-indent: -100em;
}

#joinme_intro {
background: url(../images/joinme_intro.gif) no-repeat;
position: absolute;
top: 70px;
left: 77px;
width: 280px;
height: 25px;
text-indent: -100em;
}

#introduction_intro {
background: url(../images/introduction_intro.gif) no-repeat;
position: absolute;
top: 70px;
left: 77px;
width: 280px;
height: 25px;
text-indent: -100em;
}

#questions_intro {
background: url(../images/questions_intro.gif) no-repeat;
position: absolute;
top: 70px;
left: 77px;
width: 280px;
height: 25px;
text-indent: -100em;
}

#volumes_intro {
background: url(../images/volumes_intro.gif) no-repeat;
position: absolute;
top: 70px;
left: 77px;
width: 280px;
height: 25px;
text-indent: -100em;
}

#contact_intro {
background: url(../images/contact_intro.gif) no-repeat;
position: absolute;
top: 70px;
left: 77px;
width: 280px;
height: 25px;
text-indent: -100em;
}

#contact_content {
position: absolute;
top: 30px;
left: 40px;
width: 420px;
height: 25px;
}

#success_intro {
background: url(../images/success_intro.gif) no-repeat;
position: absolute;
left: 110px;
width: 280px;
height: 25px;
text-indent: -100em;
}

#error_intro {
background: url(../images/error_intro.gif) no-repeat;
position: absolute;
left: 110px;
width: 280px;
height: 25px;
text-indent: -100em;
}

#footer {
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
text-align: center;
}

#footer a {
text-decoration: none;
border-bottom: 1px solid #AAA08C;
color: #645028;
font-weight: bold;
}

#footer a:hover {
text-decoration: none;
border-bottom: 1px solid #AAA08C;
color: #968246;
font-weight: bold;
}

#copyright_credit {
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
line-height: 10px;
color: #645028;
}

#copyright_credit a {
text-decoration: none;
border-bottom: 1px solid #AAA08C;
color: #645028;
font-weight: normal;
}

#copyright_credit a:hover {
text-decoration: none;
border-bottom: 1px solid #AAA08C;
color: #968246;
font-weight: normal;
}

#left {
position: absolute;
top: 150px;
left: 90px;
width: 255px;
height: 365px;
z-index: 20;
}

#leftsub {
position: absolute;
top: 130px;
left: 90px;
width: 255px;
height: 365px;
z-index: 20;
}
#lefttext {
position: absolute;
top: 73px;
left: 90px;
width: 255px;
height: 460px;
z-index: 20;
}

#right {
position: absolute;
top: 73px;
left: 410px;
width: 255px;
height: 365px;
z-index: 20;
}

#rightintro {
position: absolute;
top: 150px;
left: 410px;
width: 255px;
height: 365px;
z-index: 20;
}

#back {
position: absolute;
bottom: 63px;
left: 63px;
width: 35px;
height: 35px;
text-indent: -100em;
border: 0px;
}

a:hover#back {
background: url(../images/back_on.jpg) no-repeat;
}

#next {
position: absolute;
bottom: 505px;
right: 63px;
width: 35px;
height: 35px;
text-indent: -100em;
border: 0px;
}

a:hover#next {
background: url(../images/next_on.jpg) no-repeat;
}

/* ~~~ Picture Properties ~~~ */

img {
border: 0px;

}

.image {
border: 0px !important;

display: block;
width: 149px;
height: 119px;
}

a:hover.image {
background: url(../images/image.gif) no-repeat;
display: block;
width: 149px;
height: 119px;
border: 0px !important;

}

.center {
display: block;
width: 150px;
padding: 5px;
position: relative;
margin-left: auto;
margin-right: auto;
}
