/* CSS styles for Gatto Homes */
/* Styles by Rolando Henry, Platypi Designs Inc. */

@media screen {
html
{
	font-size: 100.01%;
	overflow: scroll;
}
body
{
	background: #000;
	color: #fff;
	font: 62.5%/1.5 Palatino, Georgia, "Times New Roman", serif;
}
a, h2, h3
{
	color: #ec0;
}
.gallery_thumb
{
	border:1px solid #ec0;
	margin:2px;
	float:center;
}
a:hover
{
	color: #fa0;
}
a img
{
	border: none;
	outline: none;
}
h2
{
	font-size: 1.3em;
	margin: 10px 0;
	text-transform: uppercase;
}
h3
{
	font-size: 1.1em;
	margin-top: 15px;
}
#wrapper
{
	background: url(../images/bg.gif) repeat-y left top;
	margin: 10px auto;
	width: 750px;
}
#top, #top span
{
	height: 112px;
	margin: 0;
	padding: 0;
	width: 750px;
}
#top
{
	overflow: hidden;
	position: relative;
}
#top span
{
	background: url(../images/top.gif) no-repeat left top;
	display: block;
	left: -1px;
	position: absolute;
	top: 0;
}
#top span a
{
	display: block;
	height: 100%;
	width: 100%;
}
#flash
{
	height: 87px;
	margin: 0 5px;
}
#nav
{
	background: url(../images/nav_bg.gif) no-repeat left top;
	float: left;
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 10px 0 5px 0;
	width: 740px;
	z-index: 99;
}
#nav li
{
	float: left;
	position: relative;
	z-index: 99;
}
#nav ul
{
	background: #d7be73;
	border: 1px solid #000;
	list-style-type: inherit;
	padding: 0;
	margin: 0 0 0 30px;
	position: absolute;
	width: 28em;
	visibility: hidden;
}
#nav :hover ul, #nav li.over ul
{
	visibility: visible;
}
#nav ul li
{
	float: none;
}
#nav a
{
	color: #651e1a;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 15px 2px 20px;
	text-decoration: none;
	text-transform: uppercase;
}
#nav a:hover
{
	color: #b37b00;
}
#nav ul a
{
	padding: 5px 10px;
	margin: 0;
}
#content
{
	clear: none;
	float: left;
	font-size: 1.1em;
	padding: 0 15px 20px 15px;
	width: 520px;
	z-index: 10;
}
#sidebar
{
	float: left;
	margin-top: 10px;
	width: 185px;
}
#sidebar img
{
	margin-bottom: 5px;
}
#footer
{
	background: #000 url(../images/bottom.gif) no-repeat left top;
	clear: both;
	font-size: 1.1em;
	padding: 5px 10px;
	text-align: center;
	z-index: 80;
}
#footer p
{
	margin-top: 10px;
}
#community
{
	/* font: bold 1.2em/1.2 Georgia, "Times New Roman", Times, serif; */
	font-weight: bold;
	height: 350px;
	margin: 20px 0 0 -2px;
	position: relative;
	width: 725px;
}
#community #links
{
	float: left;
	font-size: 1.2em;
	margin-top: 30px;
	text-align: center;
	text-transform: uppercase;
	width: 725px;
}
#community #links a
{
	color: #000;
	padding: 0 25px;
	text-decoration: none;
}
#community #links a:hover
{
	text-decoration: underline;
}
#community #blurb
{
	bottom: 15px;
	color: #000;
	/* font-family: Georgia, "Times New Roman", Times, serif; */ 
	left: 0;
	padding: 0 30px;
	position: absolute;
	text-align: center;
	width: 665px;
}
#community #pullimg
{
	bottom: 270px;
	color: #000;
	/* font-family: Georgia, "Times New Roman", Times, serif; */ 
	left: 515px;
	padding: 0 30px;
	position: absolute;
	text-align: center;
	width: 155px;
	z-index:20;
}
#community td
{
	padding: 10px;
}
#community.cloveridge
{
	background: url(../images/cloveridge.jpg) no-repeat left top;
}
#community.regency
{
	background: url(../images/regencypark.jpg) no-repeat left top;
}
#community.victoria
{
	background: url(../images/victoria.jpg) no-repeat left top;
}
#content p.home
{
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content #homepage
{
	margin-bottom: -28px;
	width: 733px;
}
*:first-child+html #homepage
{
	margin-bottom: -29px;
}
.hide
{
	display: none;
}
} /* end @media */
 @media print {
#flash, #nav, #sidebar
{
	display: none;
}
a
{
	color: #000;
}
a:after
{
	content: " ( " attr(href) " ) ";
}
}
.alignleft
{
	float:left;
	padding: 5px;
}
.alignright
{
	float: right;
}
.aligncenter
{
}

