
	/* 
	CSS Document 
	Total Recall
	*/


/* Wrappers & Attributes .................................. */

body {
	background-color: #FFFFFF;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: .70em;
	line-height: 1.5em;
	color: #000000;
	}
	
a {
	text-decoration: underline;
	color: #000000;
}



a:hover {
	text-decoration: underline;
	color: #666666;
}

li {
	list-style-image:url(images/bullet.gif);
}

#horizon {
	text-align: center;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 770px;
	margin: auto;
	background-color: #e9f5c9;
	border: 1px solid #bcc89e;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	padding-top:40px;
	}

#content {
	background-color: #FFFFFF;
	background-image: url(images/content_background.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 700px;
	margin-left: 30px;
	margin-bottom: 10px;
	border: 1px solid #cdd8b2;
	padding: 180px 5px 5px;
	}

.prop {
    float:right;
    width:1px;
  }

  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

  .min50px {
    height:575px;
  }






#body_text h2 {
	line-height: 1.1em;
	}


/* Classes .............................................. */

.underline_header, .underline_subheader, .underline_login {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	width: 100%;
	}

.underline_header {
	font-size: 13px;
	color: #9d0a0e;
	line-height: 1.3em;
	text-transform: uppercase;
	}



.underline_subheader {
	font-size: 13px;
	color: #9d0a0e;
	line-height: 1.5em;
	text-transform: uppercase;
	
	}

.underline_login {
	font-size: 12px;
	color: #576338;
	line-height: 1.3em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}



.dotted_line {
	border-bottom: 1px dotted #576338;
	}


.form_input {
	background-color: #fffef5;
	border: 1px solid #bcc89e;
	}

.form_input2 {
	background-color: #fafef0;
	border: 1px solid #bcc89e;
	}

.form_login {
	background-color: #fafef0;
	border: 1px solid #bcc89e;
	font-weight: bold;
	color: #576338;
	padding: 2px;
	font-size: .85em;
	float: right;	
	}



.form_login2 {
	background-color: #fafef0;
	border: 1px solid #bcc89e;
	font-weight: bold;
	color: #576338;
	padding: 2px;
	font-size: .85em;
	float: right;	
	}

.form_login2:active {
	border: 1px solid #bcc89e;
	}

.form_login2:visited {
	border: 1px solid #bcc89e;
	}


.subhead_box_title {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
	margin-top: 0px;
	margin-bottom: 2px;
}

.subhead_box_title_underline {
	font-size: 13px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	font-weight: bold;
	margin-top: 0px;
	color: #990000;
	margin-bottom: 2px;
}
.subhead_box_title_underline2 {
	font-size: 14px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	font-weight: bold;
	margin-top: 0px;
	color: #990000;
	margin-bottom: 5px;
}

.error {
	font-size: 12px;
	color: #9d0a0e;
	}

.upperline  {
/*  font-size: 12px; */

	}

.upperline_header {
    font-size: 1.3em;
  }


/* Header ............................................. */


#preheader {
	position: absolute;
	margin-top: -33px;
	height: 30px;
	text-align: right;
	font-size: 9px;
	z-index: 19898;
	right: 15px;
	font-weight: bold;
	color: #90987b;
	}
	
#preheader a {
	text-decoration: none;
	color: #90987b;
}

#preheader a:hover {
	text-decoration: underline;
	color: #90987b;
}


#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 193px;
	width: 710px;
	position: absolute;
	right: 15px;	
	top: 15px;
	z-index: 1;
	}


/* Nav ..................................................... */

#nav {
	position: absolute;
	top: 215px;
	left: -20px;
	width: 185px;
	z-index: 9999;
	font-size: 13px;
	}

#nav ul {
	}
	
#nav li {
	list-style-type: none;
	list-style-image: none;
	}

#nav li a {
	background-image: url(images/nav_back.jpg);
	background-repeat: repeat-y;
	text-decoration: none;
	display: block;
	padding: 6px 6px 6px 15px;
	width: 158px;
	border-top: 1px solid #dfecba;
	border-bottom: 1px solid #afc187;
	color: #6a7156;
	font-weight: bold;
	list-style-type: none;
	border-left: 2px solid #bcc89e;
	border-right: 2px solid #bcc89e;	
	}

