/* CSS for Majestic Lofts */
/*** 2006 -- Bandolier Group, LLC ***/

/*** basic styles ***/

body {
	padding: 0;
	margin: 0;
	background-color: #000;
	background-image: url(general_images/bg_main.gif);
	background-repeat: repeat-x;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #BD9E5F;
} 
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 140%;
	color: #CC6600;
} 
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 140%;
	color: #BD9E5F;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 130%;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: -1%;
}

/* anchors */ 

a {
	color: #9A3700;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #CEC3A8;
	text-decoration: underline;
}

a:visited {
	color: #FFFFFF;
	font-weight: bold;
	
}
a:active {
	color: #fff;
	text-decoration: underline;
}

a:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/*** layout divs ***/

#topborder {
	margin: 0;
	padding: 0;
	background-image: url(general_images/top_border2.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 38px;
	left: 0px;
	top: 0px;
	}
	
#master {
	width: 773px;
	margin: 5px auto 0 auto;
	color: #000000;
}

.headline_area {
	background-image: url(general_images/second_header_bg_f2.jpg);
	background-repeat: no-repeat;
	height: 63px;
	padding-left: 80px;
}
.third_level_nav {
	background-image: url(general_images/3rd_level_nav_bg.gif);
	background-repeat: no-repeat;
	height: 26px;
	padding-left: 122px;
}
.headline_third_level {
	background-image: url(general_images/3rd_level_head_bg.gif);
	background-repeat: no-repeat;
	height: 37px;
	padding-left: 80px;
	}
.content_area {
	background-image: url(general_images/main_content_bg.gif);
	background-repeat: repeat-y;
	padding-top: 17px;
	padding-left: 80px;
	padding-right: 80px;
	color: #FFFFFF;
}
#content_rule {
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #762A00;
	margin-left: 245px;
}
.rule_3_col {
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #762A00;
}

/*** misc styles ***/

.photo_left {
	float: left;
	margin-right: 15px;
	vertical-align: text-top;
	margin-bottom: 15px;
}	
.zeromargin {
	margin: 0px;
	font-weight: bold;
}
.marginbottom {
	margin-bottom: 22px;
}
.address {
	letter-spacing: 4px;
    margin: 0 0 1% 0;
}
.bullet {
	color: #FFFFFF;
	margin-right: 6px;
}
.negative_indent {
    text-indent: -10px;
}.negbottom {
	margin-bottom: -0.5em;
}
.mychoice {
	color: #FFFFFF;
}
#mine {
	font-size: 10px;
}

