/* CONTENT STYLES */

 BODY {
	margin: 0;
	font-family: garamond, times, 'times new roman', serif;
	font-size: 15pt;
	color: #2f185f;
	background-color: #ffeb7b;
}
 h1 {
     font-size: 20pt;
     font-weight: bold;
	 color: #2f185f;
	 margin: 10px 0 0 0;
}
 h2 {
     font-size: 18pt;
     font-weight: bold;
	 color: #2f185f;
     margin-top: 3px;
}
 h3 {
     font-size: 15pt;
     font-weight: bold;
	 color: #C30;     
}
 p {
     font-size: 15pt;
	 line-height: 17pt;
     color: #2f185f;
}
.title {
     font-size: 20pt;
     font-weight: bold;
	 color: #C30;
	 margin: 10px 0 0 0;
}
.subtitle {
     font-size: 18pt;
     font-weight: bold;
	 color: #C30;
     margin-top: 3px;
}
.heading {
     font-size: 16pt;
     font-weight: bold;
	 color: #C30;     
}
.title-text {
	font-family: serif;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	color: #5a316b;
	margin-top: 60px;
	margin-right: 235px;
	float: right;
	text-align: left;
}
.logo-text {
	font-family: serif;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	color: #5a316b;
	margin-top: 10px;
	margin-left: 60px;
	float: left;
}
.chat_text {
	position: absolute;
	top: 130px;
	right: 25px;
	margin: 0px;
}
.copy {
     font-size: 15pt;
	 line-height: 17pt;
	/* line-height: .025em; */
     color: #2f185f;
}
.copy LI{
     margin-top: .25em;
}
.testimonycopy {
     font-size: 15pt;
     line-height: 17pt;
     color: #2f185f;
}
.testimonycopy LI{
     margin-top: 1em;
}
.listcopy {
     font-size: 15pt;
     color: #2f185f;
}
.listcopy li {
     margin-top: .5em;
}
.quote {
	font-size: 15pt;
	color: #C30;
}
DIV.quote {
	padding: 146px 20px 10px 20px;
	color: #C30;
	background-image: url(images/quote_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
P.quote {
	color: #C30;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
P.quoter {
	font-size: 11pt;
	color: #C30;
	padding: 0;
	margin: .5em 0 0 0;
	text-align: right;
	font-style: italic;
	line-height: 1.15em;
}
.pullquote {
	padding: 10px 20px 0px 20px;
	margin-bottom:0;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #2f185f;
	text-align: center;
}
.pullquoter {
	padding: 10px 20px 10px 20px;
	margin-top: 0;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #2f185f;
	text-align: center;
}
.bottmenu {
    clear: both;
	padding: 20px 20px 10px 20px;
	font-size: 15pt;
	font-weight: bold;
	color: #006;
	text-align: center;
	line-height: 1.75em;
}
.disclaimer {
    clear: both;
	padding: 10px 20px 10px 20px;
	font-size: 11pt;
	color: #2f185f;
	text-align: center;
	line-height: 1.75em;
}
.toschedule {
    clear: both;
	padding: 10px 20px 10px 20px;
	font-size: 14pt;
	color: #C30;
	text-align: center;
	line-height: 1.75em;
}
.compname {
	 font-style:italic;
 }
.note {
     font-size: 10pt;
     color: #2f185f;
	 line-height: 1.5em;
 }
#LoginLink {
	margin-top: 15px;
	font-size: 12pt;
	font-weight: bold;
	color: #2f185f;
	text-align: center;
}

/* TESTIMONIAL PAGE */

.testimonial {
     font-size: 15pt;
     color: #2f185f;
	 margin-bottom: 5px;
}
.testimonial-name {
     font-size: 15pt;
     color: #2f185f;
     text-align: right;
     font-style: italic;
	 margin-bottom: 60px;
	 margin-top: 0;
}

/* REGISTRATION PAGE */

.regcopy {
     font-size: 15pt;
     color: #2f185f;
	 text-align: right;
	 padding-top: 15px;
 }
.regblank {
	 border-bottom: 1px solid #006;
 }

/* ABOUT PAGE */

.biopic {
	float:right;
	margin: 10px 10px 5px 20px;
  }
#bio-left {
	padding-right: 20px;
	border-right: 1px solid #b8cba0;
}
#bio-right {
	padding-left: 20px;
}

