/*
 * LifePurposeHealth.com CSS document
 * Last Updated: February 23, 2009
 *
 */


* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #330b17;
	text-align: center;
}


/* ------------------------------ Basic Styles ------------------------------ */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}


p {
	font: 1.2em/1.5em Arial, Helvetica, sans-serif;
}

blockquote {
	margin-left: 30px;
}

/* Lists */
ul, ol {
	margin-left: 30px;
}
li, dt, dd {
	font: 1.2em/1.6 Arial, Helvetica, sans-serif;
}


/* Links */
a img {
	border-width: 0px;
}

/* Tables */
td, th {
	font: 1.2em Arial, Helvetica, sans-serif;
}
th {
	font-weight: bold;
}

/* Span tags */
.smallcaps {
	font-size: 80%;
	text-transform: uppercase;
}
.caps {
	font-size: 90%;
	text-transform: uppercase;
}
.reference {
	font-size: 85%;
}

h3 .number {
	display: block;
	float: left;
	width: 20px;
	margin-right: 2px;
	position: relative;
	top: -.4em;
	left: -5px;
	margin-bottom: -20px;
	color: #80AF84;
	text-align: right;
	font: bold italic 2em "Times New Roman", Times, serif;
}


/* Floats */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.float-center {
	float: center;
}


/* Images */
img.float-left {
	margin-right: 20px;
	margin-bottom: 10px;
}
img.float-right {
	margin-left: 20px;
	margin-bottom: 10px;
}


/* ------------------------------ Page Structure ------------------------------ */

#page {
	width: 800px;
	margin: 0px auto;
	text-align: left;
 	background-color: #fff;
}

#header {
	position: relative;
	height: 188px;
	margin-left: -60px;
	margin-right: -60px;
	background: #330b17 url(images/header.jpg) top center no-repeat;
}
.section-one #header {
	background-image: url(images/header-section-one.jpg);
}
.section-two #header {
	background-image: url(images/header-section-two.jpg);
}
.section-three #header {
	background-image: url(images/header-section-three.jpg);
}

#main-nav {
	width: 800px;
	position: absolute;
	left: 60px;
	bottom: 0px;
	border-bottom: 5px solid #7b0101;
	background: url(images/nav-bg.gif) bottom left repeat-x;
}

#column-wrap {
	background: url(images/content-bg.gif) repeat-y;
}
#column-wrap-book {
	background: url(images/content-bg-book.gif) repeat-y;
} * html #column-wrap-book  { zoom: 1; } /* Once again, trigger hasLayout in old IE so that the background image will display */
#column-wrap-double {
	background: url(images/content-bg-double.gif) repeat-y;
}

#left-column {
	position: relative;
	float: left;
	width: 180px;
	padding-top:10px;
	padding-bottom: 50px;
}
#right-column {
	position: relative;
	float: right;
	width: 178px;
	padding-top:10px;
	padding-bottom:30px;
}
#center-column {
	margin-left: 180px;
	margin-right: 180px;
}
#center-column-full {
	margin-left: 180px;
}
#content-left {
	position: relative;
	left: 20px;
	width: 130px;
	float: left;
	padding-top:10px;
}
#content-right {
	position: relative;
	right: 20px;
	width: 250px;
	float: right;
	padding-top:10px;
}
#content-single {
	position: relative;
	float: left; /* To properly allow for columns in IE */
	width: 100%;
	overflow: hidden; /* Keep floated element from getting bumped down in IE when it contains a larger element */
}
#footer {
	margin: 0px;
	padding: 10px 25px;
	height: 55px;
	background-color: #64081b;
	border-top: 3px solid #3d0b17;
	clear: both;
}


/* ------------------------------ Header ------------------------------ */

#header h1, #header .tagline, #header .skip {
	text-indent: -2000px;
}
#header .home-link a {
	position: absolute;
	z-index: 1;
	left: 80px;
	bottom: 10px;
	text-decoration: none;
	color: #ae7855;
	font-weight: bold;
}
#header .home-link a:hover {
	color: #eec8a5;
}
.home #header .home-link {
	display: none;
}

/* ------------------------------ Main Navigation ------------------------------ */

#main-nav #main-nav-list-wrap { /* Necessary for centering a div with no specified width */
	position: relative;
	left: 49%;
	float: left;
}
#main-nav ul {
	position: relative;
	left: -51%;
	list-style: none;
} * html #main-nav ul { float: left; } /* Only applies to IE 6 */

