@charset "UTF-8";
/* CSS Document */



html 
{
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}			
body 
{ 
	margin: 0;
	border: 0;
	text-align:center;
	color: #FFF;
}
#pagewrap
{
	position:relative;
	top: 70px;
	height: auto;
	width:100%;
	margin-right:auto;
	margin-left: auto;
	margin-top: 0;
	text-align:right;
	padding-top: 1px;
}
	
#logo
{
	height: 61px;
	width:auto;
	position: absolute;
	top: 35px;
	left: 5%;
	padding: 10px 18px 0 18px;
	
}
.logo /* logo in the top bar */
{
	width: 238px;
	height: 68px;
	display: block;
	background-image:url(/img/logo.png);
	background-repeat:no-repeat;
	
	
}	
#navwrapper
{
	height: 40px;
	width:auto;
	position:relative;
	top: 50px;
	background-image:url(/img/nav-bg.png);
	background-repeat:repeat;
	padding: 10px 0 7px 300px;
	
}
#nav
{
	height: 25px;
	width:100%;
	position: absolute;
	right: 10%;
	padding: 10px 0 7px 300px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
}	
#nav ul {
	display: inline;
	margin-left: 0;
	padding-left: 0;
} 

#nav ul li {
	margin: 0 12px 0 0;
	padding: 0 12px 0 0;
	list-style: none;
	display: inline;
	text-transform:uppercase;
	
}

#nav A:link
{
    color:#FFF;
	text-decoration:none;
}

#nav A:visited
{
    COLOR: #FFF;
	text-decoration:none;
}
#nav A:hover
{
    COLOR: #000;
	text-decoration: none;
}

A:link
{
    color:#0085B2;
	text-decoration:none;
}

A:visited
{
    COLOR: #0085B2;
	text-decoration:none;
}
A:hover
{
    COLOR: #000;
	text-decoration: none;
}

#page
{
	height: auto;
	width:60%;
	position: relative;
	top: 1px;
	left: 25%;
	padding: 30px 30px 30px 30px;
	text-align:left;
	background-color:#fff;
}
#page-title
{
	height: 25px;
	width:130px;
	position: absolute;
	top: 35px;
	right: 100%;
	padding: 15px 10px 10px 15px;
	text-align:left;
	background-color:#fff;
	color:#000;
	opacity: 0.7;
	font-size:14pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}

#page h2
{	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom: 20px;
}

#page h3
{	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom: 10px;
}

#page h4
{	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	border-bottom:1px solid #fff;
	line-height: 2.0em;
	margin-top: -10px;
}


#page p
{	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#333;
	margin-bottom: 20px;
	line-height: 1.3em;
}

#page .phone{font-weight:bold; font-size:15pt; margin: 10px 0 10px 0;}

#feature
{
	height: 120px;
	width:215px;
	position: absolute;
	top: 210px;
	right: 20%;
	padding: 10px 10px 25px 120px;
	text-align:left;
	background-color:#63C7DD;
	background-image:url(/img/rick.jpg);
	background-repeat:no-repeat;
	background-position: 10px 10px;
}

#feature-title
{
	height: 25px;
	width:255px;
	position: absolute;
	top: 35px;
	right: 100%;
	padding: 15px 10px 10px 15px;
	text-align:left;
	background-color:#fff;
	color:#000;
	opacity: 0.7;
	font-size:14pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#feature-more
{
	height: 15px;
	width:100px;
	top:25px;
	left:110px;
	text-align:right;
	position: relative;
	padding: 2px 2px 2px 12px;
	text-align:left;
	background-color:#000;
}

#feature-more A:link
{
    color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
}

#feature-more A:visited
{
    COLOR: #FFF;
	text-decoration:none;
}
#feature-more A:hover
{
    COLOR: #63C7DD;
	text-decoration: none;
}

#feature h3
{	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
}

#feature h4
{	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#fff;
	font-weight:bold;
	border-bottom:1px solid #fff;
	line-height: 2.0em;
	margin-bottom: 10px;
}


#feature p
{	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000;
}



#footwrap
{
	position:absolute;
	height: 150px;
	width:100%;
	margin-right:auto;
	margin-left: auto;
	margin-top:30px;
	text-align:center;
	padding-top: 35px;
	background-image:url(/img/foot-bg.png);
	background-repeat:repeat;
}


/* not used */
#foot-top
{
	height: 25px;
	width:75%;
	position: relative;
	left: 10%;
	padding: 10px 0 25px 10px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10.5pt;
	color:#ccc;
}
#foot-l
{
	height: 25px;
	width:40%;
	position: absolute;
	left: 10%;
	padding: 10px 0 7px 10px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#ededed;
}
#foot-r
{
	height: 50px;
	width:40%;
	position: absolute;
	right: 10%;
	padding: 1px 40px 7px 10px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-image:url(/img/foot-building.png);
	background-repeat:no-repeat;
	background-position:top right;
}

.phone{font-weight:bold; font-size:12pt; margin: 10px 0 10px 0;}
.copy{font-size:8pt; color:#CCC; margin-top: 20px;}

#footwrap A:link
{
    color:#FFF;
	text-decoration:none;
}

#footwrap A:visited
{
    COLOR: #FFF;
	text-decoration:none;
}
#footwrap A:hover
{
    COLOR: #63C7DD;
	text-decoration: none;
}
#doc-r
{	width:270px; height:auto; float:right; text-align:center; color:#333; font-family:Arial, Helvetica, sans-serif;
	font-size:10pt; padding: 0 15px 15px 15px;
}
#doc-l
{	width:225px; height:auto; float:left; text-align:left; color:#333; font-family:Arial, Helvetica, sans-serif;
	font-size:10pt; padding: 0 15px 15px 0;
}
#mapwrap
{ 	width:100%; height:520px;
}
#listingwrap
{ 	width:100%; height:auto;
}
#property
{	width:80%; height:300px; position:relative;
}