/* @override http://www.macrabbit.com/cssedit/welcome/2.5/welcome.css */
.style6 {
	color: #FFFFFF;
	font-size: x-small;
}
body#index  {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(../images/jan-aerial.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
body#lagunaliving {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
body#community  {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(../images/community.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
body#properties {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
body#janprofile  {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
body#referrals {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
body#contact  {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(../images/contact-page.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}


li.footer {
	display:inline;
}


.current 
{
	background-color:#CCCCCC;
}
#menu 
{
	position: relative;
	width: 192px;
	top: 125px;
	left: 78px;
	height: 400px;
}
#content
{
	position: relative;
	top: -440px;
	left: 280px;
	width: 620px;
	height: 160px;
	
}

#contents
{
	position:absolute;
	margin: 16px;
	width: 571px;
	padding: 8px;
	height: 472px;
	background-image:url(../images/blackbgrnd.png);
	background-repeat:repeat;
	color: #CDA464;
	top: 32px;
}
#nocontents
{
	position:absolute;
	margin: 16px;
	left: 0px;
	width: 571px;
	padding: 8px;
	height: 472px;
	color: #CDA464;
}
#referal-left {
	position: absolute;
	left: 11px;
	width: 270px;
	top: 65px;
	height: 491px;
}
#referral-center {
	position:absolute;
	left: 350px;
	top: 321px;
	width: 238px;
}
#referral-right {
	position: absolute;
	left: 350px;
	width: 238px;
	top: 124px;
}
#firstPage
{
	position: relative;
	left: 325px;
	width: 775px;
	height: 200px;
	top: -400px;
}
#firstcontents
{
	position:absolute;
	margin: 16px;
	left: 0px;
	width: 561px;
	padding: 8px;
	height: 472px;
}
#footer 
{
	position: absolute;
	width: 900px;
	height: 168px;
	z-index: 1;
	top: 518px;
}
#footerContent
{
	position:absolutee;
	float: left;
	padding: 10px;
	top: 1px;
	left: 1px;
	width: 240px;
	height: 112px;
}
#home
{
	position:relative;
	top: 10px;
	left:  10px;
	height:100px;
}

/*   Accordion Menu CSS      */
.AccordionTitle, .AccordionContent, .AccordionContainer
{
    position: relative;
    width: 192px; /*changeble*/
	color: black;
/*	margin-bottom: 10px;  */
	vertical-align: right; /*changeble*/
    text-align: right; /*changeble*/
}
.AccordionTitle
{
    height: 24px; /*changeble*/
    overflow: hidden;
    cursor: pointer;
    font-family: Verdana; /*changeble*/
    font-size: 18px; /*changeble*/
    font-weight: normal; /*changeble*/
    vertical-align: middle; /*changeble*/
    text-align: center; /*changeble*/
    display: table-cell;
    -moz-user-select: none;
    border-top: solid 1px #C1C1C1; /*changeble*/
    border-bottom: solid 1px #C1C1C1; /*changeble*/
    border-left: solid 1px #C1C1C1; /*changeble*/
    border-right: solid 1px #C1C1C1; /*changeble*/
    background-color: white;
    color: black;
	margin-bottom: 12px; 
}
.AccordionContent
{
    height: 0px;
    overflow: hidden; /*display: none;  */
}
.AccordionContent_
{
    height: auto;
}
.AccordionContainer
{
    border-top: none; /*changeble*/
    border-bottom: none; /*changeble*/
    border-left: none; /*changeble*/
    border-right: none; /*changeble*/
}
.ContentTable
{
    width: 100%;
    text-align: center;
    color: black;
}
.ContentCell
{
    background-color: #666666;
	font-family: Verdana; /*changeble*/
    font-size: 12px; /*changeble*/
    font-weight: normal; /*changeble*/
	vertical-align: center; /*changeble*/
    text-align: right; /*changeble*/
	

}
.ContentTable a:link, a:visited
{
    color: white;
    text-decoration: none;
}
.ContentTable a:hover
{
    color: yellow;
    text-decoration: none;
}

