@import url(/includes/css/itemspecific/globaladprostyles.css);

body {
	margin: 0;
	padding: 0;
/*	background: url(/includes/Images/1x1Black.gif) repeat-x left 58px; */
	background: #d2d2d3 url(/includes/images/BGRPT.jpg) repeat-x top left ;
}

body.Nomad {
	background: #d2d2d3 url(/includes/images/NomadTakeover.gif) no-repeat fixed top center; 
	
}

body.Tourism {
	background: #d2d2d3 url(/includes/images/TourismTakeover.gif) no-repeat fixed top center	
}

body.Budget{
	background: #d2d2d3 url(/includes/images/BudgetGIFTakeover.gif) no-repeat fixed top center	
}


body.Oil{
	background: #d2d2d3 url(/includes/images/OilSandsTakeover.gif) no-repeat fixed top center	
}


.SwitcherTourism { width: 15px; height: 15px; position: absolute; top: 0; left 0; background: blue;}
.SwitcherNomad{ width: 15px; height: 15px; position: absolute; top: 0; left:20px; background: red; }
.SwitcherBudget{ width: 15px; height: 15px; position: absolute; top: 0; left:40px; background: orange; }
.SwitcherOil{ width: 15px; height: 15px; position: absolute; top: 0; left:60px; background: green; }
.TourismClick { 
	width: 199px;
	height: 56px; 
	display: none;
	position: relative;
	top: 412px;	
	left: 1020px;
}

.TourismClick a { 
	display: block;
	width: 199px;
	height: 56px; 
}
body, td, p, ol, li, input {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;	
}
		
td {
	vertical-align: top;
}

a {
	color: #003381;
	text-decoration: none;
}

a:visited {
	color: #780000;
}

a:hover {
	color: #981614;
	text-decoration: underline;
}

form {
	padding: 0;
	margin: 0;
}

/* Begin Global Template Styles */
/* Contains Drop Shadow */
.SiteWrapper {
	width: 1000px; 
	background: url(/includes/Images/Global/DropShadow_Right.png) repeat-y top left; 
	margin: 0 auto; 
	border-top: 0;	}

/*Provides the margins for the site inside the container with the drop shadow */
	
