﻿/*
Copyright 2009 by NALD (National Adult Literacy Database)  - All Rights Reserved 
- Web development by the NALD Design Team - Email: contactnald@nald.ca - Created 2009
Organization: The Learning Disabilities Association of New Brunswick (LDANB)  
Contact Person: 
Date: February 24, 2009		
*/

body
	{
		background-color: #ffffff;
		background-position: center top;
		background-repeat: repeat-x;
		color: #2b6492;
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: small;
		margin: 0;
		padding: 0;
		text-align: center;
		background-image: url("splash/bg_splash.gif");
	}
	

a img
{
	border-style: none;
}

ul
{
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 109px 0 0 446px;
	width: 600px;
}

ul li
{
	float: left;
	margin-right: 72px;
	width: 208px;
}

ul li img
{
	display: block;
	margin: 0 0 20px 0;
}

ul li p
{
	margin: 0;
}

ul li .title,
ul li .title:link
{
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-decoration: none;
	text-transform: uppercase;
	background-color: Transparent;
	color: #2b6492;
}	
	
	.button,
	.button:link
	{
		background-image: url("splash/left_btn.png");
		color: #ffffff;
		background-position: left top;
		background-repeat: no-repeat;
		display: block;
		font-size: 100%;
		font-weight: bold;
		height: 30px;
		line-height: 27px;
		margin: 0 0 5px 0;
		padding: 0 0 0 26px;
		text-align: left;
		text-decoration: none;
		white-space: nowrap;
	}

	.button:hover
	{
		background-position: left bottom;
	}

	.button:hover span
	{
		background-position: right bottom;
	}

	.button img
	{
		display: none;
	}

	.button span
	{
		background-position: right top;
		background-repeat: no-repeat;
		display: block;
		padding: 0 12px 3px 6px;
		background-image: url("splash/right_btn.png");
	}

	#splash_content
	{
		background-position: left top;
		background-repeat: no-repeat;
		background-image: url("splash/splash_content.gif");
		margin: 0 auto;
		min-height: 400px;
		position: relative;
		text-align: left;
		width: 1020px;
	}
	
#footer p {font-size: 11px; padding: 0 10px 0 0; margin: 0; font-weight: bold; color: #666666; text-align: center;}
#footer a:link {background: #fff; font-weight: bold; text-decoration: none; color: #666666;}
#footer a:visited {background: #fff; font-weight: bold; text-decoration: none; color: #666666;}	
#footer a:visited:hover {background: #fff; font-weight: bold; text-decoration: none; color: #666666;}
#footer a:hover, #footer a:active {background: #fff; font-weight: bold; text-decoration: none; color: #666666;}

#footer {position: relative; width: 1020px; clear: both; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 5px; padding: 0; background: #fff;}
	
