/* -------------------------------------------------------------- 
  
   Cornwall KFM Screen Styles
   * Version:   1 (15/09/2007)
      
-------------------------------------------------------------- */
body {
	background:url('/images/template/page_top_bg.png') top left repeat-x
}

#header {
	background:#111 url('/images/template/header_tile.png') top left repeat-x;
	height:110px
}
#header h1 a {
	float:left;
	display:block;
	width:262px;
	height:90px;
	text-indent:-999em;
	overflow:auto;
	margin:10px 0;
	background:url('/images/template/ckfm_logo.png') top left no-repeat
}
#navbar {
	height:40px;
	margin-bottom:25px;
	margin-left:-12px
}
#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none
	}
#navbar li {
	float: left;
	margin: 0;
	padding: 0;
	font-size:10px;
	letter-spacing: 2px;
	text-transform: uppercase
	}
#navbar li a {
	float: left;
	padding: 12px 10px 8px 10px;
	text-decoration: none;
	color: #e7e3d9;
	border: none
	/*background: url(../img/1206/nav-bg.gif) no-repeat bottom right;*/
	}
#navbar li a:hover {
	color: #fff;
	background: #222
	}
#navbar li a.active {
	font-weight: bold;
	color: #fff
	/*background: #292d34 url(../img/1206/nav-on-bg.gif) repeat-x top left;*/
	}
#navbar li span {
	display:none;
	visibility:hidden
}
#searchform {
	padding:10px 0 ;
	text-align:right;
	color:#ccc;
	text-transform:uppercase;
	letter-spacing:2px
}
#searchform input.search {
	border:1px solid #999;
	background-color:#ccc
}

#footer {
	margin-top:10px;
	padding:10px;
	border-top:1px solid #ccc
}

/* main content styling
-------------------------------------------------------------- */

/*message at the top */
#header dl {
  float:right;
  width: 370px;
  margin: -12px 0 0 0;
  padding:0;
  background: url('/images/template/message_foot.png') no-repeat bottom left;
  }

#header dt {
  margin: 0;
  padding: 10px 10px 0px 10px;
  font-size:12px;
  color:#f93;
  background: url('/images/template/message_head.png') no-repeat top left;
  }

#header dd {
  margin: 0;
  padding: 5px 10px 10px 10px;
  font:11px/15px Helvetica, Arial;
  color:#fc0;
  }
#header dd a, #header dd strong {
	color:#ff0;
	font-weight:bold
}
#intro {
	background-color:#121212;
	color:#fff;
	padding-top:3px;
	margin-bottom:10px
}
#intro img {
	margin-bottom:0
}

.quotation {
	font-size:18px;
	line-height:24px;
	/*background-color:#121212;*/
	padding:10px 10px 0 10px;
	/*color:#f3f3f3*/
}
.quotation small {
	color:#fc0
}
.quotation p, .quotation img {
	margin:0
}
.inverted {
	background:#111 url('/images/template/nav_bg.png') top left repeat-x;
	color:white
}

ul.checklist {
	list-style:none
}
ul.checklist li {
	background:url('/images/template/tick.png') left no-repeat;
	padding:8px 0 8px 35px;
	font-size:14px;
	font-weight:bold
}
table.costs, div.features {
	background-color:#125AA7;
	color:white;
	font-size:14px
}

.news_thumb {
	float:right;
	margin:0 0 10px 10px
}
.nomargin{
	margin:0;
	padding:0
}
.instructors {
	background-color:black;
	color:white
}
.instructors dl {
	padding:10px;
	margin:0
}
.instructors dd {
	padding:2px 0 2px 20px;
	background:url('/images/template/accept.png') 0 4px no-repeat;
	border-bottom:1px solid #666
}

p.entryFoot, p.social {
	float:left;
	width:97%;
	/*line-height:40px;*/
	line-height:1.25;
	margin:5px 0 15px 0;
	padding:1%;
	border-top:1px solid #ccc;
	border-bottom:1px solid #999;
}
p.entryFoot img {
	float:left;
	width:40px;
	height:40px;
	margin:0 10px 0 0;
}
p.social img, p.social a {
	float:left;
	margin:0 3px 0 0;
}

table img {margin:0}