#main-nav li {
	font-size: 1.3em;
	float: left;
}
#main-nav li a {
	float:left;
	margin: 0px 4px 0px 4px;
	background: url(images/nav-tab-right.gif) top right no-repeat;
	color: black;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#main-nav li a span.inner-wrap {
	float: left;
	padding: 4px 12px 4px 18px;
	margin: 0px 6px 0px 0px;
	background: url(images/nav-tab-left.gif) top left no-repeat;
}
#main-nav li a:hover, .section-one #main-nav li.one a, .section-two #main-nav li.two a, .section-three #main-nav li.three a {
	color: white;
	background: url(images/nav-tab-right-hover.gif) top right no-repeat;
}
#main-nav li a:hover span.inner-wrap {
	background: url(images/nav-tab-left-hover.gif) top left no-repeat;
}
#main-nav li.one a span.inner-wrap {
	padding-left: 26px;
	background: url(images/nav-tab-left-one.gif) top left no-repeat;
}
#main-nav li.one a:hover span.inner-wrap, .section-one #main-nav li.one a span.inner-wrap {
	background: url(images/nav-tab-left-hover-one.gif) top left no-repeat;
}
#main-nav li.two a span.inner-wrap {
	padding-left: 28px;
	background: url(images/nav-tab-left-two.gif) top left no-repeat;
}
#main-nav li.two a:hover span.inner-wrap, .section-two #main-nav li.two a span.inner-wrap {
	background: url(images/nav-tab-left-hover-two.gif) top left no-repeat;
}
#main-nav li.three a span.inner-wrap {
	padding-left: 26px;
	background: url(images/nav-tab-left-three.gif) top left no-repeat;
}
#main-nav li.three a:hover span.inner-wrap, .section-three #main-nav li.three a span.inner-wrap {
	background: url(images/nav-tab-left-hover-three.gif) top left no-repeat;
}




/* ------------------------------ Center Column ------------------------------ */


/* Articles */
div.article {
	margin-top: 10px;
	margin-bottom: 20px;
}
div.article-emphasized {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px 10px 10px 10px;
	border: 2px solid #ececec;
	background-color: #eeeaf7;
}
div.video {
	margin-top: 10px;
	margin-bottom: 10px;
}
div.article-main {
	padding-left: 25px;
	padding-right: 25px;
} * html div.article-main { zoom: 1;  /* Trigger hasLayout for old IE browsers or else the content image bg disappears */ }


/* Main Article Columns */
.article-main-column {
	float: left;
	width: 180px;
}
.right-gutter {
	margin-right: 25px;
}


.article-main-section-content {
	padding-top: 2em;
	float: left;
	width: 210px;
	margin-right: 20px;	
}
.article-main-section-sidebar {
	padding-top: 4em;
	float:left;
	width: 160px;
}
#center-column-full .article-main-section-content {
	width: 350px;
	padding-bottom: 50px;
}
#center-column-full .article-main-section-sidebar {
	width: 200px;
	padding-bottom: 50px;
}


/* Article Headers */
.article h2 {
	font: bold italic 1.8em/1.2em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 8px;
}
.article h3 {
	margin: 10px;
	text-align: center;
	font: italic 1.7em/1.3em Georgia, "Times New Roman", Times, serif; 
}

.video h2, .article-main .video h2 {
	margin: 10px 0px .3em 0px;
	padding: 0px;
	font: bold 1.2em/1.3em Arial, Helvetica, sans-serif;
}


.article-emphasized h2, .article-main .article-emphasized h2 {
	margin: .5em 0em;
	padding: 0px;
	text-align: center;
	font: bold 2.2em/1.1em Georgia, "Times New Roman", Times, serif;
}
.article-emphasized h2 .tagline {
	display: block;
	font-style: italic;
	font-weight: normal;
	font-size: 80%;
}
.article-emphasized h3, .article-main .article-emphasized h3 {
	font: italic 1.7em Georgia, "Times New Roman", Times, serif;
	margin: 10px;
}

