/* CSS Document */
body { background-color: #C40616; font-family: "Times New Roman", Times, serif; text-align: left; font-size: 10px; line-height: 14px; color: #000000; margin: 0px 0px 0px 0px; }
#landing { padding: 10px; width: auto; position: relative; top: 100px; }


/* Use this as a paragraph class for most normal text */
.content { font-size: 10px; line-height: 12px; text-align: left; margin: 12px 18px 10px 26px; }
.header { font-face: times new roman, times, serif; font-size: 16px; line-height: 19px; color: #7A2631; }
.header2 { font-face: times new roman, times, serif; font-size: 12px; line-height: 12px; color: #330000; }
.header3 { font-face: times new roman, times, serif; font-size: 12px; line-height: 12px; color: #FFFFFF; }
.body { font-size: 10px; }
.body2 { font-size: 10px; line-height: 12px; text-align: left; text-indent:10px; margin: 0px 18px 0px 26px; }
.body3 { font-size: 10px; line-height: 12px; text-align: left; text-indent:13px; margin: 0px 18px 0px 26px; }
.accent1 { color: #7A2631; }
.accent2 { color: #330000; }
.accent3 { color: #7A2631; font-size: 11px; line-height: 12px; text-align: justify; margin: 12px 18px 10px 26px; }
.accent4 { color: #7A2631; font-size: 11px; line-height: 12px; text-align: left; margin: 5px 5px 10px 10px; }
.accent5 { color: #9D0308; font-size: 11px; line-height: 12px; text-align: left; margin: 5px 5px 10px 0px; }
.accent6 {
	font-size: 10px;
	color: #FFFFFF;
	line-height: 2;
	margin: 5px 0px 0px 15px;
}

ol
{
  font-size: 10px; width: 20em;   /* suppress item markers */
  list-style-type: none; /* room for 3 columns */
}
ol li
{
  float: left;
  width: 10em;  /* accommodate the widest item */
}
/* stop the floating after the list */
br
{
  clear: left;
}
/* separate the list from what follows it */
div.wrapper
{
  margin-bottom: 1em; margin-left: 2em;
}

#div {width: 300px;}
  
  ul.left {
    float: left;
    width: 300px; 
    margin: 0px;
    padding: 0px;
    border: 0px none; 
    list-style-position: inside;
    list-style-type: none;
  }
  
  ul.right {
    float: right;
    width: 300px; 
    margin: 0px;
    padding: 0px;
    border: 0px none; 
    list-style-position: inside;
    list-style-type: none;
  }

/* Specific class for the links on the Interiors page mainly to define font face, style, and margin.  color is handled by the .a class -- automatically invoked cause they're links */
.interiorlinks {
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	margin: 20px 18px 10px 50px;
	font-style: italic;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:active {
	color: #660000;
	text-decoration: none;
}

/* Specific class for the thumbnails on Interiors sub-sections.  This particular one defines margin around the paragraph in this format: top, right, bottom, left */
.thumbnails { margin: 0px 0px 15px 41px; }
.press { margin: 10px 10px 10px 10px; }

/* Specific class for the "Scroll over" instruction above the thumbnails -- contols type behavior and margin */
.instruction { font-size: 10; line-height: 12px; text-align: left; margin: 0px 0px 10px 41px; }

.press_content { font-size: 11px; line-height: 12px; text-align: left; margin: 2px 10px 0px 55px; }

.press_link { font-size: 11px; line-height: 12px; text-align: right; margin: 2px 44px 0px 35px; }

/* This class is used to put space between the press images by way of margin */
.press_img { border: none; margin: 0px 15px 0px 0px; }
