body {
	font:12px/1.33 Arial;
	color:#333;
}
#wrapper {
	width:961px;
	margin:auto;
}
h1 {
	font-size:28px;
	font-weight:bold;
	color:#333;
	line-height:100%;
	border-bottom:2px solid #e82c2e;
	padding-top:3px;
	padding-bottom:12px;
	margin-bottom:8px;
}
h2 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
	line-height:22px;
}
h2.large {
	text-transform:none;
	font-size:22px;
	line-height:30px;
	margin-bottom:5px;
}
a {
	color:#e82c2e;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	margin-bottom:1em;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
div.clear {
	clear:both;
	font-size:0;
	line-height:0;
}

/*
======================
Lists
======================
*/
ul.bullet, .content ul {
	margin-left:20px;
	padding-left:30px;
	margin-bottom:1em;
	clear:left;
}
ul.bullet li, .content ul li {
	list-style-type:disc;
}
ul.bullet ol, .content ol {
	padding-left:18px;
	margin-top:1em;
}
ul.bullet ol li, .content ol li {
	list-style:decimal;
}
.content ul.gallery {
	margin:0;
	padding:0;
	overflow:auto;
}
.content ul.gallery li {
	list-style:none;
	height:100px;
	float:left;
	margin:0 15px 15px 0;
}
.content ul.gallery li img {
	border:none;
	margin:0;
}
/*
======================
Content
======================
*/
#pageContent {
	width:718px;
	float:left;
	position:relative;
}
img.banner {
	display:block;
	margin-bottom:15px;
}
.pageText {
	float:left;
	width:510px;
	margin-right:6px;
	padding:0 8px 20px 2px;
}
* html .pageText {
	margin-right:0;
}
div.fullWidth {
	float:none;
	width:auto;
	padding-right:0;
	margin-right:0;
}
* html div.fullWidth {
	width:712px;
}
div.fullWidth h1 {
	padding-right:100px;
	position:relative;
}
a#shareThis {
	position:absolute;
	right:0;
	top:228px;
}
span.noBanner a#shareThis {
	top:10px;
}
.pageText .content img {
	float:left;
	/*border:1px solid #000;*/
	margin:0 11px 11px 0;
}
.pageText h3 {
	font-size:15px;
	font-weight:bold;
	color:#E82C2E;
	margin:20px 0 10px 0;
	clear:left;
}
#pageActions {
	height:26px;
}
#pageActions ul {
	float:right;
}
#pageActions li {
	float:left;
	margin-left:13px;
}
#pageActions a {
	float:left;
	font-weight:bold;
	font-size:11px;
	line-height:14px;
	background-position:left;
	background-repeat:no-repeat;
	padding-left:18px;
}
#pageActions a.email { background-image:url(/Images/icon-email.gif) }
#pageActions a.print { background-image:url(/Images/icon-print.gif) }
#pageActions a.addInfo { background-image:url(/Images/icon-addInfo.gif) }

