/*************************************
 +Containers
 *************************************/
body
{
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:72.5%;
	line-height:1.4;
	text-align:left;
	margin:0;
	padding:0;
	background-color: #fff;
	background-image: url(../graphics/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#wrap
{
  position:relative;
  padding-top:1em;
  text-align:left;
  width:1004px;
  margin:0 auto;
}

#header
{
  text-align:left;
  width:1004px;
  margin-bottom:90px;
  padding:40px 0 0;
}

#portrait-bg
{
	position:absolute;
	width:319px;
	height:221px;
	right:0;
	top:0;
	background-image: url(../graphics/bg-portrait0.jpg);
}

#main
{
	width:800px;
	margin: 10px auto auto;
}

#footer {
	margin: 10px auto auto;
	padding: 0px;
	width: 50%;
	text-align: center;
}

/*************************************
 +Hn, a and p
 *************************************/

a
{
  color:#08476A;
  text-decoration:none;
}

a:hover
{
  background-color:#f7f7f7;
}

h1,h2,h3,h4,h5,h6
{
  font-weight: bold;
  letter-spacing:-.1px;
  margin:0;
  font-family:georgia, "times new roman";
}

h1 {
	font-size:2.5em;
	text-transform: capitalize;
}

h2 {
	font-size:1.5em;
	border-bottom: 1px solid #ccc;
}

h3 {
	font-size: 1em;
	padding-top: 10px;
	font-style: italic;
	clear: left;
}

#header h1
{
  
  margin-left:.5em;
    color:#424242;
  font-size:16px;
  margin-top:-.9em;
  margin-left:250px;
  text-align:left;
  font-style:italic;
}

#header h1 a
{
  color:#424242;
}

#header p
{
  color:#424242;
  font-size:16px;
  margin-top:-8px;
  margin-left:250px;
  text-align:left;
  font-style:italic;
}

.btitle
{
  font-weight:normal;
  letter-spacing:-.1px;
  font-size:47px;
  font-family:georgia,times New Roman;
  font-style:italic;
  margin:0 0 0 .5em;
}

.btitle a
{
  
}

.paranospace {
	margin: 0px;
	padding: 0px;
}

p {
	margin-top: 10px;
}
li {
	padding-bottom: 5px;
}

/*************************************
 +Menu
 *************************************/
 
#menu
{
  position:absolute;
  width:690px;
  margin:0;
  padding:0;
  height: 31px;
  overflow: hidden;
}

#menu ul
{
  font-size:1.2em;
  list-style:none;
  margin:0;
  padding:0;
}

#menu li
{
  float:left;
  border-bottom:0;
}

#menu li a
{
  color:#fff;
  margin-left:.5em;
  display:block;
  padding:.6em .6em .3em;
}

#menu li a:hover
{
  background:#7aafcb;
  color:#fff;
}

#menu ul li ul
{
  display:none;
}


/*************************************
 +Menu Categories
 *************************************/
#catmenu
{
  position:absolute;
  width:645px;
  left:45px;
  top:151px;
  margin:0;
  padding:0;
  height:30px;
  overflow:hidden;  
}

#catmenu ul
{
  font-size:1.2em;
  list-style:none;
  margin:0;
  padding:0;
}

#catmenu li
{
  float:left;
  border-bottom:0;
}

#catmenu li a
{
  background:#99BDD7;
  color:#000;
  margin-left:.5em;
  display:block;
  padding:6px 10px 5px;
}

#catmenu li.current-cat a
{
  background:#7AAFCB;
  color:#fff;
  margin-left:.5em;
  display:block;
  padding:6px 10px 5px;
}

#catmenu li a:hover
{
  background:#3b6277;
  color:#fff;
}

#catmenu ul li ul
{
  display:none;
}
.clear {
	clear: both;
}

/*************************************
 + Formats the condo devs on the index page
 *************************************/

.listitem
{
	cursor: default;
	list-style: none;
	float: none;
}

.listitem a
{
	position: relative;
}

.listitem img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
}

.listitem li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	margin: 3px;
	padding: 5px;
	position: static;
	width: 45%;
	float: left;
}

/*************************************
 + Effectt where when you hover over pic you see larger popup
 *************************************/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
	position: relative;
	float: none;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -38px;
	left: -50px;	
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: static;
	background-color: #666666;
}

.hoverbox .preview
{
	border-color: #000;
	width: 250px;
	height: 188px;
}
