/* Inspiring Entrepreneur Webcast Series */
/* Inspiration from Branding Guidelines from British Library and http://www.bl.uk/bipc/inspiring.html */
/* CSS Document */

html, body{
	margin:20px 0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #5b92e6;
} 
h1 {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}
h2 {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	border-bottom:1px #666 solid;
	padding: 0 0 2px 5px;
}
h3 {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	margin:0 0 5px 0;
	padding:0;
}
h4 {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
} 

/* start page formatting */
#pagewidth{ 
	 width:773px;
} 
#header{
	position:relative; 
	/*background-color:#C9E5E8; */
	width:724px;
	padding: 0px 0px 0px 52px;
	margin: 10px 0px 0px 0px;
} 
/*#banner {
	float:right;
}*/
#nav {
	margin: 0px 0px 0px 106px;
	width: 615px;
	padding: 6px 0px 6px 52px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000;
	background-color:#FFF;
	border-top: solid 0px #C9E5E8;
	border-bottom: solid 2px #C9E5E8;
}
#maincol{
	 background-color: #FFF;  
	 margin-left: 106px;
	border-bottom: solid 2px #5b92e6;
	border-top: solid 2px #5b92e6;
}
#rightcol{
	background-color:#9CF;
	margin: 0px;
	padding: 0px; 
 }
#footer{
	height: 20px;
	padding: 10px 0px 20px 158px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000;
	clear:both;
} 


#copyright{display:none;} /* hides print format copyright statement */

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php ***  */
.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 */  

/* start page formatting */

#nav a:link, #nav a:visited, #nav a:active {
	text-decoration: none;
	color: #000;
	padding: 0px 3px 0px 3px;
}
#nav a:hover {
	text-decoration: none;
	color: #666;
	padding: 0px 3px 0px 3px;
}
.navcurrent {
	color: #C00;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
}
/* end top navigation styles */
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #000;
	padding: 0px 3px 0px 3px;
}
#footer a:hover {
	text-decoration: none;
	color: #C00;
	padding: 0px 3px 0px 3px;
}


/* position logo */
#logo {
float:left;
margin-right: 2px;
}

/* start two column formatting */
#twocolscontainer {
	padding: 0xp;
	margin: 0px 10px 5px 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#twocolscontainer h2 {
	font-size: 8pt;
	font-weight: bold;
	padding-left: 16px;
	margin: 0px;
	background-image: url(/bipc/images/bulletsqured.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
}
#twocolscontainer li {
	list-style-position: outside;
	list-style-image: url(/bipc/images/int_link-trans.gif);
	list-style-type: none;
	padding-left: -10px;
}
#twocolscontainer ul {
	padding-left: 30px;
}
#twocolscontainer a:link, #twocolscontainer a:visited, #twocolscontainer a:active {
	text-decoration: none;
	color: #C00;
}
#twocolscontainer a:hover {
	text-decoration: none;
	color: #000;
}
#pass {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
.successcontainer {
	padding: 0xp;
	margin: 0px 20px 20px 52px;
	font-family: Arial, Helvetica, sans-serif;
}
.successcontainer h2 {
	font-size: 8pt;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
.successcontainer p {
	font-size: 8pt;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
.successcontainer a:link, .successcontainer a:visited, .successcontainer a:active {
	text-decoration:none;
	color: #C00;
}
.successcontainer a:hover {
	text-decoration:none;
	color: #666;
}
.image {
	width: 200px;
	margin: 0px 0px 0px 16px;
	padding: 0px 0px 0px 0px;
	/*float: left; */
}
.image img{
	margin: 0px;
	padding: 0px;
	float: left; 
	padding: 0px 2px 2px 0px;
}
.noimage {
	margin: 0px;
	padding: 0px 0px 0px 16px;
}

.expertimage {
	float:left; width: 78px;
}
.expertname {
	float:right; width: 100px
}
/* start two column formatting */

/* start right column styles */

.rightcoltext p{
	font-size: 8pt;
	font-weight: bold;
	margin: 5px 5px 10px 10px;
	padding: 0px;
}
#newslettersignup {
	margin: 10px 10px 20px 10px;
	padding: 0px;
}
#newslettersignup h2{
	color: #C00;
	font-size: 8pt;
}
#newslettersignup a:link, #newslettersignup a:visited, #newslettersignup a:active{
	color: #C00;
	text-decoration: none;
	font-size: 8pt;
}
#newslettersignup a:hover{
	color: #000;
	text-decoration: none;
	font-size: 8pt;
}
.forminput{
	font-size: 7pt;
	width: 130px;
	min-height: 20px;
}