.pageSideBar {
	float:right;
	width:192px;
	padding:40px 0 20px 0;
}
.pageSideBar h2 {
	color:#fff;
	background:#242278 url(/Images/corner-tr-blue.gif) top right no-repeat;
	padding:2px 7px;
}
.pageSideBar ul {
	border:1px solid #cceefa;
	border-top:none;
	background:#f0fafd url(/Images/bg-sidebar-box.gif) bottom repeat-x;
	padding:9px 7px;
	margin-bottom:15px;
}
.pageSideBar li {
	margin-bottom:3px;
}
.pageSideBar a {
	color:#242278;
	font-weight:bold;
	background:url(/Images/arrow-blue.gif) 0 4px no-repeat;
	padding-left:8px;
	display:block;
}
* html .pageSideBar a {
	display:inline;
}
.pageSideBar ul.downloads {
	padding-bottom:0;
}
.pageSideBar ul.downloads li {
	margin:0 0 15px 5px;
	border-bottom:1px solid #b9e4f3;
	padding-bottom:5px;
}
.pageSideBar ul.downloads a {
	margin-right:8px;
	display:inline;
}
.pageSideBar ul.downloads a.file {
	display:block;
	background-position:top left;
	background-repeat:no-repeat;
	padding:2px 0 5px 37px;
	margin-left:-8px;
	margin-right:0;
	min-height:32px;
	font-weight:normal;
}
* html .pageSideBar ul.downloads a.file {
	height:32px;
}
.pageSideBar ul.downloads a.pdf {
	color:#242278;
	background-image:url(/Images/icon-pdf-32.gif);
}
.pageSideBar div.featuredLink {
	background:#f0fafd url(/Images/bg-sidebar-box.gif) bottom repeat-x;
	padding:7px 6px;
	margin-bottom:15px;
	border:1px solid #cceefa;
	border-top:none;
	text-align:right;
}
div.content {
	clear:left;
}
div.content img {
	border:0px;
}
div.featuredLink img.thumb {
	float:left;
	border:1px solid #000;
	margin:0 7px 2px 0;
	position:relative;
}
div.featuredLink strong,
div.featuredLink p {
	display:block;
	text-align:left;
	color:#242278;
}
div.featuredLink p {
	font-style:italic;
	margin-bottom:7px;
}
div.featuredLink strong {
	margin-bottom:4px;
}
.pageSideBar div.featuredLink a {
	display:inline;
}
.eventHeader {
	background:#e82c2e;
	color:#fff;
	margin-bottom:15px;
	padding:11px;
	font-size:16px;
}
.eventHeader span {
	display:block;
}
.eventHeader strong {
	font-size:18px;
}
.eventHeader span.value {
	font-weight:bold;
}
.eventHeader a {
	display:block;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	background:url(/Images/arrow-white.gif) 0 4px no-repeat;
	padding-left:8px;
	margin-top:3px;
}

/*
======================
Colours
======================
*/
.ochre		{ color:#CEC42B }
.bg-ochre	{ background-color:#CEC42B }
.blue		{ color:#4987BB }
.bg-blue	{ background-color:#4987BB }
.purple		{ color:#372660 }
.bg-purple	{ background-color:#372660 }
.green		{ color:#306E3A }
.bg-green	{ background-color:#306E3A }

/*
======================
Header
======================
*/
#header {
	padding-top:113px;
	position:relative;
	z-index:1000;
}
#logo {
	position:absolute;
	top:7px; left:0;
	display:block;
	width:177px;
	height:103px;
	background:url(/Images/Logos/logo-bbc.gif) no-repeat;
	line-height:500px;
	overflow:hidden;
}
#search {
	position:absolute;
	top:0; right:0;
	width:813px;
	height:41px;
	background:url(/Images/bg-search.gif) no-repeat;
	color:#fff;
	font-size:14px;
}
#search span.contact {
	float:left;
	width:380px;
	text-align:right;
	padding-top:3px;
	margin-right:28px;
}
#search strong {
	display:block;
	font-size:16px;
	text-align:right;
	line-height:16px;
	margin-bottom:-2px;
}
#search a {
	color:#fff;
}
#search span.search {
	float:left;
	padding-top:8px;
}
#search span.search * {
	float:left;
}
#search label {
	color:#ca2432;
	margin-right:15px;
}
#search input.searchBox {
	border:1px solid #bd2629;
	width:155px;
	font-size:12px;
}
#userStatus {
	position:absolute;
	top:45px;
	right:0;
}
#userStatus a {
	margin-left:8px;
}
#infoBar {
	line-height:34px;
	height:34px;
}
#breadcrumb, #breadcrumb * {
	float:left;
}
#breadcrumb strong {
	padding-right:5px;
	background:url(/Images/divider-gray.gif) right no-repeat;
}
#breadcrumb span, #breadcrumb a {
	margin-left:5px;
}
#actions {
	float:right;
}
#actions a {
	float:left;
	font-size:13px;
	font-weight:bold;
	line-height:34px;
	margin-left:14px;
	padding-right:18px;
	background-position:right;
	background-repeat:no-repeat;
	text-align:center;
}
#actions a.donate {
	background-image:url(/Images/button-donate.gif);
	width:93px;
}
#actions a.newsletter {
	background-image:url(/Images/button-newsletter.gif);
	padding-right:25px;
	width:189px;
}
#fontSize {
	position:absolute;
	top:92px; right:8px;
	font-size:14px;
	font-weight:bold;
	color:#e82c2e;	
	line-height:16px;
}
#fontSize * {
	float:left;
}
#fontSize span {
	padding-right:5px;
}
#fontSize a {
	background:url(/Images/bg-button-16.gif) no-repeat;
	text-align:center;
	width:16px;
	margin-left:2px;
}
#fontSize a:hover {
	text-decoration:none;
}

