/* CSS Document */

.search_style{float:right; height:40px;}
.search_bg{padding:8px 2px 0 0;}

body, html {
	background: #ffffff url(background2.jpg) repeat-y center; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: small; 
	text-align: left; 
	height:100%;
	}
	
#DS_Site {
	width:800px; 
	background: #ffffff; 
	margin-left:auto; 
	margin-right:auto;
	background: url(background.jpg) repeat-y left;
	}
	

#Breadcrumb {
	width:800px;
	height:29px;
	background: url(es_breadcrumb.jpg) no-repeat left;
	padding-left:50px;
	padding-top:4px;
	}
	
#TopBar{
	background: url(header.jpg) no-repeat left;
	height: 284px; 
	color: #fff; 
	width:800px;
	}
	
.ContentPane {
	float: left;
	width: 400px;
	margin-left:35px;
	margin-right:10px;
	}
	
.ContentPane2 {
	float: right;
	width: 550px;
	padding-left:35px;
	overflow:hidden;
	}
	
.NarrowContentPane {
	float: left;
	width: 407px;
	margin-left:10px;
	}
	
.TopPane {
	clear:both;
	width: 750px;
	}

.BottomPane {
	clear:both;
	width: 780px;
	margin-top: 10px;
	margin-bottom:10px;
	}

.LeftPane {
	float: left;
	width: 170px;
	}
	
.WideLeftPane {
	float: left;
	width: 180px;
	}

.RightPane {
	float: right;
	width: 140px;
	}
	
.WideRightPane {
	float: right;
	width: 180px;
	}
	
.DropDown {
	padding:6px; 
	width:230px; 
	float:right; 
	margin-right:50px;
	height:25px;
	padding-top:15px;
	text-align:center;
	}
	
.Date {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#328E44;
	font-weight:bold;
	}
	
.LiveMenu {
	width:420px;
	height:95px;
	padding-top:190px;
	padding-left:165px;
	float:left;
}
.SearchPane {
	width:180px;
	height:95px;
	padding-top:190px;
	padding-left:0px;
	float:right;
}

#MainContent {
	clear:both;
	padding-left:20px;
	padding-right:20px;
	background: url(background.jpg) repeat-y left;
	height:100%;
	}
	
#CopyrightPane {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align: right;
	padding-right:10px;
	height:58px;
	clear:both; 
	background: url(footer.jpg) no-repeat bottom;
	}
	
.copyright, .copyright a, .copyright a:link, .copyright a:visited{
	font-size:9px;
	color:#333333!important;
	vertical-align:bottom;
	}
.copyright a:hover, .copyright a:active {
	text-decoration:underline;
	}
	
.SkinObject {
	font-size:9px;
	color:#333333!important;
	}
	
.Head_Black {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	}
	
.Head_Yellow {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFCC00;
	text-decoration:underline;
	}
	
.Normal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#000000;
	}
	
.Normal_Black {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#000000;
	}
	
a:link, a:active, a:hover, a:visited {
	color:#333333!important;
	font-weight:bold;
	text-decoration:underline;
	}
	
.Subhead_Yellow {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFCC00;
	}
	
.Left {
	float:left;
	}

.Center {
	float:left;
	margin-left:13px;
	}

.Right {
	float:right;
	}
	
.Panes {
	width:210px;
	height:320px;
	}
	
.Narrow {
	width:210px;
	margin-top:10px;
	}

.Wide {
	width:347px;
	margin-top:10px;
	
	}
	
.Subhead_Yellow_Center {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFCC00;
	text-align:center;
	}
	
.highslide img {
	border:0px!important;
	color:#000000!important;

	}
	
.highslide:hover img {
	border:0px!important;
	color:#000000!important;
	}
	
.textcenter {
	text-align:center}
	
.RedText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#A31418;
	font-weight:bold;
	}
	
.TwoColLeft {
	width:300px;
	}

.TwoColRight {
	width:550px;
	}
	
	
