/**********************************************************************************
=Global Reset
**********************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html, body
{
	height:100%;
}

body 
{
    color:#42403E;
    background: #FFFFFF;
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 69%;
	text-align: center;
	line-height: 1;
}

/**********************************************************************************
=Useful Classes
**********************************************************************************/
.clearfix:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

	/* WinIE7 only */
	*:first-child+html .clearfix 	{ height:1%; }
	
	/* WinIE6 and below */
	/*¥*/
	* html .clearfix { height:1%;}

	/**/
	/* MacIE only */
	/*¥*//*/
	.clearfix { display:inline-table; }
	/**/

.left { float:left; }
.right { float:right; }
.clear { clear:both; }

.text-left { text-align:left; }
.text-right { text-align:right; }
.text-center { text-align:center; }

.b , strong, b { font-weight:bold; }
.i , em, i { font-style:italic; }

.nobrk  { white-space : nowrap; }
.upper {text-transform:uppercase;}

.test1 { border:solid 1px #CCFF00; }
.test2 { border:solid 1px #00CC00; }
.test3 { border:solid 1px #CC0000; }

/**********************************************************************************
=Common Elements
**********************************************************************************/
h1
{
	font-size:2em;
	font-weight:bold;
}

h2
{
	font-size:2.2em;
	font-weight:bold;
	color:#A7016E;
	text-transform:uppercase;
}
    h2.details
    {
        text-align:right;
        color:#F2AC24;
	    font-size:2.5em;
	    font-weight:normal; 
    }
    
    h2.hsectors {
	    text-align:right;
	    margin-right:12px; }
    	
    h3.hsectors {
	    text-align:right;
	    margin-right:12px; }
  
h3
{
	font-size:1.4em;
	font-weight:bold;
}
    h3.details
    {
        text-align:right;
        color:#CB3B00;
	    font-size:1.8em;
	    font-weight:normal; 
	    text-transform:uppercase;
    }
         h3.details span
         {
           font-size:0.8em;
         }
h4
{
	font-size:1.1em;
	font-weight:bold;
	text-transform:uppercase;
}

h5{font-weight:bold;}

p
{
	padding:0 0 10px 0;
	font-size:1em;
}

ul, ol
{
	padding:0 0 20px 20px;
}

img {border:none;}
a:active, a:focus {outline: 0;}

del {text-decoration: line-through;}

/**********************************************************************************
=Text
**********************************************************************************/
p.intro
{
    font-size:1.15em;
    color:#A7016E;
    padding:5px 0 20px 0;
}

.plum {
	color:#6F0149;
	font-weight:bold; }
	
.blueberry {
	color:#027DA7;
	font-weight:bold; }

/**********************************************************************************
=Links
**********************************************************************************/

a {
	color:#A7016E;
	text-decoration:none; }
a:hover {
	color:#6F0149;
	text-decoration:underline; }

/**********************************************************************************
=Forms 
**********************************************************************************/

form
{
	margin:0;
	padding:0;
}

input, select, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
}
.form label
{
    display:block;
    text-transform:uppercase;
    margin:10px 0 0 0;
    color:#A7016E;
    font-weight:bold;
}
    .form th {vertical-align:top;padding:4px 0 0 0;}
    .form th label{display:inline;}

.form input, .form textarea, .form select
{
    width:351px;
    margin:2px 0 0 0;
    border:1px solid #969696;
}
    .form input{width:347px;padding:2px 1px;}
    .form textarea{height:100px;}

    .form input.inputError{border:1px solid #EF3B3B;background:#FFF0EF;}
    
    .form td {padding:2px 0 0 0;}
    .form td input, .form td textarea, .form td select{margin:0;}
    
.form .button
{
    width:auto;
    float:right;
    margin:10px 0 0 0;
}

.required{color:#BD0000;}

.validation_summary
{
    background:#FFF0EF;
    color:#5F5F5F!important;
    border:2px solid #FFBFBF;
    padding:10px;
    margin:15px 0 0 0;
}
    .validation_summary ul{color:#5F5F5F;padding:10px 0 0 15px;}
  
 input.bSubmit
 {
    width:auto;
    padding:4px 10px;
    text-transform:uppercase;
    background:#F3F2EE;
    color:#635D54;
    font-weight:bold;
 }  

/**********************************************************************************
=Tables 
**********************************************************************************/
table
{
	font-size: 100%;
	border:0;
	margin:0;
	padding:0;
	border-collapse: separate;
	border-spacing: 0;
}
	caption, th, td
	{
		text-align: left;
		font-weight: normal;
	}

/**********************************************************************************
=Layout
**********************************************************************************/
#container
{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:1002px;
}
	
#header
{
    margin-left:5px;
    padding:5px 0;
    float:left;
    position:relative;
    width:992px;
}
    #search
    {
        position:absolute;
        bottom:6px;
        right:11px;
    }
    
    .txtSearch
    {
        margin:5px 0 0 0;
        padding:1px 5px;
        float:left;
    }

#nav
{
    list-style-type:none;
    clear:both;
    background:url(../images/bg_nav.gif) repeat-x left;
    padding:0;margin:0 0 0 8px;
    height:44px;line-height:44px;
    font-family:Verdana, Arial, Sans-Serif;
    width:984px;
}
    #nav li
    {
        float:left;
        background:url(../images/bg_nav_left.gif) no-repeat left;
        padding:0 0 0 6px;
    }
    
    #nav li a
    {
        color:#6E9B02;
        text-transform:uppercase;
        text-decoration:none;
        font-weight:bold;
        font-size:1.2em;
        letter-spacing:0.2em;
        display:block;
        background:url(../images/bg_nav_right.gif) no-repeat right;
        padding:0 6px 0 0;
        text-align:center;
    }
    #nav li a.home{width:112px;}
    #nav li a.housing{width:133px;}
    #nav li a.construction{width:209px;}
    #nav li a.developments{width:201px;}
    #nav li a.profile{width:125px;}
    #nav li a.contact{width:132px;}
    
    #nav li a span{display:block;}
        
    #nav li a.selected span
    {
        background:url(../images/bg_nav_selected.gif) repeat-x left;
        color:#FFFFFF;
    }
    
    #nav li a span
    {
        background:url(../images/spacer.gif) repeat-x left;
    }
    
    #nav li a:hover span
    {
        background:url(../images/bg_nav_hover.gif) repeat-x left;
    }

#content_container
{
    clear:both;
    font-size:1.1em;
}
    #subnav
    {
        float:left;
        width:270px;
        height:auto!important;
        height:191px;
        min-height:191px;
        background:url(../images/bg_subnav.gif) no-repeat top left;
        padding:14px;
        margin:0 0 0 5px;
        display:inline;
    }
    
        #subnav_head
        {
            padding:1px;
            background:#D3D0C8;
        }
            #subnav_head img{border:1px solid #FFFFFF;}
            #subnav_head h2
            {
                color:#FFFFFF;
                font-weight:normal;
                text-transform:uppercase;
                font-size:2.4em;
                padding:25px 0 5px 10px;
            }
        #subnav_content
        {
            background:#F3F2EE;
            padding:10px 10px 10px 5px;
            min-height:40px;
        }
        
        #subnav_content ul
        {
            padding:0;
            margin:0;
            list-style-type:none;
            text-transform:uppercase;
            font-size:1.1em;
            font-family:Verdana, Arial, Sans-Serif;
        }
             #subnav_content ul li
             {
                line-height:27px;
                font-weight:bold;
                padding:0 0 0 5px;margin:0;
             }  
             #subnav_content ul a
             {
                color:#9D9A93;
                text-decoration:none;
                display:block;
                background:url(../images/subnav.gif) no-repeat right;
                float:left;
                width:242px;
             }
                #subnav_content ul a:hover
                {
                     color:#6F6860;
                     background:url(../images/subnav_hover.gif) no-repeat right;
                }
                
                #subnav_content ul a.selected
                {
                     color:#A1006F;
                     background:url(../images/subnav_selected.gif) no-repeat right;
                }
                
        
    .content
    {
        background:url(../images/bg_content.gif) no-repeat top left;
        width:663px;
        float:left;
        display:inline;
        margin:0 0 0 20px;  
        padding:14px; 
		padding-right:0;
        height:auto!important;
        min-height:180px;
        height:180px;
    }   
    .home{background:none;width:auto;height:auto;margin:0;padding:0;}
    .nobg{background:none;}
    
        .content #column1
        {
            padding:190px 0 0 0;
            float:left;
            width:320px;
        }
        
        .content #column2
        {
            padding:300px 16px 0 25px;
            float:left;
            width:300px;
        }
        
#footer
{
     clear:both;
     color:#A7016E;
     font-size:1em;
     font-weight:bold;
     padding:20px 0 0 0;margin:0 10px 0 6px;
     line-height:1.1em;
}
    #footer address
    {
        float:left;
        margin-left:50px;
		font-style:normal;
		
    }
    
    #footer ul
    {
         list-style-type:none;
         padding:0;
         margin:0;
         float:right;
         margin-left:50px;
         text-transform:uppercase;
    }
        #footer ul li
        {
           text-align:right;
        } 
        
        #footer ul li a
        {
           color:#A7016E;
           text-decoration:none;
        } 
		
		#footer ul li a:hover
        {
           color:#6F0149;
           text-decoration:underline;
        }
        
/**********************************************************************************
=Homepage
**********************************************************************************/

#intro
{
    margin:10px 0 10px 7px;
    float:left;
}
    #intro p
    {
        float:left;
        width:300px;
        margin:0 0 0 35px;
        padding:0;
    }

    #intro p.intro
    {
        color:#A7016E;
        font-size:1.8em;
        line-height:1.2em;
        margin:0;
    }

#housing, #construction
{
    background:url(../images/bg_home_left.gif) no-repeat top left;
    width:471px;
    height:401px;
    padding:15px 12px 15px 15px;
    float:left;
}
    #housing .homeimgs, #construction .homeimgs{float:left;width:151px;height:401px;}
    
    #housing div.homecontent, #construction div.homecontent
    {
        background:url(../images/bg_housing.gif) repeat-x top left;
        padding:21px 10px 10px 23px;
        float:left;
        height:365px;
        width:287px
    }
        #housing div.homecontent div, #construction div.homecontent div
        {
            background:none;
            padding:0;
            float:left;
            height:auto;
            width:100%;
            position:relative;
        }
    
     #housing h2, #construction h2
     {
        color:#F09F02;
        text-transform:uppercase;
        text-decoration:none;
        font-size:3em;
        font-weight:normal;
        margin-left:5px;
     }
    
    #housing p, #construction p{padding:0;}
     
    #housing p.intro, #construction p.intro
    {
        color:#CC5302;
        font-size:1em;
        padding:5px 0;
        margin-left:5px;
    }
    
    #housing div.featured, #construction div.featured
    {
        margin:6px 0 0 0;
    }
    
    #housing img.featured, #construction img.featured
    {
        float:left;
        padding:11px;
        background:url(../images/housing/bg_homeimg.gif) no-repeat top left;
    }
    
    #housing div.featured p, #construction div.featured p
    {
        margin:5px 0 0 5px;
    }
    
    #housing h3, #construction h3
    {
        color:#CC5302;
        text-transform:uppercase;
        font-size:1.25em;
        font-weight:bold;
        position:absolute;
        bottom:5px;
        right:0;
        width:145px;
    }
        #housing h3 span, #construction h3 span
        {
            color:#ECB235;
            font-size:1.5em;
            font-weight:normal;
        }
     
    #construction
    {
        padding:15px 15px 15px 12px;
        background:url(../images/bg_home_right.gif) no-repeat top left;
    }
    
        #construction div.homecontent
        {
            background:url(../images/bg_construction.gif) repeat-x top left;
        }
        
        #construction h2
        {
            color:#27BBD6;
        }
        
        #construction p.intro
        {
            color:#0299B4;
        }
        
        #construction img.featured
        {
            background:url(../images/construction/bg_homeimg.gif) no-repeat top left;
        }
         
        #construction h3
        {
            color:#0299B4;
        }
            #construction h3 span
            {
                color:#80DEEF;
            }

#rcaptial
{
    margin:15px 0 0 0 ;
	padding-top:18px;
}            
    #rcaptial div
    {
        float:left;
        margin-left:15px;
        width:474px;
    }
    
/**********************************************************************************
=Layout
**********************************************************************************/
 #pop_overlay
 {
      display: none;
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      background: #FFFFFF;
      filter: alpha(opacity=80);
      -moz-opacity: 0.8;
      opacity: 0.8;
      z-index:200;
 }
 * html #pop_overlay{position:absolute;}


.list
{
   clear:both;
   margin:10px 0 0 0;
}
    .list .thumb
    {
        float:left;
        padding:13px;
        margin:0 10px 0 0;
    }
    
    .list div
    {
        float:left;
        width:490px;
        padding:5px 0 0 0;
    }
    
    .list h2
    {
        font-size:1.95em;
        font-weight:normal;
    }
    .list h3
    {
        font-size:1.35em;
        text-transform:uppercase;
        font-weight:normal;
        margin:0 0 10px 0;
    }
	
	#sidebar {
    float:right;
    margin-left:5px; }
    
#dvDirections
{
    border:2px #D3D0C8 solid;
    width:598px;
    margin:5px 0 0 0;
    padding:10px;
}

.address
{
    float:left;
    width:500px;
    margin:5px 0 0 0;
}
	
/**********************************************************************************
=Tools
**********************************************************************************/
	
#searchtitle {
	text-align:right;
	margin:0 8px 20px 0;
	text-transform:uppercase; }
	
	#searchtitle h2 {
	font-weight:normal; }
		
	#searchtitle h3 {
	font-size:1.4em;
	color:#6d675f; }
	
#terms h3, .searchwrapper h3 {
	color:#a7016e;
	font-weight:normal;
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:4px; }
	
#terms li {
	margin-bottom:6px; }	
		
