@charset "utf-8";
/* CSS Document */

/* -------- HOME AND SUBPAGE MAIN FEATURES ----------------------------------------------------------------------- */
#homeMain {height:430px; background:#5e5e5e url(/images/bg_main.jpg) no-repeat center top; border-top:3px solid #ccc;} /* position:relative;*/
#homeMain .w900 {height:430px; overflow:hidden;}

#t_r, #t_l, #b_r, #b_l, #t_rc, #t_lc, #b_rc, #b_lc {position:absolute; width:450px; height:215px; margin-top: 0;}
#t_r, #t_l, #b_r, #b_l {background:#fff; filter:alpha(opacity=90); opacity: 0.90;} /* filter for IE, opacity for everything else */
#t_rc, #t_lc, #b_rc, #b_lc {z-index:50; padding:1.5em;} /* bring content div to the front */

#homeMain .quote h1 {font:normal 2.5em "Adobe Garamond Pro", "Adobe Garamond", Garamond, Georgia, "Times New Roman", Times, serif; color:#fff; position:absolute; top:65px; left:65px;}
#homeMain h2 {margin-bottom:0;}
#homeMain p {margin-right:3em;}
#homeMain .thumbs img {margin-right:0.5em; border:none;}

/* Absolutely position the content divs and the white bg divs */
#t_l, #t_lc {left:0; top:0;}
#t_r, #t_rc {left:450px; top:0;}
#b_l, #b_lc {left:0; top:215px;}
#b_r, #b_rc {left:450px; top:215px;}

#slide {list-style:none; height:900px; width:9999px; margin:0; padding:0;}
#slide li {width:900px; height:430px; display:inline; float:left; margin:0; padding:0;}

/* Hide the white rectangles - show through Javascript */
#t_r, #t_l, #t_rc, #t_lc {margin-top:-215px;} 
#b_r, #b_l, #b_rc, #b_lc {margin-top:215px;}
