﻿/*
 * Homepage Element Definitions
 * =============================
 * Only include homepage style definitions in this file.
 *
 */
html {
   background: #000 url('images/homepage/page_bg.gif') top left repeat-x fixed;
}
body {
   margin: 20px 10px 10px 10px;
}
#page_frame {
   color: #fff;
   position: relative;
   min-width: 970px;
}
#page_seperator {
   height:0;
   margin:0;
   border-bottom:2px solid #fff;
}
#homepage_container {
   border: 2px solid white;
}
#homepage_flash {
   position: relative;
   width: 100%;
   height: 440px;
   background-color: #000b20;
}
#page_legallinks {
   background: transparent;
   padding-top: 5px;
   margin-right: 0px;
   text-align:center;
}
.legallinks {
   font-size: 0.85em;
   text-align: center;
   color: #ccc;
}
.legallinks a {
   color: #ccc;
}
#page_header {
   height: 68px;
}
#page_header #page_tabframe {
   background: #cfd2dd url(images/layout/pagetab_bg.gif) top left repeat-x;
   margin-top: 0;
   margin-bottom: 0;
}

#page_header #page_subtabframe {
   background: #c11717 url(images/homepage/subtab_bg.gif) top left repeat-x;
   border-bottom: 1px solid #480700;
}

#page_footer {
   clear: both;
   min-width: 960px;
}

#page_tabframe ul li.active_pagetab a,
#page_tabframe ul li.last.active_pagetab a {
   background: #2e3b59 url(../images/homepage/activepagetab_bg.gif) top left repeat-x;
   border: 1px solid #bbbbbb;
}

#page_tabframe ul li a:hover {
   background: #2e3b59 url(../images/homepage/activepagetab_bg.gif) top left repeat-x;
   border: 1px solid #bbbbbb;
}


#homepagecallout_lowerleft {
   width:281px;
   height:181px;
   border-right:2px solid white;
  float:left;
   background: url(../images/homepage/qs_bg.gif) bottom right no-repeat;
   position: relative;
}
#homepagecallout_lowerright {
   /*height:181px;*/
   height:155px;
   padding: 16px 10px 10px 10px;
   position: relative;
   overflow:hidden;
}
#homepage_noflash {
   width: 100%;
   height: 100%;
}
#homepage_noflash .labeltxt {   
   position: absolute;
   top:0;
   left:0;
   width: 100%;
   height: 440px;
   z-index: 10;
}
#homepage_noflash h1 {
   text-align:center;
   margin-top: 120px;
   font-family:Trajan Pro,times,serif;
   font-weight: normal;
   font-size: 46px;   
   text-shadow: #ffffff 0px 0px 15px;
}
#homepage_noflash h3 {
   text-align:center;
   font-family:Trajan Pro,times,serif;
   font-size: 22px;
   text-shadow: #ffffff 0px 0px 18px;
}
#homepage_noflash h2 {
   text-align:right;
   position: absolute;
   right: 10px;
   bottom: 0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 34px;
   color: #283a97;
   text-shadow: #ffffff 4px 4px 4px;
   filter: Shadow(Color=#ffffff, 	
			         Direction=135, 
			         Strength=5);
}
#homepage_noflash h2 .legal {
   font-size: 18px;
   padding-bottom:20px;
}
#homepage_globe {
   position: absolute;
   left: 0;
   bottom: 0;
   width: 298px;
   height: 302px;
   z-index: 1;
}
#homepage_floorplanlogo {
   position: absolute;
   right: 0;
   top: 0;
   width: 633px;
   height: 439px;
   z-index: 2;
}