.article-main h2 {
	margin: 0px;
	margin-left: -25px; /* Offset default .article-main padding */
	margin-right: -25px;
	margin-bottom: 20px;
	padding: 10px;
	padding-top: 30px;
	text-align: center;
	font: bold 3.5em/.9em Georgia, "Times New Roman", Times, serif;
}
.article-main h2 .tagline {
	display: block;
	font-style: italic;
	font-weight: normal;
	font-size: 65%;
}
.article-main p.subhead {
	text-align: center;
	margin-top: -23px;
	margin-bottom: 40px;
	font: italic 1.9em/1em Georgia, "Times New Roman", Times, serif;
	text-indent: 0px;
}
.article-main h3 {
	margin: 20px 0px 10px 0px;
	font: italic 2em Georgia, "Times New Roman", Times, serif;
}
.article-main h4 {
	margin: 15px 0px 5px 0px;
	font: bold 1.5em Arial, Helvetica, sans-serif;
}


.article-main-column h3 {
	font: bold 1.5em Arial, Helvetica, sans-serif;
}


.article-main-section-content h4 {
	margin-top: 0px;
}
.article-main-section-sidebar h4.column-title {
	margin-top: -2.75em;
	font: bold 1.4em/1.3em Georgia, "Times New Roman", Times, serif;
	text-align: center;
}


/* Article Paragraphs */
.article-main p {
	font: 1.3em/1.5 Arial, Helvetica, sans-serif;
}
.article p, .article-emphasized p, .article-main p {
	text-indent: 1em;
	margin-bottom: .3em;
}
.article-main-section-sidebar p {
	font-size: 1.2em;
	font-style: italic;
}

.video p.caption {
	font: 1.1em/1.3em Arial, Helvetica, sans-serif;
}

#center-column a:hover, #center-column-full a:hover {
	color: #55f;
}


/* Main Article Navigation */
.article-main-nav {
	width: 95%; /* Allow for extra pixels in old IE browsers */
	float: left;
}
.article-main-nav p.previous {
	float: left;
	width: 185px;
	display: inline; /* Fix old IE doubled float margin bug */
	text-indent: 0px;
	margin: 30px 0px 40px 0px;
	padding-top: 5px;
	border-top: 1px dotted #9FCEA4;
}
.article-main-nav p.next {
	float: right;
	width: 185px;
	text-align: right;
	text-indent: 0px;
	margin: 30px 0px 40px 0px;
	padding-top: 5px;
	font-weight: bold;
	border-top: 1px dotted #9FCEA4;
}

/* Commands Table */
table.commands-table {
	width: 98%;
}
table.commands-table th {
	padding: 5px;
	font-size: 1.7em;
	color: white;
	background-color: #51391d;
}
table.commands-table td {
	padding: 5px;
	border-bottom: 2px solid white;
	background-color: #e4f2c3;
}

/* Commands Two-column List */

ol.commands-list li.column1 { margin-left: 0em; }
ol.commands-list li.column2 { margin-left: 190px; }
ol.commands-list li.reset {
  margin-top: -40em; /* 1.6 times 25 */
}

/* Command-Stresses Definition List */
dl.command-stresses {
	margin-left:15px;
}
dl.command-stresses dd {
	font-style:italic;
	font-size:1.1em;
}
dl.command-stresses dt {
	font-weight:bold;
	font-size:1.2em;
}


div.image-box {
	text-align: center;
	margin-bottom: 10px;
}
div.image-box .caption, div.image-box-left .caption, div.image-box-right .caption {
	margin-top: 5px;
	font-weight: bold;
	text-indent: 0px;
}
div.image-box-left {
	float: left;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 10px;
}
div.image-box-right {
	float: right;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 10px;
}
div.image-box-left img, div.image-box-right img {
	border: 2px solid black;
}


/* Non-Article Pages */
#content-single .block-header {
	position: relative;
	padding: 13px 20px;
	text-align: center;
	background-color: #E5ECFC;
	border-bottom: 1px solid #9FCEA4;
}
#content-single h2.block-header {
	font: bold 2.6em/1.1em Georgia, "Times New Roman", Times, serif; 
}
#content-single .block-header a, #content-single .block-header a:visited {
	color: black;
	text-decoration: none;
}
#content-single .block-header a:hover {
	color: blue;
	text-decoration: underline;
}
#content-single .tagline {
	display: block;
	font-size: 65%;
}

.decorative-bg {
	width: 100%;
	background: url(images/bg-bow.jpg) top right no-repeat;
}

