/* CSS Document */
body {
	margin: 0; 
	padding: 0;
	color: #fff;
	line-height: 1.5; 
	min-width: 990px;
	text-align: center;
	background-color: #151515;
	background-repeat: no-repeat;
	font-family: Helvetica, Verdana,  Arial, sans-serif;
	font-size:11px;
}

p {
	margin: 10px 0px 10px 0px;
	padding: 0;
}

.hilight{
color:#fff;
}

.teal{
color:#2D86A5;
}


/* Container wrapper */
#outer {
	clear: both;
	width: 990px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: left;
	/*border: 1px solid #BFBFBF;*/
	background-color: #353537;
	background-repeat: no-repeat;
	background-image: url(/images/bg.gif);
}
 
#menu {
	width: 970px;
	height: 30px;
	/*padding:5px 0px 5px 10px;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	border-right:none; */
	float: right;
	text-align: left;
	background: #2d86a5;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#menu img {
	float: left;
	padding: 7px 0 5px 0; 
}

#menu a {
	float: left;
	padding: 0px 8px 0 8px;
}

#menuwrapper {
	padding: 5px 0px 0px 5px;
}

#homepage {
	width:100%;
	clear:both;
	padding-top:150px;
}

#otherpage {
	width:100%;
	clear:both;
}

/* container for top half that hold circle grid and other 'top' content */
#container_top {
	margin: 0;
	padding: 30px 30px 0px 30px;
	clear: both;
}


a, a:visited {
	color: #fff;
	border: none;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	border: none;
	color: #2d86a5;
	font-weight: bold;
	text-decoration: none;
} 

.tra img{
filter:alpha(opacity=70);   
-moz-opacity: 0.7;   
opacity: 0.7;
-khtml-opacity: 0.7; 
}


.tra img:hover{
 filter:alpha(opacity=100);
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; 
}


/* circle grid used on houses and property pages */
ul#grid1, ul#grid2 {
	padding: 0px 0px 15px 0px;
	clear:both;
}

ul#grid1{
	width:730px;

}

ul, li {
	margin: 0;
	padding: 0;
}
ul {
	float: right;
	display: inline;
	list-style: none;/*
	background: #ccc;*/
}
ul#grid1 li {
	width: 132px;
	padding: 0px 0px 0px 13px;
	text-align:center;
}

li {
	margin: 0px;
	float: left;
	display: inline;
	text-align: center;
}

li p.text {
	padding: 0px;
	text-align: left;
	background: #2d86a5;
	overflow: hidden;
}

#pos1, #pos2 {
	float:left;	
	width:175px;
	margin:0px 30px 0px 0px;
}

#pos1 p{
text-transform:uppercase;
}

#posb{
	float:left;	
	width:723px;
}


/*
	wider for profile page
*/
#pos1b{
	float:left;	
	width:275px;
	margin:0px 30px 0px 0px;
}

#posbb{
	float:left;	
	width:623px;
}

#pos1 img, #pos2 img, #pos1b img, #posbb img  {
	margin-bottom: 30px;
}

.colstwo{
padding:20px 0px 0px 0px;
width:550px;
clear:both;
font-weight:bold;
}

.colstwoa{
width:220px;
float:left;
color:#2d86a5;
}

.colstwob{
width:320px;
float:left;
}

/*
	2 COLS wide for press page
*/
.colstwoaa{
width:100%;
clear:both;
}

.colstwoba{
width:47%;
float:left;
}

.colstwobb{
width:50%;
float:right;
}



p.blue{
color:#2d86a5;
text-align:right;
font-weight:bold;
text-transform:uppercase;
}

/* styles that create a circle around properties on houses and indiv. property pages */
#container_top a .blackframe {	
	padding: 3px;
	z-index: 2;
	border: none;
	width: 175px;
	height: 175px;
	display: block;
	position: absolute;
	text-align: center;
	background: url(/images/dot_blackframe.gif) no-repeat 0 0;
}
#container_top a:hover .blackframe {
	display: none;
}
#container_top a .blueframe {
	display: none;
}
#container_top a:hover .blueframe {
	padding: 3px;
	z-index: 2;
	border: none;
	width: 175px;
	height: 175px;
	display: block;
	position: absolute;
	text-align: center;
	background: url(/images/dot_blueframe.gif) no-repeat 0 0;
}


/* text / profile page */
#prof1 {
	width:253px;
	float:left;
	text-align:left;
	padding:0px 40px 0px 78px;
}
#prof2 {
	width: 510px;
	float: left;
	text-align: left;
	padding: 0px 85px 10px 0px;
}


#flashcontent {
width:100%;

clear:both;
text-align:left;
}

#toptext {
clear:both;
text-align:left;
padding:0px 30px 10px 30px;

}

#bottom {
clear:both;
padding:20px 30px 0px 30px;
}

#logo {
width:400px;
float:right;
padding:40px 0px 20px 0px;
text-align:right;

}

#heading {
width:400px;
float:left;
text-align:left;
}

.topt1{
text-transform:uppercase;
margin-right:5px;
font-weight:bold;
letter-spacing:1.1px;
text-align:left;
}

.topt2{
color:#2d86a5;
margin:5px;
font-weight:bold;

}


input, textarea, select{
border:0px;
padding:4px;
color:#fff;
background:#000;
}

#menu img{
border:0px;
filter:alpha(opacity=50);
-moz-opacity: 0.5; 
opacity: 0.5;
-khtml-opacity: 0.5;
}

#menu img:hover, #menu img.act{
border:0px;
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; 
}



