*{
	margin: 0;
	padding: 0;
	border:0;
	outline:0;
}
body { behavior: url("csshover3.htc"); } 
body{
	background:#efefef;
	font-family:arial, verdana, sans-serif;
}
.wrapper{
	width:960px;
	border:1px solid #ccc;
	background:#fff url(images/body-bg.jpg) bottom left repeat-x;
	margin:10px auto;
}
.header{
	height: 110px;
	background:#fff url(images/header-bg.gif) top right no-repeat;
	position:relative
}
h1{
	height:95px;
	width:307px;
	display:block;
	text-indent:-3000px;
	background:url(images/iain-downs-logo.gif) top left no-repeat;
}
.header h2{
	font-size: 22px;
	color:#3B50A9;
	position:absolute;
	top:47px;
	right:20px;
}
.nav{
	list-style:none;
	background:#3F87F6 url(images/nav-bg.jpg) top left repeat-x;
	width:954px;
	border:1px solid #3A4193;
	padding-left:5px;
	position:absolute;
}
.nav li{
	display:block;
	float:left;
	position:relative;
}
.nav li.current a, .nav li a:hover{
	background:#6E91DC;
	background:rgba(255,255,255,0.2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
}
.nav li a{
	display:block;
	color:#fff;
	font-size:18px;
	text-decoration:none;
	padding:10px 15px;
	text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	-moz-text-shadow: 1px 1px 1px #000;
	-o-text-shadow: 1px 1px 1px #000;
}
ul.secondary-nav{
	display:none;
	position:absolute;
	left:0px;
	padding:0;
	background:#3A4193;
	border:1px solid #3A4193;
	width:200px;
	z-index:10;	
}
ul.secondary-nav li{
	clear:left;
	width:200px;
}
ul.secondary-nav li a{
	font-size:14px;
	padding:4px 15px;
	width:170px;
	border-top:#3A4193 solid 1px;
}
ul.secondary-nav li a:hover{
	background:#3F87F6 url(images/nav-bg.jpg) top left repeat-x;
	border-top:#3B56B1 solid 1px;
}
.nav li:hover ul.secondary-nav{
	display:block;
}
.content
{
	padding:63px 20px 40px;
}
.main{
	float: left;
	width:570px;
	margin-right:20px;
}
.sidebar{
	float: left;
	width:330px;
}
.sidebar_top{
	float: left;
	width:330px;
	margin-top:-20px;
}
h2{
	font-size: 26px;
	color:#3B50A9;
	margin-bottom: 20px;
}
h3{
	color:#3B50A9;
	font-size:16px;
	margin-bottom:10px;
	margin-top:15px;
}
p{
	line-height:140%;
	margin-bottom:10px;
	color:#333;
	font-size:14px;
}
#Gloss p
{
    font-size:12px;
}
.promo-slots{
	clear:both;
	padding-top:20px;
}
.slot{
	width:215px;
	background:#fff;
	float:left;
	margin-right:20px;
}
.last{
	margin-right: 0;
}
h4{
	background:#3F87F6 url(images/nav-bg.jpg) top left repeat-x;
	border:1px solid #3A4193;
	padding:5px 10px;
	text-align:center;
}
h4 a{
	color:#fff;
	font-size:14px;	
}
.slot p{
	background: #fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:10px;
	margin-bottom:0;
	min-height:100px;
}
* html .slot p{
	height:100px;
}
.footer{
	width:960px;
	margin:20px auto;
}
.footer p{
	color:#666;
	font-size:10px;
	text-align: center;
}
.footer p span{
	color:#ccc;
	padding:0 5px;
}















.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/***********************************
**  Messing up by Iain
*************************************/

#leftcontent
{
    height:500px;
    width:450px;
    margin:0 0 0 10px;
    float:left;
}
#rightcontent
{
    height:500px;
    width:450px;
    margin:0 0 0 10px;
    position:relative;
    float:right;
}
/*#pres_content
{
    position:relative;
}
*/
#pres_text
{
    height:450px;
}
p.idea
{
    font-style:italic;
}

.main ul
{
    list-style-type:disc;
    color:#333333;
    font-size:14px;
    line-height:140%;
    margin:0 0 10px 20px;
}

.hidelink
{
    text-decoration:none;
	color:#333;
}