.focus-statement em, .focus-statement-lesser em {
	display: block;
	font-weight: normal;
	font-style: italic;
	margin-left: -50px;
	margin-bottom: 15px;
	font-size: 200%;
}
.focus-statement, .focus-statement-lesser {
	margin: 0px;
	padding: 50px 100px 35px 100px;
	font: normal 2.4em/1.1em Georgia, "Times New Roman", Times, serif; 
}
.focus-statement-lesser em {
	margin-bottom: 10px;
}
.focus-statement-lesser {
	padding-bottom: 25px;
	font: normal 1.9em/1.4em Georgia, "Times New Roman", Times, serif; 
}

.focus-list {
	margin: 0px 200px 0px 100px;
}
.focus-list li {
	font: normal 1.9em/1.4em Georgia, "Times New Roman", Times, serif; 
}

.focus-paragraph {
	margin-top: 20px;
	margin-left: 100px;
	font: 1.5em/1.4em Georgia, "Times New Roman", Times, serif; 
}

.confirmation em {
	display: block;
	margin-bottom: 2px;
	font-style: italic;
	font-size: 145%;
}
.confirmation {
	padding-top: 50px;
	margin-left: 150px;
	font: 1.5em/1.4em Georgia, "Times New Roman", Times, serif; 
}


/* Hobby Lobby Employee Signup Form */
form#hobby_lobby {
	padding: 30px 0px;
	margin-left: 100px;
	width: 415px;
	background-color: #E5ECFC;
	border: 1px solid #9FCEA4;
}

p.form-intro {
	margin-left: 100px;
	font: 1.4em/1.4em Georgia, "Times New Roman", Times, serif; 
}

form#hobby_lobby p.small {
	margin-top: 2px;
	font: normal 90% Arial, Helvetica, sans-serif;
}

form#hobby_lobby input, form#hobby_lobby select {
	padding: 2px;
	font: 1.2em/1.5em Arial, Helvetica, sans-serif;
	border-width: 2px;
}

div.formlabel {
	margin-left: 50px;
	clear: both;
	float: left;
	width: 100px;
	font: bold 1.4em/1.5em Arial, Helvetica, sans-serif;
} 
div.formfield {
	margin-bottom: 10px;
	float: left;
	width: 220px;
	font: 1.2em/1.5em Arial, Helvetica, sans-serif;
}
#hobby_lobby_submit {
	display: block;
	clear: both;
	margin: 0px;
	margin-left: 270px;
	font-weight: bold;
	color:white;
	cursor:pointer;
	background-color: #046c5f;
	border: 2px solid #046c5f;
}
#hobby_lobby_submit:hover {
	color: black;
	border-color: #9FCEA4;
	background-color: white;
}

/* LiveValidation styles */

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border-color: #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border-color: #CC0000;
}
/* @end */


/* ------------------------------ Sidebar Columns ------------------------------ */


/* Left Sidebar */
.health-manual {
	left: 0px;
	position:absolute;
	z-index:2;
}
.home .health-manual {
	left: -18px;
}
.duggar-caption {
	text-align: center;
	margin-bottom: -250px;
	margin-left: 20px;
	margin-right: 20px;
}

#how-to-use {
	margin-top: 265px;
	margin-bottom: 15px;
	text-align: center;
}
.home #how-to-use {
	margin-top: 310px;
}

ul.sidebar-nav {
	margin: 0px 0px 10px 0px;
	list-style: none;
	zoom: 1; /* Just to make old IE feel happy! */
}

