/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

body {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	text-align: left; 
	height: 100%;
	background: #000033 url(IMG/bg_body.png) repeat-x top left;
}

a {
	color: #336699;
	text-decoration: none;
}

a:hover {
	color: 0000ff;
	text-decoration: underline;
}

img {
	border: 0; 
}

.next5 {
	margin-top: 5px;	
}

.next10 {
	margin-top: 10px;	
}

.next15 {
	margin-top: 15px;	
}

.next20 {
	margin-top: 20px;	
}

.left, .alist li {
	float: left;	
}

.right {
	float: right;	
}

.clear {
	clear: both;
}

.container {
	position: relative;
}

ol, ul {
	list-style: none;
}

.list li {
	float: left;	
}

.zebra {
	background-color: #f1f0f8;
}

.articleInbox {
	padding-bottom: 10px;
}

.article p, .article li {
	margin-top: 15px;
	line-height: 19px;
	color: #666;
}

.article img {
	padding: 2px 15px 0px 0;	
}

.article li {
	margin-top: 5px;	
}

.articleCheck li {
	background: url(IMG/icon_checkmarkSM.gif) no-repeat 10px 3px;
	padding-left: 35px;
}

.articleArrow li {
	background: url(IMG/icon_arrowRight.gif) no-repeat 10px 1px;
	padding-left: 25px;
}

.backtotop {
	text-align: right;
	padding: 5px 0 5px 0;
}

.backtotop a {
	background: url(IMG/icon_arrowUp.gif) no-repeat 0 0;
	padding-left: 15px;
}

.inbox {
	position: relative;	
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

/* -------- YUI -------- */

#custom-doc {
	margin: auto;
	text-align: left; /* leave unchanged */
	width: 950px;
	/* width: 49.6923em; */ /* non-IE. 647px/13 */
	/* *width: 48.4947em; */ /* IE */
	min-width:950px;/* optional but recommended */
	padding: 0;
}

.yui-t4 .yui-b {
	float: right;
	width: 194px;
	margin-top: 15px;
	margin-right: 14px;
	padding: 0;
	/* width:14.9231em;  non-IE. 194px/13 */
	/* *width:14.56em;  IE */
}

.yui-t4 #yui-main .yui-b {
	width: 390px;
	margin: 15px 32px 0 15px;
	padding: 0;
	float: left;
}

#yui-full {
	padding: 15px;
	background-color: #FFF;
}

.leftContent {
	width: 615px;
}

.rightContent {
	width: 275px;
}

#ft {
	background: url(IMG/footerBG.gif) no-repeat top left;
	padding: 15px;
	margin: 20px 0 25px 0;
	color: #999;
	font-size: 11px;
	height: 54px;
}

.banner {
	background: #000  url(IMG/bg_banner.jpg) no-repeat left top;
	height: 123px;
}

#GlobalNav {
	position: absolute;
	bottom: 0;
	right: 0;
}

.island320 {
	width: 320px;
}

.island582 {
	width: 582px;
}

/* -------- MESSAGE -------- */

.explanation, .error, .success, .display, .confirm, .alert, .message {
	padding: 3px 7px 3px 7px;
	font-size: 11px;
	line-height: normal;
}

.alert, .message {
	border: 1px solid #fef32b;
	background-color: #fcf6c4;
}

.explanation {
	border: 1px solid #c1d3e1;
	background-color: #f4f3f9;
}

.error {
	border: 1px solid #dd3c10;
	background-color: #ffebe8;
}

.success {
	border: 1px solid #FC3;
	background-color: #fff9d7;
}

.display {
	border: 1px solid #c1d3e1;
	background-color: #fff;
}

.confirm {
	border: 1px solid #ccc;
	background-color: #fff;
}

/* -------- BUTTONS -------- */

.inputbutton, .inputsubmit, .titleFB1 {
  padding: 2px 15px 3px 15px;
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-top-color: #D9DFEA;
  border-left-color: #D9DFEA;
  border-bottom-color: #0e1f5b;
  border-right-color: #0e1f5b;
  background-color: #3b5998;
  color: #FFFFFF;
  font-size: 11px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif; 
  text-align: center;
}

.submitBtnGray, .submitBtnGreen {
	height: 12px;
	font-size: 10px;
	border: 1px solid #679800;
	padding: 2px 10px 3px 10px;
	text-align: center;
	display: block;
}

.submitBtnGreen {
	background: url(IMG/btn_greenbg.gif) repeat-x;	
}

.submitBtnGray {
	background: url(IMG/btn_graybg.gif) repeat-x;
	border: 1px solid #999999;
}

.submitBtnGreen a, .submitBtnGray a {
	color: #FFF;	
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
}

.submitBtnGreen a:hover, .submitBtnGray a:hover {
	color: #000;
	text-decoration: underline;
}

a {
	cursor: pointer;
	outline-style: none;
}

a.greenbutton {
	background: url(IMG/bg_greenButton_a.gif) no-repeat right top;
	color: #FFF;
	display: block;
	float: left;
	font-family: arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 23px;
	text-align: center;
	font-size-adjust: none;
	font-stretch: none;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	line-height: normal;
}

a.greenbutton span {
	background: url(IMG/bg_greenButton_span.gif) no-repeat left top;
	display: block;
	line-height:22px;
	padding: 4px 0 6px 30px;
}

a.greenbutton:hover {
	text-decoration: underline;
}

.learnMore {
	background: url(IMG/btn_gray.gif) no-repeat;
	width: 221px;
	height: 32px;
	padding-top: 8px;
	text-align: center;
	display: block;
	margin: 10px 0 0 0;
	line-height: normal;
}

