/* Reset the Default Styles 
----------------------------------------------- */

html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
    margin:0px 0px 0px 0px;
    padding:0;
	padding-bottom: 20px;
    /*background:#ffffff;*/
	background-image: url(../../images/bg.gif);
	color:#404070;
	/* Used to centre the whole layout as some browsers ignore the auto property */
	text-align: center;	
}

ul, li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link {
	color: #0033CC;
}
a:visited {
	color: #0033CC;
}
	
p {
	margin-top: 0px;
	margin-bottom: 15px;
	text-align:justify;
	font-size: 14px;
}
	
h1{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 24px; 
	color: #333366; 
	padding-top: 5px; 
	margin: 0px;
	margin-bottom: 10px;
}
h2{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #333366; 
	padding-top: 25px;
	margin: 0px;
}
h3{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #fff; 
	margin: 0px;
}
h4 {
  	font-family: Arial, Helvetica, sans-serif; 
	font-size: 24px; 
	color: #333366; 
}
.flame-bullets li{
font-size: 14px;
list-style: url(../../images/flame-bullet-white.gif);
}
.noborder {
	border: none;
}
/* 
--------------------------------------------------------------------------*/

.bigblue{
	font-size: 14px; color: #333366;
	font-weight: bold; 
	}
.big-blue-2{	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 24px;
	font-weight: bold; 
	color: #333366; 
	padding-top: 5px; 
}
.bigorange{
	font-size: 14px; 
	font-weight: bold; 
	color: #F4A735;
	}
	
.smallorange{
	font-size: 14px; 
	font-weight: bold;
	color: #F4A735;
	}
.champions_logo {
	padding: 10px;
}

.rightjustify {
	float:right;
	}
.rightjustify-padded {
	float:right;
	padding:5px;
	}
	
.leftjustify {
	float:left;
	}
	
/* Centers an image by making it a block level element then uses auto margins */
IMG.centreimage {
    display: block;
	margin-left: auto;
	margin-right: auto;
}

	
/*Layout Styles
-------------------------------------------------------------------------------*/
div#container {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	background-color:#FFFFFF;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	/* This resets the text align from the body tag above */
	text-align: left;
}
/* Fixes Layout Jump In Fire Fox */
/*hide from IE mac\*/

/* end hiding from IE5 mac*/
/* Header
----------------------------------------------- */
#after-dinner-speaking-keywords {
	width: 760px;
	color: #999999;
	font-size: 9px;
	margin: 0;
	padding-top: 5px;
}
#header {
  background:#ffffff;
  color:#000000;
  width:760px;
  height:72px;
  float:left;
}
#banner-top {
  	background-image: url(../../images/banner-top.gif);
  	background-position:center;
  	background-repeat:no-repeat;
  	height: 22px;
  	width: 762px;
	margin-left: auto;
	margin-right: auto;
	
}
#footer-bottom {
  background-image: url(../../images/footer-bottom.gif);
  background-position:center;
  background-repeat:no-repeat;
  height: 22px;
  width: 762px;
	margin-left: auto;
	margin-right: auto;

}
#champions-logo {
  float:left;
  width:auto;
  height: 63px;
  }
#champions-contact {
  float:right;
  width:auto;
  margin-top:12px;
  text-align:center;
  padding-right: 50px;
  padding-bottom: 5px;
}
  

/* Main Content 
----------------------------------------------- */
#page-body {
	border-top:1px solid #FFFFFF;
}
#content-main p{
text-align: justify;
}
#content-main {
  	float:left;
  	width:auto;
  	/*margin-bottom: 40px;*/
  	padding: 5px;
	/* height: 300px; */
}  
#content-main2 {
  	display:block;
  	width:auto;  
}

div#main-left-container {
	 float: left;
	 width:50%;
	 padding-left: 5px;
	 clear: both;
}
#main-right-flash{
	float: right;
	width: 49%;
}