ul.sidebar-nav li {
	font-size: 1em;
}
ul.sidebar-nav li a {
	display: block;
	padding: 10px 10px 8px 50px;
	margin-bottom: 5px;
	font: bold 1.3em/1.1em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #046c5f;
}
ul.sidebar-nav li a:hover, ul.sidebar-nav li a.current {
	color: black;
}
ul.sidebar-nav li.one a {
	background: url(images/sidebar-nav-one.gif) top left no-repeat;
}
ul.sidebar-nav li.two a {
	background: url(images/sidebar-nav-two.gif) top left no-repeat;
}
ul.sidebar-nav li.three a {
	background: url(images/sidebar-nav-three.gif) top left no-repeat;
}
ul.sidebar-nav li.one a:hover, ul.sidebar-nav li.one a.current {
	background: url(images/sidebar-nav-one-hover.gif) top left no-repeat;
}
ul.sidebar-nav li.two a:hover, ul.sidebar-nav li.two a.current {
	background: url(images/sidebar-nav-two-hover.gif) top left no-repeat;
}
ul.sidebar-nav li.three a:hover, ul.sidebar-nav li.three a.current {
	background: url(images/sidebar-nav-three-hover.gif) top left no-repeat;
}
/* Fix wrong background from displaying in IE */
ul.sidebar-nav li.one ul.sidebar-subnav a, ul.sidebar-nav li.two ul.sidebar-subnav a, ul.sidebar-nav li.three ul.sidebar-subnav a,
ul.sidebar-nav li.one ul.sidebar-subnav a:hover, ul.sidebar-nav li.two ul.sidebar-subnav a:hover, ul.sidebar-nav li.three ul.sidebar-subnav a:hover {
	background-image: none;
}

ul.sidebar-subnav {
	margin: -5px 0px 20px 0px;
	list-style: none;
}
ul.sidebar-subnav li {
	font-size: 1em;
}
ul.sidebar-subnav li a {
	display: block;
	margin: 0px 0px 0px 8px;
	padding: 8px 10px;
	font: bold 1.2em/1.2em Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #046c5f;
	border-bottom: 1px dotted #9FCEA4;
	border-left: 7px solid #c2e0c0;
} * html ul.sidebar-subnav li a { zoom: 1; } /* Fix old IE bug */
ul.sidebar-subnav li a:hover, ul.sidebar-subnav li a.current {
	margin-left: 8px;
	color: black;
	border-left: 7px solid #9FCEA4;
	background-color: #EBF5EC;
	background-image: none;
}
ul.sidebar-subnav li a.current {
	background-color: white;
}

.sidebar-box {
	margin: 30px 0px;
}
.sidebar-box h2 {
	font: bold italic 1.7em/1.1em Georgia, "Times New Roman", Times, serif; 
	color: black;
	text-align: center;
}
.sidebar-box p.tagline {
	font-size: 1em;
	color: black;
	text-align: center;
	margin-bottom: 7px;
}

.sidebar-box form {
	margin: 0px 10px;
	text-align: right;
}
.sidebar-box form .email {
	padding: 5px 2px;
	width: 150px;
}
.sidebar-box form .submit {
	text-align: center;
	cursor: pointer;
	padding: 3px 10px;
	color: white;
	background-color: #046c5f;
}


/* Secondary Navigation */
#secondary-nav ul {
	margin: 0px;
	list-style: none;
}
#secondary-nav ul li {
	font-size: 1.35em;
}
#secondary-nav ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #046c5f;
	margin-left: 20px;
	padding: 2px 0px;
} * html #secondary-nav ul li a { zoom: 1; } /* Fix old IE bug */
#secondary-nav ul li a:hover {
	color: black;
	margin-left: 0px;
	padding-left: 5px;
	border-left: 15px solid #9FCEA4;
}

/* Right Column */
#right-column ul {
	margin-right: 30px;
	margin-left: 40px;
}

.testimony {
	/*padding-bottom: 40px;*/
	margin-bottom: 20px;
	/*background: url(images/divider.gif) bottom center no-repeat;*/
}
.testimony h2 {
	font: normal 1.7em/1.3em Georgia, "Times New Roman", Times, serif; 
	color: black;
	text-align: center;
	margin: 10px 20px;
}
.resource h2 {
	font: italic 1.7em/1.3em Georgia, "Times New Roman", Times, serif; 
	color: #6E734D;
	text-align: center;
	margin: 10px 20px;
}
.testimony p, .resource p {
	text-indent: 1em;
	margin-left: 20px;
	margin-right: 20px;
}
p.buy {
	margin: 0px;
	position: relative;
	left: 50%;
	float: left;
}
p.buy a {
	display: block;
	position:relative;
	font-style: normal;
	left: -50%;
	margin: 10px 0px;
	padding: 7px 10px 6px 22px;
	color: #014d80;
	text-decoration: none;
	border: 2px solid #ccd2e0;
	background: #d9e5f4 url(images/cart.gif) 8px 6px no-repeat;
}
p.buy a:hover {
	background-color: #e9f5ff;
	border-color: #acb2d0;
}


/* ------------------------------ Footer ------------------------------ */

