/*
	BTL CSS
	CREATED: 28.07.08
	MODIFIED: 09.02.09
	AUTHOR: ANDY FIELD @ IDNET
*/

/*
	COLOURS
*/

/* RESET
******************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

a img,:link img,:visited img {
	border:none;
}

:link,:visited {
	text-decoration:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img { 
	border:0;
}

address,abbr,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

img {
	border:none;
}

ol,ul,dl {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size:100%;
	font-weight:normal;
	line-height:100%;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}

/* BASE
******************************************/

html>body {
	font-size:12px;
}

body {
	background:#fff;
	color:#333;
	font:75%/100% "Helvetica Neue",Arial,Helvetica,"Lucida Grande",sans-serif;
	text-align:center;
}

input,select,textarea {
	font-family:"Helvetica Neue",Arial,Helvetica,"Lucida Grande",sans-serif;
	font-size:100%;
	padding:.1em;
}

#skip {
	height:0;
	margin:0;
	overflow:hidden;
	position:relative;
	text-indent:-3000em;
	width:0;
}

a:link,
a:visited {
	color:#185dc9;
	text-decoration:none;
}

a:hover,
a:active {
	color:#185dc9;
	text-decoration:underline;
}

/* .clearme {
	clear:both;
	height:0;
} */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */

strong {
	font-weight:bold;
}

/* TYPOGRAPHY
******************************************/

p,dl,ol,ul {
	font-size:1em;
	line-height:1.75em;
	margin-bottom:1.75em;
}

h1 {
	color:#333;
	font-size:2.166667em;
	font-weight:bold;
	line-height:0.807692em;
	margin:0 0 0.477273em 0;
}

#main h1 {
	color:#333;
	font-size:1.5em;
	line-height:1.166667em;
	margin:0 0 0.7em 0;
}

h2 {
	color:#333;
	font-size:1.833333em;
	font-weight:bold;
	line-height:0.954545em;
	margin:0 0 0.525em 0;
}

h3 {
	color:#333;
	font-size:1.25em;
	font-weight:bold;
	line-height:1.4em;
	margin:0 0 0.41em 0;
}

h3.alt {
	color:#333;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.166667em;
	margin:0 0 0.7em 0;
}

h4 {
	font-size:1.25em;
	font-weight:bold;
	line-height:1.4em;
}

/* DECORATION
******************************************/

#logo {
	background:#fff url(/images/btllogo.png) 0 0 no-repeat;
	height:100px;
	width:160px;
}

#byline {
	padding:2em 0 0 0;
}

#header h2 {
	color:#d00;
}

h3 span {
	font-weight:normal;
}

#boxouts {
	margin:1.5em 0;
}

dl {
	float:left;
	margin:0 10px 0 0;
	width:180px;
}

dt {
	font-size:1.833333em;
	font-weight:bold;
	line-height:0.954545em;
	margin:0 0 0.2625em 0;
}

dd {
	color:#185dc9;
	font-size:1.666667em;
	line-height:1.05em;
}

dt span {
	color:#d00;
}

dd span {
	font-size:0.6em;	
}

#collhs {
	float:left;
	margin:0 1em 0 0;
	width:220px;
}

#colrhs {
	float:left;
	width:220px;
}

table {
	font-size:1em;
	line-height:1.75em;
	margin-bottom:1.75em;
}

th,td {
	padding:2px 20px 2px 0;
	vertical-align:top;
}

th {
	border-bottom:1px solid #ddd;
	font-weight:bold;
}

td {
	border-bottom:1px solid #ddd;	
}

td.noline {
	border:none;
}

thead th {
	background:#333;
	color:#fff;
}

th.start {
	padding-left:0.3em;
}

td.flash {
	height:144px;
	width:360px;
}

/* SIDEBAR
******************************************/

#sidebar ul {
	font-size:1.25em;
	font-weight:bold;
	line-height:1.2em;
}

#sidebar li {
	border-bottom:1px solid #ddd;
	height:1%;
}

#sidebar li a {
	display:block;
	padding:.2em 0;
	text-decoration:none;
	width:160px;
}

#sidebar li a:hover {
	background:#efefef;
}

/* FOOTER 
******************************************/

#footer p {
	color:#666;
	font-size:0.916667em;
	line-height:1.909091em;
	margin:0;
}

/* LAYOUT
******************************************/

#header,
#content,
#footer {
	margin:0 auto;
	text-align:left;
	padding:1.5em 0;
	width:760px;
}

#header {
	border-bottom:1px solid #ddd;
}

#logo,
#sidebar {
	float:left;
	width:160px;
}

#byline,
#main {
	float:right;
	width:570px;
}

#footer {
	border-top:1px solid #ddd;
}