/* CSS for All American Log Homes */

/****************************************************************************************/
/* Globaly Linked Styles -- if you change 												*/
/* one, you change the entire site														*/
/****************************************************************************************/

/********************************/
/* HTML BODY Settings			*/
/********************************/
.info_body,
.designsel_body,
.smallframe_body,
.tree_body,
.normaltable_text,
.normal_text {
	background-color: #896F56;
	margin: 0px;
	color:  navy;
	font-size:  16px;
}

.normal_body {
	background-image: url(../images/bg_small.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-color: #000020;
	margin: 0;
	/*marginwidth?*/
}

.tree_body {
	background-image: url(../images/bg_watermarks2.jpg);
	background-repeat: no-repeat;
}

.designsel_body {
	background-image: url(../images/bg_watermarks3.jpg);
	background-repeat: no-repeat;
}

.input_form_body {
	background-color: steelgrey;
	margin: 0px;
	padding:  5px;
	color: midnightblue;
	font-size:  16px;
}
/* [END] html body settings		*/

/********************************/
/* GLOBAL TEXT FORMATTING		*/
/********************************/
.highlight_link {
	font-family: Arial;
}

.highlight_link:active,
.highlight_link:link,
.highlight_link:visited,
.highlight_link:hover {
	text-decoration: none;
	color: navy;
}

.twoline_href:link,
.twoline_href:visited,
.twoline_href:active,
.twoline_href:hover {
	text-decoration: none;
	color: #EEEEEE;
}

.twoline_href:hover {
	text-decoration: underline overline;
}

.highlight_link:hover,
.ad_h1,
.ad_h2,
.letter_h1,
.signature,
.materials_highlight,
.highlight,
.highlight_italic,
.highlight_bold_lg,
.highlight_bold_it,
.highlight_bold {
	color: #EEEEEE;
}

.highlight_bold_it,
.highlight_bold_lg,
.highlight_bold {
	font-weight: bold;
}

.highlight_italic,
.highlight_bold_it {
	font-style: italic;
}

.highlight_bold_lg {
	font-size: large;
}
/* [END] global text formatting	*/

/********************************/
/* FORM CONTORLS FORMATTING		*/
/********************************/
.center_text_area,
.text_area {
	font-size: 14px;
}

.center_text_area {
	text-align: center;
}

.normal_text {
	padding: 5px;
}

/********************************/
/* INPUT FORM PAGE FORMATTING	*/
/********************************/
.form_page_h1 {
	color: red;
	font-weight: bold;
	font-style: italic;
	font-size: 30px;
}

.top_bottom_border_cell {
	border-top: thin solid midnightblue;
	border-bottom: thin solid midnightblue;
	color:  red;
	font-variant: small-caps;
}

.error_text,
.cell_padded_right {
	padding-right: 8px;
	padding-top:  5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.error_text {
	font-size: 24px;
}

.cell_padded_top {
	padding-top: 5px;
}

/********************************/
/* MAIN PAGE FORMATTING			*/
/********************************/
.ul_small {
	font-size: 14px; 
	color: navy; 
	text-align: justify;
}

/********************************/
/* LISTING PAGE FORMATTING		*/
/********************************/
.listing_title,
table.listing_normal_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:	#EEEBBB;
}

.listing_title {
	font-variant: small-caps;
	text-decoration: underline;
	text-align: left;
}

table.listing_data_table,
td.listing_data_header {
	background-color: #DDDAAA;
}

td.listing_data_header {
	text-align: right;
	padding-right: 5px;
}

td.listing_data_values {
	background-color: #CCC999;
	padding-left: 5px;
	text-align: left;
}

/********************************/
/* CONTACT PAGE FORMATTING		*/
/********************************/
.ad_h1,
.ad_h2 {
	font-weight: bold;
	font-size: 18px;
}

.ad_h1 {
	font-size: 36px;
}

/************************************************/
/* INFO PAGE FORMATTING							*/
/************************************************/
.pictureframe {
	border: 4px solid #dddaaa;
}
/****************************************/
/* MATERIALS AND LETTER PAGE			*/
/* FORMATTING							*/
/****************************************/
.info_body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/********************************/
/* MATERIALS PAGE FORMATTING	*/
/********************************/
.materials_highlight {
	font-size: large;
	text-align: center;
	padding-left: 10px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/********************************/
/* LETTER PAGE FORMATTING		*/
/********************************/
.signature {
	font-size: xx-large;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.indent_text {
	padding-left: 25px;
}

.letter_h1 {
    font-family:  Georgia, "Times New Roman", Times, serif;
	font-variant:  small-caps;
	text-decoration: underline;
	font-weight: bold;
	font-size:18px;
}

.leftindent {
	padding-left: 10px;
}

/********************************/
/* AD FORMATTING				*/
/********************************/

.afklink {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}

.afkad {
	color:  #ffffff;
	font-style: italic;
}

.afklink:active,
.afklink:link,
.afklink:visited,
.afklink:hover {
	color:  #ffffff;
	text-decoration: none;
	font-variant:  small-caps;
}

.afklink:hover {
	text-decoration: underline;
}

.confidentiality {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}