ul.arrowbullet{
	list-style: none;
	margin:0;
	padding:0 0 18px 0; }
	
	ul.arrowbullet2{
	list-style: none;
	margin:0;
	padding:0 0 8px 0; }

ul.arrowbullet li, ul.arrowbullet2  li{
	margin:0.5em 0 1em 0.5em;
	padding-left: 24px;
	padding-bottom:4px;
	background-image: url(../images/bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-transform:uppercase; }
	
	ul.arrowbullet2  li {
	margin:0.5em 0 0.5em 0.5em; }
	
	ul.arrowbullet li a, ul.arrowbullet2 li a{
		color:#6d675f;
		font-weight:bold;
		text-decoration:none; }
		
		ul.arrowbullet li a:hover, ul.arrowbullet2 li a:hover{
		color:#49433b;
		font-weight:bold;
		text-decoration:underline; }
	
ul.sitemaplist {
	list-style:disc;
	color:#a7016e;
	padding-bottom:0; }
	
	ul.sitemaplist li {
		background-image:none;
		padding-left: 0;
		margin-bottom:0;
		padding-bottom:0;
		text-transform:none; }
		
		ul.sitemaplist li a{
		color:#6d675f;
		font-weight:normal;
		text-decoration:none; }
		
		ul.sitemaplist li a:hover{
		color:#49433b;
		font-weight:normal;
		text-decoration:underline; }
		
#prevnext { 
	float:right;
	margin-right:15px; }

#contactname div {
	margin-bottom:4px;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase; }
	
	.cnamelast {
		margin-bottom:64px; }
	
#contactname div span {
	color:#A7016E;
	font-weight:normal;
	font-size:1.2em; }

.contactdev {
	margin-bottom:24px; }
	
	.contactdev span{
	color:#A7016E;
	font-weight:bold;
	font-size:1.09em;
	text-transform:uppercase; }

		
/*Gallery*/
#gallery
{
    background:url(../images/bg_gallery.gif) no-repeat bottom right;
    padding:0 0 9px 0;
    font-weight:normal;
     float:left;
}

    #gallery #big_img
    {
        padding:17px 17px 8px 17px;
        float:left;
        cursor:pointer;
    }

    #gallery #thumbs
    {
        padding:0 0px 4px 8px;
        width:276px;
        clear:both;
    }
        #gallery #thumbs img
        {
            margin:13px 12px 8px 9px;
            float:left;
        }
		
		