@charset "UTF-8";
/* CSS Document */

body {
	background:#E2E2E2 url(../images/bg.jpg) repeat-x fixed 0 0;
	color:#333333;
	-x-system-font:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:160%;
	vertical-align:top;
}

* {
	margin:0;
	padding:0;
}

#page {
	background:transparent url(../images/bg_page.png) repeat-y scroll 0 0;
	margin:auto;
	text-align:left;
	width:790px;
	padding:0 7px 0 7px;
	height:100%;
}

a {
	color:#0088CC;
}

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

a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

p, address {
	padding-bottom:0.4em;
}

.heading-sub {
	font-size:85%;
	font-variant:small-caps;
}


/* Header */

#header {
	background-color:#00365D;
	height:60px;
}

#header img {
	display:inline;
	float:left;
}

/* Main navbar */

#navbar {
	background:#00365D url(../images/bg_navbar.png) repeat-x scroll 0 0;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	height:40px;
}

#navbar ul {
	font-size:12px;
	line-height:normal;
	padding:0 25px 0 25px;
}

#navbar li {
	float:left;
	margin:0px 10px 0px 10px;
	padding:10px 10px 0px 10px;
	list-style-type:none;
	list-style-position:outside;
}

#navbar li a {
	color:#FFFFFF;
}

#navbar a:hover {
	color:#83B6BF;
	text-decoration:none;
}

/* Top story */

h2 {
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	font-weight:normal;
	line-height:normal;
	letter-spacing:1px;
	padding-bottom:0.4em;
}

h4 {
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	line-height:normal;
	padding:8px 0 0.4em 0;
}

h5 {
	color:#000000;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:11px;
	font-weight:strong;
	line-height:normal;
	padding:8px 0 0.4em 0;
}

h6 {
	color:#000000;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:normal;
	padding-bottom:0.4em;
}

#container-story-first {
	padding:0 0 0 45px;
	height:220px;
}

#container-story-first h2 {
	padding-top:40px;
}

#container-story-first h4 {
	color:#333333;
}

#story-first-a, #story-first-b {
	display:inline;
	float:left;
	position:relative;
}

#story-first-a {
	width:290px;
	padding:0 0 20px 0;
}

#story-first-b {
	width:380px;
	margin-left:30px;
	height:220px;
	background:transparent url(../images/bg_submenu.png) repeat-x scroll 0 0;
}

#story-first-b h6 {
	padding:20px 45px 10px 45px;
}

#story-first-b img {
	padding:0 0 0 0;
	vertical-align:baseline;
}

#story-first-b p {
	margin:0 20px 0 20px;
	padding:8px 45px 8px 25px;
	border-top:1px solid #CCCCCC;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:normal;
	color:#333333;
	background:transparent url(../images/arrow_more2.png) no-repeat scroll 7px 12px;
}

#story-first-b p a {
	color:#666666;
	background:none;
}

#story-first-b p a:hover {
	color:#333333;
	text-decoration:none;
}

#story-first-b p.quote {
	margin:16px 20px 0 20px;
	border-top:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background:none;
}

#story-first-b p.quote-sub {
	margin:0px 20px 0 20px;
	font-size:10px;
	color:#666666;
	background:none;
}

/* Main story section */

#container-story {
	border-top:1px solid #CCCCCC;
	padding:15px 0 20px 29px;
	clear:both;
	z-index:10;
}

h3 {
	background:transparent url(../images/bg_h3.png) no-repeat scroll 0 0;
	color:#FFFFFF;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:normal;
	padding:4px 10px 0px 10px;
	height:23px;
}

blockquote {
	padding:0 30px 0.8em 30px;
}

ul, ol {
	padding:0 0 0.8em 30px;
}

li {
	padding-bottom:0.4em;
}

table {	
	margin:0.4em 0 0.8em 0;
	border:1px solid #666666;
	border-collapse:separate;
	empty-cells:show;
}

tr {
	background-color:#FFFFFF;
}

th {
	color:#000000;
	border-bottom:1px solid #666666;
	background-color:#E9E9E9;
	font-weight:bold;
	text-align:center;
	padding:4px 6px 6px 6px;
	vertical-align:bottom;
}

td {
	border-spacing:0;
	padding:4px 6px 4px 6px;
	vertical-align:top;
	border-bottom:1px solid #CCCCCC;
}