/*
======================
Footer
======================
*/
#footer {
	border-top:2px solid #e93638;
	font-size:11px;
	line-height:11px;
	padding-top:14px;
	height:50px;
}
#footer ul {
	float:right;
}
#footer li {
	float:left;
	border-right:1px solid #666;
	padding:0 10px;
}
#footer li.last {
	border:0;
	padding-right:0;
}
#footer a {
	color:#333;
}

/*
======================
Top Navigation
======================
*/
#topNav {
	background:#e82c2e url(/Images/corner-tr-red.gif) top right no-repeat;
	height:28px;
}
#topNav ul {
	float:right;
}
#topNav li {
	float:left;
	text-transform:uppercase;
	font-size:11px;
	background:url(/Images/divider-white.gif) right no-repeat;
	padding-top:1px;
	position:relative;
}
#topNav li.last {
	background:none;
}
#topNav a {
	float:left;
	line-height:26px;
	color:#fff;
	font-weight:bold;
	padding:0 13px;
}
#topNav a span {
	display:none;
}
#topNav a:hover,
#topNav li.hover a {
	text-decoration:none;
	color:#E82C2E;
	background:#fff;
	margin-left:-1px;
	padding-left:14px;
}
#topNav li.hover a.last {
	background:url(/Images/bg-topnav-last.gif) right no-repeat;
}
#topNav ul.level2 {
	display:none;
	float:none;
	position:absolute;
	width:150px;
	z-index:100;
	left:0; top:28px;
	background:#fff;
	padding-top:1px;
}
#topNav li.hover ul.level2 {
	display:block;
}
#topNav ul.level2 li {
	float:none;
	background:none;
	padding:0;
}
#topNav ul.level2 li a {
	float:none;
	display:block;
	width:124px;
	background:#E82C2E;
	color:#fff;
	line-height:14px;
	padding:4px 13px 4px 14px;
	border-bottom:1px solid #fff;
}
#topNav ul.level2 li a:hover,
#topNav ul.level2 li.hover a {
	color:#E82C2E;
	background:#fff;
}
#topNav ul.level4 {
	display:none;
}
#topNav ul.level3 {
	display:none;
	position:absolute;
	top:-1px; left:152px;
	border-top:1px solid #E82C2E;
	width:150px;
}
#topNav li.hover ul.level2 li.hover ul.level3 {
	display:block;
}
#topNav ul.level2 li.hover li a {
	background:#f2f2f2;
	color:#E82C2E;
	border-color:#E82C2E;
}
#topNav ul.level2 li.hover li a:hover {
	background:#fff;
}
	

