
		

/*
 *
 * The main structural components of every web page.
 *
 */

body {
  margin:			0;
  background-color:		#ad010f;
  background-image:		url(/images/t/tri_gold_to_ashley_red_page_background.gif);
  font-family: "New Times Roman", Times, Baskerville, serif;
}

/*
 * The z-index property is here to put the left column over the
 * #tri_color_gradation_top_side image which normally would appear
 * over the #tri_left_column.
 */
#tri_left_column {
  position:			absolute;
  left:				0px;
  top:				22px;
  width:			150px;
  height:			100%;
  background-color:		#b88835;
  z-index:			1;
}

#tri_right_column {
  margin-top:			22px;
  margin-left:			205px;
  margin-right:			55px;
  padding-top:			15px;
}

#tri_color_gradation_curve {
  position:			absolute;
  left:				150px;
  top:				22px;
  width:			54px;
  height:			54px;
  background-image:		url(/images/t/tri_gold_to_ashley_red_curve.gif);
  background-position:		0 0;
}

#tri_color_gradation_top_side {
  position:			absolute;
  left:				0px;
  top:				0px;
  width:			100%;
  height:			34px;
  background-color:		#b88835;
  background-image:		url(/images/t/tri_gold_to_ashley_red_top_side.gif);
  background-position:		150px 22px;
  background-repeat:		repeat-x;
}

/*
 * Set the default styles for the major HTML elements.
 */

code, tt {
  color:			#ffffff;
  font-size:			16px;
  font-weight:			normal;
  
}

#tri_right_column a {
  font-size:			16px;
  font-weight:			normal;
}

dl, li, p, ol, td, ul {
  color:			#ffffff;
  font-size:			16px;
  font-weight:			normal;
}

dl.one_type_size_step_smaller,
li.one_type_size_step_smaller,
ol.one_type_size_step_smaller,
p.one_type_size_step_smaller,
td.one_type_size_step_smaller,
ul.one_type_size_step_smaller {
  color:			#ffffff;
  font-size:			14px;
  font-weight:			normal;
}

h1 {
  color:			#ffffff;
  font-size:			28px;
}

h2 {
  color:			#ffffff;
  font-size:			24px;
}

h3 {
  color:			#ffffff;
  font-size:			22px;
}

h4 {
  color:			#ffffff;
  font-size:			20px;
}

h5 {
  color:			#ffffff;
  font-size:			18px;
}

h6 {
  color:			#ffffff;
  font-size:			16px;
}

/*
 * Classes to implement specific layout requirements.
 */

/* Class for increasing the font size by 50%. */
.tri_font_large_cap {
 font-size:			1.25em;
}

/* Class to center text. */
.tri_center {
  text-align:			center;
}

/* Class to left align text in a centered table. */
.tri_center table {
  margin-left:			auto;
  margin-right:			auto;
  text-align:			left;
}

/* Two classes to add a superscript text with a smaller font size. */
.tri_superscript1 {
  position:			relative;
  top:				-0.5em;
}
.superscript1 .superscript2 {
  font-size:			50%;
}

/* A red box with a black border and white interior text. */
.red_box_black_border_white_text {
  background-color:		#b88835;
  border-style:			solid;
  border-color:			#000000;
  border-width:			1px;
  color:			#ffffff;
  padding-left:			16px;
}

/* Override the default blue color text in the red box. */
.red_box_black_border_white_text p, .red_box_black_border_white_text td {
  color:			#ffffff;
}

/*
 * Text layout modification classes.
 */
.tri_menu_text_unselected {
  color:			#ffffff;
  font-size:			13px;
  font-weight:                  normal;
  padding-left:			13px;
}

.tri_menu_text_selected {
  color:			#ff0000;
  font-size:			13px;
  font-weight:                  bold;
  padding-left:			13px;
}

.tri_copyright_text {
  color:			#000000;
  font-size:			10px;
}

.tri_file_modification_date {
  font-size:			10px;
}

.tri_clients_speak_quote_quote {
}

.tri_clients_speak_quote_person {
  color:			#b88835;
}

/*
 * Primarily used to make hr's use 16% of the width of the space.
 */
.tri_percent_width_16 {
  margin-left:			42%;
  margin-right:			42%;
}

/*
 * Classes to set font colors.
 */
.black {
  color:			#000000;
}

.blue {
  color:			#1f00ee;
}

.gold {
  color:			#b88835;
}

.green {
  color:			#00fdfd;
}

.lavender {
  color:			#6600cc;
}

.red {
  color:			#ff0000;
}

.turquoise {
  color:			#00ffff;
}

.white {
  color:			#ffffff;
}

.yellow {
  color:			#cb9464;
}

/*
 * Classes to set font weight and style.
 */
.bold {
  font-weight:			bold;
}

.italic {
  font-style:			italic;
}

