/* Link Definitions */
a {
	font-size: 100%;
	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: 135%;
	font-weight: bold;
	color: #2D2D2D;
	text-transform: capitalize;
}
.headerGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 135%;
	font-weight: bold;
	color: #337333;
	text-transform: capitalize;
}
.headerRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 135%;
	font-weight: bold;
	color: #7F1313;
	text-transform: capitalize;
}
.headerSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 103%;
	font-weight: bold;
	color: #2D2D2D;
	text-transform: uppercase;
}
.headerSmallGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 103%;
	font-weight: bold;
	color: #337333;
	text-transform: uppercase;
}
.headerSmallRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 103%;
	font-weight: bold;
	color: #7F1313;
	text-transform: uppercase;
}
.textBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

/* Matrix Formatting */
.mtxBorder {
	border: 1px solid #D1CDB6;
}
.mtxHeader{
	background-color: #E3E1D2;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.mtxHeaderBorderLeft {
	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: 103%;
	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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D2D2D;
}
body {
	background-color: #FFFFFF;
}
form {
	margin: 0px;
	padding: 0px;
}
label {
	cursor: hand;
}
input.buttons {
	display: none;
}
fieldset {
	border: 1px solid #86A286;
}

/* Misc. Styles & Formatting */
.locationsPic {
	padding:5px;
	border:1px solid #7F1313;
}
#header {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#navBar {
	display: none;
}
#subHeadLeft {
	display: none;
}
#subHeadRight {
	display: none;
}
#footer {
	display: none;
}
#mainContent {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #86A286;
}
#leftColumn {
	display: none;
}
#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;
	margin: 5%;
	width: auto;
}
#login {
	display: none;
}
#outerDiv {
	display: none;
}
.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 {
	display: none;
}
#homepageDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 14px;
	color: #FFFFFF;
	position: relative;
	right: 13px;
}
#interiorDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 14px;
	color: #4C4C4C;
	position: relative;
	right: 13px;
}
#leftColumn .leftColumnHeader {
	display: none;
}
#login input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #1D421E;
}
.print {
	display: block
}
.noPrint {
	display: none;
}
.menu {
	display: none;
}