/*
======================
Sidebar
======================
*/
.sideBar {
	width:230px;
	margin-right:13px;
	float:left;
	clear:left;
	padding-bottom:20px;
}
.sideBarHome {
	float:none;
	padding:0;
}
/* Sidebar Navigation */
.sideBar ul {
	margin-bottom:15px;
}
.sideBar ul a {
	display:block;
	text-transform:uppercase;
}
.sideBar ul a.level1 {
	background:url(/Images/bg-sideNav.gif) top left no-repeat;
	padding:5px;
	height:43px;
	color:#ee5f60;
}
.sideBar ul a.level1 strong {
	display:block;
	font-size:16px;
	line-height:100%;
}
.sideBar ul a.level1 span {
	display:block;
	font-style:italic;
	text-transform:none;
}
.sideBar ul a.level1:hover {
	text-decoration:none;
	color:#e82c2e;
}
.sideBar ul li.active a.level1 {
	color:#fff;
	background:#e82c2e url(/Images/bg-sidenav-active.gif) top right no-repeat;
	height:auto;
	padding:0 5px;
	border-bottom:1px solid #f28b8c;
}
.sideBar ul li.active a.level1:hover {
	color:#fff;
}
.sideBar ul li.active a.level1 strong {
	line-height:26px;
}
.sideBar ul li.active a.level1 span {
	display:none;
}
.sideBar ul li.level1 ul {
	margin-bottom:3px;
}
.sideBar ul li.level2 {
	background-color:#e82c2e;
}
.sideBar ul li.level1 li.last {
	background:#e82c2e url(/Images/corner-bl-red.gif) bottom left no-repeat;
	border:0;
}
.sideBar ul li.level1 li.level2 li.last {
	background:none;
}
.sideBar ul a.level2 {
	background:url(/Images/arrow-pink.gif) 9px 8px no-repeat;
	color:#f8dada;
	line-height:23px;
	padding-left:22px;
}
.sideBar ul li.active li.active a.level2 {
	color:#fff;
	background-color:#e82c2e;
	background-image:url(/Images/arrow-white-active.gif);
	font-weight:bold;
}
.sideBar ul li.level2 {
	border-bottom:1px solid #f28b8c;
}
.sideBar ul li.level2 ul {
	padding:3px;
	border-left:1px solid #e82c2e;
	border-right:1px solid #e82c2e;
	background:#fff;
	margin-bottom:0;
	border-bottom:1px solid #e82c2e;
}
.sideBar ul a.level3 {
	text-transform:none;
	padding-left:32px;
	background:url(/Images/arrow-red-large.gif) 20px 5px no-repeat;
	line-height:17px;
}
.sideBar ul li.active li.active li.active a.level3 {
	color:#fff;
	background-color:#e82c2e;
	background-image:url(/Images/arrow-white-active.gif);
}

/* Home Page Navigation */
#homeNav {
	background:url(/Images/Samples/home-sprite.jpg) top right no-repeat;
	margin-bottom:12px;
	position:relative;
	height:212px;
	/*cursor:pointer;*/
}
#homeNav.item1 {
	background-position:right -212px;
}
#homeNav.item2 {
	background-position:right -424px;
}
#homeNav.item3 {
	background-position:right -636px;
}
#homeNav.item4 {
	background-position:right -848px;
}
#homeNav .sideBar ul {
	float:left;
	height:212px;
	margin:0;
}
#homeNav .sideBar ul li.level1 {
	width:232px;
	height:53px;
	overflow:hidden;
	float:left;
	clear:left;
}
#homeNav .sideBar ul li.hover {
	width:254px;
}
#homeNav .sideBar ul a.level1,
#homeNav .sideBar ul li a.level1 {
	background-image:url(/Images/bg-sideNav-home.gif);
	color:#fff;
}
#homeNav .sideBar ul li a.level1 span {
	display:block;
}
#homeNav .sideBar ul li.hover a.level1 {
	background-position:bottom left;
}
#homeNav .sideBar ul li.level2 {
	background:none;
}
#homeNav .sideBar ul li.level1 ul {
	display:none;
	position:absolute;
	left:255px; top:12px;
}
#homeNav .sideBar ul li.level1 ul li.level2 ul {
	display:none;
}
#homeNav .sideBar ul li.hover ul {
	display:block;
}
#homeNav .sideBar ul li ul li.level2 {
	margin-bottom:2px;
	height:27px;
	float:left;
	clear:left;
	border:none;
}
#homeNav .sideBar ul li ul li a.level2 {
	font-size:14px;
	font-weight:normal;
	float:left;
	color:#e82c2e;
	background:url(/Images/bg-white-90.png);
	height:27px;
	line-height:27px;
	padding:0 8px;
	border:none;
}
* html #homeNav .sideBar ul li ul li a.level2 {
	width:240px;
	background:#fff;
}