.learnMore a:hover {
	color: #000000;
}

/* -------- HEADERS -------- */

.title1 {
	background: url(IMG/bg_title1.gif) repeat-x left top;
	border-color: #EEEEEE #B5B5B5 #B5B5B5 #EEEEEE;
	border-style: solid;
	border-width: 1px;
	color: #666;
	padding: 10px;
	font-size: 17px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	height: 18px;
}

.titleFB {
	background-color: #eceff5;
	padding: 2px 5px 4px 6px;
	border-top: 1px solid #3B5998;
	font-color: #3B5998;
}

/* -------- ACCORDION -------- */

.tabAccordion {
	cursor: hand;
	cursor: pointer;
	padding: 5px;
	border-top: 1px solid #ccc;
	font-weight: normal;
	color: #666;
	font-size: 12px;
}

.tabAccordion:hover {
	color: #000;
}

.tabShow {
	color: #666;	
}

/* -------- INDEX -------- */

.shortListingsInbox, .gradientInbox {
	border: 1px solid #CCC;
	background: #FFF url(IMG/bg_gradient.gif) no-repeat bottom center;
	padding: 0 15px 15px 15px;
}

.shortListingsInbox .ListingsScroller {
	overflow: auto;
	height: 200px;
	padding-right: 15px;
}

.shortListingsInbox .listings {
	border-bottom: 1px solid #CCC;
	padding-top: 5px;
}

.shortListingsInbox .listings p {
	font-size: 11px;
	color: #666;
}

.gradientInbox {
	padding-top: 10px;
}

.propList li {
	line-height: 22px;
	background: url(IMG/icon_arrowRight.gif) no-repeat left 3px;
	padding-left: 17px;
}


/* ---------------- Home Listings -----------*/

.listingTitle {
	padding: 5px 0 5px 0;
	background-color: #101042;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

.listingTitle span {
	padding-right: 30px;
}

.listings {
	margin-left: 250px;
	line-height: 22px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

.shortlistings {
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding: 5px 0 5px 0;
	
}

.detaillisting li {
	background: url(http://www.donnamedrea.com/IMG/arrows.gif) no-repeat left 8px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 17px;
}

.listings li {
	background: url(http://www.donnamedrea.com/IMG/arrows.gif) no-repeat left 8px;
	padding-left: 10px;
}

.highlightInfo li {
	border-bottom: 1px solid #f1f0f8;
	background: url(http://www.donnamedrea.com/IMG/arrows.gif) no-repeat left 10px;
	padding: 5px 0 5px 10px;
}

.article p {
	margin-top: 10px;
	color: #666666;
	line-height: 18px;
	font-size: 13px;
}

.articleHeader {
	font-size: 14px;
	border-top: 1px solid #c1d3e1;
	background-color: #f1f0f8;
	padding: 5px;
}

.hightlights td {
	padding-right: 10px;
	padding-bottom: 5px;
	width: 200px;
}

.prop {
	margin: 10px 0 10px 0;
}

.back {
	position: absolute;
	top: 10px;
	right: 10px;
}

.openhouse {
	text-align: center;
	margin: 10px 0 10px 0;
}

.videoContainer {
	padding: 15px;
	border: 1px solid #ccc;
	background: url(IMG/bg_gradient2.gif) no-repeat top center;
}

.agentContact {
	border: 1px solid #ccc;
	padding: 10px;
}

.communities li {
	float: left;
	margin-left: 50px;
}

/* -------- Photo Tour -------- */

.photoTour li {
	float: left;
	padding: 0 0 5px 17px;
}

.photoHeader {
	border-top: 1px solid #ccc;
	padding: 5px 0 5px 0;
	text-align: center;
}

/* -------- ARTICLE -------- */

.articleInbox {
	padding-bottom: 10px;
}

.article p {
	margin-bottom: 15px;
	color: #666;
	line-height: 18px;
}

.article img {
	padding: 2px 15px 0px 0;	
}

.article li {
	margin-top: 5px;	
}

.checklist, .bulletPoints {
	margin: 0 0 15px 20px;
}

.checklist2 li, .bulletPoints2 li {
	margin-left: 20px;
}

.checklist li, .checklist2 li, .bulletPoints li, .bulletPoints2 li {
	padding-left: 22px;
	line-height: normal;
	color: #666;
}

.checklist li {
	background: url(http://www.imoderndesign.com/IMG/icon_checkmark.png) no-repeat left 2px;
	line-height: 20px;
}

.checklist2 li {
	background: url(http://www.imoderndesign.com/IMG/icon_checkmark.png) no-repeat left 2px;
	line-height: 18px;
}

.bulletPoints li {
	background: url(http://www.imoderndesign.com/IMG/icon_arrowRight.gif) no-repeat 4px 2px;
	line-height: 20px;
}

.bulletPoints2 li {
	background: url(http://www.imoderndesign.com/IMG/icon_arrowRight.gif) no-repeat 4px 0;
	line-height: 18px;
}

.articleHeader {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	color: #666;
}

.chart td {
	border-bottom: 1px solid #ccc;
	padding: 7px;
	color: #666;
}

.chart .chartTitle {
	color: #000;
	font-weight: bold;
}

.chart .chartHeaderArrow {
	background: url(http://www.imoderndesign.com/IMG/icon_arrowGreenDown.gif) no-repeat left 2px;
	padding-left: 15px;
	margin-left: 22px;
}

.chart .chartHeader {
	background: url(http://www.imoderndesign.com/IMG/icon_checkmark.png) no-repeat 7px 7px;
	padding-left: 30px;
	color: #666;
	font-weight: bold;
}




























