/* Link Definitions */
a {
	color: #7F1313;
}
a:visited {
	color: #7F1313;
}
a:hover {
	color: #7F1313;
}
a:active {
	color: #7F1313;
}

/* Text Formatting */
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #2D2D2D;
	text-transform: capitalize;
}
.headerGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #337333;
	text-transform: capitalize;
}
.headerRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #7F1313;
	text-transform: capitalize;
}
.headerSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2D2D2D;
	text-transform: uppercase;
}
.headerSmallGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #337333;
	text-transform: uppercase;
}
.headerSmallRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7F1313;
	text-transform: uppercase;
}
.textBold {
	font-weight: bold;
}

/* Matrix Formatting */
.mtxBorder {
	border: 1px solid #D1CDB6;
}
.mtxHeaderLeft {
	background-color: #E3E1D2;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.mtxHeaderRight {
	background-color: #E3E1D2;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D1CDB6;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.mtxRow {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D1CDB6;
	background-color: #EFEEE7;
}
.mtxRowBorderLeft {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #D1CDB6;
	border-left-color: #D1CDB6;
}
.mtxRowAlt {
	background-color: #E3E1D2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D1CDB6;
}
.mtxRowAltBorderLeft {
	background-color: #EFEEE7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D1CDB6;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D1CDB6;
}

/* Table List Formatting */
.tableList {
	border: 1px solid #86A286;
}
.tableList .header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #337333;
	text-transform: uppercase;
	border-top: none;
}
.tableList td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBE3DB;
}

/* HTML Definitions */
body,td,th,p,input,textarea,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D2D2D;
}
body {
	background-color: #4F5A50;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
label {
	cursor: pointer;
	cursor: hand;
}
fieldset {
	border: 1px solid #86A286;
}

/* Misc. Styles & Formatting */
.locationsPic {
	padding:5px;
	border:1px solid #7F1313;
}
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background: #1D421E;
}
#navBar {
	background-color: #7F1313;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1D421E;
	border-bottom-color: #86A286;
}
#subHeadLeft {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #86A286;
	border-bottom-color: #86A286;
	background-color: #7F1313;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#subHeadRight {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #86A286;
	border-bottom-color: #86A286;
	background-color: #7F1313;
}
#footer {
	background-color: #1C421D;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#mainContent {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #86A286;
}
#leftColumn {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #86A286;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #86A286;
}
#mainPhoto {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#layoutTable {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#login {
	background-color: #CCCC9A;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#outerDiv {
	border: 1px solid #1C421D;
	width: 764px;
}
.subHeadBorder {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.sideColDivider {
	background-image: url(images/sideColDivider.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#homepageDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	position: relative;
	right: 13px;
}
#interiorDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #4C4C4C;
	position: relative;
	right: 13px;
}
#leftColumn .leftColumnHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #354A35;
	font-weight: bold;
}
#login input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #1D421E;
}
.print {
	display: none;
}
.noPrint {
	display: block;
}
.historyImage {
	border: 1px solid #000000;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
input.buttons {
	color: #7F1313;
	background-color: #EFEEE7;
	border: 1px solid #D1CDB6;
	font-weight: bold;
	height: 22px;
	cursor: pointer;
	cursor: hand;
	font-size: 95%;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.surveyBar1 {
	background-color: #7F1313;
}
.surveyBar2 {
	background-color: #1D421D;
}
.surveyBar3 {
	background-color: #CCCC9A;
}
.surveyBar4 {
	background-color: #86A286;
}
.surveyBar5 {
	background-color: #E3E1D2;
}