/* 'Select Page' Box*/
.selectedPages {
	background:#f2f2f2 url(/Images/bg-select-page.gif) top no-repeat;
	padding-top:10px;
}
.selectedPages h2 {
	font-size:16px;
	color:#e82c2e;
}
.selectedPages h2, .selectedPages p {
	margin:0 10px 10px 10px;
}
.selectedPages p a {
	font-size:11px;
	font-weight:bold;
	background:url(/Images/icon-addinfo.gif) left no-repeat;
	padding-left:18px;
	margin-left:3px;
}
.selectedPages a.visit {
	display:block;
	text-transform:uppercase;
	background:#8a8a8a url(/Images/corner-bl-gray.gif) bottom left no-repeat;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	line-height:25px;
	text-align:right;
	padding-right:10px;
}
.selectedPages a.visit span {
	text-align:right;
	background:url(/Images/arrow-white.gif) left no-repeat;
	padding-left:12px;
}

/*
======================
Feature Boxes
======================
*/
#features {
	clear:left;
}
#features li.topLevel {
	float:left;
	width:232px;
	margin-right:11px;
}
#features li.last {
	margin:0;
}
#features h2 {
	color:#fff;
	background:url(/Images/corner-tr-12px.png) top right no-repeat;
	padding-left:4px;
}
* html #features h2 {
	background-image:url(/Images/corner-tr-12px.gif);
}
#features h2 a {
	display:block;
	color:#fff;
}
#features img {
	display:block;
	margin-bottom:1em;
}
#features p {
	height:6.6em;
	padding:0 10px 0 4px;
}
#features li li {
	margin-bottom:1em;
}
#features li li a {
	display:block;
	padding:0 10px 0 14px;
	font-weight:bold;
	background:url(/Images/arrow-gray.gif) 4px 4px no-repeat;
}
* html #features li li a {
	float:left;
	clear:left;
}

/*
======================
Page Summary List
======================
*/
.pageSummary {
	margin:25px 0;
}
.pageSummary li {
	position:relative;
	min-height:73px;
	padding:17px 15px 15px 110px;
	background:url(/Images/divider-gray-shadow.gif) top repeat-x;
}
* html .pageSummary li {
	height:73px;
}
.pageSummary h3 {
	color:#e82c2e;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:5px;
}
.pageSummary img {
	position:absolute;
	top:17px; left:4px;
}
.pageSummary p {
	margin-bottom:2px;
}
.pageSummary p.links {
	overflow:auto;
	margin-bottom:0;
}
* html .pageSummary p.links {
	overflow:visible;
}
.pageSummary p.links a {
	background:url(/Images/arrow-red.gif) 0 5px no-repeat;
	padding-left:8px;
	float:left;
	clear:left;	
}

/*
======================
Staff
======================
*/
.contactItem {
	position:relative;
	min-height:93px;
	padding:17px 15px 5px 110px;
	background:url(/Images/divider-gray-shadow.gif) top repeat-x;
	margin-top:10px;
}
* html .contactItem {
	height:93px;
}
.contactItem h3 {
	color:#e82c2e;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:5px;
	padding-top:8px;
}
.pageText .contactItem img {
	position:absolute;
	top:17px; left:4px;
	border:0;
}
.contactItem p {
	margin-bottom:2px;
}
.contactItem p.links {
	overflow:auto;
	margin-bottom:0;
}
.contactItem p.links a {
	background:url(/Images/arrow-red.gif) 0 5px no-repeat;
	padding-left:8px;
	margin-right:12px;
	float:left;
}
.pageText h2 {
	text-transform:none;
	font-size:18px;
	padding-top:36px;
}

