/* General Elements
   ---------------- */
html, body {
	margin: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	background-color: #FFFAF0;
	background-image: url(../images/misc/lace_back.gif);
	background-repeat: repeat;
	height: 100%;
}
img {
	border: 0;
}
img.resultImg {
	float: right;
	margin: 0 10px 10px 15px;
}
h1, h2, h3, p, address, table, iframe {
	margin: 0 0 1em 0;
}
h1, h2, h3 {
	color: #333;
	font-weight: normal;
}
h1 {
	font-size: 1.1em;
}
h1 span.normal {
	font-size: 0.8em;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: 0.9em;
}
a {
	color: #E66F8F;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
p {
	margin-top: 0;
	font-size: 0.8em;
	line-height: 1.4em;
}
p.refine {
	background-color: #FFF0F0;
	padding: 5px 10px;
}
address {
	font-size: 0.8em;
	margin-bottom: 1em;
}
ul li, ol li {
	font-size: 0.8em;
	padding: 0;
	margin: 0 0 0.6em 0;
}
ul li li, ul li li li {
	font-size: 1em;
	padding: 0;
	margin: 0 0 0.6em 0;
}
div#bqOuter {
	background-image: url(../images/icons/quotes_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
blockquote {
	margin: 1em 0;
	padding: 0 32px;
	line-height: 1.2em;
	font-style: italic;
	background-image: url(../images/icons/quotes_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
blockquote p {
	line-height: 1.3em;
}
form {
	background-color: #FFF2DD;
	padding: 10px;
}
form#pp {
	background-color: transparent;
}
form#pp input {
	border: 0;
}
form fieldset {
	margin-bottom: 1.5em;
}
form legend {
	color: #7C0E20;
	font-size: 0.7em;
	font-weight: bold;
	margin-bottom: 0.3em;
}
form label {
	float: left;
	clear: both;
	width: 150px; /* Default label width */
	font-size: 0.8em;
	text-align: right;
	margin: 0.5em 0.6em 0 0;
}
form.labelW250 label {
	width: 250px;
}
form img {
	vertical-align: middle;
	margin-top: 0.4em;
}
form p.fieldCounter {
	margin: 0;
	font-size: 0.7em;
	font-style: italic;
}
form input, form textarea, form select {
	margin-top: 0.4em;
	background-color: #FFF;
	border: 1px solid #E77A99;
	vertical-align: middle;
}
form input#submitBtn, input#submitBtn1, input#submitBtn2, form input#previewBtn,
		form input#cancelBtn, form input#resetBtn {
	color: #E77A99;
	font-weight: bold;
	background-color: #FFC;
}
form span.append {
	font-size: 0.8em;
}
form span.req {
	color: #F00;
}


/* General Classes
   --------------- */
.italic {
	font-style: italic;
}
.error {
	color: #F00;
	font-weight: bold;
}
.msg {
	color: #080;
	font-weight: bold;
}
.fleft {
	float: left;
	margin-right: 10px;
}
.fright {
	float: right;
	margin-left: 10px;
}
.memLink {
	float: right;
	margin-left: 45px;
}
.lclear {
	clear: left;
}
.clearB {
	clear: both;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.dropCap {
	float: left;
	padding: 2px 3px 0 0;
	font-size: 3em;
	line-height: 80%;
	font-weight: normal;
	font-family: georgia, times;
}
.small {
	font-size: 0.7em;
}


/* Container
   --------- */
div#container {
	width: 770px;
	margin: auto;
}


/* Page
   ---- */
div#page {
	margin: auto;
	text-align: left;
	background-color: #FFFAF0;
	border: 5px ridge #DDD;
	border-top: 0;
}
* html div#page { /* Fix for IE 5.5/6 Footer height */
	border: 5px ridge #DDD;
	border-top: 0;
}


/* Masthead
   -------- */
div#header {
	position: relative; /* Required to position masthead images and navigation within this container */
	width: 760px;
	height: 152px;
	background-image: url(../images/misc/header_back.gif);
	background-repeat: repeat-x;
}
* html div#header { /* Fix for IE 5.5/6 Footer height */
	width: 764px;
}
div#header img#logo {
	position: absolute;
	top: 10px;
	left: 14px;
}
div#header img#title {
	position: absolute;
	top: 11px;
	left: 130px;
}
div#header img#photo {
	position: absolute;
	top: 0;
	right: 0;
}


/* Navigation
   ---------- */
div#nav {
	position: absolute;
	bottom: 0;
	left: 160px;
}
div#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}
div#nav a {
	display: block;
	float: left;
	margin-right: 5px;
	text-align: center;
	background: url(../images/misc/nav_back_up.gif) no-repeat left top;
	width: 90px;
	height: 41px;
	font-size: 9pt;
	font-weight: bold;
}
div#nav a span {
	display: block;
	padding: 5px;
}
div#nav a#navSel {
	background: url(../images/misc/nav_back_down.gif) no-repeat left top;
}


/* Main Content
   ------------ */
div#main {
	float: left;
	display: inline; /* Fix for IE 3 pixel bug */
}
body#col3 div#main {
	width: 400px;
	margin-left: 200px;
}
body#col2 div#main {
	width: 540px;
}
body#col1 div#main {
	width: 740px;
}
div#mainContent {
	padding: 10px 12px 8px 12px;
}
div#lhs {
	float: left;
	width: 200px;
	margin-left: -600px;
}
div#lhsContent {
	padding: 10px 8px 8px 6px;
}
body#col3 div#rhs {
	float: left;
	width: 160px;
}
body#col2 div#rhs {
	float: left;
	width: 220px;
}
div#rhsContent {
	padding: 10px 6px 8px 8px;
}
div#rhsContent h2 {
	margin: 0;
	width: 146px;
	height: 18px;
	background-image: url(../images/icons/members_head.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFF;
}
div#rhsContent h3 {
	font-size: 0.7em;
	margin: 0.3em 0;
}
div.sideBox {
	padding: 5px;
	border: 1px solid #E66F8F;
	background-color: #FFF;
	border-top: 0;
}
div.sideBox p {
	margin: 0.5em 0;
	font-size: 0.7em;
	line-height: 1.2em;
}
div#helpPopup {
	position: absolute;
	top: 100px;
	left: 100px;
	border: 1px solid #333;
	background-color: #FFF;
	width: 220px;
	padding: 7px;
	visibility: hidden;
}
div#helpPopup p {
	margin: 0.7em;
	font-size: 0.7em;
	line-height: 1.2em;
}
#termsText, #termsTextLabel {
	display: none;
}
form#pageURL {
	background-color: #FFFAF0;
	margin: 0 0 1em 0;
	padding: 0;
}
form#pageURL input {
	margin: 0;
	padding: 2px;
	border: 1px solid #E66F8F;
	background-color: #FFF;
}
form#paypalForm{
	background-color: #FFFAF0;
}


/* Footer
   ------ */
div#footer {
	clear: both;
	margin: 10px 0 0 0;
	border-top: 2px solid #E77A99;
	background-color: #FFD6D6; 
	padding: 3px 35px 7px 35px;
	text-align: center;
}
div#footer p {
	margin: 0;
	font-size: 0.7em;
	line-height: 150%;
}

/* Result Listing
   -------------- */
div.result p {
	line-height: 1.2em;
}

/* Google Map
   ---------- */
div#map {
	border: 2px solid #E66F8F;
	width: 500px;
	height: 350px;
	background-color: #FFF;
}
div#map p {
	font-size: 2em;
	text-align: center;
	margin-top: 140px;
	color: #00F;
}