﻿/*------------------------------------------------------------------------
--	Name:		DefaultHomePage.css
--	Purpose:	Specific Styles for the Home Page
--
-- Marriot Colours:	Blue:			#201d56
--					Lime:			#cdd929
--					Lime Headings:	#aeb823
------------------------------------------------------------------------*/


div.PageWrapper div.SplashContent
{
	background-image: url(images/PageContent.gif);
	background-repeat:repeat-y;
	padding-left: 6px;
	padding-right: 6px;
	clear: both;
}
div.PageWrapper div.SplashContent div.SplashWrapper div.BigLinks
{
	background-image: url(images/BigLinksBackground.jpg);
	background-repeat: no-repeat;
	width: 205px;
	height: 205px;	
	float: left;
}

div.PageWrapper div.SplashContent div.SplashWrapper div.SplashPicture
{
	float: left;
	width: 545px;
}

/* Splash Content Menu */
div.PageWrapper div.SplashContent div.SplashWrapper div.BigLinks li
{
/*
	margin-left: 6%;
	padding-top: 8.5%;
	padding-bottom: 8.5%;	
	margin-right: 5%;
*/
	margin-left: 10px;	
	padding-top: 17px;
	padding-bottom: 17px;
	list-style: none;
}

div.PageWrapper div.SplashContent div.SplashWrapper div.BigLinks a
{
	color: #201d56;
	text-decoration: none;
}
div.PageWrapper div.SplashContent div.SplashWrapper div.BigLinks a:hover
{
	text-decoration: underline;
}