/*
======================
My Selected Pages
======================
*/
table.downloads {
	width:100%;
	font-weight:bold;
	margin-top:10px;
}
table.downloads th {
	font-weight:bold;
	font-size:14px;
	padding-bottom:8px;
	color:#e82c2e;
	text-align:right;
}
table.downloads th.title {
	font-size:22px;
	color:#333;
	text-align:left;
}
table.downloads tr.alt td {
	background-color:#f2f2f2;
}
table.downloads td {
	padding:5px 7px;
}
table.downloads th.title p {
	font-size:12px;
	padding-right:40px;
}
table.downloads input,
table.downloads select {
	font-weight:normal;
	float:right;
}
table.order input {
	margin-top:3px;
	font-size:11px;
}
table.order {
	margin-bottom:15px;
}
table.downloads p {
	font-weight:normal;
}
table.downloads td a {
	background:url(/Images/arrow-red.gif) 0 5px no-repeat;
	padding-left:8px;
}
table.downloads td.file {
	background-position:5px 6px;
	background-repeat:no-repeat;
	padding-left:30px;
}
table.downloads td.pdf {
	background-image:url(/Images/icon-pdf.png);
}
.downloadsButtons {
	height:20px;
	margin-bottom:25px;
	padding:10px 7px 0 0;
}
.downloadsButtons a {
	float:right;
	margin-left:6px;
	line-height:20px;
	color:#fff;
	background:#e82c2e url(/Images/corner-bl-red.gif) bottom left no-repeat;
	font-weight:bold;
	padding-left:10px;
}
.downloadsButtons a span {
	float:left;
	background:url(/Images/corner-tr-red-small.gif) top right no-repeat;
	padding-right:10px;
}
.loginButtons a {
	float:left;
	line-height:25px;
	margin:0 10px 0 0;
}
p.radio label {
	font-weight:bold;
}
p.radio input {
	margin-right:30px;
}

/*
======================
Forms
======================
*/
.form {
	margin-bottom:20px;
}
.form fieldset {
	margin-top:10px;
	background:#F2F2F2;
	margin-bottom:22px;
	padding:15px 0 10px 10px;
}
.form legend,
.form h3 {
	font-size:18px;
	margin-bottom:5px;
	margin-top:20px;
}
.form p {
	min-height:20px;
	position:relative;
	padding-left:155px;
}
* html .form p {
	height:20px;
}
.form div.inputWrapper {
	min-height:20px;
	position:relative;
	padding-left:155px;
}
.form div.captcha div{
	background: #eee;
	padding: 12px;
	margin-bottom: 20px;
	width: 180px;
}
.form div.captcha span {
	display: inline !important;
	float: none !important;
	margin: 0 !important;
}
.form div.captcha img {
	display: block !important;
	margin-bottom: 5px;
}	

.form div.captcha input{
	border: 1px solid #BE252A;
	width: 100px;
}
* html .form div.inputWrapper {
	height:20px;
}
.form label {
	position:absolute;
	top:0; left:0;
	font-weight:bold;
	line-height:100%;
}
.form p.checkbox label {
	position:static;
	margin-left:5px;
}
.form label small {
	font-weight:normal;
	font-size:9px;
}
.form input.text {
	background:#fff;
	border:1px solid #be252a;
	width:220px;
}
.form textarea {
	background:#fff;
	border:1px solid #be252a;
	width:220px;
	font-family:Arial;
}
.form input.button {
	padding:4px;
	margin-right:10px;
}
.validation-container {
	background:#ffc1c1;
	padding:8px;
	margin-bottom:12px;
	border:1px solid #be252a;
	color:#000;
}
.validation-title {
	font-weight:bold;
}
.alertUpdate {
	width:359px;
	padding:8px;
	border:1px solid #46b101;
	background:#f1f8e8;
	color:#46b101;
	font-weight:bold;
	margin-bottom:20px;
}