.SiteInnerWrapper { margin: 0 10px; background: #FFF;  }

.GlobalFortMcMurrayLogo {
	float: left; 
	background: url(/includes/Images/Global/Template/FortMcMurrayOnlineLogo.gif) no-repeat 10px top;
	margin-left: 10px;
	margin-top: 15px; 

}

.GlobalFortMcMurrayLogo img {
	height: 55px;
	width: 380px;
}

.GlobalWeatherContainer {
	margin-top: 12px;
	margin-right: 10px; 
	float: right; 	
	}

.GlobalTopNavsContainer {
	width: 100%;
	clear: both;
}
/* Begin Global Gray Nav Styles */
.GlobalGrayNav {
	background: url(/includes/Images/Global/Template/GrayNavBgStretch.gif) repeat-x left top;
	height: 20px;
	font-size: 7.5pt;
	color: #f1f1f1;
	clear: right;
	float: right;
	margin-top: 12px;
}

.GlobalGrayNav ul {
	margin: 0;
	padding: 5px 0px 2px 20px;
	background: url(/includes/Images/Global/Template/GrayNavLeftCorner.gif) no-repeat left top;
	border-bottom: 1px solid #dfdfdf;
}

.GlobalGrayNav ul li {
	font-size: 7.5pt;
	display: inline;
	margin-right: 7px;
	margin-left: 3px;
	list-style: none;
}

.GlobalGrayNav a {
	text-decoration: none;
	color: #000000;
}

.GlobalGrayNav a:hover {
	color: #db0300;
}

.GlobalGrayNav a.ContactUs {
	background: url(/includes/Images/Global/Icons/Phone.gif) no-repeat left 1px;	
	padding-left: 12px;
}

.GlobalGrayNav a.ContactUs:hover {
	background: url(/includes/Images/Global/Icons/Phone_over.gif) no-repeat left 1px;	
}

.GlobalGrayNav a.About {
	background: url(/includes/Images/Global/Icons/About.gif) no-repeat left 1px;	
	padding-left: 12px;
}

.GlobalGrayNav a.About:hover {
	background: url(/includes/Images/Global/Icons/About_over.gif) no-repeat left 1px;	
}

.GlobalGrayNav a.SiteMap {
	background: url(/includes/Images/Global/Icons/SiteMap.gif) no-repeat left 3px;	
	padding-left: 17px;
}

.GlobalGrayNav a.SiteMap:hover {
	background: url(/includes/Images/Global/Icons/SiteMap_over.gif) no-repeat left 3px;	
}

.GlobalGrayNav a.Home {
	background: url(/includes/Images/Global/Icons/Home.gif) no-repeat left 1px;	
	padding-left: 12px;
}

.GlobalGrayNav a.Home:hover {
	background: url(/includes/Images/Global/Icons/Home_over.gif) no-repeat left 1px;	
}
/* End Global Gray Nav Styles */

/* Begin Global Red Nav Styles */
.GlobalRedNav {
	background: #981614 url(/includes/Images/Global/Template/RedNavBgStretch.gif) repeat-x left top;
	font-size: 8pt;
	color: #f1f1f1;
	border-bottom: 1px solid #6f100f;
}

.GlobalDarkRedNav {
	background: #6b0f0e url(/includes/Images/Global/Template/DarkRedNavBgStretch.gif) repeat-x left top;
	font-size: 8pt;
	color: #f1f1f1;
	border-top: 1px solid #c1a7a7;
	border-bottom: 1px solid #bba6a6;
}


.GlobalRedNav ul {
	margin: 0px;
	padding: 3px 6px;
	text-align: right;
}

.GlobalDarkRedNav ul {
	margin: 0px;
	padding: 2px 6px 4px 6px;
	text-align: right;
}


.GlobalRedNav ul li,
.GlobalDarkRedNav li {
	margin: 0;
	list-style: none;
	display: inline;
	padding: 0px 1px 0px 9px;
}

.GlobalRedNav a,
.GlobalRedNav a:visited,
.GlobalDarkRedNav a,
.GlobalDarkRedNav a:visited {
	color: #ffffff;
	text-decoration: none;
	font: bold 7.5pt Arial, Helvetica, sans-serif;
}

.GlobalRedNav a:hover,
.GlobalDarkRedNav a:hover {
	color: #ecec00;
}
/* End Global Red Nav Styles */

.WeatherControl { 
	float: right; 
	padding: 10px; 
	margin: 0 20px 0 0;
	background: #E3E3E3;
	}
	
.CurrentTime {
    margin-top: 2px;
    text-align: right;
    padding: 0px 10px 0px 0px;
	color: #353535;
	font-size: 7.5pt;
}

/* Begin Footer Styles */
.GlobalFooterNav {
text-align: center;
	padding: 1px 0px 2px 0px;
	clear: both;
}

.GlobalFooterNav ul {
	margin: 0;
	padding: 2px 0px;
	color: #000000;
}

ul.GrayFooterNav {
	background-color: #c3c3c3;	
}

ul.LightGrayFooterNav  {
	background-color: #d5d5d5;	
	border-bottom: 1px solid #eaeaea;
}

.GlobalFooterNav ul li {
	list-style: none;
	font-size: 7.5pt;
	display: inline;
	padding: 0px 6px;
}

.GlobalFooterNav a,
.GlobalFooterNav a:visited {
	color: #000000;
	text-decoration: none;
}

.GlobalFooterNav a:hover {
	color: #db0300;
}

.GlobalCopyright {
	font-size: 7.5pt;
	color: #595959;
	text-align: center;
	margin-top: 1px;
	padding: 3px 0px 10px 0px;
	border-bottom: 1px solid #CCCCCC;
}

.GlobalCopyright a,
.GlobalCopyright a:visited {
	color: #595959;
	text-decoration: none;
}

.GlobalCopyright a:hover {
	color: #db0300;
}

.GlobalCopyright .Discover {
	padding: 2px 0px 0px 0px;
}
/* End Footer Styles */

/* Begin Main Content */
.BeginMainContent {
	clear: both;
}
/* Begin Left Column Styles */
.BeginMainContent .LeftColumn {
	width: auto;
 background: url(/includes/images/LCRepeat.jpg) no-repeat scroll right top #FFF;
}

.BeginMainContent .LeftColumn img {
	margin: 0px 0px 0 0px; }

.BeginMainContent .LeftColumn h3 {
	font-size: 8pt;
	font-weight: bold;
	color: #3f5e8d;
	margin-bottom: 0px;
}

.BeginMainContent .LeftColumn a {
	color: #5c4300;
}

.BeginMainContent .LeftColumn a:hover {
	color: #981614;
}

.BeginMainContent .LeftColumn ul {
	margin: 5px 0px 0px 5px;
	padding: 0px 0px 7px 15px;
	list-style: none;
}

.BeginMainContent .LeftColumn ul li {
	padding-bottom: 3px;
	background: url(/includes/Images/Global/Bullets/HollowGold.gif) no-repeat left 4px;
	padding-left: 10px;
}

.BeginMainContent .LeftColumn .WeatherControl {
	text-align: center;
	border-top: 1px solid #dfdfdf;
	padding: 12px 25px 6px 25px;
}

.BeginMainContent .LeftColumn .BanMan {
	text-align: center;
}

.BeginMainContent .LeftColumn .BanMan img {
	border: 0;
	padding: 0px 10px 0 10px ;
	margin: 0 5px;
}
.BeginMainContent .LeftColumn .S147x300 {
	margin: 10px auto;
	text-align: center;
	width: 147px;
	padding: 10px;
}
.BeginMainContent .LeftColumn .QuickLinksBannersContainer {
	padding: 5px 0px 4px 0px;
	margin-top: 5px;
}

.BeginMainContent .LeftColumn .GoogleAds {
	text-align: center;
	padding-top: 5px;
}
/* Begin Left Column MoreOver Styles */
.BeginMainContent .LeftColumn .NewsItems ul li {
	background: none;
}

.BeginMainContent .LeftColumn .NewsFeedSubItems {
	font-size: 7.5pt;
	color: #595959;
}

.BeginMainContent .LeftColumn .ReadMore {
	margin-left: 30px;
}

/* End Left Column MoreOver Styles */
.LeftColumnEmpty {
	background-color: #ffffff;
	border-right: none;
	width: 220px;
}
/* End Left Column Styles */
.BeginMainContent .ColumnDivider {
	width: 1px;
	background: #a1a1a1 url(/includes/Images/Global/Template/ColumnDivider.gif) no-repeat left top;
}

.MainContentContainer {
	padding: 0px 9px 10px;
}

.DirectorySection .MainContentContainer {
	padding-top: 0px;
	vertical-align: top;
	padding: 0 10px 10px;
}


.MainContentContainer h1.NoMargin,
.MainContentContainer h2.NoMargin {
	margin: 1px 0px;
}

.MainContentContainer h1 {
	color: #981614;
	font-size: 12pt;
	font-weight: bold;
	margin: 0 0 10px;
}

.MainContentContainer h1 .ExtraDesc {
	font-size: 9pt;
}

.MainContentContainer h2 {
	color: #3f5e8d;
	font-size: 10pt;
	font-weight: bold;
}

.MainContentContainer h2.ExtraDesc {
	color: #000000;
	font-size: 8pt;
	margin-left: 1px;
}

.MainContentContainer h3 {
	font-size: 8pt;
	font-weight: bold;
}

.MainContentContainer ul {
	margin: 5px 0px 5px 5px;
	padding: 0px 0px 0px 15px;
	list-style: none;
}

.MainContentContainer ul li {
	padding-bottom: px;
	background: url(/includes/Images/Global/Bullets/SolidDefault.gif) no-repeat left 7px;
    padding: 0px 5px 1px 12px;
}

.WoodBuffaloRSSFeedWrapper ul li { 
    background: url("/includes/Images/Global/Bullets/HollowGold.gif") no-repeat scroll left 4px transparent;
    padding-bottom: 3px;
    padding-left: 10px;
}

.MainContentContainer .ImgAlignRight {
	clear: both; 
	float: right;
	border: 1px solid #dfdfdf;
	margin: 0px 0px 0px 10px;	
}

.MainContentContainer .ImgAlignLeft {
	float: left;
	border: 1px solid #dfdfdf;
	margin-right: 10px;
	margin-bottom: 5px;
}

.FloatOverlapClear {
	clear: both;
}
/* End Main Content */

/* Begin Link Lists Styles */
.MainContentContainer .LinksTblContainer {
	text-align: center;
}

.MainContentContainer .LinksTbl {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
/*	width: 80%; */
	border-top: 1px solid #dfdfdf; 
	border-right: 1px solid #dfdfdf;
}

.MainContentContainer .LinksTbl td {
	width: 50%;
	padding: 5px 20px 2px 20px;
	border-bottom: 1px solid #dfdfdf; 
	border-left: 1px solid #dfdfdf;
	text-align: left;
/*	background: url(/includes/Images/Global/Bullets/SolidBlue.gif) no-repeat 12px 10px; */
}

.MainContentContainer .LinksTbl td a {
	font-weight: bold;
}

.MainContentContainer .LinksTbl td a:visited {
	color: #4b0b0a;
}

.MainContentContainer .LinksTbl td a:hover {
	color: #981614;
}

.MainContentContainer .LinksTbl .LinkDesc {
	padding: 2px 0px 5px 5px;
}
/* End Link Lists Styles */

/* Begin Banner Wrapper Styles */
.StdCentered {
	border: 1px solid #dfdfdf;
	width: 468px;
	height: 60px;
}
/* End Banner Wrapper Styles */
/* End Global Template Styles */

/* Begin Wood Buffalo RSS News Feed Styles */
/*
.HPStdBanner {
	float: right;
	margin-top: 10px;
	margin-left: 20px;
} */

.WoodBuffaloRSSFeedWrapper {
	padding: 0px 0px 10px 0px;
	background: url(/Includes/Images/HomePage/WoodBuffaloRSS/GradientBgStretch.gif) no-repeat left bottom;
	height: 378px; 
}

.WoodBuffaloRSSFeedWrapper h2 {
	background-color: #FFF;
	padding: 4px 10px 5px 10px;
	margin-bottom: 0px;
	margin-top: 6px; 
	display: none; 
	border-bottom: 1px solid #000;
}

.WoodBuffaloRSSFeedWrapper img {

	padding: 10px 155px;
	margin: 5px 0 0 !important;
	position: relative;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
	
}

.WoodBuffaloRSSFeedWrapper a {
	font-weight: bold;
	font-size: 7.5pt;
	text-decoration: none; 
}

.WoodBuffaloRSSFeedWrapper h2 a,
.WoodBuffaloRSSFeedWrapper h2 a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 8pt;
}