.WhiteText {
	color:#FFFFFF;
	}
	
.BlueText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000066;
	font-weight:bold;
	}
	
.TwoColLeftMod {
	width:300px;
	}

.TwoColRightMod {
	width:550px;
	}
	
.TwoColPhoto {
	width:400px;
	}
	
.TwoColVid {
	width:150px;
	}
	
	
	/*======================================================================*/
/*=== DNAVMENU.CSS - Designed by Shebang Websites ======================*/
/*=== www.shebangwebsites.co.za ========================================*/
/*======================================================================*/
/*--- DNN Nav Menu - Basic Rulesets ------------------------------------*/
.dnavmenu_icon {
	display: none;
}
/*--- main menu td ---*/
.dnavmenu_bar {
	cursor: pointer;
	font-size: 12px;
	background-color: transparent;
}
.dnavmenu_break {
	height: 1px;
	background-color: transparent;
}
/*===----------------------------------------------------------------===*/
/*--- DNN Nav MainMenu (Root Level) - Idle, Hover & Active Rulesets ----*/

/*  Main Menu Normal  */
.dnavmenu_rootitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px #fff solid;
}
/*  Main menu hover  */
.dnavmenu_rootitem_hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px #fff solid;

}
/*  Main menu selected  */
.dnavmenu_rootitem_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px #fff solid;

}
/*===----------------------------------------------------------------===*/
/*--- DNN Nav SubMenu - Idle, Hover & Active Rulesets ------------------*/
/*  SUB Menu Normal */
.dnavmenu_submenu {
	border-width: 0px;
	margin: 0 0 0 3px;
	min-width: 180px;
}
.dnavmenu_submenu td {
	z-index: 1000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	padding: 7px 5px;
	white-space: nowrap;
	background-color: #474747;
	background-color: #474747;
	background-image: url('../images/hnav_sub_idle.gif');
	background-position: center bottom;
	background-repeat: repeat-x;
}
/*  SUB Menu hover & selected */
.dnavmenu_itemhover td {
	z-index: 1000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	padding: 7px 5px;
	background-color: #3e3e3e;
}
.dnavmenu_itemselected td {
	z-index: 1000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	padding: 7px 5px;
	background-color: #8e0000;
}
/*===----------------------------------------------------------------===*/
/*--- DNN Nav Modules Actions Menu - Idle, Hover & Active Rulesets -----*/
.ModuleTitle_SubMenu {
	border: 1px solid #c0c0c0;
}
.ModuleTitle_SubMenu td {
	background-color: #fff;
	white-space: nowrap;
}
.ModuleTitle_MenuIcon {
	background-color: #fff;
	border: none;
	padding: 0px 2px;
}
.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon {
	background-color: #777777;
	color: #fff;
}
.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon {
	height: 2px;
	background-color: transparent;
}
.ModuleTitle_MenuItem {
	border: 0px transparent none;
}
.ModuleTitle_MenuItemSel {
	background-color: transparent;
}



.MySource, MySource.a:link, MySource.a:active, MySource.a:hover, MySource.a:visited{
		font-family:Arial, Helvetica, sans-serif!important;
		font-size:14px!important;
		font-weight:bold!important;
		color:#1d62af!important;
}

.MySourceText, MySourceText.a:link, MySourceText.a:active, MySourceText.a:hover, MySourceText.a:visited{
		font-family:Arial, Helvetica, sans-serif!important;
		font-size:12px!important;
		font-weight:normal!important;
		text-decoration:none!important;
		color:#000000!important;
}
	
	
		
.BizName, a.BizName:link, a.BizName:visited, a.BizName:hover, a.BizName:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height:24px;
	font-weight: bold;
	color: #000;
}

.TagLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:18px;
	font-style: italic;
	font-weight: bold;
	color:#000;
}

.Description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	font-weight:normal;
	color:#000;
}

.BizSmallHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	font-weight:bold;
	color:#000;
}