#footer p {
	text-align: center;
	font-size: 1.1em;
	color: #ddd;
}
#footer p a {
	color: #aaf;
}
#footer p a:hover {
	color: #ddf;
}


/* ------------------------------ Slimbox ------------------------------ */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/* ------------------------------ Calendar Ad Styles ------------------------------ */

#ad-cal {
	position: relative;
	padding: 13px 20px;
	height: 105px;
	background: #eeeaf7 url(images/cal-cover.jpg) bottom right no-repeat;
	border-bottom: 2px solid #ececec;
}
#ad-cal h2 {
	font: bold 1.6em/1.6em Georgia, "Times New Roman", Times, serif; 
}
#ad-cal h2 a {
	color: black;
	text-decoration: none;
}
#ad-cal h2 a:hover {
	text-decoration: underline;
}
#ad-cal p {
	font: italic 1.3em/1.3em Georgia, "Times New Roman", Times, serif;
}
#ad-cal p.link {
	position: absolute;
	bottom: 5px;
	right: 92px;
	font: normal 1.1em/1.1em Georgia, "Times New Roman", Times, serif;
}

.cal-images {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	width: 270px;
	list-style: none none;
}

.cal-images:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

.cal-images li {
	list-style: none none;
	display: inline;
}

.cal-images li a {
	position: relative;
	float: left;
	display: block;
	width: 58px;
	height: 45px;
	margin-right: 8px;
}


.cal-images li a:hover {
	font-size: 100%;
	z-index: 2;
}

.cal-images li a img {
	border: 0 none;
	position: absolute;
	width: 58px;
	height: 45px;
}

.cal-images li a:hover img, .cal-images li a:active img, .cal-images li a:focus img {
	width: 129px;
	height: 98px;
	left: -32px;
	top: -24px;
	z-index: 1;
}

/* ------------------------------ Seminar Ad Styles ------------------------------ */

#ad-seminar {
	position: relative;
	padding: 13px 20px;
	height: 90px;
	background: #eeeaf7 url(images/itc.jpg) bottom right no-repeat;
	border-bottom: 2px solid #ececec;
}
#ad-seminar h2 {
	font: bold 1.6em/1.4em Georgia, "Times New Roman", Times, serif; 
}
#ad-seminar h2 a {
	color: black;
	text-decoration: none;
}
#ad-seminar h2 a:hover {
	text-decoration: underline;
}
#ad-seminar p.details {
	font: italic 1.3em/1.3em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 8px;
}
#ad-seminar p {
	font: normal 1.3em/1.3em Georgia, "Times New Roman", Times, serif;
}
#ad-seminar p em {
	font-weight: bold;
	font-style: italic;
}
#ad-seminar p.link {
	position: absolute;
	bottom: 5px;
	right: 170px;
	font: italic 1.1em/1.1em Georgia, "Times New Roman", Times, serif;
}

/* ------------------------------ Hobby Lobby Ad Styles ------------------------------ */
#ad-hobby-lobby {
	position: relative;
	padding: 13px 20px;
	height: 65px;
	background: #eeeaf7 url(images/hobby-lobby.jpg) bottom right no-repeat;
	border-bottom: 2px solid #ececec;
}
#ad-hobby-lobby h2 {
	margin-bottom: 3px;
	font: bold 1.4em/1.4em Georgia, "Times New Roman", Times, serif; 
}
#ad-hobby-lobby h2 em {
	display: block;
	font-size: 140%;
	font-style:italic;
}
#ad-hobby-lobby h2 a {
	color: black;
	text-decoration: none;
}
#ad-hobby-lobby h2 a:hover {
	text-decoration: underline;
}
#ad-hobby-lobby p.details {
	font: italic 1.3em/1.3em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 8px;
}
#ad-hobby-lobby p.details a {
	color: black;
	text-decoration: none;
}
#ad-hobby-lobby p.details a:hover {
	text-decoration: underline;
}
#ad-hobby-lobby p.link a {
	position: absolute;
	bottom: 8px;
	right: 175px;
	padding: 2px 4px;
	font: 1em/1.1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:white;
	text-decoration: none;
	cursor:pointer;
	background-color: #046c5f;
	border: 2px solid #046c5f;
}
#ad-hobby-lobby p.link a:hover {
	color: black;
	border-color: #9FCEA4;
	background-color: white;
}