*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html, body {
	height: 100%;
}
body {
	margin: 0 auto;
	background-color: #EBEBEB;
}
a {
	color: #000;
	text-decoration: none;
}
td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
#mainBody {
	padding: 0px;
	width: 990px;
	background: url(images/body-bg.gif) top center repeat-y #EBEBEB;
	margin: 0px auto
}
#maintable {
	width: 980px;
	background-color: #FFFFFF;
	border: 1px solid #dadada;
}
#fullheader {
	background-image: url('images/agentheader-bg.jpg');
	background-repeat: repeat-x;
}
#headerColorBar {
	width: 100%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}
#agentinfo {
	float: left;
	padding: 14px;
	padding-bottom: 0px;
	/* width: 330px; */
	text-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
#agentinfo2 {
	text-align: right;
	float: right;
	padding: 14px;
	width: 330px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
#agentphoto img, #agentphoto2 img {
	height: 88px;
}
.leftcell {
	text-align: center;
	vertical-align: top;
	padding: 10px;
	padding-left: 15px;
}
.centerframe {
	width: 777px;
	text-align: left;
}
#navLinks {
	margin-top: 30px;
	margin-left: 8px;
	margin: 30px auto;
	width:155px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
.menulink {
	font-size: 11pt;
	display: block;
	color: #666666;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic; 
	text-align: center;
	background-color: #eaeaea;
	padding: 6px 16px;
	margin-bottom:6px;
	border: 1px solid #ddd;
	border-left: 5px solid #ddd;
	border-right: 5px solid #ddd;
	border-radius: 6px;
	border-collapse: separate;
	box-shadow: 0px 1px 3px rgba(0,0,0,.15);
}
.menulink:hover {
	background-color: #f0f0f0;
	color: #000000;
	border-color: #900;
	box-shadow: 0px 1px 3px rgba(0,0,0,.6);
}
#watermark {
	width: 170px;
}
#mainContent {
	margin-top: 10px;
	margin-left: 3px;
	margin-right: 12px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-color: #010101;
	border-radius: 6px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.6);
}
#theshow {
	margin-left: 11px;
	margin-top: 10px;
	background-color: #000000;
	border: 1px solid black;
	height: 599px;
	width: 740px;
}
#thumbs img {
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
#thumbs td, #thumbs a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #CCCCCC;
	cursor:pointer;
	text-decoration:none;
	line-height:7pt;
}
#midpic {
	cursor:pointer;
}
#propertyInfo {
	padding: 6px 0px;
	background-color: #F0F0F0;
	text-align: center;
	border-radius: 6px;
	box-shadow: 0px 2px 4px rgba(0,0,0,.6);
}
#extPicDiv {
	text-align: center;
}
#extPicDiv img {
	border-radius: 3px 3px 0px 0px;
}
#addressDiv {
	text-align: center;
	padding: 6px;
	padding-top: 8px;
	width: 100%;
	text-shadow: 1px 1px 2px rgba(0,0,0,.1);
}
.neighborhood {
	display: block;
	font-size: 10pt;
	color: #333;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 6px;
}
.street, .city, .otherinfo {
	display: block;
	font-size: 9pt;
	color: #889;
	font-weight: normal;
	line-height: 16px;
}
.price {
	display: block;
	font-size: 12pt;
	color: #660000;
	font-weight: bold;
	line-height: 26px;
}
.footer, .footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#copyright, #copyright a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}
ol {
	margin-left: 24px;
	padding: 0px;
}
.fullscreenlink, .fullscreenlink a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	cursor:pointer;
	text-decoration:none;
}
.fullscreenlink a:hover {
	text-decoration: underline;
}
.contenttitle {
	font-family: Georgia, 'Times New Roman', Times, serif; 
	font-size: 10pt; 
	color: #FFFFEE; 
	font-weight: bold; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	font-style: italic; 
	margin-top: -1px;
}
