/*  
	Coolbox Style Sheet
	--------------------------------------------------------------

	splash.css

	--------------------------------------------------------------
*/
/* all of the specific styles for the splash page */

body {
	background: #CDEAEF;
	font-size: 1.25em; /* 20px */
	font-style: italic;
}

#speech_wrapper{
	background: #DDF0EE;
	width: 100%;
	margin: 0 0 -150px;
	padding: 30px 0 0;
	position: relative;
}

	#bubble_outer {
		margin: 0 auto;
		width: 604px;
		padding: 40px 0 0;
		background: url('../images/splash/speech_bubble_top.png') left top no-repeat;
		position: relative;
		z-index: 3;
	}			
	
		#bubble_inner {
			margin: 0 0 0 0;
			width: 374px;
			background: url('../images/splash/speech_bubble_bottom.png') left bottom no-repeat;
			padding: 0 116px 130px 114px;
			min-height: 374px;
			position: relative;
			
		} 
		
			#speech_text {

			}
				.speech_intro {
					font-size: 1.4em;
				}
				
				#bubble_inner p {
					line-height: 1.2em;
				}
				
				a {
					color: #62655e;
				}				
					a:hover {
						color: #545750;
					}				
								
				del {
					text-decoration: line-through;
					font-family: Arial;
					letter-spacing: -0.01em;
					text-transform: uppercase;
				}
				
				.speech_intro {
				}
				
				.normal {
					font-style: normal;
				}
				
				.link_para {
					font-size: 0.8em;
					padding: 0 0 0 14px;
					background: url('../images/link_arrow.gif') no-repeat left center;
				}
				
					.link_para a {
						color: #339BDA;
						
					}
						.link_para a:hover {
							color: #2988cc;
						}
				
				.disclaimer {
					font-size: 0.6em;
				}

#blue_fill {
	position: absolute;
	background: #CDEAEF;
	height: 111px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	width: 100%
}
