/* Additional style file for the home pages.    Rev. 1/8/2012
 */


	div.splash-box  {		/* Splash box for home page (containing the spash image, i.e. the main image, and the text to its right) */
		padding:3px;
		color:#EEEEEE;
		font-family: verdana;
		font-size:14px;
	}
	body.enemas  div.splash-box  {		/* Splash box for home page (site-specific elements) */
		background-color:#BAE0F4;
		color:black;
		border-bottom:#0084AD solid;
	}
	body.grs  div.splash-box  {			/* Splash box for home page (site-specific elements) */
		background-color:black;
		color:#EEEEEE;
		border-bottom:#760613 solid;
	}
	body.kcoa  div.splash-box  {		/* Splash box for home page (site-specific elements) */
		background-color:white;
		color:black;
		border-bottom:#0084AD solid;
	}
	
	img.splash-image  {
		float:left;
		padding-right:3px;
	}
	
	body.kcoa  img.splash-image  {
		margin-bottom:50px;
	}
	
	div.right-thumbs  {		/* Box of vertically-aligned thumbs, floating on the right */ 
		float:right;
		margin-left:3px;
		margin-top:5px;
		width:250px;
	}
	img.top-padded  {
		padding-top:26px;
	}

	
	div.header  {			/* Header text box to the right of the slash box */
		font-size:18px;
		font-weight:900;
		padding-bottom:8px;
		background-color:black;
	}
	body.enemas  div.header  {
		color:white;
	}
	body.grs  div.header  {
		color:red;
	}
	body.kcoa  div.header  {
		color:white;
	}

	
	/* text-box : Box of text at the bottom of the splash image */
	div.text-box {
		clear:left;	
	}
	
	body.enemas  div.text-box {
		font-size:12px;
		background-color:white;
		width:550px;
		border:1px solid #0084AD;
		padding:5px;
	}
	
	body.grs  div.text-box {
		padding-top:8px;
		color:black;
		width:68%;
	}
	
	body.kcoa  div.text-box {
		font-size:12px;
		background-color:white;
		width:550px;
		border:1px solid #0084AD;
		padding:5px;
	}

	
	/* Box with newsletter, just below the "text-box" */
	div.newsletter-box {
		font-size:12px;
		width:550px;
		margin-top:10px;
	}
	form.newsletter-form  {
		padding:0px;
		margin:0px;
	}
	
	body.grs  div.newsletter-box  a:link  {
		color : white;
	}
	body.grs  div.newsletter-box  a:visited  {
		color : #cccccc;
	}	
	body.grs  div.newsletter-box  a:hover{
		color:red;
	}	
	body.grs  div.newsletter-box  a:active {
		color:red;
	}
