


body                    {background-image: url(images/background.gif);
		                background-attachment: fixed;}


#container              {background-color:#ffffff;
		                width:80%;
		                margin:0px auto;
		                border: 5px solid #134e13;}
                
                
#header                 {background-image: url(images/header-back.gif);
		                text-align:center;
		                width:100%;}
		
#nav	                {background-color:#ffffff;
		                text-align:center;
		                width:100%;
                        padding-bottom:20px;}

			
		
#centerContent          {text-align:center;
		                width:90%;
		                margin:0px auto;}
		
#leftContent            {width:45%;
		                margin-left:5%;
                        float:left;}	
                
#rightContent           {width:45%;
		                margin-right:5%;
                        float: right;
                        text-align:center;}
		
h4                      {font-family:georgia;
		                text-decoration:underline;
		                text-align:left;}

p.copy                  {text-align:center;
		                font-family:georgia;
		                font-size: 1.2vmax;
		                display:inline;}
		
p                       {font-family:georgia;
		                font-size: 1.2vmax;
		                text-align:left;}
		
ul                      {margin-right:50px;}		
				
li                      {list-style:disc;
	                    line-height:.9em;}
		


		
img.logo                {max-width:100%;}

		
#footer, a              {text-align:center;
                        width:100%;
		                font-size:1.2vmax;
		                font-family:georgia;
		                color:#000000;
		                margin:0px auto;
                        clear:both;}	
                
                
                
#galleryContainer       {position: relative;
                        height:750px;
                        width: 100%;
                        overflow: hidden;
                        margin: 0 auto;
                        text-align:center;}
                        
                        
a                      {text-decoration:none; }                
.thumb                 {border:2px solid;} 
.big                    {position:absolute;
                        top: 100%;
                        left:5%;
                        width:90%;
                        border:2px solid;
             
                        -webkit-transition: top 1s ease;
                        -moz-transition: top 1s ease;
                        -o-transition: top 1s ease;
                        -ms-transition: top 1s ease;
                        transition: top 1s ease;}

a:hover .big            {top: 15%;
                        text-align:center;}               


a:hover .thumb {
  -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}               
	

/** Begin Button CSS Sprites**/
	
		
.swap-home             {width: 125px;    
	                   height: 20px;
 	                   background-image: url(images/css_home.gif);
 	                   background-position: 0 50;
	                   display:inline-block;} 
.swap-home:hover       {background-position: 0 100%;}


	
	
.swap-about            {width: 125px;    
	                   height: 20px;
 	                   background-image: url(images/css_about.gif);
 	                   background-position: 0 0;
	                   display:inline-block;} 
.swap-about:hover      {background-position: 0 100%;}	



	
.swap-properties       {width: 125px;    
	                   height: 20px;
 	                   background-image: url(images/css_properties.gif);
 	                   background-position: 0 0;
	                   display:inline-block;} 
.swap-properties:hover {background-position: 0 100%;}	
	
    
    
.swap-contact          {width: 125px;    
	                   height: 20px;
 	                   background-image: url(images/css_contact.gif);
 	                   background-position: 0 0;
	                   display:inline-block;} 
.swap-contact:hover    {background-position: 0 100%;}	
	
	