/*
======================
Sidebar - Red Box
======================
*/
.redBox {
	background:#e92d2e;
	width:225px;
	margin-right:18px;
	padding-bottom:0;
}
.redBox h3 {
	color:#fff;
	border-bottom:1px solid #fff;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 12px;
	line-height:30px;
	font-size:16px;
}
.redBox h3 a {
	display:block;
}
.redBox h3 a:hover {
	text-decoration:none;
}
.redBox ul {
	padding:12px;
	margin:0;
}
.redBox ul a, .redBox a {
	color:#fff;
	text-transform:none;
	font-weight:bold;
}
* html .redBox ul a {
	display:inline;
}

/*
======================
Site Map
======================
*/
#siteMap h2 {
	font-size:20px;
	margin-bottom:8px;
}
#siteMap a {
	display:block;
}
#siteMap li.level1 {
	margin-top:25px;
}
#siteMap a.level1 {
	font-size:18px;
	font-weight:bold;
}
#siteMap li.level2 {
	border-top:1px solid #ccc;
	margin-top:4px;
	padding-top:4px;
	width:450px;
}
#siteMap a.level2 {
	font-weight:bold;
}
#siteMap ul.level3,
#siteMap ul.level3 ul {
	margin-left:25px;
}

/*
======================
Forum
======================
*/
#topics {
	margin-top:30px;
}
#topics li {
	margin:0 30px 60px 0;
}
#topics li.alt {
	margin-right:0;
}
#topics h2 {
	margin-bottom:4px;
}
#topics h2 a {
	font-size:22px;
	text-transform:none;
}
#topics p.topicIntro {
	margin:0;
	position:relative;
}
#topics p.topicIntro a.more,
#topics div.latestPost a.more {
	font-weight:bold;
	background:url(/Images/arrow-red.gif) 0 5px no-repeat;
	padding-left:8px;
	margin-left:5px;
}
#topics div.posts {
	position:relative;
	height:90px;
	padding-left:50px;
	margin-top:10px;	
}
#topics a.postCount {
	display:block;
	background:#e82c2e;
	color:#fff;
	font-weight:bold;
	width:50px;
	height:98px;
	padding-top:12px;
	font-style:normal;
	font-size:11px;
	text-align:center;
	position:absolute;
	top:0; left:0;
}
#topics a.postCount:hover {
	text-decoration:none;
}
#topics a.postCount em {
	display:block;
	text-align:center;
	font-size:20px;
	font-style:normal;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:18px;
}
#topics div.latestPost {
	background:#f2f2f2;
	border:1px solid #ccc;
	padding:8px;
	height:92px;
}
#topics div.latestPost span {
	font-size:11px;
	font-weight:bold;
	color:#e82c2e;
	color:#444;
	display:block;
	margin-bottom:2px;
}
#topics div.latestPost p {
	color:#444;
	margin:0;
}
#topics div.latestPost p a.postName {
	font-size:16px;
	font-weight:bold;
	display:block;
	margin-bottom:2px;
}
#posts {
	margin-top:30px;
}
#posts li {
	background:#f2f2f2;
	border:1px solid #aaa;
	border-top:3px solid #e92a2f;
	margin-bottom:20px;
	padding:11px 11px 0 11px;
	position:relative;
}
#posts li h2 {
	text-transform:none;
	font-size:16px;
}
#posts a.readMore {
	background:url(/Images/arrow-red.gif) 0 5px no-repeat;
	padding-left:8px;
	margin-left:5px;
	font-weight:bold;
}
.postWrapper {
	margin:15px 0 35px 0;
	min-height:80px;
}
* html .postWrapper {
	height:80px;
}
img.postPhoto {
	border:1px solid #e92a2f;
	float:left;
	margin:4px 12px 12px 0;
}
.postButtons {
	text-align:right;
	margin-top:-28px;
}
.postButtons input {
	font-size:11px;
}
.comment {
	margin-top:25px;
	background:#f2f2f2;
	border:1px solid #aaa;
	border-top:3px solid #e92a2f;
	margin-bottom:20px;
	padding:11px 100px 0 94px;
	position:relative;
	min-height:83px;
}
* html .comment {
	height:72px;
}
.comment h4 span {
	font-weight:bold;
}
.comment img {
	position:absolute;
	left:11px;
	top:11px;
	border:1px solid #e92a2f;
}
.comment span.commentDate {
	position:absolute;
	right:8px;
	top:4px;
	font-weight:bold;
	color:#e92a2f;
}
.comment span.commentId {
	font-size:11px;
	position:absolute;
	top:75px;
	right:8px;
}
.comment input.report {
	position:absolute;
	top:25px;
	right:8px;
	font-size:11px;
}
.comment input.delete {
	position:absolute;
	top:50px;
	right:8px;
	font-size:11px;
}
.author {
	background:#ffe;
}
p.byline {
	font-style:italic;
}

