/*
screen.css
////////////////////////////
//  sturgisrealestatecenter.com
////////////////////////////
//
//  Media: Screen
//
//  Author: Chris Brady, brady@thehomeslicegroup.com
//
//  Updated: Mar 2, 2007
////////////////////////////

*/
/* ---------- GLOBAL ELEMENTS ----------*/

* {

	margin: 0px;

	padding: 0px;

}

body {
	background: url(images/back_main.gif) repeat;
	margin: 0px;
	padding: 30px 0px 30px 0px;
	font-family: Arial, "Times New Roman", Times, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	color: black;
}

a { color: black; }

a:hover { color:#003BAF; }

img {border:none;}

hr{ border: 1px #F3AF5D dotted; }

#page {
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	background: white;
	border: 1px solid #bfb399;

}

#wrapper {
	margin: 20px;
	padding: 0px;
	width: 730px;
	overflow: hidden;
	text-align:center;
}

/*------- SUB NAV --------*/
#subNav{
	background:url(images/sub_nav_bg2.gif) top repeat-x #FFF;
	text-align:center;
	}
	
#subNav a{
	padding:0px 5px;
	margin:0px 5px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:1.3em;
	background-color:#B6CBFF;
	border-left:2px solid #57619E;
	border-right:2px solid #57619E;
	height:20px;
	font-weight:bold;
}
	
#subNav a:hover{
	background-color:#3399FF;
	color:#000000;
}
	
	


/*------- FOOTER --------*/
#footer {
	width:100%;
	background-color:#A8BCF2;
	border-bottom:5px solid #CDCDCD;
	text-align: center;
	margin: auto;
	clear:left;
}

#footer a {
	margin:0px 10px;
	font-size:1.1em;
	text-decoration:underline;
}



/*------- LISTINGS --------*/
#listing {
	padding:2px;
	margin-top:5px;
}



/*------ PROPERTIES -------*/
.properties {
	width:359px;
	margin:0px 1px;
	float:left;
	border:1px solid #000;
	height:200px;
	overflow:hidden;
	text-align:left;
}

.prop_photo .pic{
	float:left;
	text-align:center;
	font-size:1.6em;
	font-weight:bold;
	}
	
.prop_photo .pic img{
	border:solid 2px #000;
	display:block;
	}
	
h3.listing{
	font-size:1.5em;
	text-decoration:underline;
	text-align:center;
	padding-top:3px;
}

.prop_photo .add{
	margin:5px 0px 0px 130px;
	font-size:1.3em;
	}
	
.prop_photo a.more_info{
	font-size:1.4em;
	display:block;
	margin:5px 0px 0px 130px;
	color:#5E63A5;
	font-weight:bold;
	}

.properties .text{
	margin:0px 4px 4px 4px;
	clear:both;
	font-size:1.2em;
	font-style:italic;
	}
	
.properties .prop_photo{
	margin:4px 4px 0px 4px;
	}	
	


/*------ LISTING DETAIL -------*/	

img#main{
width:350px;
border:1px solid #333;
}

#main_list_img{
	padding:4px;
	background-color:#B6CBFF;
	border:1px solid #333;
	}
	

#list_tmb_img img{
	margin:3px;
	}
#list_tmb_img a{
	border:3px solid #333;
	}
#list_tmb_img a:hover{
	border:3px solid #EE891A;
	}
#tools a{
	background:url(images/aro.png) center left no-repeat;
	padding-left:12px;
	}
#tools td{
	vertical-align:top;
	}


/*------ LISTING CATAGORIES -------*/

#cats{
	margin-top:5px;
	}
#cats td#header{
	width:100%;
	font-size:1.6em;
	background:url(images/cat_head.jpg) top center no-repeat;
	border-bottom:3px solid #FFF;
	line-height:1.2em;
	padding-top:0px;
	}

#cats td{
	font-size:1.6em;
	width: 171px;
	text-align: center;
	background-color:#B6CBFF;
	font-weight: bolder;
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
	line-height:.9em;
	padding-top:2px;
	}
	
#cats td a{
	background-color:#FFFFFF;
	}	

#cats td a img{
	border:1px solid #bfb399;
	margin:3px;
	}
	
	
#cats td span{
	font-size:.8em;
	font-weight:normal;
	line-height:1.2em;

	}
	
	

/*------ LIST AGENTS -------*/

.view_users_user_table td{
	padding-top:15px;
	}



/*------ TEMPLATE ELEMENTS -------*/	
.browse_tool_table{
margin:auto;
	width:75%;
	font-size:1.2em;}
	
	
	
	
	
	
	
	
	
	
	
