/*
	Red:	#931E30
	Blue:	#45637B
*/

/* main structural elements */
body {
	background-color: #45637b;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 180%;
}

a {
	font-weight: bold;
	color: #931e30;
}

/* wraps everything */
#wrap {
	width: 700px;
	margin: auto;
	border: 2px solid #000;
}

/* contains header & subheader */
#header {
	background-color: #fff;
	padding: 5px 5px 5px 5px;
}
#logo {
	vertical-align: baseline;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #45637B;
}

#subheader {
	margin-top: 10px;
	padding: 5px 5px 0px 5px;
	border-bottom: #666 1px dotted;
	clear: left;
}

#subsubheader {
	border-bottom: #666 1px dotted;
}

/* main content */
#main 
{
	margin-top: 20px;
	padding: 0px 10px 0px 10px;
	background-color: #fff;
}

/* top panel */
#top
{
	padding: 5px 0px 10px 0px;
	border-bottom: #666 2px dotted;
}
#top td {
	font-size: 11px;
}

/* div containing main content */
#left
{
	position: relative;
	float: left;
	width: 120px;
	padding: 15px 5px 0px 0px;
	vertical-align: top;
}

#mid
{
	position: relative;
	float: left;
	width: 400px;
	padding: 5px 10px 0px 10px;
	vertical-align:  top;
	border-left: #666 1px dotted;
	border-right: #666 1px dotted;
}

#right
{
	position: relative;
	float: left;
	width: 120px;
	padding: 5px 5px 0px 5px;
	vertical-align:  top;
}

/* terms & privacy */
#footer {
	border-top: #666 2px dotted;
	margin: auto;
	padding: 5px 5px 0px 5px;
	text-align:center;
	font-weight: bold;
	clear: left;
}
#footer a {
	color: #931e30;
	text-decoration: none;
}


/* navigation links */
#topnav 
{
	list-style:none;
	margin:0px auto;	
	padding: 8px 0px 8px 0px;
	text-align:center;
	font-size: 12px;
}
#topnav li 
{
	list-style:none;
	padding-left: 10px;
	padding-right: 10px;
	display:inline;
	border-right: #931e30 2px solid;
}
#topnav li a:link, #topnav li a:visited
{
	text-decoration: none;	
	color: #931e30; 
}
#topnav li a:hover, #topnav li a:active
{
	text-decoration: underline;
}
#topnav .last
{
	border: none;
}

/* secondary navigation links */
#subnav 
{
	list-style:none;
	margin:0px auto;	
	padding: 8px 0px 8px 0px;
	text-align:center;
	font-size: 10px;
}
#subnav li 
{
	list-style:none;
	padding-left: 10px;
	padding-right: 10px;
	display:inline;
	border-right: #931e30 2px solid;
}
#subnav li a:link, #subnav li a:visited
{
	text-decoration: none;	
	color: #931e30; 
}
#subnav li a:hover, #subnav li a:active
{
	text-decoration: underline;
}
#subnav .last
{
	border: none;
}

/* error messages & notices */
#notice {
  border: 1px solid red;
  padding: 0.5em;
  margin-bottom: 1em;
  background-color: #f0f0f0;
  font-weight: bold;
}

/* headers */
h1 {
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 14px;
	color: #931e30;
}

h2 {
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 10px;
	color: #931e30;
}

/* The error box */

.fieldWithErrors {
  background-color: red;
  display: table;
}

#errorExplanation {
  border: 2px solid red;
  padding: 5px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0px;
  padding: 5px;
}

#errorExplanation ul li {
  list-style: square;
}

/* tables */
.bn-table {
	width:  100%;
	font-size: 10px;
	background: #931e30;
}

.bn-table .title {
	padding-top: 15px;
	font-weight: bold;
	vertical-align: top;
	background: #ddddff;
}

.bn-table .line-odd {
	vertical-align: top;
	background: #ddddff;
}

.bn-table .line-even {
	vertical-align: top;
	background: #eeeeff;
}

.bn-table .note {
	vertical-align: top;
	background: #ffdbee;
	color: #33b;
}

.bn-table td {
	padding: 5px;
}

.bn-table .headers {
	background: #bbb;
	font-weight: bold
}

/* order confirmation */
.confirm-highlight {
	font-weight: bold;
}

.para-header {
	font-weight: bold;
}

.link {
	font-weight: bold;
}
.link a {
	color: #931e30;
	text-decoration: none;
}

/* used on the login page */
.plain-table {
	font-size: 10px;
	line-height: 180%;
}
.plain-table tr {
	vertical-align: top;
}
.plain-table .text {
	padding-left: 5px;
}

.plain-table fieldset {
	background: #ddddff;
	border: #931e30 1px solid;
}

.plain-table legend {
	background: #ddddff;
	color: #931e30;
	border: #931e30 2px solid;
	font-weight: bold;
	padding: 3px;
}

.modify-link {
	float: right;
	font-weight: bold;
}

/* FAQs */
.faq-q {
	font-weight: bold;
}

.faq-a {
	padding-bottom: 10px;
}

/* News Items */
.news-item-date {
	font-weight:  bold;
	color: #931e30;
}
.news-item-title {
	font-weight:  bold;
}
.news-item-link {
	color: #931e30;
}

/* Useful links */
.link-title {
	font-weight: bold;
}

#industryInfo {
	vertical-align: top;
	background: #fffeee;
}

.warning {
	background: #b00;
	font-weight: bold;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

#in-building-industry {
	font-weight: bold;
	font-size: 12px;
	border-top: 3px solid #f00;
	border-bottom: 3px solid #f00;
}

#login, #logout {
	float:right;
	text-align: right;
	font-size: 9px
}

.ad {
	margin: 30px 30px 10px 30px;
	border: 1px solid black;
	font-size: 0.9em;
	text-align: center;
}