@charset "utf-8";
/* CSS Document */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div {
	position: relative;
}

form {
	padding: 0px;
	margin: 0px;
}

table {
	width: 100%;
	height: 100%;
	border: none;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
	outline: none;
	padding: 0px;
	margin: 0px;
}

a:link { color: #003300; text-decoration: underline; }
a:visited { color: #003300; text-decoration: underline; }
a:active { color: #003300; text-decoration: underline; }
a:hover { color: #003300; text-decoration: none; }

input, textarea {
	color: #000000;
	border: 1px solid #000000;
	background-color: #F1D1D5;
	padding: 1px;
	margin: 1px;
	font-size: 11px;
}

input .submit, input[type=submit] {
	font-size: 13px;
	font-weight: bold;
	padding: 2px;
}

input[type=radio], input[type=checkbox] {
	border: none;
	background-color: #FFFFFF;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.noBorder {
	border: none;
	background-color: #FFFFFF;
}

.siteContainer {
	width: 750px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #333333;
}

.header {
	height: auto;
	border-bottom: 1px solid #FFFFFF;
}

.header .siteTitle {
	font-size: 36px;
}

.header .login {
	text-align: right;
	width: 250px;
	border-left: 1px solid #333333;
	padding: 5px;
	vertical-align: middle;
}

.header .login .loginLabel {
	text-align: right;
}

.header .login .loginItem {
	text-align: left;
	padding-left: 5px;
}

.menu {
	height: 30px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.menu .menuButton {
	width: auto;
	text-align: center;
	vertical-align: middle;
	background-color: #6b112f;
	color: #bbd536;
	border-left: 1px solid #FFFFFF;
	cursor: pointer;
}

.menu .menuButton a {
	font-size: 14px;
	font-weight: bold;
	color: #bbd536;
	text-decoration: none;
}

.CMSmenu {
	height: auto;
	color: #FFFFFF;
	background-color: #6b112f;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.CMSmenu .menuButtonDiv {
	width: auto;
	padding: 6px;
	text-align: center;
	background-color: #6b112f;
	color: #bbd536;
	border-left: 1px solid #FFFFFF;
	cursor: pointer;
	float: left;
}

.CMSmenu .menuButtonDiv a {
	font-size: 14px;
	font-weight: bold;
	color: inherit;
	#color: #bbd536;
	text-decoration: none;
}

.CMSmenu .menuButtonDiv:hover {
	background-color: #E1C1C5;
	color: #000000;
}

.CMSmenu .menuButtonDiv:hover a {
	color: #000000;
}

.main {
	height: auto;
	min-height: 350px;
	width: auto;
	vertical-align: top;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 10px;
	background-position: right;
	background-repeat: no-repeat;
}

.main .msgBar {
	top: -10px;
	left: -10px;
	padding: 4px;
	padding-left: 0px;
	padding-right: 0px;
	height: 14px;
	width: 750px;
	color: #003300;
	background-color: #EEFFEE;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #333333;
}

.main .topPic {
	top: -10px;
	left: -10px;
	width: 750px;
	height: auto;
}

.main .BottomPic {
	bottom: -10px;
	left: -10px;
	width: auto;
	height: auto;
}

.main h1 {
	font-size: 24px;
	font-weight: normal;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}

.main p {
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 20px;
}

.main ul {

}

.main ol {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 16px;
}

.main li {
	margin-bottom: 3px;
	#padding-left: 10px;
}

.main .reqStar {
	color: #FF0000;
}

.main .contact {
	width: 500px;
	margin-left: 20px;
}

.main .contact td {
	font-weight: bold;
}

.main .contact .contactLabel {
	width: 100px;
	vertical-align: top;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 5px;
}

.main .contact .contactItem {
	text-align: left;
	vertical-align: top;
	font-style: italic;
}


.main .contact .contactReq {
	text-align: left;
	vertical-align: top;
}

.main a:link { color: #6b112f; font-weight: bold; }
.main a:visited { color: #6b112f; font-weight: bold; }
.main a:active { color: #6b112f; font-weight: bold; }
.main a:hover { color: #bbd536; font-weight: bold; }

.main .register {
	width: auto;
	height: auto;
}

.main .registerTable {
	width: auto;
	margin-left: 20px;
}

.main .register .regLabel {
	width: 200px;
	height: 20px;
	vertical-align: top;
	line-height: 20px;
	padding-right: 10px;
}

.main .register .regItem {
	text-align: left;
	vertical-align: top;
	line-height: 18px;
}

.footer {
	height: auto;
	width: auto;
	padding: 6px;
	line-height: 15px;
	text-align: center;
	font-size: 10px;
}

.busCardLower {
	left: -10px;
	top: -10px;
	width: 750px;
	background-color: #6b112f;
	color: #bbd536;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	margin-bottom: 0px;
}

.indent {
	padding: 15px;
	width: auto;
	height: 100%;
}

.busCardLower span {
	font-size: inherit;
	font-family: inherit;
}

.busCardLower a {
	color: #bbd536;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
}

.busCardLower .leftSide {
	text-align: left;
	font-size: 20px;
	color: #bbd536;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
}

.busCardLower .rightSide {
	text-align: right;
	font-size: 20px;
	color: #bbd536;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
}

a.greenLink:link { color: #bbd536; text-decoration: none; font-weight: normal; }
a.greenLink:visited { color: #bbd536; text-decoration: none; font-weight: normal; }
a.greenLink:active { color: #bbd536; text-decoration: none; font-weight: normal; }
a.greenLink:hover { color: #bbd536; text-decoration: underline; font-weight: normal; }

p.baseImages {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
}

p.baseImages img {
	border: 1px solid #4D4D4D;
}

.regRightImgs {
	position: absolute;
	right: 10px;
	width: 175px;
	height: auto;
}

.regRightImgs img {
	border: 1px solid #4D4D4D;
	margin: 0px;
	margin-bottom: 25px;
}

.formRow {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	#border: 1px solid #FFFFFF;
}

.formRow .formLeft {
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	#border: 1px solid #FFFFFF;
}

.formRow .formRight {
	float: left;
	margin: 0px;
	padding: 0px;
	#border: 1px solid #FFFFFF;
}

.formRow select {
	border: 1px solid #6b112f;
	padding: 2px;
}

.formRow .submit {
	width: auto;
	border: 1px solid #6b112f;
	color: #6b112f;
	background-color: #bbd536;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.propListing {
	margin-top: 10px;
	margin-bottom: 10px;
}

.propListing .propImage {
	float: left;
	width: auto;
	height: auto;
	border: 1px solid #6b112f;
	padding: 1px;
	margin-right: 10px;
	z-index: 750;
}

.rent {
	font-size: 16px;
	font-weight: bold;
	color: #6B112F;
	line-height: 20px;
}

.propType {
	font-weight: bold;
	line-height: 25px;
}

.propDesc {
	margin-bottom: 10px;
}

.propListing .links {
	line-height: 20px;
}

.propListing .links a:link { font-weight: normal; text-decoration: underline; }
.propListing .links a:visited { font-weight: normal; text-decoration: underline; }
.propListing .links a:active { font-weight: normal; text-decoration: underline; }
.propListing .links a:hover { font-weight: normal; text-decoration: underline; }

.divider {
	#padding-top: 2px;
	border-bottom: 2px solid #6B112F;
}

.Pics {
	width: 100%;
	height: auto;
}

.bigPics {
	width: 300px;
	height: 100%;
	float: left;
}

.bigPics table td {
	padding: 3px;
	vertical-align: top;
	border: 1px solid #6B112F;
}

.smallPics {
	padding: 5px;
	vertical-align: top;
}

.smallPics table td {
	vertical-align: top;
	padding: 5px;
}

.smallPics img {
	border: 1px solid #6B112F;
}

.formLabel {
	width: 150px;
	font-weight: bold;
	vertical-align: top;
}

.formItem {
	vertical-align: top;
}

.formItem a:link { font-weight: normal; text-decoration: underline; }
.formItem a:visited { font-weight: normal; text-decoration: underline; }
.formItem a:active { font-weight: normal; text-decoration: underline; }
.formItem a:hover { font-weight: normal; text-decoration: none; }

a.noDec:link { font-weight: normal; text-decoration: none; color: #000000; }
a.noDec:visited { font-weight: normal; text-decoration: none; color: #000000; }
a.noDec:active { font-weight: normal; text-decoration: none; color: #000000; }
a.noDec:hover { font-weight: normal; text-decoration: none; color: #000000; }

.CMSPropView {
	border: 2px solid #666666;
	margin-bottom: 10px;
}

.CMSPropView th {
	padding: 2px;
	border: 1px solid #CCCCCC;
	text-align: left;
}

.CMSPropView td {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

.CMSPropEdit {
	border: 2px solid #666666;
	margin-bottom: 10px;
}

.CMSPropEdit td {
	padding: 4px;
	border: 1px solid #CCCCCC;
}

.CMSPropAdd {
	border: 2px solid #666666;
	margin-bottom: 10px;
}

.CMSPropAdd td {
	padding: 4px;
	border: 1px solid #CCCCCC;
}

.picLinks {
	width: auto;
	height: 16px;
	margin-top: 5px;
}

.picLinks td {
	border: none;
	padding-right: 10px;
}

.smallPics {
	width: 410px;
	vertical-align: top;
	text-align: left;
}

.CMSRegView {
	border: 2px solid #666666;
	margin-bottom: 10px;
}

.CMSRegView th {
	padding: 2px;
	border: 1px solid #CCCCCC;
	text-align: left;
}

.CMSRegView td {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

.CMSRegView .formLabel {
	width: 215px;
}

p.spacer {
	margin: 0px;
	padding: 0px;
}

.reminderHead {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.reminderHead span {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.reminderList {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
}

.reminderList li {
	margin: 3px;
	padding: 0px;
}

.reminderCritical {
	color: #CC0000;
	font-weight: bold !important;
}

.reminderNormal {
	color: #000000;
}

.changeReminders {

}

.changeReminders th, .changeReminders td {
	text-align: left;
	border: 1px solid #CCCCCC;
	padding: 3px;
}

.purpleWhiteLink { color: #6B112F !important; }
.purpleWhiteLink:hover { color: #FFFFFF !important; text-decoration: none; }

.mainText h1 {text-decoration: none;color:#6b112f;}
.mainText h2 {text-decoration: none;color:#6b112f;}
.mainText p  {text-decoration: none;color:#000;}

#footer a { color: #555;font-size:10px;}
#footer  { color: #555;font-size:10px;}
#footer a:link, a:visited, a:active { text-decoration: underline; }
#footer a:hover { text-decoration: none; }