/* Home page splash styles */
#splash {
}

/* Right col */
#splash .rightcol {
    width: 390px;
    margin-left: 350px;
    border-left: 1px dashed #ccc;
    padding: 0 0 0 0.5em;
}
* html #splash .rightcol {
    margin-left: 345px;
}

#splash .rightcol h2 {
    margin: 0 0 0 0;
    color: #666;
    
}
#splash .rightcol p {
    line-height: 1.5em;
    color: #666;
    font-size: 80%;
}
#splash .rightcol p.lede {
    margin-top: 0.5em;    
    font-weight: bold;
}
#splash .rightcol .introtext {
    float: left;
    width: 100%;
    text-align: justify;
}

#splash .rightcol .graphicbox {
    float: right;
    width: 180px;
    margin-left: 1em;
    color: #999;
}
* html #splash .rightcol .graphiccol {
    margin: 0 0 0 205px;

}

#splash .rightcol .graphicbox p {
    color: #999;
    margin-bottom: 0;
    padding-left: 0.3em;
}

.graphicbox ul {
    font-size: 80%;
    color: #999;
    padding-left: 0.8em;
    margin-left: 0.8em;
    line-height: 1.2em;
}
.graphicbox li {
    font-size: 80%;
    margin-bottom: 0.5em;
}

/* Left col */
#splash .leftcol {
    float: left;
    width:  330px;
    
}

#splash .leftcol p {
    font-size: 100%;
}

#homesearchbox {
    margin-top: 0.5em;
}
/* Search box styles */
#homesearchbox p.listing {
    margin: 0 0 1em 0;
    font-size: 80%;
    color: #999;
}
#homesearchbox p.searchby {
    margin-top: 0;
    font-size: 70%;
    color: #aaa;
}

#homesearchbox input.searchbutton {
    background-color: #004FA3; 
    color: white;
    border: 1px solid #999;
    cursor: pointer;
}

#homesearchbox #q {
    border: 1px solid #666;
}

.leftcol .additional {
    font-size: 90%;
    
}

.leftcol .separator {
    color: #ccc;
}

.leftcol .register {
    border: 2px solid #004fa3;
    padding: 0.8em 1em 1em 1em;
    background: url(/images/bg-black-grad.gif) repeat-x;
    color: white;
}
#splash .leftcol .register h3 {
    font-size: 90%;
    margin-top: 0;
    /* color: #004FA3; */
    color: #ffcc00;
}

#splash .leftcol .register p {
    font-size: 70%;

}

#splash .leftcol .register ul {
    font-size: 70%;
}

#splash .leftcol .register input {
    background-color: #004FA3; 
    color: white;
    border: 1px solid #999;
    cursor: pointer;
}
#content div.links p {
	text-align: center;
	font-size:  80%;
}
#content div.links p.assoc {
	font-size: 70%;
	color: #999;
}
#content div.links p a {
		color: rgb(119,119,204);
}
#content div.links p a img {
	border: 0;
}