/*--------------------------------------------------------------
=== Site Navigation ===
---------------------------------------------------------------*/
div#nav-panel{
	width: 100%;
	margin-left: auto;
	padding-top: 0;
	margin-right:auto;
	clear: both;
	border-top: 1px solid #fff;
	border-bottom: 3px solid #404070;
	background-color: #404070;
	font-size:13px;
	font-weight: bold;
}
div#nav-panel a:link, div#nav-panel a:visited{
	text-decoration:none;
	color: #fff;
}
div#nav-panel a:hover, div#nav-panel a:active{
	text-decoration:underline;
	background: #F4A735;
	color: #fff;
}
div#nav-panel UL{
	padding: 0;
	margin: 0px;
}
div#nav-panel LI{
	/*list-style: url(../../images/flame-bullet.gif);*/
	list-style: none; 
	text-decoration: none;
	background-color: #404070; 	
}

div#nav-panel-left{
	float: left;
	width: 235px;
	color:#404070;
	font-size:13px;
	font-weight: bold;
}

div#nav-panel-center{
	width: 235px;
	margin-left:auto;
	margin-right:auto;
	color:#404070;
	font-size:13px;	
	font-weight: bold;
}
div#nav-panel-right{
	float: right;
	width: 235px;
	color:#404070;
	font-size:13px;
	font-weight: bold;	

}

#text-content {
	float: right;
	height:auto;
	width: 565px;
	padding-right: 20px;
	padding-top: 5px;
}


/* Main Menu List
----------------------------------------------- */
#mainmenu {
	background-color:#FF9900;
}

ul#navlist {
	font-size: 10px;
	width:760px;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	display: inline;
		
}

#navlist li {
	display: inline;
	list-style-type: none;
	font-weight: bold;
	
}

#navlist a {
	font-size:10px;
	float:left;
	width:145px;
	padding: 3px;
	border-right: 1px solid #ffffff;
	/* background-image:url(../../images/menubg_orange.gif); */
}

#navlist a:link, #navlist a:visited {
	color: #fff;
	background-color: #F4A735;
	text-decoration: none;
	width:145px;
}

#navlist a:hover {
	color: #fff;
	background-color: #404070;
	text-decoration: none;
	
}
#navlist a:hover {
	color: #fff;
	background-color: #404070;
	text-decoration: none;
	
}

#navlist a.norightborder {
	border-right: 1px solid #F4A735;
}

#navlist a:hover.norightborder {
	border-right: 1px solid #369;
}

/* Sub Menu styles 
----------------------------------------------- */
.submenus { /*Blue Bar for index menu system*/
	font-size: 10px;
	position:absolute;
	color: #FFFFFF;
	/* 	background-color:#336699; */
	visibility: hidden;
	width:755px;
	height:25px;
	text-align:left;
	vertical-align: bottom;
	/* Firefox position styles */
	left:5px; 
	top:10px; 
	
	/* IE position styles are in ie_menu_styles.css file */
}

#submenu_index {
	color: #fff;
	background-color: #404070;
	/* background-image:url(../../images/bg_blue.gif); */
	padding: 0px;
	width: 760px;
	height:45px;
	
}

/* Left Menu
----------------------------------------------- */
#leftmenucontainer {
	width: 140px;
	float: left;
	height: 100%;
	padding-right: 4px;
	border-right: 1px solid #404070;
	border-bottom: 1px solid #404070;

}
#summary_container {
	width: 200px;
}
#leftmenulist {
	width: 137px;
	font-size:10px;
	padding-left: 0px;
	margin-left: 0px;
	border-bottom: 10px solid #404070;
	margin-right:5px;
}

#leftmenulist li {
	list-style: none;
	margin: 0px;
	padding: 1px;
	border-top: 1px solid #404070;
}
#leftmenulist a:hover {
	color: #0000FF;
	text-decoration: none;
	
}
#leftmenulist a {
	text-decoration: none;
	color: #404070;
}

#leftmenulist_speaker {
	width: 137px;
	font-size:10px;
	padding-left: 0px;
	margin-left: 0px;
	border-bottom: 10px solid #404070;
	margin-right:5px;
}
#leftmenucontainer table {
	font-size:10px;
}
#leftmenucontainer td {
	border-top: 1px solid #404070;
	padding: 1px;
}

