/* CSS Document */

/* Main Image */
#splash { height: 333px; margin: 0; padding: 0; position: relative; width: 960px; }
* html #splash { margin-bottom: -2px; }
#splash img { border-bottom: 3px solid #800000; margin:0; padding:0; }
#splashText { background: url(../images/splash/front_hdr.png) right bottom no-repeat; bottom: 20px; height: 220px; position: absolute; right: 20px; width: 320px; }
* html #splashText { background: url(../images/splash/front_hdr.gif) right bottom no-repeat; display: block; margin: 0; padding: 20px; top: 70px; width: 280px; height: 180px; }
#splashText h1 { color: #90b6db; margin: 20px 20px 5px 20px; font-size: 3em; }
* html #splashText h1 { margin: 0 0 5px 0; padding: 0; width: auto; }
#splashText p { color: #fff; }
* html #splashText p { margin: 0; padding: 0; }
#splashText a:link, 
#splashText a:visited { color: #90b6db; } 
#splashText a:hover, 
#splashText a:active { color: #195d9d; }

/* Content Blocks */
#home #content { }
.frontCallout { width: 960px; margin-bottom: 50px; }
.frontCallout h2 { }
/*.frontCallout img { border: 3px solid #333; float: left; margin: 10px 0 0 20px; }*/
.frontCallout p, 
.frontCallout ul { margin-left: 135px; }
.frontCallout ul li { margin-left: 0; }
#block1 { float: left; }
#content_home { width: 960px; }