﻿* { margin: 0; padding: 0; }
a { outline: none; }

html
{
	height: 100%;
	background: transparent url(Assets/BackgroundTile.png) repeat-x 50% top;
	font-family: Arial;
	font-size: 13px;
}

body
{
	min-height: 100%;
	background: transparent url(Assets/ContentBackgroundStrip.png) repeat-y 50% top;
}

.content-holder
{
	width: 756px;
	padding: 0 20px;
	margin: 0 auto;
}

.header
{
	height: 150px;
	background: transparent url(Assets/Header.gif) no-repeat;
}

	.header h1
	{
		text-indent: -2000px;
		font-size: 5px;
		overflow: hidden;
		height: 98px;
		margin-bottom: 10px;
	}
	
	.header ul
	{
		list-style-type: none;
		height: 35px;
		overflow: hidden;
		margin: 0 28px;
	}
	
		.header ul li
		{
			float: left;
			line-height: 16px;
			height: 16px;
			vertical-align: middle;
			margin: 9px 0;
			padding: 0 8px;
			border-left: solid 1px #fff;
		}
		
		.header ul li.First
		{
			border-left: none;
		}
		
			.header ul li a:link,
			.header ul li a:active,
			.header ul li a:visited
			{
				color: #fff;
				font-family: Garamond, Times New Roman;
				font-weight: bold;
				text-decoration: none;
				text-transform: uppercase;
			}
			
			.header ul li a:hover,
			.header ul li.Active a:link,
			.header ul li.Active a:active,
			.header ul li.Active a:visited
			{
				text-decoration: underline;
			}			

.image-player
{
	width: 741px;
	margin: 0 auto;
}

.content
{
	margin: 10px 17px;
}

.column-holder
{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

	.column-2-1 { float: left; width: 351px; margin-right: 20px; }
	.column-2-2 { float: left; width: 351px; }
	.column-2-2 .tile div { width: 207px; }
	
h1, h2
{
	font-size: 18px;
	font-weight: normal;
	font-family: Garamond, Times New Roman;
	text-transform: uppercase;
	color: #c56019;
	margin-bottom: 3px;
}

h3
{
	margin-bottom: 3px;
	font-size: 12px;
	color: #dc9619;
}

p
{
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 10px;
}

p a:link,
p a:active,
p a:visited,
dl a:link,
dl a:active,
dl a:visited
{
	color: #dc9619;
}

p a:hover,
dl a:hover
{
	text-decoration: none;
}

.download-link
{
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
	padding-left: 35px;
	background: transparent url(Assets/DownloadFile.gif) left 50% no-repeat;
}

.map
{
	width: 722px;
	height: 350px;
	margin-bottom: 20px;
}

.contact-details
{
	width: 100%;
	overflow: hidden;
	margin: 5px 0 20px 0;
}

.contact-details dt
{
	float: left;
	margin: 0 0 5px 5px;
	clear: left;
	width: 80px;
}

.contact-details dd
{
	float: left;
	margin: 0 0 5px 0;
}

.image-thumbs
{
}

	.image-thumbs div
	{
		height: 161px;
		width: 161px;
		padding: 7px;
		float: left;
		overflow: hidden;
		background: transparent url(Assets/ShadowMedium.gif) 50% 50% no-repeat;
	}

	.image-thumbs .first
	{
		width: 337px;
		height: 337px;
		background-image: url(Assets/ShadowLarge.gif);
	}

.content h2,
.content h3,
.content p,
.content ul
{
	margin-left: 5px;
	margin-right: 5px;
}

.tiles-holder
{
	width: 722px;
	overflow: hidden;
}

	.tiles-holder .tile
	{
		float: left;
	}

	.tiles-holder .tile-odd
	{
		margin-right: 20px;
		clear: left;
	}

.tile
{
	width: 344px;
	overflow: hidden;
	background: transparent url(Assets/ShadowSmall.gif) no-repeat left top;
	padding: 0 0 0 7px;
}

	.tile img
	{
		margin: 7px 0 17px 0;
		float: left;
	}

	.tile div
	{
		margin-left: 117px;
		width: 223px;
		padding-top: 2px;
		padding-bottom: 7px;
	}

	.content .tile h2,
	.content .tile h3,
	.content .tile p,
	.content .tile ul
	{
		margin-left: 0;
		margin-right: 0;
	}
	
	.content .tile p { margin-bottom: 3px; }

.image-panel
{
	width: 100%;
	overflow: hidden;
	background: transparent url(Assets/ShadowSmall.gif) no-repeat left top;
	margin-top: 4px;
	padding: 0 0 0 7px;
}

	.image-panel img
	{
		margin: 7px 0 17px 0;
		float: left;
	}

	.image-panel div
	{
		margin-left: 110px;
		width: 612px;
		padding-top: 2px;
		padding-bottom: 7px;
	}

.home-page 
{
	margin-top: 0;
	margin-right: 7px;
}

	.home-page .column-2-1 { width: 373px; }
	.home-page .column-2-2 { width: 338px; }
	
	.home-page .welcome-panel h2 { margin-top: 5px; }

.footer
{
	height: 48px;
	background: transparent url(Assets/Footer.gif) no-repeat left top;
	margin: 0 17px;
	padding: 50px 20px 15px 0;
	text-align: right;
}

	.footer p
	{
		color: #fff;
		font-size: 10px;
		margin: 0;
	}
	
		.footer p a:link,
		.footer p a:active,
		.footer p a:visited
		{
			color: #fff;
			text-decoration: none;
		}
		
		.footer p a:hover
		{
			text-decoration: underline;
		}