/*

      Third Day Real Estate - Home Page CSS Support File
      
      Author: Garry Daly             
      Created:          Jauary 1, 2010
      Last Modified:    Jauary 1, 2010     

      Filename:         third.css
      Supporting files: index.htm
                        Folder: Main 
                                third.css
                                
                                
      Description:      This is the CSS file supporting the home page and subsequent pages for
                        the Third Day Real Estate website.
*/

body                    {margin: 0px;
                         color: white;
                         font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serf;
                         font-size: 12pt;
                         background-color: #000000
                        }
                        
div#outer               {width: 900px}

div#inner               {width: 800px;
                         margin-right: auto; margin-left: auto;
                         border: 5px solid green;
                         background-color: #093479
                        }
                        
.logo                   {padding-left: 2px;
                         float: left
                        }
                                   
                                                
.welcome                {background-color: #093479; 
                         text-align: center;
                         font-size: 14pt; 
                         font-weight: bold
                        }
                        
.welhead                {font-size: 20pt; 
                         color: green;
                         font-weight: bold;
                         font-family: Tahoma
                        }
                        
.homeowner              {color: white;
                         font-weight: bold;
                         margin-left: 30px;
                         font-size: 12pt;
                         clear: left;
                         float: left
                        }  
                        
.homeowner th           {font-size: 20pt;
                         color: #ffc600
                        }
                        
.owner                  {font-weight: bold; margin-left: 480px; font-size: 12pt}

.myemail                {padding-bottom: 15px}

.mycity                 {padding-bottom: 10px}

#splash                 {position: absolute; top: 10px; left: 470px;
                         margin-left: 40px;
                         text-align: center;
                        }
#splash a               {background-color: #093479;
                         color: #ffc600;
                         font-size: 14pt;
                         
                        }
.propshow               {position: absolute; top: 90px; left: 470px}
                        
.right                  {float: right}
.left                   {float: left}
                        
.owner                  {color: white;
                         font-weight: bold;
                         margin-left: 495px;
                         font-size: 13pt
                        }
                        
.owner th               {font-size: 20pt;
                         color: #ffc600
                        }
                     
#links                  {clear: both;
                         background-color: green;
                         text-align: center;
                         padding: 8px
                        }
                         
                     
#links a                {text-decoration: none;
                         text-align: center;
                         color: white;
                         padding: 8px;
                         font-weight: bold;
                         font-size: 11pt;
                         background-color: green;
                         border-left: 1px solid #2b3c18;
                        }
                        
#links a.last           {border-right: 1px solid #2b3c18} 
                                               
a:link                  {color: green; 
                         background-color: white;
                         text-decoration: none;
                        }
                        
#links a:visited        {color: white; 
                         text-decoration: none;
                        }
                        
#links a:hover          {color: green; 
                         background-color: white;
                         text-decoration: none;
                        }
                        
#links a:active         {color: green; 
                         background-color: white;
                         text-decoration: none;
                        }
                        
p                       {margin-left: 10px;
                         margin-right: 10px;
                         font-weight: bold;
                        }
                        
address                 {text-align: center;
                         background-color: #2b3c18;
                         padding-top: 5px;
                         font-style: italic;
                         color: white;
                         font-size: 10pt
                        }                        
.dkyellowtxt            {color: #ffc600;}
.redtxt                 {color: red;}
.greentxt               {color: green;}
.whitetxt               {color: white;}

.rtop, .rbottom         {display: block; 
                         background-color: #093479;
                         padding: 0px;
                        }

.rtop *, .rbottom *     {display: block; 
                         height: 1px; 
                         overflow: hidden;
                         background-color: green; 
                         padding: 0px;
                        }
                        
.r1                     {margin: 0px 5px;}
.r2                     {margin: 0px 3px;}
.r3                     {margin: 0px 2px;}
.r4                     {margin: 0px 1px; height: 2px;}

.rsvpbox                {background-color: green; color: #000; width: 560px; margin-left: 120px;}
#rsvptxt a              {background-color: green; color: white; font-weight: normal;}

