﻿body
{
	margin: 0;
	padding: 0;
	min-width: 900px;
	background-image: url(/App_Themes/Standard/Images/LogoTransparency.png);
	background-color: #25374e;
	background-repeat: repeat;
}

#Main
{
	position: relative;
	width: 100%;
}

#MainContainer
{
	position: relative;
	min-width: 866px;
}

#PrimaryNavigationContainer
{
	width: 100%;
	background-image: url(/App_Themes/Standard/Images/PrimaryNavigationBackground.jpg);
	background-repeat: repeat-x;
}

.MainMenu
{
	position: absolute;
	top: 10px;
	left: 10px;
}

#PrimaryNavigation
{
	height: 40px;
	width: 866px;
	margin: auto;
}

#PrimaryNavigation .RadMenu .rmItem
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
}

#PrimaryNavigation .RadMenu .rmItem A
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20x;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

#PrimaryNavigation .RadMenu .rmItem A:HOVER
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20x;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	background-color: Black;
}

#PrimaryNavigation .RadMenu .rmItem .rmFocused
{
	background-color: #000000;
}

#PrimaryNavigation .RadMenu .rmLevel1
{
	border: 1px solid black;
	background-image: url(/App_Themes/Standard/Images/PrimaryNavigationFlyoutBackground.jpg);
}

#PrimaryNavigation .RadMenu .rmLevel1 .rmItem A
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20x;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: lowercase;
	cursor: pointer;
}

#PrimaryNavigation .RadMenu .rmLevel1 .rmItem A:HOVER
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20x;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	background-image: url(/App_Themes/Standard/Images/PrimaryNavigationFlyoutOverBackground.jpg);
}

#HeaderContainer
{
	width: 100%;
	background-image: url(/App_Themes/Standard/Images/SecondaryNavigationBackground.jpg);
	background-repeat: repeat-x;
}

#Header
{
	height: 44px;
	width: 866px;
	margin: auto;
}

#Header H1
{
	margin: 0;
	padding: 10px 0 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
}


#SecondaryNavigationContainer
{
	width: 100%;
	background-image: url(/App_Themes/Standard/Images/SecondaryNavigationBackground.jpg);
	background-repeat: repeat-x;
}

#SecondaryNavigation
{
	height: 44px;
	width: 866px;
	margin: auto;
}

#SecondaryNavigation H1
{
	margin: 0;
	padding: 10px 0 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
}


#SecondaryNavigation .RadMenu .rmItem
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #FFFFFF;
	cursor: pointer;
}

#SecondaryNavigation .RadMenu .rmItem A
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16x;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

#SecondaryNavigation .RadMenu .rmItem .rmFocused
{
	background-color: #000000;
}

.RadMenu .rmItem .rmText
{
	cursor: pointer;
}


IMG#MainTitle
{
	position: relative;
	top: 5px;
	left: 28px;
}


#LowerContainer
{
	position: relative;
	margin: 0px auto;
	padding: 10px 0 10px 0;
	width: 820px;
	height: auto;
	background-color: #c7cc99;
}

#NewsAndEvents
{
	position: relative;
	margin: 0px 0 10px 10px;
	top: 0px;
	left: 0px;
	padding: 0;
	width: 800px;
	height: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

#NewsAndEvents IMG
{
	border: none;
}

#NewsAndEvents #Item
{
	width: 800px;
	height: 175px;
}

#NewsAndEvents #NewsItemContent
{
	position: absolute;
	width: 800px;
	height: 175px;
	overflow: hidden;
}

#NewsAndEvents #NewsItemContent H1
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #25374e;
	padding: 5px 10px;
	width: 780px;
}

#NewsAndEvents #NewsItemContent H1 A
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
}


#NewsAndEvents #NewsItemContent H2
{
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: justify;
	padding: 5px 10px;
	background-color: Red;
	width: 780px;
}


#NewsAndEvents #NewsItemContent H2 A
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}


#NewsAndEvents #EventItemContent P
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#NewsAndEvents #EventItemContent H1
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: Black;
	padding: 5px 10px;
	width: 780px;
}


#NewsAndEvents #EventItemContent H2
{
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: justify;
	padding: 5px 10px;
	background-color: #25374e;
	width: 780px;
}


#NewsAndEvents #EventsItemContent P
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.NewsAndEventsRotator
{
}


#ContentContainer
{
	position: relative;
	margin: 0px auto;
	width: 800px;
	min-height: 400px;
}


