/*
	Contact Centre Canada - Splash page Screen styles
	Created by gordongroup marketing + communications (www.gordongroup.com)	
*/

body {
	background: #fff;
	font: normal 100.01%/125% verdana,arial,sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	}

#splash {
	margin: 1em auto 1em auto;
	padding: 0;
	text-align: left;
	width: 980px;
	}
	
	#splash h1 {
		margin: 0;
		padding: 0;
		}
		
	#splash ul {
		background: #fff url('../images/splash-photo.jpg') left top no-repeat;
		height: 268px;
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
		}
		
		#splash li {
			list-style: none;
			margin: 0;
			padding: 0;
			position: absolute;
			top: 96px;
			}
			
			#splash li.english {
				left: 50px;
				}
				
			#splash li.francais {
				left: 310px;
				}
			
			#splash li a:link,
			#splash li a:active,
			#splash li a:visited {
				display: block;
				padding-left: 15px;
				
				color: #847c18;
				font-size: 1.2em;
				line-height: 1.1em;
				text-decoration: none;
				}
				
			#splash li a:focus,
			#splash li a:hover,
			#splash li a:active {
				background: transparent url("../images/wrapper/nav-plus.gif") no-repeat 0.3em left;
				}

				#splash li a:link span,
				#splash li a:active span,
				#splash li a:visited span {
					display: block;
					font-size: 0.8em;
					line-height: 1.25em;
					text-decoration: underline;
					}
					
				#splash li a:hover span,
				#splash li a:visited:hover span {
					color: #00595b;
					}
		
	#splash p {
		background-color: #d8edef;
		border: 1px solid #74a6a8;
		border-right: 0;
		border-left: 0;
		color: #2b8987;
		font-size: 0.6em;
		margin: 0;
		padding: 2px 0;
		position: relative;
		text-align: center;
		_height: 1px;
		}
		
		#splash p img {
			position: absolute;
			right: 5px;
			top: 9px
			}