/* Errim Styles Network Root CSS */ 

body {
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	/*background-image: url(http://www.blackentrepreneurprofile.com/fileadmin/templates/esn/bep/localstyles/images/pgbk.gif);
	background-repeat: repeat-x;*/
	background-color: /*#DFDFDF*/#000;
	line-height: 10px;	
	text-align: center; /* for IE */
	font: small Georgia, serif;

}

/************************ Main Header Settings *********************/
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

/************************ Main Link Style **************************/
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
}

/* *********************** Container  ********************* */
#pagewidth{ 
	width:790px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF; 
} 
/* header */
#header{
	position:relative; 
	height:90px;
	background-image: url(../localimages/Background1.jpg); 
	background-color:#FFFFFF; 
	width:100%;
	padding-top: 10px;
} 

#logo {
	float: left;
	width: 224px;
	margin-left: 10px;
}
#mainbanner {
	float: right;
	width: 468px;
	margin-right: 30px;
	margin-top: 10px;
}

#footer{
 	height:60px; 
 	clear:both;
	background-image: url(../localimages/Background1.jpg);
	padding-top: 7px;
	font-size: 10px;
 }

#footer p {
	font-size: 10px;
 }

/* =================Left Menu======================================== */

/* Menu 1 column */
#menu_1 {	
	vertical-align: top; 
	padding-top: 0px; 
	border-bottom: 1px solid #999999;
	/*background-color:#FFFFFF; */
}

#menu_1 DIV { 
	width: 145px; 
	padding: 5px 10px; 
}

#menu_1 DIV A { 
	color:#000000; 
	text-decoration: none;
}

#menu_1 DIV A:hover { 
	color:#999999; 
	text-decoration: none;
}

/*  MENU 1, level 1, normal state (NO) */

#menu_1 DIV.menu1-level1-no {
	font-size: 11px;
	font-weight:bold;
	padding-top:5px;
	padding-left:5px;  
	border-top:1px solid #999999; 
	background-image: url(../localimages/menubg2a.gif); 
/*background-repeat:no-repeat;*/
}

/*  MENU 1, level 1, normal state (NO) */
#menu_1 DIV.menu1-level1-ov {
	font-size: 11px;
	font-weight:bold;
	padding-top:5px;
	padding-left:5px;  
	border-top:1px solid #999999; 
	background-image:url(http://www.blackentrepreneurprofile.com/fileadmin/templates/esn/bep/images/BackgroundButtonOV.jpg); 
	background-repeat:no-repeat;
}


/*  MENU 1, level 1, active state (ACT) */
#menu_1 DIV.menu1-level1-act {
	font-weight:bold;
	font-size: 11px;
	padding-top:5px;
	padding-left:5px; 
	border-bottom: 1px solid #999999; 
	background-image:url(http://www.blackentrepreneurprofile.com/fileadmin/templates/esn/bep/localimages/menubg2.gif);
	filter:alpha(opacity='80', style='0');
}

#menu_1 DIV.menu1-level1-act A {
	color: #333333;
}

/*  MENU 1, level 2, normal state (NO) */
#menu_1 DIV.menu1-level2-no {
	font-size: 10px;
	font-weight:bold;
	padding-left:20px; 
	width:145px;
	background-color: #cccccc;
}

/*  MENU 1, level 2, active state (ACT) */
#menu_1 DIV.menu1-level2-act {
	font-size: 10px;
	font-weight:bold;
	padding-left:20px; 
	width: 145px;
	background-color: #dddddd;
}

#menu_1 DIV.menu1-level2-act A {
	color: #000;
}
/* Menu End*/

/* =======================================Classes================================= */

.content {
	padding: 10px 0px 10px 0px;
	text-align: left;
}

#contentleft {
	/*background-color: #fff;
	width: 140px;
	padding: 10px 10px 10px 10px;*/
}

.contentcentre { 
	#text-align: center; font-size: 12px;
}



#logo{
	padding: 0px 0px 10px 2px;
}

.adsenserap { padding-bottom: 10px;}

/* ********************** ESN Sites ************************************/
.esnSites  {
	font-size: 10px;
	color: #000;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0px 0px 10px 0px;
}
.esnSites a:link {
	color: #000;
	text-decoration: none;
}
.esnSites a:visited {
	text-decoration: none;
	color: #000;
}
.esnSites a:hover {
	text-decoration: underline;
}
.esnSites a:active {
	text-decoration: none;
}

/**Site Notice**/	
div#sitenotice { background-color:#FFFFCC; padding: 10px; font-weight:bold;}

 /* *** Float containers fix *** */ 
.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
 }
 
.clearfix{
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
 
/*printer styles*/ 
@media print{ 
/*hide the left column when printing*/ 

#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 

#twocols, #maincol{width:100%; float:none;}

/* TimTab Social Bookmarks  */
.tx-timtabsociable-pi1 IMG {
	margin-right:5px;
}

/* TT_News */