/* --- CCFA CSS Document -- Spash Page */

/* IMPORT ADVNACED STYLES XXXXXXXXXXXXXXXX */
@import url("splash_advanced.css");

html, body {
     border: 0pt none;
     height: 100%;
     margin: 0pt;
     padding: 0pt;
}

body {
     background-color:#f4f4f4;
     font-family: Arial,Helvetica,sans-serif;
     font-size: 100.1%;
	 background: #f4f4f4;
background: -moz-linear-gradient(top, #f4f4f4 0%, #f4f4f4 200px, #d8d8d8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(20%,#f4f4f4), color-stop(100%,#d8d8d8));
background: -webkit-linear-gradient(top, #f4f4f4 0%,#f4f4f4 200px,#d8d8d8 100%);
background: -o-linear-gradient(top, #f4f4f4 0%,#f4f4f4 200px,#d8d8d8 100%);
background: -ms-linear-gradient(top, #f4f4f4 0%,#f4f4f4 200px,#d8d8d8 100%);
background: linear-gradient(top, #f4f4f4 0%,#f4f4f4 200px,#d8d8d8 100%);
	 background-attachment:fixed;
}

a {
     color: #FFFFFF;
     text-decoration: none;
}

a:hover {
     color: #4E97E7;
}

#splash {
     margin: 0pt auto;
     width: 610px;
}

#splash > img {
     margin: 10% 0pt 25px;
}

.splash-feature-img {
     width: 100%;
}

.splash-feature-img a:first-child {
     padding-right: 5px;
}

.splash-feature-desc {
     background-color: #262626;
     width: 610px;
}

.splash-feature-desc p {
     display: inline-block;
     font-size: 0.9em;
     padding: 10px 1% 10px 2%;
     vertical-align: top;
     width: 45%;
	 zoom:1;
	 *display:inline;
}

.splash-footer {
     float: left;
     margin-top: 50px;
     width: 50%;
}

.tagline {
     color: #2978CD;
     font-size: 2em;
}

.importantnotices, .browserwarning {
     font-family: Arial,Helvetica,sans-serif;
     font-size: 0.7em;
     padding-right: 10px;
}

.importantnotices {
     margin-bottom: 20px;
}

.importantnotices a {
     color: #262626;
}

.importantnotices a:hover {
     color: #4E97E7;
}

