/* CSS Document */
body {
	margin:0;
	background: url(images/in_bg.jpg) top repeat-x #523f19;
	color: #ffffff;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
outline:none;
}

/*for background*/
.bgheader{ 
	background: url(images/in_headerbg.jpg) top no-repeat; 
	width:623px;
	height:140px;
}
.bgtop {
	background: url(images/in_topbg.jpg) top no-repeat;
	width: 740px;
	height:110px;
}
.bgcontent {
	background:url(images/in_contentbg.jpg) top repeat-x #0b0a08;
}
.bgbottom {
	background: url(images/in_bottom.jpg) top repeat-x;
}
/*end background*/

/*for positions*/
.poscontent {
	color: #ffffff;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0 20px 0;
}
h1 {
	margin: 15px 0 15px 0;
}
p {
	line-height:180%;
}
/*end positions*/

/*for link*/
a {
	color: #FFFFFF;
	text-decoration:underline;
}
a:hover {
	color: #fbdc16;
	text-decoration:none;
}
/*end link*/

/*property listings*/
.bdr {
 border:1px solid #eec570;
}
.prop_title1 {
	font-size:14px;
	font-weight:bold;
}
.prop_title2 {
	font-size:12px;
}
ul {
	margin:0;
	padding:0;
}
li {
	margin-left: 14px;
	*margin-left: 18px;
	list-style-image:url(images/in_square.jpg);
}

/*for footer*/
.footer {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #bc974e;
}
.footer a{
	color: #bc974e;
}
.footer a:hover{
	color: #FFFFFF; 
}
/*end footer*/
h1 {
	font-size:15px;
}
h2 {
	font-size:14px;
}

.other_agents {
margin:0;
padding:0;
}

.other_agents img {
margin:0;
padding:0;
border:#663300 2px solid;
width:160px;
height:160px;
}

.pics { height: 330px; width: 430px; padding:0; margin:0; overflow: hidden }
.pics img { height: 300px; width: 400px; padding: 15px; border: 1px solid #ccc; background-color: #eee;  }
.pics img {
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}
/**--------- SEO ADJUSTMENT -----------**/
/*--------------------------------------------------s-----------------------------------------------*/
.seo-content {
	color: #ffffff;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.seo-related li a:link, .seo-related li a:visited, .seo-related li a:active {
	font-weight: normal;
	font-size:12px;
	color: #FFF;
	text-decoration:none;
	margin:0 0 0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.seo-related li a:hover {
	text-decoration:underline;
}
.seo-content a:link, .seo-content a:active, .seo-content a:visited {
	font-weight: normal;
	font-size: 12px;
	color: #FFF;
	text-decoration:underline;
	line-height:13px;
}
.seo-content a:hover {
	text-decoration:none;
	color:#FFFF00;
}