
/* HTML Tags */

Body
{
	width: 100%;
	text-align: center;
}

Body, Table, Tr, Td, P, Select, Option
{
	font-family: arial;
	font-size: 12px;
	color: #000000;
	
}

Body
{
	background-image: url(/Images/SiteStructure/Background.jpg);
	background-repeat: repeat-x;
	background-color: #1f518e;
	margin-top: 0px;

}

.Navigation A, .Navigation A:Hover, .Navigation A:Visited,
.NavigationMain A, .NavigationMain A:Hover, .NavigationMain A:Visited
{
	color: #ffffff;
}

A,
A:Hover,
A:Visited
{
	text-decoration: none;
	color: #ffffff;
}

/* Container */
/* ------------------- */

.TopContainer
{
	width: 783px;
	padding: 0px;
	margin: 0 auto;
	margin-top: 5px;
	text-align: left;
}

.TopHeader, .TopFooter
{
	width: 783px;
	margin: 0px;
	padding: 0px;
}
.TopContainerhome
{
	width: 850px;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	text-align: left;
}

.TopHeaderHome, .TopFooter
{
	width: 950px;
	margin: 0px;
	padding: 0px;
}

.TopHeader
{
	background-image: url(/Images/SiteStructure/HeaderRoundedTop.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.TopFooter
{
	background-image: url(/Images/SiteStructure/HeaderRoundedBottom.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.Body
{
	background-color: #ffffff;
	padding-right: 14px;
	padding-left: 14px;
}

/* Header */
/* ------------------- */

.LogoBand
{
	margin-bottom: 1px;
}

.QuickTourBandFootball
{
	background-color: #001560;
	margin-bottom: 1px;
	color: #ffffff;
	width: 158px;
	height: 170px;
	text-align: center;
}
.QuickTourBandRugby
{
	background-color: #8F0015;
	margin-bottom: 1px;
	color: #ffffff;
	width: 158px;
	height: 170px;
	text-align: center;
}
.QuickTourBandHockey
{
	background-color: #42006E;
	margin-bottom: 1px;
	color: #ffffff;
	width: 158px;
	height: 170px;
	text-align: center;
}

.QuickTourBand Select
{
	width: 140px;
	margin-bottom: 5px;
}

.SplashImage
{
	margin-left: 3px;
	margin-bottom: 1px;
	padding: 0px;
	height: 179px;
	float: left;
}

.SplashVideo
{
	margin-left: 3px;
	margin-bottom: 1px;
	height: 179px;
	padding-right: 1px;
}

.SportsSelector
{
	padding-bottom: 3px;
}

.SportsSelector A,
.SportsSelector A:Visited,
.SportsSelector A:Hover
{
	color: Blue;
}

/* Navigation Menu */
/* ------------------- */

.Navigation
{
	display: inline;
	width: 158px;
}

/* Main Navigation */

.NavigationMain
{
	background-color: #af011c;
	color: #ffffff;
	padding-top: 18px;
	text-align: right;
	padding-right: 5px;
	width: 750px;
	height: 18px;
	
}
.NavigationMain2
{
	background-image: url(/Images/SiteStructure/grey_bar_bg.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	margin-top: 2px;
	padding-left: 5px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	font-weight: bold;
	text-align: left;
	padding-right: 5px;
	width: 750px;
	height: 18px;
}




.NavigationRemainderFill
{
	background-color: Red;
	width: 100%;
	height: 100%;
}

/* Sub Navigation */

.NavigationItem
{
	
}

.NavigationItemPurple,
.NavigationItemBlue
{
	width: 158px;
	height: 36px;
	padding: 0px;
	margin: 0px;
	background-color: #424274;
	margin-bottom: 1px;
	color: #ffffff;
}
.NavigationItemGrey
{
	width: 138px;
	height: 15px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 0px;
	background-color: #444444;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.NavigationItemFootball
{
	width: 138px;
	height: 15px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 0px;
	background-color: #001560;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.NavigationItemFootballsub
{
	width: 138px;
	height: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 5px 10px 15px;
	margin: 0px;
	background-color: #001560;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.NavigationItemRugby
{
	width: 138px;
	height: 15px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 0px;
	background-color: #8F0015;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.NavigationItemRugbysub
{
	width: 138px;
	height: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 5px 10px 15px;
	margin: 0px;
	background-color: #8F0015;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.NavigationItemHockey
{
	width: 138px;
	height: 15px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 0px;
	background-color: #42006E;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.NavigationItemHockeysub
{
	width: 138px;
	height: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 5px 10px 15px;
	margin: 0px;
	background-color: #42006E;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.NavigationItemPurple Img,
.NavigationItemBlue Img
{
	vertical-align: middle;
}

.NavigationItemPurple Div,
.NavigationItemBlue Div
{
	margin-top: 5px;
}

.NavigationItemPurple A,
.NavigationItemBlue A
{
	
}

.NavigationItemPurple
{
	background-color: #7B2272;
}

.NavigationItemRed,
.NavigationItemRedIndent
{
	width: 153px; /* width = total width - padding */
	background-color: #af011c;
	margin-bottom: 1px;
	vertical-align: middle;
	padding: 5px 0px 5px 5px;
	color: #ffffff;
}

.NavigationItemRedIndent
{
	background-color: #d5092b;
	width: 143px;
	padding-left: 15px;
	
}

.NavigationItemDarkBlue
{
	width: 153px; /* width = total width - padding */
	background-color: #010066;
	margin-bottom: 1px;
	vertical-align: middle;
	padding: 5px 0px 5px 5px;
}

/* Customer Quotes */

.CustomerQuotes
{
	width: 148px; /* width = total width - padding */
	text-align: center;
	color: #ffffff;
	font-size: 9px;
	background-color: #444444;
	padding: 5px;
}

/* Content */
/* ------------------- */

.ContentBody A,
.ContentBody A:Hover,
.ContentBody A:Visited
{
	text-decoration: none;
	color: #4800ff;
}

.Content
{
	width: 750px;
	background-image: url(/Images/SiteStructure/ContentHeadingFadeDown.jpg);
	background-position: 0px 30px;
	background-repeat: repeat-x;
	margin-left: 3px;
}

.HeaderFadeDown
{
	width: 595px;
	height: 25px;
}

.BackGroundTopDownFade
{
	background-image: url(/Images/SiteStructure/TopDownGreyFadeToWhite.jpg);
	background-repeat: repeat-x;
}

.BackGroundRightLeftFade
{
	background-image: url(/Images/SiteStructure/RightLeftGreyToWhite.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

/* Misc */
/* ------------------- */

.ErrorPanel
{
	margin: 10px;
	padding: 5px;
	background-color: #fef6dc;
}

.GoogleSiteMap
{
	color: Blue;
}
#ftlinks {
	
	width: 100%;
	padding-top: 3px;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
	text-align: center;

}
#ftlinks a {
	color: #1f518e;
	text-decoration: none;
}
#ftlinks a:hover {
	color: #1f518e;
	text-decoration: underline;
}
#info {
	width: 158px;
	float: left;
	clear: left;

}