#PageContent
{
	position: relative;
	padding: 10px 0;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 360px;
	background-image: url(/App_Themes/Standard/Images/OSTC_Logo2.png);
	background-color: #b5b98e;
	background-repeat: no-repeat;
	background-position: center center;
}


.TopLeftCorner
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

.TopRightCorner
{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1000;
}

.BottomLeftCorner
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
}

.BottomRightCorner
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1000;
}

#PageContent H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
}

#PageContent H2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	margin: 15px;
	padding: 0;
}


#PageContent P, #PageContent TD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	margin: 15px;
	padding: 0;
}

#PageContent TD
{
	vertical-align: top;
}

#PageContent B
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
}

#PageContent LI
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	padding: 0;
}

#PageContent A
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#PageContent A:HOVER
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#PageContent TABLE
{
	margin: 0 15px;
}

.vcard
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	margin: 0 0 0 15px;
	padding: 0;
}

#PageContent #map
{
	margin: 20px 10px;
	width: 775px;
	height: 400px;
	border: solid 1px #25374e;
}

#PageContent #directions
{
	margin: 20px 10px;
	width: 775px;
}

#PageContent #DirectionsForms
{
	margin-bottom: 50px;
}

#PageContent .PanelReservationForm TD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	margin: 15px;
	padding: 0;
}

#BottomComponents
{
	position: relative;
	width: 800px;
	margin: 10px 0 0px 0;
	height: 175px;
}


#TrackConditions
{
	position: absolute;
	top: 0px;
	left: 10px;
	margin: 0;
	padding: 0;
	width: 194px;
	height: 162px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	overflow: hidden;
	background-image: url(/App_Themes/Standard/Images/ComponentBackground.png);
}

#TrackConditions #ConditionContent
{
	position: absolute;
	padding: 0 0px;
	top: 0px;
	width: 160px;
}

#TrackConditions H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #25374e;
	font-weight: bold;
	text-align: left;
	margin: 5px 5px;
	padding: 0;
	text-transform: uppercase;
	width: 184px;
}


#TrackConditions H2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #25374e;
	font-weight: bold;
	margin: 15px 10px;
	padding: 0;
	width: 174px;
}

#TrackConditions H2 A
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #25374e;
	font-weight: bold;
	text-decoration: none;
}

#TrackConditions H2 A:HOVER
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #25374e;
	font-weight: bold;
	text-decoration: underline;
}



#TrackConditions H3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #25374e;
	font-weight: normal;
	font-style: italic;
	margin: 0 10px;
	padding: 0;
	width: 174px;
}

#TrackConditions P
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #25374e;
	margin: 5px 10px;
	padding: 0;
	width: 174px;
}


#PicturePreview
{
	position: absolute;
	top: 0px;
	left: 211px;
	margin: 0;
	padding: 0;
	width: 194px;
	height: 162px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #c7cc99;
	color: #FFFFFF;
	z-index: 100;
}

#PicturePreview #PictureTitle
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 32px;
	z-index: 60000;
}

#PicturePreview #PicturePreviewImage
{
	position: absolute;
	top: 5px;
	width: 210px;
	height: 143px;
	border: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#OgemawTweets
{
	position: relative;
	background-image: url(/App_Themes/Standard/Images/OgemawTweets.png);
	top: 0px;
	left: 413px;
	margin: 0;
	padding: 0;
	width: 194px;
	height: 162px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #c7cc99;
	color: #25374e;
	z-index: 100;
}

#OgemawTweets A
{
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #25374e;
	left: 43px;
}

#OgemawTweets #OgemawTweetsItem
{
	position: relative;
	width: 194px;
	height: 112px;
}

#OgemawTweets #OgemawTweetsItem #Tweet
{
	margin: 35px 10px 0px;
	width: 174px;
	height: 80px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #25374e;
}

#OgemawTweets #OgemawTweetsItem #PublishDate
{
	position: absolute;
	bottom: 15px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #25374e;
}

#Weather
{
	position: absolute;
	background-image: url(/App_Themes/Standard/Images/ComponentBAckground.png);
	background-repeat: no-repeat;
	top: 0px;
	left: 616px;
	margin: 0 auto;
	padding: 5px 0px 0 7px;
	width: 194px;
	height: 162px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #c7cc99;
	color: #25374e;
	z-index: 100;
}


#Weather H1
{
	width: 174px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #25374e;
}

#Weather P
{
	width: 174px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #25374e;
}

#Footer
{
	position: relative;
}

#Footer #AddThis
{
	position: absolute;
	right: 0px;
	top: 0px;
	margin-right: 15px;
}

#Footer #AddThis A
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-decoration: none;
}

#Copyright
{
	margin: auto;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
}