/*
======================
Press Releases & RSS
======================
*/
.pressRelease {
	border-bottom:1px solid #bbb;
}
.pressRelease a {
	background:url(/Images/arrow-red.gif) 0 5px no-repeat;
	padding-left:8px;
	margin-left:5px;
}
.pressRelease h3 {
	margin-bottom:5px;
}
.pressRelease h3 a {
	background:none;
	padding:0;
	margin:0;
}
.rssPaging {
	margin:20px 0;
	font-weight:bold;
}
.rssPaging a {
	margin-left:15px;
}

/*
======================
Shop
======================
*/
.shop h2 {
	color:#E82C2E;
	margin:30px 0 20px 0;
}
#productList {
	width:450px;
	margin-bottom:40px;
}
#productList li {
	border:1px solid #bbb;
	padding:15px;
	margin-bottom:15px;
}
#productList li strong {
	font-size:16px;
}
#productList li p.subhead {
	color:#aaa;
	font-size:11px;
}
#productList li img {
	display:block;
	margin-bottom:15px;
}
#productList li select {
	display:block;
	margin-bottom:7px;
	width:150px;
}
#productList li input.quantity {
	border:1px solid #BE252A;
	width:40px;
	padding:3px;
}
#productList li input.button {
	padding:2px;
}
.cart {
	width:100%;
	border:1px solid #ccc;
	border-bottom:0;
	margin:30px 0 20px 0;
}
.cart th {
	font-weight:bold;
}
.cart th, .cart td {
	border-bottom:1px solid #ccc;
	padding:5px 10px;
}
.cart tr.total td, .money {
	text-align:right;
}
.cart tr.grand {
	font-size:14px;
	font-weight:bold;
	background:#f2f2f2;
}
.cart input.text {
	width:40px;
	padding:2px;
	text-align:right;
}
.cart dd, .cart dt, .cart dd ul, .cart dd li {
	list-style:none;
	padding:0;
	margin:0;
	display:inline;
} 
.cart dd {
	margin-left:4px;
}
.donation {
	background:#E92D2E;
	text-align:right;
	padding:5px;
	margin-bottom:10px;
}
.donation label {
	color:#fff;
	font-weight:bold;
}
.donation input {
	padding:3px 5px;
	width:35px;
	text-align:right;
	border:0;
}
.rounding {
	text-align:right;
	margin-bottom:10px;
}
.rounding input {
	margin-right:5px;
}

/*
======================
Paging
======================
*/
.PagerContainer {
	height:20px;
	margin-bottom:25px;
}

/*
======================
Email
======================
*/
p.specialAssist {
	display:none;
}