#leftmenulist_speaker li {
	list-style: none;
	margin: 0px;
	padding: 1px;
	border-top: 1px solid #404070;
}
#leftmenucontainer a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #404070;
}
#leftmenucontainer a {
	text-decoration: none;
	color: #404070;
}

/*--------------------------------------------------------------
=== Contact Info ===
---------------------------------------------------------------*/
#to-contact {
	padding-bottom: 20px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

/* Right Bar
----------------------------------------------- */
#content-rightbar {
	float:right;
  	width:137px;
	height: 327px;
	border-top: 1px solid #001570;
	border-bottom: 1px solid #001570;
	border-left: 1px solid #001570;
	background-color: #404070;
	font-size:10px;
	margin-left:5px;
	margin-bottom: 1px;
	color: #fff;
	text-align: center;
}

#content-rightbar a:link, #content-rightbar a:visited {
	color: #fff;
	text-decoration: none;
}
#content-rightbar a:active, #content-rightbar a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Used for the heading in the right hand box */
.after-dinner-speakers-header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	width:133px;
	background-color: #404070;	
	color:#FFFFFF;
	padding:2px;
	border-bottom: 1px solid  #FF9900;
}

/* Used for the Text in the Right hand box*/
.feature_box_text {
clear: both;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}


/* After Dinner Speakers Advert
----------------------------------------------- */
#after-dinner-speakers-advert {
  background-image:url(../../images/bg_advert.gif);
  background-position: bottom;
  width:760px;
  height:130px;
  float:left;
  border-top: 1px #666666 solid;
  border-bottom: 1px #666666 solid;
  font-size: 11.5px;
  clear: both;
  cursor: pointer;
  /* Removes this from the screen 
  display:none;*/
 }

#after-dinner-speakers-advert p {
  font-size: 11.5px;

}
#after-dinner-speakers-logo {
  float:left;
  width:auto;
  }
  
#after-dinner-speakers-info {
  width:auto;
  padding: 4px;
  }


/* Sports Management Styles
------------------------------------------------*/
#liam-tancock{
	float:left;
	width: 30%;
	margin-left: 50px;

}
#graeme-storm{
	float:right;
	width: 30%;
	margin-right: 50px;
}

/* Footer
----------------------------------------------- */
#footer2 {
	background-color: #404070; 
	vertical-align:text-top;
	font-size: 10px;
	color:#FFFFFF;
	clear:both;
	width:auto;
	border-top:5px solid #F4A735;
	padding-bottom: 1px;
	padding-top: 4px;
	line-height: 15px;
}
#footer {
	background-color: #404070; 
	vertical-align:text-top;
	text-align:center;
	font-size: 10px;
	color:#FFFFFF;
	clear:both;
	width:auto;
	border-top:5px solid #F4A735;
	padding-bottom: 1px;
	padding-top: 4px;
	line-height: 15px;
}
#footer a {
	color:#fff;
}
#footer p {
text-align: center;} 
#footer a:hover {
	color:#000;
}
#footer a:visited {
	color:#ccc;
}
  
/* Web Design Footer 
----------------------------------------------- */ 
#webfooter p {
	font-size: 10px;
}
#webfooter {
	margin: 0;
	padding: 0;
	font-size: 80%;
}
#webfooter a {
	color: #888;
	border-bottom-color: #333;
	padding: 5px;
	}
#webfooter a:hover {
	color: #ccc;
	}
#web-standards {
  float:left;
  width:auto;
  
}
#leentech-web-design {
  float:right;
  width:auto;
  text-align:right;
  font-size: 9px;
}

/* High Light the current page Menu Tab 
-----------------------------------------------------------*/
body#public-relations a#pr-nav,
body#marketing a#m-nav,
body#event-management a#em-nav,
body#sports-management a#sm-nav,
body#after-dinner-speaker a#ads-nav{	
	color: #fff;
	background: #5D5D9A;
}


#index-advert-button {
	border: 1px solid #000; 
	padding: 3px; 
	background-color: #FF9900; 
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold;
}

#footer p {
	font-size: 10px;
}