/* Bill Beck Real Estate */

/* Default Classes */
body, td, p, div, ul, li, a {
	font-family: Verdana, Arial;
	color: #000;
	font-size: 12px;
}

body {
	background-color: #fff;
	margin: 0;
}

h1, h2, h3 { font-size: 16px; }

#content { 
	background-color: #fff;
	width: 100%;
}

.contact {
	border: 1px #c00 solid;
	background-color: #e7e7e7;
	padding: 5px;
	width: 75%;
}

input,
select,
textarea {
	font-size: 11px;
	border: 1px #000 solid;
}

/* NAVIGATION */
#navlist {
	margin: 0;
	padding: 5px 0 20px 10px;
	text-align: center;
	border-bottom: 1px solid #000;
	background-color: #1C256A;
	text-align: center;
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	text-align: center;
}

#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 20px 14px 10px;
	text-decoration: none;
	text-align: center;
	color: #fff;
}

#links img { margin-top: 6px; margin-left: 10px; margin-bottom: -2px; }

#closewindow { margin-top: 7px; }

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 4px solid #fff;
	background: transparent;
	text-align: center;
	color: #fff;
}

#navlist a:hover { 
	color: #fff;
}

#mlssearch table tr td { font-size: 11px; font-family: Arial; }

#mlssearch2 td { font-size: 9px; font-family: Arial; }

#mlssearch2 input { border: 0; }

#mlssearch2 th h3 { 
	color: #ffffff;
	font-size: 13px;
	margin: 0 auto;
	padding: 0;
}

#buttons input { border: 1px solid #000; }

#mlssearch th { background-color: #102965; color: #FFFFFF; }

#navcontainer { text-align: center; }

/* Footer Tag */
#usmtag, #usmtag a {
	text-align: center;
	padding-top: 15px;
	color: #000;
}

/* MLS SPECIFIC CLASSES*/

/* Controls {td_class} variable */
.bglight { background: #f5f5f5; }

/* Controls {td_class} variable */
.bgdark { background: #e7e7e7; }

/* Controls the master div id per mls */
#ezresidentialtpl, 
#ezlandtpl, 
#eztownhousestpl,
#ezcommercialtpl,
#ezmultifamilytpl { 
	text-align: center;
	padding: 10px;
	margin: 0;
}

/* Controls the h3 heading tag */
#ezresidentialtpl h3, 
#ezlandtpl h3, 
#eztownhousestpl h3, 
#ezcommercialtpl h3, 
#ezmultifamilytpl h3 { text-align: center; }

/* Controls the table styles */
#ezresidentialtpl table, 
#ezlandtpl table, 
#eztownhousestpl table, 
#ezcommercialtpl table, 
#ezmultifamilytpl table {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

/* Controls the table styles */
#ezresidentialtpl .contact, 
#ezlandtpl .contact, 
#eztownhousestpl .contact, 
#ezcommercialtpl .contact, 
#ezmultifamilytpl .contact {
	border: 1px #000 solid;
	margin: 0;
	padding: 0;
	width: 80%;
	text-align: center;
}

/* 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;
}

#pagnation {
	background: #f5f5f5;
	border: 1px solid #e7e7e7;
}

#pagnation td { text-align: center; }

/* Controls the border around the mls images */
#ezresidentialtpl img, 
#ezlandtpl img, 
#eztownhousestpl img, 
#ezcommercialtpl img,
#ezmultifamilytpl img { padding: 10px; }

/* Controls the images so they wrap depending on site wrapper size */
.ezimagecontainer, 
.ezimagecontainer p { 
	text-align: center;
	margin: 10px;
	padding: 10px;
}

/* Controls the images if they have text-labels */
.ezimagecontainer label { font-weight: normal; }

#searchbar {
	background-color: #f5f5f5;
	border-left: 1px #e7e7e7 solid;
	padding-left: 8px;	
}

.search { 
	width: 80%; 
	border: 1px solid #e7e7e7; 
	background: #ccc;
}

.search td { 
	background: #f5f5f5; 
	padding: 5px;
}

#eznavigatortpl p { margin: 5px; text-align: center; }