#nav li a:hover {
	background-image: url(images/nav_back_over.jpg);
	background-repeat: repeat-y;
	list-style-type: none;
	color: #ffffff;
	}



/* Left Column ........................................... */

#left_column {
	position: absolute;
	padding-top: 305px;
	width: 155px;
	margin-left: 10px;
	}


/* left_sub_head is a wrapper, 
plus header + footer for a box 
with rounded corners it has a 
fixed width but fluid height. 
right_sub_head works the same
way */


#left_sub_head_wrap {
	background-image: url(images/left_nav_sub_backs_mid.jpg);
	background-repeat: repeat-y;
	height: 100%;
	width: 152px;
	position: relative;	
	top: -100px;	
	}
	
#left_sub_head_wrap2 {
	background-image: url(images/left_nav_sub_backs_mid.jpg);
	background-repeat: repeat-y;
	height: 100%;
	width: 152px;
	position: relative;
	visibility: hidden;
	right: 2222222222px;
		
	}

#left_sub_head_wrap2 input {
	margin-bottom: 5px;
	}

	
#left_sub_head {
	height: 100%;
	width: 132px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top:1px;
	margin-top: 0px;
	text-align:center;
	}

#left_sub_head_1 {
	background-image: url(images/left_nav_sub_backs_top.jpg);
	background-repeat: no-repeat;
	height: 7px;
	width: 152px;
	}

#left_sub_head_2 {
	background-image: url(images/left_nav_sub_backs_low.jpg);
	background-repeat: no-repeat;
	height: 7px;
	width: 152px;
	margin-right: -15px;
	top: -100px;	
	position: relative;
	}
	
#left_sub_head_3 {
	background-image: url(images/left_nav_sub_backs_top.jpg);
	background-repeat: no-repeat;
	height: 7px;
	width: 152px;
	}

#left_sub_head_4 {
	background-image: url(images/left_nav_sub_backs_low.jpg);
	background-repeat: no-repeat;
	height: 7px;
	width: 152px;
	left: 20px;
	margin-right: -15px;
	visibility: hidden;
	
	}


/* Body Text .............................................. */

#body_text {
	padding-left: 200px;
	text-align: justify;
	}

#body_inner {
	width: 330px;
	}


#body_sub_wrap {
	width: 325px;
	position: relative;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	}	

	
#body_sub_left {
	position: relative;
	padding:0px;
	width: 110px;
	top:0;
	left:0;
	clear: left;
	}

#body_sub_right {
	position: relative;
	top:0;
	right:0;	
	padding:0px;
	width: 110px;
	clear: right;
	}

/* Right Column ........................................... */
	
#right_column {
	position: absolute;
	width: 125px;
	right: 40px;
	top:220px;
	}

form {
	font-size: .9em;
	color: #576338;
	}

input:active {
	border: 1px solid #bcc89e;
	}
input:visited {
	border: 1px solid #bcc89e;
	}


#right_sub_head {
	background-image: url(images/right_sub_back_mid.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 104px;
	padding-right: 10px;
	padding-left:10px;
	text-align: center;
	margin-left: -1px;
	padding-top: 1px;
	}

#right_sub_wrap {
	background-image: url(images/right_sub_back_mid.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 124px;	
	}

#right_sub_wrap2 {
	background-image: url(images/right_sub_back_mid.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 124px;	
	}


#right_sub_head_1 {
	background-image: url(images/right_sub_back_top.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 124px;
	}

#right_sub_head_2 {
	background-image: url(images/right_sub_back_low.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 124px;
	left: 20px;
	margin-right: -15px;
	}		

.subheading {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #576338;
}

.backtotop a {
	font-size: 10px;
	text-transform: lowercase;
	font-weight: bold;
	color: #990000;
	left: 500px;
	text-decoration:none;
}

.backtotop a:hover {
	text-decoration: underline;
}

.faqs a {
	text-decoration: none;
	color: #000000;
}

.faqs a:hover {
	text-decoration: underline;
	text-decoration: underline;
}

.contact_table {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
}

.testimonial_name {
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	left: 500px;
}


#footer {
	position: relative;
	padding: 0px 0px 10px 30px;
	color: #6a7156;
}

#footer a {
	color: #6a7156;
	text-decoration: none;
}

#footer a:hover {
	color: #6a7156;
	text-decoration: underline;
}

