﻿html, body, h1, h2, h3, h4, h5, h6, li, ol, ul, form, fieldset, input, p, blockquote, em, strong
{
	margin: 0px;
	padding: 0px;
}

/* sets declarations for all tables throughout the site */
table, tr, td, th
{
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	border-collapse: collapse;
}


HTML
{
	color: #000;
	font-family: 'Trebuchet MS' , Verdana, Arial;
	height: 100%;
}
BODY
{
	color: #000;
	height: 100%;
	font-size: .8em;
}
CODE
{
	font-family: monospace;
}

IMG
{
	border-top-width: 0px;
	display: block;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
}
HR
{
	color: #999999;
}


H1
{
	font-family: "Trebuchet MS" , Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 1.8em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	margin-top: 10px;
	margin-bottom: 5px;
}
H2
{
	font-family: "Trebuchet MS" , Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 1.6em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	margin-top: 10px;
	margin-bottom: 5px;
}

H3
{
	font-family: "Trebuchet MS" , Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 1.2em;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #bc751d;
}

H4
{
	font-weight: 800;
	font-size: 1.2em;
	margin-bottom: 5px;
	word-spacing: normal;
	text-transform: none;
	font-family: "Trebuchet MS" , Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #A1B91D;
}

H5, DT
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	margin-top: 3px;
	margin-bottom: 3px;
}

H6
{
	font-family: "Trebuchet MS" , Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: .9em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #0275E7;
}

.headline
{
	color: #0275E7;
	font-family: "Trebuchet MS" , Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-align: left;
}

.customer_quote
{
	font-family: "Trebuchet MS" , Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-style: italic;
	font-size: small;
	text-align: left;
}

/* Input Formats */
.label
{
	font-weight: normal;
	vertical-align: top;
	text-align: right;
}
.input50
{
	width: 50px;
}
.input100
{
	width: 100px;
}
.input150
{
	width: 150px;
}
.input200
{
	width: 200px;
}
.input250
{
	width: 250px;
}
.input300
{
	width: 300px;
}
.input350
{
	width: 350px;
}
.input400
{
	width: 400px;
}
.input450
{
	width: 450px;
}

.validation
{
	color: tomato;
}
.footnote
{
	vertical-align: super;
	font-size: 10px;
	font-weight: normal;
}

Table.Display1
{
	border-right: #7C6F57 thin solid;
	border-top: #7C6F57 thin solid;
	font-weight: normal;
	text-transform: none;
	border-left: #7C6F57 thin solid;
	border-bottom: #7C6F57 thin solid;
	width: 100%;
	text-align: left;
}
Table.Display1 TH
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 13px;
	vertical-align: middle;
	word-spacing: normal;
	color: #ffffff;
	background-color: #7C6F57;
}
Table.Display1 TD
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	vertical-align: top;
	background-color: #F7F6F3;
	color: black;
	margin: 0px;
}

Table.Display2
{
	border-right: #A2B1C3 thin solid;
	border-top: #A2B1C3 thin solid;
	font-weight: normal;
	text-transform: none;
	border-left: #A2B1C3 thin solid;
	border-bottom: #A2B1C3 thin solid;
	width: 100%;
	text-align: left;
}
Table.Display2 TH
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 13px;
	vertical-align: middle;
	word-spacing: normal;
	color: #ffffff;
	background-color: #A2B1C3;
}
Table.Display2 TD
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	vertical-align: top;
	background-color: #E0E5EB;
	color: black;
	margin: 0px;
}

#content ul
{
	list-style: disc;
	margin: 10px;
}
#content ul li
{
	list-style: disc;
	margin: 5px 10px 5px 15px;
}
#content ol li
{
	margin: 5px 10px;
}
#content li b
{
	color: #e20000;
}

#content a:link, #content a:visited
{
	text-decoration: none;
	font-family: sans-serif, Arial;
	color: #0275E7;
	font-weight: normal;
}
#content a:hover
{
	text-decoration: underline;
	color: #AA2AAF;
	font-weight: normal;
}

#content ol li
{
	margin: 10px 25px;
	list-style-position: outside;
	list-style-type: decimal;
}
#content li b
{
	color: #669222;
}
#content p
{
	margin-bottom: 10px;
}


/* Branding */
#branding h1
{
	display: none;
}
