﻿

/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body 
{
	line-height: 1;
}
ol, ul 
{
	list-style: none;
}

sup
{
  vertical-align: super;
  font-size: 14px;
}

blockquote, q 
{
	quotes: none;
}

/* remember to define focus styles! */
:focus 
{
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

/***********************/

html
{
  height: 100%;
}

body 
{
  color: #000000;
  background-color: #48260f;
}

h1, h2, h3, h4, p, li, td, th, input
{
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #f4f4f4;
}

h1
{
  color: #361300;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 14px 0;
}

h2
{
  color: #361300;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 14px 0;
}

h2 sup
{
  vertical-align: super;
  font-size: 14px;
}

h3
{
  color: #361300;
  font-size: 16px;
  font-weight: bold;
  margin: 14px 0;
}

h4
{
  font-size: 14px;
  font-weight: 700;
}

p, li, td, th, input
{
  color: #3c3c3c;
  font-size: 13px;  
}

p
{
  line-height: 20px;
  margin: 13px 0;
}

li
{
  line-height: 20px;
}

img
{
  border: none;
}

label, input
{
  cursor: pointer;
}

#container
{
  position: relative;
  margin: 40px auto 0 auto;
  padding-bottom: 60px;
  width: 960px;
  text-align: left;
  background-color: #48260f;
}

#header
{
  width: 960px;
  height: 194px;
  background: #faf3b1 url("header.jpg") 0 0 no-repeat;
  margin: 0;
  padding: 0;
  position: relative;
}

#header span
{
  /*display: none;*/
}

#logo
{
  position: absolute;
  top: 73px;
  left: 121px;
}

.topRightMenu
{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 365px;
  height: 98px;
  background: transparent url("topRightHomeownersBkgd.gif") 0 0 no-repeat;
}

.topRightMenu p
{
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
  background-color: Transparent;
  margin: 0;
  padding: 0;
}

#architectsDesignersLink
{
  position: absolute;
  top: 20px;
  left: 20px;
}

#manufacturersLink
{
  position: absolute;
  top: 41px;
  left: 20px;
}

#homeownersLink
{
  position: absolute;
  top: 63px;
  left: 20px;
}

.topRightMenu a:link, .topRightMenu a:visited
{
  text-decoration: none;
  color: #7e735a;
  background-color: Transparent;
}

.topRightMenu a:hover, .topRightMenu a.current
{
  text-decoration: none;
  color: #b54800;
  background-color: Transparent;
}

.topRightMenuHover
{
  position: absolute;
  top: 0px;
  right: 0px;
}

.emailLink
{
  float: right;
}

#topnav
{
  position: relative;
  z-index: 100;
}

.topnavMenu
{
  position: absolute;
  left: 280px;
  top: 102px;
  z-index: 10;
}

.topnavMenu tr, .topnavMenu td
{
  background-color: #9e2d00;
}

.topnavDynamicMenu
{
  margin: 2px 0 0 0;
  padding: 0;
  position: absolute;
  z-index: 100;
}

.topnavDynamicMenu tr, .topnavDynamicMenu td
{
  background-color: #9e2d00;
}

.topnavStaticMenu
{
  margin: 0;
  padding: 0;
}

.topnavStaticItem
{
  margin: 2px 0 0 0;
  padding: 2px 12px 2px 12px;
  color: #ffffff;
  background-color: #9e2d00; 
  font-size: 12px !important;
}

.topnavDynamicItem
{
  color: #ffffff;
  background-color: #9e2d00; 
  font-size: 12px !important;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 2px 12px 2px 12px;
}

.topnavStaticHover, .topnavDynamicHover 
{
  color: #efbf41;
}

.breadcrumbs
{
  font-family: Arial, Sans-Serif;
  font-size: 11px;
  color: #361300;
  margin: 135px 0 0 250px;
}

div[id$="ctl00_breadcrumbs"] { margin-top: 135px; }

div[id$="ctl00_breadcrumbs"]:not([class="xxx"]) { margin-top: 120px; }

@media all and (min-width:0px) { div[id$="ctl00_breadcrumbs"] { margin-top: 120px; } }

.breadcrumbs a:link, .breadcrumbs a:visited
{
  color: #9e2d00;
}

.breadcrumbs a:hover
{
  color: #361300;
}

#content
{
  color: #361300;
  background: #faf1a7 url("bkgdTexture.jpg") 0 0 repeat-y;
}

#content h1, #content h2, #content h3, #content p, #content tr, #content td, #content a, #content ul, #content li, #content a:link, #content a:visited
{
  color: #361300;
  background: transparent;
}

#content td
{
  padding: 8px;
}

#content a:hover
{
  color: #000000;
}

#content div
{
  padding: 1px 70px 1px 40px;
}

#content ul
{
  padding-left: 20px;
}

#content ul.infoCenterPDFLinks
{
    margin-bottom: 40px;
}

#content ul.infoCenterPDFLinks a
{
    color: Blue;
}

#content ul.infoCenterPDFLinks a:link
{
    color: Blue;
}

#content ul.infoCenterPDFLinks a:hover
{
    color: Blue;
}

#content ul.infoCenterPDFLinks a:visited
{
    color: Blue;
}

#content li
{
  list-style-type: disc;
}

#colorChoices
{
  background-color: Transparent;
  height: 1%;
}

#colorChoices p
{
  float: left;
  text-align: center;
  margin: 10px 30px 30px 30px;
  background-color: Transparent;
}

#footer
{
  width: 960px;
  height: 150px;
  background: #f4f4f4 url("footer.jpg") 0 0 no-repeat;
}