/* PAGE LAYOUT */

 .quote-column {
	margin-top: 50px;
	float:right;
	width: 160px;
	padding: 3em 20px 0 20px;
}
 .content-column {
	margin-left: 220px;
	margin-right: 220px;
}
 .content-column-wide {
	margin-left: 220px;
	margin-right: 20px;
}
.titlearea {
     margin-bottom: 10px;
}
#bottom-banner {
     font-size: 1pt;
     height: 48px;
	 background-image: url(images/footer.jpg); repeat: repeat-x;
	 margin-top: 20px;
	 clear: both;
 }
 
 /* MAIN NAVIGATION */
 
#menu {
	float:left;
	width: 190px;
	margin-right: 5px
	margin-top: 168px;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	font-size: 12pt;
	font-weight: bold;
}

#menu ul li a {
	color: #046;
	display: block;
	padding: 12px 5px 12px 10px;
	width: 190px;
    text-decoration: none;
	background-repeat: no-repeat;
}
 .ln-home a {
     background-image: url(images/ln-home.jpg);
}
 .ln-home a:hover {
     background-image: url(images/ln-home-lit.jpg);
}
 .ln-free a {
     background-image: url(images/ln-norm.jpg);;
}
 .ln-free a:hover {
     background-image: url(images/ln-lite.jpg);
}
 .ln-skills a {
     background-image: url(images/ln-norm.jpg);
}
 .ln-skills a:hover {
     background-image: url(images/ln-lite.jpg);
}
 .ln-whatis a {
     background-image: url(images/ln-whatis.jpg);
}
 .ln-whatis a:hover {
     background-image: url(images/ln-whatis-lit.jpg);
}
 .ln-forme a {
     background-image: url(images/ln-norm.jpg);
}
 .ln-forme a:hover {
     background-image: url(images/ln-lite.jpg);
}
 .ln-logistics a {
     background-image: url(images/ln-norm.jpg);
}
 .ln-logistics a:hover {
     background-image: url(images/ln-lite.jpg);
}
 .ln-custom a {
     background-image: url(images/ln-norm.jpg);
}
 .ln-custom a:hover {
     background-image: url(images/ln-lite.jpg);
}
 .ln-testimonials a {
     background-image: url(images/ln-testimonial.jpg);
}
 .ln-testimonials a:hover {
     background-image: url(images/ln-testimonial-lit.jpg);
}
 .ln-registration a {
     background-image: url(images/ln-norm.jpg);
}
 .ln-registration a:hover {
     background-image: url(images/ln-lite.jpg);
}
 .ln-about a {
     background-image: url(images/ln-about.jpg);
}
 .ln-about a:hover {
     background-image: url(images/ln-about-lit.jpg);
}
 .ln-current a {
     background-image: url(images/ln-norm.jpg);
}
 .ln-current a:hover {
     background-image: url(images/ln-lite.jpg);
}
 .ln-whathappens a {
     background-image: url(images/ln-whathappens.jpg);
}
 .ln-whathappens a:hover {
     background-image: url(images/ln-whathappens-lit.jpg);
}
 .ln-contact a {
     background-image: url(images/ln-contact.jpg);
}
 .ln-contact a:hover {
     background-image: url(images/ln-contact-lit.jpg);
}
 .ln-events a {
     background-image: url(images/ln-events.jpg);
}
 .ln-events a:hover {
     background-image: url(images/ln-events-lit.jpg);
}
 .ln-books a {
     background-image: url(images/ln-books.jpg);
}
 .ln-books a:hover {
     background-image: url(images/ln-books-lit.jpg);
}
 .ln-links a {
     background-image: url(images/ln-links.jpg);
}
 .ln-links a:hover {
     background-image: url(images/ln-links-lit.jpg);
}
 .ln-lit a {
     background-image: url(images/ln-lit.jpg);
}
/*
 #nav-column {
	float:left;
	width: 170px;
	padding-right: 20px;
}
 #nav-column DIV A:hover {
	background-color: #FFC;
}
 .litnav {
   color: #006600; 
   display: block; 
   padding: 9px 5px 10px 10px; 
   background-image: url(images/bullet-lit.jpg); 
   text-decoration: none; width: 190px;
 }
 .subnav {
	font-size: 15pt;
	padding: 10px 5px 10px 20px;
	border-bottom: 1px dotted #006600;
}
 .subnav A {
	font-size: 15pt;
	color: #006600;
	text-decoration: none;
}
 .subnav A:hover {
	color: #00C;
	background-color: #FFC;
}
 DIV.subnav A:hover {
	color: #00C;
	background-color: #FFC;
}
*/

