/* (c) Copyright 2008 Together London Limited. http://togetherlondon.com */

/* meyer reset: */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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

/* site base styles */

html{
	font-size:medium;	
}

body{
	font-family:Arial, sans-serif;
	line-height:1;
	color:black;
	font-size:0.935em;
}

h1, h2, h3{
	font-weight:bold;
}

h1{
	font-size:1.9em;
	margin-bottom:0.5em;
	letter-spacing:-1px;
	line-height:1;
}

h2{
	font-size:1.15em;
	margin-bottom:0.5em;
	letter-spacing:-1px;	
}

h3{
	font-size:0.95em;
	margin-bottom:0.2em;
	letter-spacing:-0.5px;
	
}

p{
	font-size:0.97em;
	line-height:1.45;
	margin-bottom:1.1em;
	max-width:45em;
}
h1 + p{
	color:black;
	font-size:1.15em;
	letter-spacing:-0.5px;
	margin-bottom:0.9em;
	line-height:1.4;
}

blockquote{
	margin:1em 0 0 1em;
}

a{
	color:#00547e;
	text-decoration:none;
	border-bottom:1px solid #999;
}
a:visited{
	color:#444;
}
a:hover{
	color:#000;
	border-color:#000;
}

/* lists */

ul.bullet{
	margin-bottom:1em;
	list-style-type: circle;
}

ul.bullet li{
	margin-left:1em;
	margin-bottom:0.2em;	
}

/* ordered lists */

ol{
	list-style-type: decimal;
	width:70%;
	line-height:1.1;
	margin-bottom:1em;
/*	margin-left:1em;*/
}

ol li{
	margin-left:1.5em;
	margin-bottom:0.2em;		
}

/* uls */

ul{
	margin-bottom:1em;
	line-height:1.2;
}

#primary ul{
	margin:0 0 1.2em 0;
}
#primary ul li{
	margin-bottom:0.2em;	
	padding:1px 0 2px 20px;
	
	background:url("/images/bullet.png") no-repeat 0 5px transparent;
}