@import url(content.css);
@import url(forms.css);
@import url(mastheads.css);
@import url(panels.css);

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

a img {
	border: 0;
}

ul {
	list-style: none;
}

#skiplink {
	position: absolute;
	top: -100px;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	color: #333;
	background: #fff;
	margin: 0 15px 20px 15px;
	padding: 0;
}

body.test_environment {
   padding-top: 10px;
}

#test_environment {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 10px;
   background: #000 url(/images/test_environment.gif) left top repeat-x;
	overflow: hidden;
}

#wrapper {
	width: 928px;
	margin: 0 auto;
   background: #fff url(cb_body.gif) 100% 0 no-repeat;
}

#masthead {
	position: relative;
	height: 149px;
	margin-bottom: 10px;
}

#logo {
	position: absolute;
	width: 147px;
	height: 99px;
	top: 37px;
	left: 8px;
}

#organised_by {
	position: absolute;
	width: 143px;
	height: 87px;
	left: 8px;
	top: 160px;
/*	border: 1px solid #ebebe5;*/
}

#organised_by li {
	float: left;
	margin: 0;
	padding: 0;
}

#quicksearch {
	float: right;
	margin-top: 60px;
}

#quicksearch label {
	display: block;
	color: #666;
}

#quicksearch_query {
	font-family: Arial, sans-serif;
	border: 1px solid #333;
	padding: 0 2px;
	width: 190px;
	height: 19px;
}

#quicksearch_submit {
	font-family: Arial, sans-serif;
	background: #ef362b;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #333;
	font-weight: bold;
	width: 30px;
	margin-left: 5px;
	height: 21px;
}

#pagetitle_outer {
	margin-left: 195px;
	height: 90px;
	border-bottom: 2px dotted #ccc;
   overflow: hidden;
	position: relative;
}

#pagetitle_mid {
	margin-left: 13px;
   float: left;
	display: inline;
   height: 90px;
}

#pagetitle_inner {
   margin: 0;
   position: relative;
   top: 50%;
   display: table-cell;
   vertical-align: middle;
   height: 90px;
}

* html #pagetitle_inner {
	display: block;
   height: 20px;
}

*+html #pagetitle_inner {
	display: block;
	float: left;
	height: auto;
}

* html #pagetitle_inner div {
	display: block;
   position: relative;
   top: -50%;
}

*+html #pagetitle_inner div {
	display: block;
   position: relative;
   top: -50%;
}

#section_title {
	text-transform: uppercase;
	font-weight: bold;
	color: #999;
	margin: 0 0 3px 0;
	font-size: 12px;
	line-height: 1;
	height: 14px;
}

h1 {
	font-size: 26px;
	color: #ef362b;
	font-weight: normal;
	margin: 0;
	line-height: 1;
}

#navcol {
	float: left;
	width: 163px;
	text-align: right;
}

#nav {
	margin-top: 35px;
	border-top: 1px solid #ebebe5;
}

#nav li {
	border-bottom: 1px solid #ebebe5;
	position: relative;
	width: 100%;
}

#nav li a {
	display: block;
	padding: 12px 8px;
	text-decoration: none;
	line-height: 1;
}

#nav li a:link,
#nav li a:visited {
	color: #666;
}

#nav li a:hover,
#nav li a:active,
#nav li a:focus {
	color: #000;
}

#navcol .blocktitle {
	margin: 45px 0 4px 0;
	text-align: center;
}

#navcol .blockcontent {
	margin: 0 0 33px 0;
	list-style: none;
	text-align: center;
}

#navcol .blockcontent li {
	display: inline;
	padding: 0 6px;
}

#container {
	float: right;
	width: 720px;
	position: relative;
}

#content {
	float: left;
	display: inline;
	width: 451px;
	background: #fff;
	padding: 20px 0;
}

* html #content {
	padding-top: 35px;
}

*+html #content {
	padding-top: 35px;
}

#shoulder {
	float: right;
	display: inline;
	width: 234px;
	padding: 35px 0;
}

#footer {
	clear: both;
	border-top: 2px dotted #ccc;
	margin: 0 0 0 195px;
	padding: 10px 0 30px 13px;
	font-size: 90%;
}

#footerlinks li {
	display: inline;
	margin-right: 20px;
}
	
#footerlinks li a {
	font-weight: bold;
}

#footerlinks a:link,
#footerlinks a:visited {
	color: #666;
	text-decoration: none;
}

#footerlinks a:hover,
#footerlinks a:active,
#footerlinks a:focus {
	color: #000;
	text-decoration: underline;
}

#footer p {
	color: #999;
	margin-top: 10px;
}

/* popup secondary nav */

#navcol #nav li {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1000; /* thank-you http://annevankesteren.nl/2005/06/z-index */
}

#navcol #nav ul {
	display: none;
	position: absolute;
	left: 175px;
	top: -1px;
	width: 210px;
	background: #f6f6f6;
	padding: 5px;
	z-index: 1000;
	border: 1px solid #666;
}

#navcol #nav ul li {
	border: 0;
}

#navcol #nav ul li a {
	text-align: left;
	padding: 5px;
	border: 0;
	font-weight: bold;
}

#navcol #nav ul li a:link,
#navcol #nav ul li a:visited {
	color: #666;
}

#navcol #nav ul li a:hover,
#navcol #nav ul li a:active,
#navcol #nav ul li a:focus {
	color: #fff;
	background: #ef362b;
}
