/*######################################
Name: lewis.css 
Author: Easelnet, Stephen
Date: 30-03-2009
Copyright © 2009 Easelnet, All Rights Reserved */

*{
	margin:0;
	padding:0;
}
	
html,body{
	margin:0;
	padding:0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

.clear { clear: both; }

body{
	font-family: "Trebuchet MS";
	font-size:70%;
	text-align:center;
}
	
ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}

ul#mainnav{
}

ul#mainnav a{
text-decoration:none;
}
	
a{
	outline:none;
}



div#page-wrap{
	width: 1035px;
	margin: 0 auto;
	background-color: #A3C2DB;
}
div#prehead{
	height: 30px;
	color: #70a5ca;
	background-color:#052A6E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BF8D30;
}


div#header{
	height: 200px;
	background-image: url(images/david-polaroid.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

div#footer{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #70a5ca;
	text-decoration: none;
	font-weight: normal;
	line-height: 16px;
	height: 104px;
	padding-top: 5px;
	background-color:#052A6E;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #BF8D30;
	clear: both;
}

div#footer a{
	color: #70a5ca;
	text-decoration: none;
	font-weight: normal;
}

div#footer a:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

div#vidlink {
	text-decoration: underline;
	font-weight: bold;
}

div#main-content{
}

div#social-media{
	margin-top: 10px;
}

div#connect-with{
}

div#ph-left{
	float: left;
	width: 200px;
	text-align: left;
	font-size: 22px;
	color: #FFFFFF;
}

div#ph-right-nav{
float: right;
width: 650px;
text-align: left;
font-size: 12px;
}

div#ph-right-nav a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

div#ph-right-nav a:hover{
	color: #70a5ca;
	text-decoration: none;
	font-weight: normal;
}

div#headertext-rh{
	float: right;
	height: 180px;
	width: 200px;
	color: #222222;
	text-align: right;
	padding-right: 20px;
	padding-top: 20px;
	background-image: url(images/Mind-Lab-Logo7.png);
	background-repeat: no-repeat;
}

div#headertext-lh{
	float: left;
	margin-left: 200px;
	height: 180px;
	width: 580px;
	color: #222222;
	text-align: left;
	padding-right: 20px;
	padding-top: 20px;
	
}

.heading1 {
font-size: 30px;
color: #29477F;
}

.heading2 {
font-size: 12px;
color: #29477F;
}

.bold1{
	font-weight: bold;
}

ul#mainnav li{
	display: inline;
}

ul#mainnav li a {
	display: block;
	height: 140px;
	text-indent: -9999px;
	float: left;
}

ul#nav li.about a {
	background-image: url(images/buttons/about.gif);
	background-repeat: no-repeat;
}
ul#nav li.neuromarketing a {
	background-image: url(images/neuro.gif);
	background-repeat: no-repeat;
}
ul#nav li.media a {
	background-image: url(images/buttons/media.gif);
	background-repeat: no-repeat;
}
ul#nav li.lectures a {
	background-image: url(images/buttons/lectures.gif);
	background-repeat: no-repeat;
}
ul#nav li.publications a {
	background-image: url(images/buttons/books.gif);
	background-repeat: no-repeat;
}
ul#nav li.qualifications a {
	background-image: url(images/buttons/qualifications.gif);
	background-repeat: no-repeat;
}
ul#nav li.gallery a {
	background-image: url(images/buttons/gallery.gif);
	background-repeat: no-repeat;
}
ul#nav li.mindlab a {
	background-image: url(images/buttons/blank.png);
	background-repeat: no-repeat;
}
ul#nav li.botau a {
	background-image: url(images/buttons/blank.png);
	background-repeat: no-repeat;
}
ul#nav li.youtube a {
	background-image: url(images/buttons/blank.png);
	background-repeat: no-repeat;
}
ul#nav li.podcasts a {
	background-image: url(images/buttons/blank.png);
	background-repeat: no-repeat;
}
ul#nav li.blog a {
	background-image: url(images/buttons/blank.png);
	background-repeat: no-repeat;
}
ul#nav li.downloads a {
	background-image: url(images/buttons/blank.png);
	background-repeat: no-repeat;
}