.WoodBuffaloRSSFeedWrapper h2 a:hover,
.WoodBuffaloRSSFeedWrapper a:hover {
	color: #981614; 
}
.WoodBuffaloRSSFeedWrapper ul {
	padding: 16px;
	margin: 0px 10px 0px 10px;
	z-index: 3;
	bottom: 7px;
	clear: none;
	float: left; 
}

.WoodBuffaloRSSFeedWrapper .MoreLinks a:hover {
}
	
.WoodBuffaloRSSFeedWrapper ul li .Date {
	font-style: italic;
	font-size: 7.5pt;
	color: #666666;
	padding-top: 1px;
}

.WoodBuffaloRSSFeedWrapper ul li a,
.WoodBuffaloRSSFeedWrapper .MoreLinks a,
.WoodBuffaloRSSFeedWrapper .MoreLinks a:visited {
	color: #003381;
}

.WoodBuffaloRSSFeedWrapper .MoreLinks a:hover {
	color: #981614;
}

.WoodBuffaloRSSFeedWrapper .MoreLinks {

}

.WoodBuffaloRSSFeedWrapper .TabsContainer ul a, .WoodBuffaloRSSFeedWrapper .TabsContainer ul a:link, .WoodBuffaloRSSFeedWrapper .TabsContainer ul a:visited {
    background-color: #FFF;
    color: #003381;
	display: inline-block;
    font: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none !important;}
