/* OLD  */
.logo{
	position:absolute;
	left:120px;top:20}
	
.banner{margin-left:30px; margin-top: -15px}

/* Temporarily out-commented by Bluetelligence
.main{position:absolute;left:235px;width:630px}
*/
.nav_bar{position:absolute;left:25px;top:180px}

.disclaimer{
	font-size: 0.7em;
	width: 120px;
	background-color: #6898c8;
	padding: 10px;
	margin: 0 0 10px 10px;
	border: 2px solid #ba7a24;
	border-radius: 17px 0px;
	float: right;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.disclaimer:hover{
	background-color: #b97924;
    -webkit-transform: translate(-2.3em) scale(1.4);
    -moz-transform: translate(-2.3em) scale(1.4);
    -o-transform: translate(-2.3em) scale(1.4);
    -ms-transform: translate(-2.3em) scale(1.4);
    transform: translate(-2.3em) scale(1.4);
	}

.disclaimer p{
	color: #fff;
	margin: 0;
	padding: 0;
}

.mailchimp{
	width: 130px;
	background-color: #fff;
	background-image: url(images/hearts.png);
	background-repeat: no-repeat;
	background-position-x: 8px;
	background-position-y: 2px;

	padding: 47px 5px 5px 5px;
	margin: 0 0 10px 10px;
	border: 2px solid #b97924;
	border-radius: 10px 0px;
	float: right;
	clear: right
	}
.mailchimp p{
	font-size: 0.85em;
	color: #ba7a24;
	margin: 0;
	padding: 0;
}
.mailchimp .small{
	font-size: 0.85em;
	margin-bottom: 5px;
	color: #43688c;
}


.disclaimer_small{
	font-size: 0.7em;
	width: 360px;
	background-color: #6898c8;
	padding: 10px;
	margin: 0 0 10px 10px;
	border: 2px solid #b97924;
	border-radius: 10px 0px;
	float: right;
	}
.disclaimer_small p{
	color: #fff;
	margin: 0;
	padding: 0;
}

html{
	background-color: #fff;
}

body{
	background-color: #fff;
	width: 760px;
	margin-top: 20px;
	margin-left: 200px;
	margin-right: auto;
	padding: 15px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1em;

}

p{
	margin-bottom: 10px;
	color: #556779;
	padding: 3px 0px 0px 15px;
	line-height: 120%;
}

a{
	text-decoration: none;
	color: #683e07;
}

.lo_popups{
	/* Special formating for popups */
	margin: 0 0 0 0;
	width: auto;
}

h1{
	font-size: 44px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	color: #b97924;
	text-transform: uppercase;
	padding: 5px 15px 2px 15px;
}

h2{
	font-size: 24px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #b97924;
	border-top: 2px dotted #6998c8;
	border-bottom: 2px dotted #6998c8;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 15px 0 5px 15;
	overflow: hidden;
	zoom: 1; /* Fixes IE6 overflow:hidden flaw  */
}

h3{
	font-size: 18px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #ba7a24;
	border-top: 2px dotted #6998c8;	
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 15px 0 5px 15;
	overflow: hidden;
	zoom: 1; /* Fixes IE6 overflow:hidden flaw  */
}

.subheader{
	font-size: 18px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #b97924;
	margin:0px 0px 0px 15px;
	overflow: hidden;
	zoom: 1; /* Fixes IE6 overflow:hidden flaw  */
}

.testimonial{
	font-size: 18px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #b97924;
	margin:15px 60px 0px 40px;
	border-left: solid 40px;
	border-color: #b97924;
	overflow: hidden;
	zoom: 1; /* Fixes IE6 overflow:hidden flaw  */
}

.testimonial p{
}

.quest{
	color: #b97924;
	border-top: 2px dotted #6998c8;	
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 15px;
	font-weight: 500;
	overflow: hidden;
	zoom: 1; /* Fixes IE6 overflow:hidden flaw  */

}
.answer{
	border-bottom: 2px dotted #6998c8;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 15px;
	overflow: hidden;
	zoom: 1; /* Fixes IE6 overflow:hidden flaw  */
}
.copyright{
	margin-top: 20px;
	margin-right: 0;
	text-transform: uppercase;
	border-top: 2px dotted #6998c8;
	padding-top: 5px;
}
.copyright p{
	font-size: 0.7em;
	color: #b97924;
	
}

.copyright strong{
	color: #194878;
}

.intro{
	color: #194878;
	font-size: 1.2em;
	margin: 0;
	margin-bottom: 10px;
}

ul{
	margin-bottom: 10px;
	margin-left: 20px;
	color: #556679;
	padding: 3px 0px 0px 15px;
	line-height: 120%;
	list-style:circle;
	
}

TABLE, table{
	table-layout: auto;
	color: #556679;
	border-collapse: separate;
	border-spacing: 2px;
	border-width: 2px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	/* WIDTH="600" BGCOLOR="#6373b5" CELLSPACING="1" CELLPADDING="4" BORDER="3" align="center" */
	
}

td{
	background-color: white;
	font-size: 0.9em;
	width: 150px;
	margin: auto auto auto auto;
	padding: 3px 10px 0px 10px;
	/*  width=145 bgcolor=white><b><font size=2  */
}
td strong{
	color: #ba7a24;
	font-weight: bold;
	margin-bottom: 10px;
}