#howdidyouhear {
	margin: 10px 10px 20px 10px;
	padding: 0px;
}
#howdidyouhear h2{
	color: #000;
	font-size: 8pt;
}
#howdidyouhear p{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

#orangebackground {
	padding: 10px 10px 20px 10px;
	margin: 0px;
	background-color: #FDE0CB;
}
#orangebackground h2{
	color: #000;
	font-size: 8pt;
}
#orangebackground p{
	color: #000;
	font-size: 8pt;
}

#orangebackground a:link, #orangebackground a:visited, #orangebackground a:active {
	color: #C00;
	text-decoration: none;
}
#orangebackground a:hover{
	color: #666;
	text-decoration: none;
}
/* end right column styles */

/* start page content styles */
#pagecontent {
	padding: 14px 10px 10px 52px;
	margin: 0px;
	line-height: 1.4em;
	font-size: 9pt
}

#pagecontent a:link, #pagecontent a:visited, #pagecontent a:active{
	text-decoration:none;
	color: #C00;
}
#pagecontent a:hover {
	text-decoration:none;
	color: #666;
}

/* end page content styles */

/* start assorted classes for styling text */
.clr {
	clear:both;
}
.divider {
	color: #000;
}
.textgrey {
	color: #666;
}
.textgreybold {
	color: #666;
	font-weight: bold;
}
.textgreyboldunderline {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}
.textblackbold {
	color: #000;
	font-weight: bold;
}
.textsmaller {
	font-size: 90%;
}
.textsmallest {
	font-size: 70%;
}
.textred {
	color: #C00;
}
.textredbold {
	color: #C00;
	font-weight: bold;
}
.textblue {
	color: #5B92E5;
}
.textbluebold {
	color: #5B92E5;
	font-weight: bold;
}
.whitetext {
	font-size: 7pt;
	color: #FFF;
}
/* end assorted classes for styling text */

.date {
	margin:0;
	padding:0;
	line-height:1.3;
}

.eventlisting {
	background:url(../images/media-playback-start.gif) no-repeat left;
	padding-left: 25px;
	margin: 20px 0;
}

.inputwidth {
	width: 150px;
}

.link {
	background-image: url(/bipc/images/int_link-trans.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
	font-size: 90%;
	font-weight: bold;
}
#pass a:link, #pass a:visited, #pass a:active{
	color: #FFF;
}
#pass a:hover {
	color: #000;
}
.workshopdays {
	margin: 0px;
	padding: 0px 0px 0px 2px;
	background-color:#CCCCCC;
}
.enterprise {
	margin: 0px;
	padding: 0px 0px 0px 2px;
	background-color:#EEEEEE
}
.workshoptable td {
	padding: 5px;
	}
 /* start printer styles*/
@media print { 
	#nav {display:none;}
	#header {padding-left: 0px;}
	#rightcol{display:none;} 
	#maincol {padding-left: 0px; width: 486px; margin-left: 0px;}
	#footer {display:none;}
	#copyright{display: inline; margin-left: 106px; height:20px; padding-top: 10px; padding-bottom: 20px; font-family: Arial, Helvetica, sans-serif; font-size: 80%; font-weight: normal; color: #000; }
	.workshopdays {margin: 0px; padding: 0px 0px 0px 16px; background-color:#FFFFFF;
}
 /* end printer styles*/ 
