@charset "utf-8";
/* CSS Document */

/* 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family: Tahoma, Geneva, sans-serif;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Layout */
.contentBackground {
	background: url(/images/Background_Content.jpg) top right no-repeat; /* Lays out Lady on bottom right as a no repeater background which extends out to 1860px to the left*/
	min-height: 700px;
	min-width: 1024px;
}

.header {
	height: 132px;
	width: 100%;
	clear: both;
}
.header img{
	float: left;
}
.outer {
	background-color: #996633;
	width: 80%;
	margin-top: 6px;
	margin-left: 34px;
	float: left;
	padding: 2px;
}
.content {
	min-height: 504px;
	min-width: 772px;
	/*width: 100%;*/
	/*border: 2px #996633 solid;*/
	overflow: auto;
	background-color: #fff;
	padding: 10px;
}

.nav {
	min-width: 100px;
	width: 10%;
	margin-top: 6px;
	margin-right: 5%;
	height: 180px;
	float: right;
	background-color: #FFF;
}
.contact {
	float: right;
	margin-right: 43px;
	margin-top: 10px;
	text-align: right;
}

.imgLeft {
	width: 200px;
	background-color: #FFF;
	float: left;
}
.imgOuterLeft {
	background-color: #996633;
	padding: 2px;
	width: 200px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.imgRight {
	width: 200px;
	background-color: #FFF;
	float: right;
}
.imgOuterRight {
	background-color: #996633;
	padding: 2px;
	margin-right: 8px;
	width: 200px;
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}
.clear {
	clear:both;
}
.footer {
	clear: both;
	margin-top: 30px;
	margin-right: 39px;
	float:right;
	color: #BC3C31;
	text-decoration: none;
}

.footer a, .footer a:visited {
	color: #BC3C31;
	text-decoration: none;
}

form.cmxform fieldset {
  margint-top: 10px;
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
  color: #BC3C31;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
  color: #FF3333;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
form.cmxform Send {
	float: right;	
}
.cmxform fieldset ol li p {
	text-indent: 123px;
	font-style: italic;
}
.formWords {
	margin-bottom: 15px;
}
/* Style */
.nav li {
	color: #993333;
	font-size: 16pt;
}
.nav a, .nav a:visited{
	color: #BC3C31;
	text-decoration: none;
	font-size:14pt;
}
.nav a:hover, .nav a:active {
	color: #FF3333;	
}
.contact li {
	color: #993333;
	font-size: 12pt;
}
.contact a, .contact a:visited{
	color: #BC3C31;
	text-decoration: none;
}
.contact a:hover, .contact a:active {
	color: #FF3333;	
}
p {
	text-align: justify;
	padding-bottom: 6pt;
}
h1, h2, h3, h4 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #BC3C31;
}
h1 {
	font-size: 16pt;
}
h2 { 
	font-size: 14pt;
	line-height: 16pt;
	padding-top: 12px;
	padding-bottom: 6px;
}
h3 {
	font-size: 14pt;
	font-style: italic;
	padding-top: 10px;
	padding bottom: 10px;
}
h4 {
	font-size: 13pt;
	padding-top: 6px;
	padding bottom: 8px;
	text-indent: 12px;
}
strong {
	color: #BC3C31;
	font-weight: 600;
}
ul {
	display: block;
	margin-left: 30px;
	margin-right: 60px;
}
li {
	list-style: none outside;
	padding-top: 0.4em;
	padding-bottom: 0.6em;
	text-align: justify;
}
.list li {
	list-style: circle outside;
	padding: 0px;
	text-align: left;
}
.nav li {
	padding: 0px;
}
.blacktext {
	color: #000;
}
.normalList li {
	padding: 0px;
}
td {
	text-align:left;
}

.typeface-js {
	font-family: 'MetroScript';
}