ul#mainnav li a:hover {
	background-position: top center;
}

div#center-column{
	text-align: left;
	width: 535px;
	min-height: 700px;
	margin-right: 250px;
	margin-left: 250px;
	background-color: #FFFFFF;
}

div#left-side-column{
	float: left;
	text-align: left;
	width: 250px;
	min-height: 700px;
	background-color: #A3C2DB;
}

div#right-side-column{
	float: right;
	text-align: left;
	width: 250px;
	min-height: 700px;
	background-color: #A3C2DB;
}

div#center-column-content{
	padding: 20px;
	
}

div#center-column-content a{
	text-decoration: none;
	color:#052A6E;
}

div#center-column-content a:hover{
text-decoration: none;
color: #052A6E;
}

.center-column-text{
	font-size: 14px;
	text-align: justify;
	color: #052A6E;
}

.column-title-box{
	width:250px;
	height: 25px;
	background-color: #052A6E;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BF8D30;
	border-bottom-color: #BF8D30;
}

.center-column-title-box{
	width: 535px;
	height: 25px;
	background-color: #052A6E;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BF8D30;
	border-bottom-color: #BF8D30;
}
	

.column-title{
font-size:12px;
text-align: center;
color: #FFFFFF;
padding-top: 5px;
}

.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}


div#main-content-bg-img{
	background-image: url(images/MLI%20Team%20Dec%202008%203.JPG);
	background-repeat: no-repeat;
	background-position: center center;
}


div#mmnavbox{
}

ul#nav a{
	text-decoration:none;
	background-image: url(images/buttons/blank.gif);
	background-repeat: no-repeat;
}

ul#nav li{
}

ul#navNOTUSED li a{
	display: block;
	width: 228px;
	height: 24px;
	background-color: #052A6E;
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 5px;
	-moz-border-radius: 5px;
	}
	
	
ul#nav li a{
	display: block;
	width: 170px;
	height: 46px;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 20px;
	padding-left: 70px;
	background-repeat: no-repeat;
	
	
	}
	
ul#nav li a:hover{
	color: #99CCFF;
	}
	
	
	
ul#socnav li a{
	display: block;
	width: 228px;
	height: 40px;
	font-size: 12px;
	color: #FFFFFF;
	
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 5px;
	margin: 5px;
	background-image: url(images/Untitled-3.gif);
	background-repeat: no-repeat;
	}
	
ul#socnav li a:hover{
	color: #99CCFF;
	}
	
.justify{
	text-align: justify;
}

div#content-picture{
height: 200px;
background-image:url(images/theteam.jpg);
background-repeat: no-repeat;
}

ul#rhnav li a{
	display: block;
	width: 220px;
	height: 41px;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 25px;
	padding-left:20px;
	background-repeat: no-repeat;
	
	
	}
	
ul#rhnav li a:hover{
	color: #99CCFF;
	}
	
ul#rhnav a{
	text-decoration:none;
	background-image: url(images/buttons/blank.gif);
	background-repeat: no-repeat;
}

div#content-pic{
	float: left;
	width: 275px;
	font-size: 9px;
	text-decoration: none;
	text-align: center;
	background-color: #FFFFFF;
}
.italics_tiny{
	font-style: oblique;
}

div#content-pic-sml{
	float: left;
	width: 140px;
	font-size: 9px;
	text-decoration: none;
	text-align: center;
	background-color: #FFFFFF;
}

div#page-link{
	text-align:right;
	text-decoration: none;
	font-weight: bold;
}

.small_left{
	font-size: 10px;
	font-style: italic;
	text-align: left;
}

.quote_title{
font-size: 12px;
font-style: italic;
font-weight: bold;
}

.quote_body{
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.quote_client{
font-size: 10px;
font-style: italic;
font-weight: bold;
}


ul#qualifications{
	list-style-type: disc;
	list-style-position: inside;
}

div#gallery-content-pic{
	font-size: 9px;
	text-decoration: none;
	text-align: center;
	background-color: #FFFFFF;
}