/* DEFAULT STYLES */

body {
	margin: 0;
	background-color: #CCCCE3;
}

body, p, td, div, li, ul, a { 
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: #000;
}

body, td {
/*/*/ line-height: 20px; /**/
}

h1, h2, h3 { 
	margin-top: 0;
	margin-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: #aaa;
}

h1 { font-size: 16px; }

h2 { font-size: 15px; }

h3 {
	font-size: 13px;
	color: #639890;
}

input, textarea {
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 12px;
	font-family:"Courier New", Courier, mono;
}

hr {
	color: #CCC;
	background-color: #ccc;
	height: 1px;
}

ul { list-style-type: square; }

div#wrapper { width: 740px; margin-left: 10px; }

a { 
	font-weight: bold;
	color: #669;
	text-decoration: none;
}

a:hover {
	color:#99C;
	text-decoration: underline; 
}

#mainTable {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	border: 1px solid #999;
	background-color: #FFF;
}

#header {
	display: block;
	padding: 0;
	margin: 0;
	background-image:url("/ezstatic/data/susanmartinrealtors/images/header.jpg");
	background-repeat: no-repeat;
	height: 202px;
}

#headerimg {
	text-indent: -9999px;
}

#body {
	margin-left: 175px;
	background-image:url("/ezstatic/data/susanmartinrealtors/images/header_bottom.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 10px;
}

/* LEFT NAV BAR */

#navbar {
	display: block;
	width: 155px;
	float: left;
	margin-bottom: 10px;
}

/* be nice to Opera 5 */
body>#navbar {
	width:155px;
}

#navbar ul { 
	background-color: #fff;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 15px;
	border: none;
}

#navbar li { 
	margin: 0;
	padding-bottom: 0;
	border: 2px #ddd solid;
	margin-bottom: 4px;
	background-color: #eee;
}

#navbar li a {
	display: block;
	padding: 0;
	padding-bottom: 0;
	padding-left:5px;
	text-decoration: none;
	color: #699;
	background-color: #eee;
	width: 100%;  /* fix block style for winIE, prevents extra bottom padding */
}

html>body #navbar li a {
	width: auto;  /* reset width for macIE */
}

#navbar li a:hover {
	color: #669;
	background-color: #ddd;
}

#subnavbar {
	display: block;
	margin-left: 0px;
	margin-bottom: 10px;
}

#subnavbar ul { 
	background-color: #fff;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	border: none;
}

#subnavbar li { 
	margin: 0;
	padding-bottom: 0;
	border: 0px #fff solid;
	margin-left: 0px;
	margin-bottom: 3px;
	background-color: #eee;
}

#subnavbar li a {
	display: block;
	padding: 0;
	padding-bottom: 0;
	padding-left: 0px;
	text-decoration: none;
	color: #699;
	background-color: #fff;
	width: 100%;  /* fix block style for winIE, prevents extra bottom padding */
}

html>body #subnavbar li a {
	width: auto;  /* reset width for macIE */
}

#subnavbar li a:hover {
	color: #669;
	background-color: #fff;
}


/* BODY CONTENT */

#login {
	margin-left: 175px;
	margin-right: 10px;
	margin-top: 12px;
	display: block;
	padding: 10px;
	text-align: right;
}

#content {
	margin-left: 175px;
	margin-right: 10px;
	display: block;
	padding: 5px;
	text-align: left;
}

.contact { 
	background-color: #f5f5f5;
	border: 1px #669999 solid;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 70%;
}

.announce { 
	border: 1px #ccc solid;
	margin: 7px;
	padding: 5px;
	width: 175px;
	height: 250px;
	float: right;
}

.portrait { /* Realtor Photo Control */
	float: left;
	border: 2px #ddd solid;
	margin-right: 5px;
	margin-bottom: 5px;
}

.portrait2 { /* Realtor Photo Control */
	float: right;
	border: 2px #ddd solid;
	margin-left: 5px;
}

#subhead { 
	margin-bottom: 5px;
}

.border {  
	border: 1px solid #fff; 
}


/* FOOTER */

#usmtag {
	margin-top: 10px;
	margin-left: 180px;
	font-size: 11px;
	color: #fff;
}


#usmtag a {
	font-size: 11px;
	color: #fff;
}

/* MLS SPECIFIC CLASSES*/

/* Controls {td_class} variable */
.bglight {
	background-color: #f5f5f5;
}

/* Controls {td_class} variable */
.bgdark {
	background-color: #e7e7e7;
}

/* Controls the master div id per mls */
#ezresidentialtpl, 
#ezlandtpl, 
#eztownhousestpl,
#ezcommercialtpl,
#ezmultifamilytpl { 
	text-align: center;
	padding: 0;
	margin: 0;
	width: 98%;
}

/* Controls the h3 heading tag */
#ezresidentialtpl h3, 
#ezlandtpl h3, 
#eztownhousestpl h3, 
#ezcommercialtpl h3, 
#ezmultifamilytpl h3 {
	text-align: center;
	color: #000;
}

/* Controls the table styles */
#ezresidentialtpl table, 
#ezlandtpl table, 
#eztownhousestpl table, 
#ezcommercialtpl table, 
#ezmultifamilytpl table {
	background-color: #ccc;
	border: 1px #699 solid;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	width: 98%;
}

/* Controls the table cell styles */
#ezresidentialtpl td, 
#ezlandtpl td,
#eztownhousestpl td,
#ezcommercialtpl td,
#ezmultifamilytpl td {
	text-align: left;
	margin: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding-right: 1px;
	padding-left: 2px;
}

/* Controls the border around the mls images */
#ezresidentialtpl img, 
#ezlandtpl img, 
#eztownhousestpl img, 
#ezcommercialtpl img,
#ezmultifamilytpl img {
	border: 1px #000 solid;
}

#pagnation td { text-align: center; }

/* Controls the images so they wrap depending on site wrapper size */
.ezimagecontainer, 
.ezimagecontainer p { 
	text-align: center;
}

/* Controls the images if they have text-labels */
.ezimagecontainer label { 
	font-weight: normal; 
}

/* EMAIL NOTIFICATIONS */
div#emailwrapper { 
	width: 540px;
	margin: 0 auto;
	border: 1px solid #999;
}

div#emailmain { background: #fff; text-align: left; }
div#emailcontent { padding: 7px; text-align: left; }

.mlsnavbar {
height: 40px;
}

#headerimg {
height: 194px;
}

#leftquicksearch{

width: 250px;
float: left;
}

#rightquicksearch{

width: 250px;
float: right;
}