.even {
	background-color:#FAFAFA;
}

td.number {
	white-space:nowrap;
	text-align:right;
}

.sidebar {
	font-size:10px;
	padding-bottom:0.4em;
}

#container-story h2 {
	font-size:14px;
	padding:8px 0 0.4em 0;
}

#container-story h4 {
	color:#333333;
	font-size:12px;
	padding-top:0;
}

.story-separator {
	border-top:1px dotted #999999;
	margin-top:10px;
	padding-top:10px;
}

img.story-link {
	float:right;
	padding:4px 0 0 10px;
}

img.button {
	float:left;
	padding:4px 0 0 0;
}

.sold-out {
	color:#ED1C24;
	line-height:normal;
}

img.story-photo {
	float:right;
	padding:0 0 10px 10px;
}

.story-link-more {
	background:transparent url(../images/arrow_more.gif) no-repeat scroll 0 0.4em;
	line-height:normal;
	padding-left:10px;
}

.story-separator-link-more {
	border-top:1px dotted #999999;
	margin-top:10px;
	padding-top:10px;
	background:transparent url(../images/arrow_more.gif) no-repeat scroll 0 15px;
	line-height:normal;
	padding-left:10px;
}


/* Office locations and contact details */

address {
	font-size:10px;
	font-style:normal;
	line-height:normal;
}

.contact {
	font-size:10px;
	line-height:normal;
}

img.story-marker {
	float:right;
	padding-left:10px;
}


/* 5-column layout */

#story-5col {
	border-left:1px solid #CCCCCC;
	padding:0 0 20px 10px;
	margin:0 0 20px 10px;
	display:inline;
	position:relative;
	float:left;
	width:129px;
}

img.thumbborder {
	padding:0 5px 2px 0px;
	vertical-align:text-bottom;
}


/* 3-column layout */

#story-3col {
	border-left:1px solid #CCCCCC;
	padding:0 0 20px 10px;
	margin:0 0 20px 10px;
	display:inline;
	position:relative;
	float:left;
	width:230px;
}


/* 2-column layout */

#story-2col-a {
	padding:0 0 20px 0;
	margin:0 0 20px 0;
	display:inline;
	float:left;
	position:relative;
	width:480px;
}

#story-2col-a h3 {
	background:transparent url(../images/bg_h3_2col.png) no-repeat scroll 0 0;
}

#story-2col-b {
	border-left:1px solid #CCCCCC;
	padding:0 0 20px 10px;
	margin:0 0 20px 10px;
	display:inline;
	float:left;
	position:relative;
	width:230px;
}

#story-2col-b-alt {
	border-left:1px solid #CCCCCC;
	padding:8px 0 20px 10px;
	margin:0 0 20px 10px;
	display:inline;
	float:left;
	position:relative;
	width:230px;
}


/* 1-column layout */

#story-1col {
	padding:0 0 20px 0;
	margin:0 0 20px 0;
	display:inline;
	float:left;
	position:relative;
	width:730px;
}


/* WorldPay on ECV site */

h1 {
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	font-weight:normal;
	line-height:normal;
	letter-spacing:1px;
	padding-bottom:0.4em;
}

#container-story h1 {
	padding-top:40px;
}

#worldpay-cards {
	padding:5px 0 0 0;
	margin:5px 0 0 0;
}

#worldpay-cards table {	
	border:none;
}

#worldpay-cards td {
	border-bottom:none;
	text-align:left;
	padding:4px 6px 16px 6px;
}


/* Site map section */

#container-sitemap {
	border-top:double #CCCCCC;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:10px;
	clear:both;
	padding:10px 0 20px 29px;
}

#sitemap {
	margin:0 0 20px 20px;
	font-weight:normal;
	display:inline;
	float:left;
	position:relative;
	width:168px;
	line-height:normal;
}

.sitemap-heading {
	color:#333333;
	font-size:12px;
	line-height:24px;
	font-weight:bold;
}

#sitemap a {
	color:#666666;
}

#sitemap a:hover {
	color:#333333;
}


/* Legal footer section */

#footer {
	border-top:1px solid #CCCCCC;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:10px;
	clear:both;
	color:#666666;
	padding:10px 29px 20px 29px;
}

.footer-heading {
	color:#333333;
}

#footer p {
	padding:5px 0 0 0;
}