/* End Wood Buffalo RSS News Feed Styles */

/* Start styles for split Main content container. E.g. Education which has right side bar - 20100818 */

.MainContentContainer .InnerContentContainer {
}

.MainContentContainer .LeftContent {
	width: 750px;
	float: left;
	padding-right: 16px; 
}

.MainContentContainer .RightSidebar  {
	margin-top: 40px;
	width:190px;
	float: left;
}



.MainContentContainer .RightSidebar h3 {
	background-color: #981614;
	text-align: center;
    color: #FFFFFF;
    font: bold 12px Verdana,Arial,Helvetica,sans-serif;
    height: 20px;
    margin: 0;
    padding: 4px 15px 0;}

.MainContentContainer .RightSidebar .EOCPartnersBannerContainer {
	border: 1px solid #CCCCCC;
	}
.EOCPartnersBannerContainer img {
	border:medium none;
	margin:0 1px;
}

.LinkItem { width: 22%; float: left; margin: 0 10px; }

.LinkItem h3 { text-align: center;}

.LinkItem img { margin: 0 60px;}

.LinkItem p { padding: 0 30px; }

.MediaPDF {
	margin-top: 5px; 
	float: right; 
	margin-right: 10px;
}


/* End styles for split Main content container. E.g. Education which has right side bar - 20100818 */
.TabsContainer .idTabs{
    background: none repeat scroll 0 0 #444444;
    color: #FFFFFF;
    display: block;
    font: 10px Verdana;
    margin: 1px 1px 1px 0;
    padding: 6px 10px;
    text-decoration: none !important;
}

.VisualClear {
	clear: both;	
}
