/* General */
html {
	width: 100%;
}

body {
	background: white;
	font-size: 12pt;
	width: 90%;
}

img {
	border: 0pt;
}

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   border: 0pt;
}


/* DIVs */
#mainContainer {
	width: auto;
}

#interiorContainer {
	width: auto;
}

#collectionToggle {
	display: none;
}

#logoMystic {
	display: block;
	margin-bottom: 10pt;
}

#logoRosenfeld {
	display: block;
	margin-bottom: 15pt;
}

#homeBodyContainer {
	width: auto;
	color: black;
	background: transparent none;
}

#interiorBodyContainer {
	width: auto;
	color: black;
	background: transparent none;
}


#leftcolumnFooterLine {
	display: none;
}

#homeCollageLrgPhoto {
	display: none;
}

#homeThumbnailContainer {
	display: none;
}

.homeThumbnailBox {
	border: 1pt #036 solid;
	background-color: #CFE3E9;
	padding: 15pt;
	margin-right: 15pt;
	margin-bottom: 15pt;
	font-size: 11pt;
	text-align: center;
}

.homeThumbnail {
	border: 1pt #036 solid;
	background-color: #FFF;
}

#searchHome {
	display: none;
}

#searchInterior {
	display: none;
}

#footerHome {
	display: none;
}

#footerHome a {
	color: #666;
	text-decoration: none;
}

#footerHome a:hover {
	color: #666;
	text-decoration: underline;
}

#footerWrap {
	display: none;
}

#footerLine {
	display: none;
}

#footerInterior {
	display: none;
}

#footerInterior a {
	color: #666;
	text-decoration: none;
}

#footerInterior a:hover {
	color: #666;
	text-decoration: underline;
}

#backtotop {
	display: none;
}

#backtotop a {
	color: #666;
	text-decoration: underline;
}

#backtotop a:hover {
	color: #666;
	text-decoration: none;
}


/* Navigation */
#homeNav {
	display: none;
}

#homeNav a {
	display: block;
	color: #036;
	height: 20px;
	text-decoration: none;
	border-left: 5px #CCC solid;
	padding: 0 10px 0 10px;
	line-height: 19px;
}

#homeNav a:hover {
	color: #A61932;
	text-decoration: none;
}

#interiorNav {
	display: none;
}

#interiorNav a {
	display: block;
	color: #036;
	height: 20px;
	text-decoration: none;
	border-left: 5px #CCC solid;
	padding: 0 10px 0 10px;
	line-height: 19px;
}

#interiorNav a:hover {
	color: #A61932;
	text-decoration: none;
}

#interiorNav a.on {
	border-left: 5px #A61932 solid;
	font-weight: bold;
}

#subNav {
	display: none;
}

#subNav a {
	display: block;
	border-left: 5px #BBB solid;
	color: #036;
	height: 15px;
	text-decoration: none;
	margin-left: 15px;
	padding: 0 0 0 5px;
	font-size: 11px;
	line-height: 14px;
}

#subNav a:hover {
	color: #A61932;
	text-decoration: none;
}

#subNav a.on {
	font-weight: bold;
	border-left: 5px #A61932 solid;
}


/* Table Styles */
.tableborder {
	border-top: 1px #CCC solid;
	border-right: 1px #CCC solid;
}

.subheader {
	border-left: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	padding: 3px;
	font-size: 10px;
	font-weight: bold;
}

.contentlight {
	border-left: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	padding: 3px;
	font-size: 10px;
	background-color: #F5F5F5;
}

.contentdark {
	border-left: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	padding: 3px;
	font-size: 10px;
	background-color: #EEE;
}

.formtitle {
	border-left: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	width: 150px;
	font-size: 10px;
	background-color: #EEE;
}

.formtitlerequired {
	border-left: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	padding: 3px;
	text-align: right;
	width: 150px;
	font-size: 10px;
	font-weight: bold;
	color: #F00;
	background-color: #EEE;
}

.formcontent {
	border-left: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	padding: 3px;
	width: 100%;
	font-size: 10px;
	background-color: #F5F5F5;
}

.contactformtitle {
	float: left;
	width: 175px;
	padding: 1px 5px 1px 1px;
	line-height: 18px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}

.contactformtitlerequired {
	float: left;
	width: 175px;
	padding: 1px 5px 1px 1px;
	line-height: 18px;
	font-size: 10px;
	font-weight: bold;
	color: #F00;
	text-align: right;
}

.contactformcontent {
	line-height: 22px;
	padding: 1px 5px 1px 1px;
	font-size: 10px;
	margin-left: 175px;
}

/* Text Styles */
.PageTitle {
	display: block;
	margin-bottom: 15pt;
	font-size: 16pt; 
	color: #A61932; 
	font-weight: bold;
}

.SubPageTitle	{
	display: block;
	margin-bottom: 3pt;
	font-size: 11pt; 
	color: #A61932; 
	font-weight: bold;
}


/* Form Elements */
form {
	
}

input {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #000;
}

select {
	font-size: 10px;
	color: #000;
}

textarea {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #000;
}

.btn {
	font-weight: bold;
}

#hideBlock {
	display: none;
}

#printBlock {
	display: block;
}