@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #1e1818;
}

a:link {
	color: #990000;
	text-decoration: none;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #3e3e3e;
	text-decoration: underline;
}

a:active {
	color: #990000;
	text-decoration: none;
}

DIV.menuspacer {
	background-color: #1e1818;
	height: 20px;
	width: 100%;
}

DIV.menu {
	height: 38px;
	min-width: 800px;
	text-align: center;
	background-color: #1e1818;
	width: 100%;
}

DIV.headerfade {
	background: url(/images/header/header_fade.png) repeat-x;
	background-color: #FFFFFF;
	height: 12px;
	width: 100%;
}

DIV.container {
	background-color: #FFFFFF;
	width: 100%;
}

DIV.body {
	background-color: #FFFFFF;
	width: 100%;
}

DIV.spacer {
	height: 4px;
	width: 100%;
}

DIV.spacer2 {
	height: 10px;
	width: 100%;
}

DIV.spacer3 {
	height: 6px;
	width: 100%;
}

DIV.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 16px;
	color: #1e1818;
	width: 536px;
}

DIV.footer {
	background-color: #1e1818;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 16px;
	color: #ffffff;
	vertical-align: text-top;
}

DIV.footerspacer {
	background-color: #1e1818;
	height: 30px;
	width: 100%;
}

DIV.footerspacerwhite {
	background-color: #FFFFFF;
	height: 20px;
	width: 100%;
}

DIV.headertext {
font-weight: bold;
font-size: 18px;
}

DIV.ptext {
font-size: 16px;
margin-left: 6px;
}

DIV.bulletheader {
font-weight: bold;
font-size: 14px
}

DIV.bulletpoints {
font-size: 14px;
font-style: normal;
margin-left: 13px;
}

TABLE.maintable {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: top;
}

TD.mainpadding {
	width: 50px;
}

TD.mainleft {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

TD.mainright {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: top;
	width: 50%;
}

TABLE.footertable {
	width: 100%;
	vertical-align: top;
}

TD.footerleft {
	text-align: left;
	vertical-align: top;
	width: 50%;
}

TD.footerright {
	text-align: right;
	vertical-align: top;
	width: 50%;
}

TABLE.form {
border-width: 0px;
padding: 0px;
}

TD.foruminput {
vertical-align: top;
}

TD.formtext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
vertical-align: bottom;
}

TABLE.brochures {
font-size: 10px;
width: 100%;
border: 0;
padding: 0;
}

A.footerlink {
	color: #FFFFFF;
	text-decoration: none;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}

/* IMAGE POPUP */
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #990000;
padding: 2px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -475px; /*position where enlarged image should offset horizontally */

}


/* FORM CSS */
.formstyle {
 font-size: 12px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color: #CCCCCC;
 border: 2px solid #990000;
}
