body 
{
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif !important;
	font-size: 12px;
}

a 
{
    text-decoration: none;
    color: #000;
}

td 
{
    padding: 10px 0 10px 40px;
}

h2 
{
    font-size: 14px;
    padding-bottom: 15px;
    margin: 0;
}

img 
{
    width: 100%;
}

#logo
{
    margin: 30px 414.5px 30px 414.5px;
}

#center
{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

#wrap 
{
    position:relative; 
    width: 961px;  
}

#footer 
{
	margin: -10px 16px 0 0;
}
    #footer table 
	{
    	float: right;
    }
    #footer img 
	{
        width: auto;
        display: inline-block;
        margin-left: 18px;
    }

#textbox, #about_tab_textbox, #home_tab_textbox
{
    position: absolute; 
    width: 760px; 
    right: 0; 
    left: 0;
    top: 0;
    bottom: 0; 
    background: rgba(255, 255, 255, 0.8);
    color: #000;
}

#about_tab_textbox, #home_tab_textbox
{
    overflow: hidden;
}

#home_tab_textbox #property_logo
{
	margin: 0 auto;
	width: 140px;
	padding-bottom: 10px;
}

#text
{
	padding: 50px;
}
    #text p
	{
    	line-height: 1.5;
    }
    #text img
	{
        width: auto;
        margin: 0;
    }
    #text td
	{
    	padding: 15px 60px 15px 15px;
    }

    #text table
	{
    	margin-left: -17px;
    }

#tabs
{
	background: transparent; 
    border: none; 
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif !important;
}
    #tabs .ui-tabs-nav 
	{ 
        height: 2.35em; 
        text-align: center; 
        background: transparent; 
        border: none; 
    } 
    #tabs .ui-tabs-nav li 
	{ 
        display: inline-block; 
        float: none; 
        top: 0px; 
        margin: 0 20px 0 20px; 
        border: none;
        font-size: 15px;
    }
    #tabs .ui-widget-content
	{ 
     	font-size: 12px;
     	border: none;
    } 
    #tabs .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
	{
    	background: transparent; 
    }

li a, li a:focus, li a:hover, li a:visited  
{
    outline-color: transparent;
}​