﻿/* CSS Document */
/**********************
Innovative Advertising
----------------------
Code By: Dan Robertson
**********************/

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #35290F;
	color: #505050;	
	
	padding: 0;
	margin: 0;
}

TABLE, TR, TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #505050;
}

INPUT, SELECT, TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #000;
	padding: 2px;
}

LEGEND {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	color: #647C1C;
}

A, A:Link, A:Active, A:Visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	text-decoration: underline;
}

A:Hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	text-decoration: underline;
}

.underline {
	text-decoration: underline;
}

.medText {
	font-size: 12px;
	line-height: 14px;
}

.largeText {
	font-size: 14px;
	line-height: 16px;
}

.required {
	color: #F00;
	font-style: italic;
	font-size: 10px;
	line-height: 11px;
}

.footer {
	color: #999;
	font-size: 10px;
	line-height: 11px;
}

#submit {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

.body {
	background-color: #F3F1E9;
}

.menu {
	background-color: #FFF;
}


A.menuLink, A:LINK.menuLink, A:ACTIVE.menuLink, A:VISITED.menuLink {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	color: #707070;
	text-decoration: none;
}

A:HOVER.menuLink {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	color: #202020;
	text-decoration: none;
}

A.menuSub1, A:LINK.menuSub1, A:ACTIVE.menuSub1, A:VISITED.menuSub1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
	/*line-height: 12px;*/
	color: #707070;
	text-decoration: none;
}

A:HOVER.menuSub1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
	/*line-height: 12px;*/
	color: #202020;
	text-decoration: none;
}

.menuSub1title {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
	/*line-height: 12px;*/
	color: #505050;
	text-decoration: none;
}

A.menuSub1title, A:LINK.menuSub1title, A:ACTIVE.menuSub1title, A:VISITED.menuSub1title {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
	/*line-height: 12px;*/
	color: #505050;
	text-decoration: none;
}

A:HOVER.menuSub1title {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
	/*line-height: 12px;*/
	color: #202020;
	text-decoration: none;
}

A.menuSubHeader, A:LINK.menuSubHeader, A:ACTIVE.menuSubHeader, A:VISITED.menuSubHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: #647C1C;
	text-decoration: none;
}

A:HOVER.menuSubHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: #8B9D55;
	text-decoration: none;
}

.menuSubHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: #647C1C;
}

.formLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #505050;
	font-weight: bold;
}

.messageTable {
	padding: 2px;
}

.bodyHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #647C1C;
}

.bodyHeaderLRG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #647C1C;
}

.helpfulLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #505050;
}

A.helpfulLinks, A:LINK.helpfulLinks, A:ACTIVE.helpfulLinks, A:VISITED.helpfulLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #505050;
	text-decoration: none;
}

A:HOVER.helpfulLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #101010;
	text-decoration: underline;
}

A.helpfulLinksANCOR, A:LINK.helpfulLinksANCOR, A:ACTIVE.helpfulLinksANCOR, A:VISITED.helpfulLinksANCOR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #647C1C;
	text-decoration: none;
}

A:HOVER.helpfulLinksANCOR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #647C1C;
	text-decoration: underline;
}

A.bodyHeaderLRGLink, A:LINK.bodyHeaderLRGLink, A:ACTIVE.bodyHeaderLRGLink, A:VISITED.bodyHeaderLRGLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #647C1C;
	text-decoration: none;
}

A:HOVER.bodyHeaderLRGLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #647C1C;
	text-decoration: underline;
}

.tblHeaderText {color: #FFFFFF; font-weight: bold; }

.greyText {color: #333333}

.deepRed {
	color: #823900;
	font-size: large;
	font-family: Papyrus;
}

.greyText2 {
	color: #333333
	font-size: 14px;
	line-height: 16px;	
	padding: 1px;
	font-weight: bold;
}