/* Master link colors */
a:link, a:visited {
	color: #BF2C20;
}
a:hover, a:active {
	color: #666666;
}
/* Site Headers */

.lrgHdr, h1 {
	font-size: 30px;
	font-weight: normal;
	color: #5E5E5E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-variant: small-caps;
}
.medHdr, h2 {
	font-size: 20px;
	font-weight: normal;
	color: #5E5E5E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.smHdr, h3 {
	font-size: 17px;
	font-weight: normal;
	color: #5E5E5E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h5 {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
/* Content text */

.bodyText {
	font-size: 12px;
}
.medText {
	font-size: 11px;
}
.smText {
	font-size: 10px;
}
/* Content Stuff */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EEE;
	margin: 0px;
	background-image: url(/mainimages/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
form {
	margin: 0px;
	padding: 0px;
}
#addressBox {
	float: left;
	padding-top: 60px;
	padding-left: 25px;
}
.addressPadding {
	padding-bottom: 20px;
	padding-top: 0px;
	padding-left: 15px;
	font-size: 11px;
	line-height: 16px;
}
.bodyArea {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.bodyBg {
	background-image: url(/mainimages/topBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.contentArea {
	font-size: 13px;
	min-height: 420px;
	background-color: #FFF;
}
.contentPadding {
	padding: 35px;
	float: right;
	width: 700px;
	color: #333;
}
.contentPadding table b {
	color: #000;
}
.copyright {
	font-size: 11px;
	color: #990134;
	padding: 10px 5px;
	text-align: right;
	margin-right: 20px;
	margin-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C8C8C8;
}
.errors {
	font-size: 13px;
	color: #BB0000;
}
#homecontent {
	padding-top: 8px;
}
#homeimage {
	padding-bottom: 10px;
}
.homeimagepadding {
	height: 243px;
	width: 223px;
	float: left;
	margin-right: 10px;
}
.listingtitle {
	font-size: 14px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
}
.listingstatus {
	width: 200px;
	text-align: right;
}
.location {
	width: 200px;
}
.logoSpacing {
}
.navBar {
	padding-left: 400px;
}
#ourstafflinksbox {
	padding-top: 20px;
	padding-right: 30px;
	font-size: 11px;
}
#ourstafflinksbox a {
	text-decoration: none;
	display: block;
	color: #333;
	text-align: right;
	margin-bottom: 8px;
}
#ourstafflinksbox a b {
	color: #666;
}
#ourstafflinksbox h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	text-align: right;
	margin-left: 30px;
}
.photoLeft {
	padding-right: 20px;
	padding-bottom: 10px;
	float: left;
}
.photoRight {
	padding-bottom: 10px;
	padding-left: 20px;
	float: right;
}
.sidebarPadding {
}
#searchbuttons {
}
#searchbuttons ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#searchbuttons li {
	background-image: url(/mainimages/buttonend.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 5px;
	height: 34px;
	width: 210px;
}
#searchbuttons a {
	display: block;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	padding-top: 9px;
	padding-right: 5px;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 8px;
	background-image: url(/mainimages/buttonbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 9px;
}
#searchbuttons a:link, #searchbuttons a:visited {
	color: #FFF;
}
#searchbuttons a:hover, #searchbuttons a:active {
	color: #FC0;
}
#sociallinks {
	float: right;
	padding-top: 90px;
	padding-right: 20px;
}
.tableBorderCart {
	font-size: 12px;
	padding: 5px;
}
.tableBorder {
	font-size: 12px;
	padding: 5px;
	border: 1px solid #000000;
}
.tableCell1 {
	padding: 8px;
}
.tableCell1Col {
	padding: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
}
.tableCell2 {
	padding: 8px;
	background-color: #EEEEEE;
}
.tableCell2Col {
	padding: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	background-color: #EEEEEE;
}
.tableFooter {
	padding: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0063A0;
}
.tableFooter2 {
	padding: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0063A0;
	background-color: #EEEEEE;
}
.tableHeader {
	background-color: #8F1223;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
}
.tableHeaderCol {
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AAAAAA;
	background-color: #8F1223;
	border-bottom-color: #444444;
}
.tableHeader2 {
	background-color: #BBBBBB;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #8F1223;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.tableHeader2Col {
	background-color: #BBBBBB;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #8F1223;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #555555;
}
.tableHeader3 {
	background-color: #777777;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	text-decoration:none
}
.tableHeader3Col {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #888888;
	background-color: #777777;
}
.tableRow1 {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
}
.tableRow1Col {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
}
.tableRow2 {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	background-color: #EEEEEE;
}
.tableRow2Col {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	background-color: #EEEEEE;
}
.tableStyle {
	font-size: 11px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	margin-bottom: 15px;
}
.tableStyle td {
	padding: 4px 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.tableStyle th {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8F1223;
	text-align: left;
	padding: 8px;
}
.tableStyle th a {
	font-size: 11px;
	font-weight: normal;
	float: right;
	display: block;
	padding: 2px 5px;
	clear: left;
	margin-left: 20px;
	border: 1px solid #FFFFFF;
}
.tableStyle th a:active {
	color: #FFFFFF;
	background-color: #CC6600;
}
.tableStyle th a:hover {
	color: #FFFFFF;
	background-color: #999999;
}
.tableStyle th a:link, .tableStyle th a:visited {
	color: #FFFFFF;
	background-color: #333333;
}
.topbarBg {
	background-color: #990134;
	background-image: url(/mainimages/topbarBg.gif);
	background-position: left top;
	height: 162px;
}
.topbarNav {
	background-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	height: 20px;
}
/* Management Menu */
 /*/ To edit the manage menu text colors edit
*  #p7PMnav a {} //font color for menu
*  #p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {} //font hover,ect
*  #p7PMnav .p7PMmark {} // current page marker
/*/

 .manageMainMenuBorder {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     color:#FFFFFF      padding: 0px;
     border: 1px solid #000000;
}
.manageMainMenu {
     background-color: #EEEEEE;
     color:#FFFFFF;
     padding: 3px;
}
.manageMainMenu a:hover {
     background-color: #FFFFFF;
     color:#FFFFFF;
     letter-spacing: 0.01px;
}
.manageSubMenu {
     background-color: #EEEEEE;
     padding: 3px;
     border-bottom-width: 1px;
     border-bottom-style: solid;
     border-bottom-color: #BBBBBB;
}
.manageBox {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #222222;
	min-width: 700px;
}
.tableRowAttention {
	background-color: #CC3333;
	padding: 5px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.tableRowAttention a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.tableRowAttention a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.tableRowAttention a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.tableRowAttention a:active {
	color: #EEEEEE;
	text-decoration: none;
}
.tableRowAttentionBubbles {
	background-color: #FFD4C8;
	padding: 4px 5px 4px 5px;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.tableRowAttentionCol {
	background-color: #CC3333;
	padding: 5px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #555555;
}
.tableRowAttentionCol a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.tableRowAttentionCol a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.tableRowAttentionCol a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.tableRowAttentionCol a:active {
	color: #EEEEEE;
	text-decoration: none;
}
.photoBG {
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
	background-color:#CCC;
	width:180px;
}
.photoOutlineTh img {
	border: 6px solid #FFF;
	margin-bottom:5px;
	vertical-align: middle;
}

.photoOutline img {
	border: 3px solid #FFF;
	margin-bottom:2px;
	vertical-align: middle;
	margin-left:5px;
	margin-right:5px;
}
.vrTour {
	padding-top:15px;
	padding-bottom:15px;
	background-color:#FFF;
	width:150px;
}

