/* Client: LVS Ascot		Date: 22 Feb 2010 
----------------------------------------------------------------------------- */


/* RESET CODE
----------------------------------------------------------------------------- */

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;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}


/* CLEAR AND FLOATS
----------------------------------------------------------------------------- */


.clear {
	clear:both;
}

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

.clearfix {
	display:inline-block;
}

/* Hides from IE-mac */
* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}

.right {
	float:right;
}

.left {
	float:left;
}

.relative {
	position:relative;
}

.absolute {
	position:absolute;
	z-index:99;
}


/* STRUCTURE
----------------------------------------------------------------------------- */


.head, .prime, .banner, .container, .foot {
	clear:both;
	margin:0 auto;
}

/* This forces a vertical scroll bar regardless of page height, simply to combat the irritating page shift. */
html {
	height:101%;
	margin-bottom:1px;
}

/* for ie5.5 / 6.0 - realign the text */
* html .head, * html .prime, * html .banner, * html .container, * html .foot {
	text-align:left;
}

body {
	margin:0px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:100%;
	background:#FFFFFF;
}

/*
 For FireFox, Chrome and Safari - default monospace font too small
 See: http://www.undermyhat.org/blog/2009/09/css-font-family-monospace-renders-inconsistently-in-firefox-and-chrome/
*/
pre, code, samp, kbd, tt {
  font-family:"Courier New" , monospace;
}

/* Container for the whole page */
div.page_outer {
	margin:0 auto;
	padding:0;
	width:1020px;
	position:relative;
}

div.page_inner {
	margin:0 30px 0 30px;
}

.head {
	background:url("/images/bg_head.gif") repeat-x scroll left bottom #dee2e5;
}

.logo {
	position: relative;
	margin:0 0 5px 0;
	padding:0;
	height:140px;
}

.logo a {
	display: block;
}

div.container {
	background:#ffffff;
	clear:both;
	height:300px;
	height:auto !important;
	margin:15px 0 0 0;
	min-height:300px;
	padding:0;
	width:960px;
}

body.home div.container {
	background:url("/images/bg_content_home.gif") repeat-x scroll left top transparent;
	margin-top: 0;
	padding-top: 15px;
}

.foot {
	margin:15px auto;
	width:960px;
	clear:both;
	background:#ffffff;
	background:url("/images/hr_dotted.gif") repeat-x scroll left top transparent;
	height:50px;
}

.foot_inner {
	background:url("/images/hr_dotted.gif") repeat-x scroll left bottom transparent;
}

/* fixes collapse of empty div in firefox */
.spacer {
	white-space:pre;
}


/* SPOTLIGHT STYLES
----------------------------------------------------------------------------- */


div.spotlight {
	padding:0 0 0 0;
}


/* CAROUSEL STYLES
----------------------------------------------------------------------------- */

div.carousels {
	height:244px;
	width:640px;
	overflow:hidden;
}

div.carousels div#fader img {
	display:block;
}

div.carousel_list div.carousel {
	margin-bottom: 10px;
	margin-right: 10px;
	float:left;
}

div.carousel_list img.slide,
div.carousel_list div.carousel {
	height:120px;
	width:315px;
	display:block;
}



/* CHANNEL STYLES
----------------------------------------------------------------------------- */

div.channel {
	margin-bottom:2px;
	height:80px;
	width:313px;
	line-height:0;
}

div.channel.last {
	margin-bottom:0;
}

div.channel a,
div.channel img {
	display:block;
}

div.channel img {
	display:block;
}


/* BULLET STYLES
----------------------------------------------------------------------------- */

div.content_two ul, div.content_three ul {
	padding-left:20px;
	margin:0 0 10px 0px;
	font-size:0.7em;
	line-height:1.44em;
}

/*div.content_two ul li {
	float:left;
}

div.content ul {
	padding-left:20px;
	margin:0 0 10px 0;
}

div.content_two ul li, div.content_three ul {
	font-size:0.7em;
	line-height:1.44em;
}*/


/* ROLLOVER STYLES
----------------------------------------------------------------------------- */


a.rollover {
	display:block;
	width:100%;
	height:100%;
}

a.rollover:hover {
	background-position:bottom;
}

a.rollover span {
	position:absolute;
	left:-5000px;
}


/* BANNER STYLES
----------------------------------------------------------------------------- */


div.banner {
	position:relative;
	background:#787878;
}

div.banner img {
	display:block;
}

div.banner p.banner {
	padding:15px 20px 15px 20px;
	font-size:3em;
	color:#FFFFFF;
	background:#787878;
}


/* NAVIGATION GRID STYLES
----------------------------------------------------------------------------- */


div.navigationGrid div.navigation {
	width:100px;
	margin-right:18px;
	margin-bottom:8px;
	text-align:center;
}

div.navigationGrid div.navigation h2 {
	font-size:0.8em;
	font-weight:bold;
}

div.navigationGrid div.navigation.rowEnd {
	margin-right:0;
}

div.navigationGrid div.navigation .title {
	padding:2px;
}

div.navigationGrid div.navigation .text p {
	padding:0;
	margin:0;
	text-align:left;
}


/* ADMIN FORM STYLES
----------------------------------------------------------------------------- */


div.adminForm {
}

form.admin {
	font-size:0.75em;
}

form.admin p {
	font-size:1em;
	padding:0;
	margin:0 0 0.5em 0;
}

form.admin fieldset {
	border:1px #CCCCCC solid;
	padding:10px;
	margin-top:20px;
}

form.admin legend {
	font-weight:bold;
	font-size:1.2em;
	color: #000000;
}

form.admin div.row {
	clear:both;
	margin-top:10px;
	margin-bottom:5px;
}

form.admin div.row input {
	vertical-align:text-bottom;
}

form.admin div.row div {
	margin-left:178px;
}

form.admin label {
	display:block;
	float:left;
	font-weight:bold;
	padding:0 8px 0.5em 0;
	text-align:right;
	width:170px;
}

form.admin div.row div label {
	display:block;
	float:none;
	font-weight:normal;
	text-align:left;
	width: auto;
	padding:0;
}

form.admin label sup {
	color:#FF0000;
}

form.admin legend.error,
form.admin div.row p.error {
	color:#FF0000;
}

form.admin div.row p.note {
	color:#555555;
}


/* LOGIN FORM STYLES
----------------------------------------------------------------------------- */


form.login {
	font-size:0.75em;
	padding: 100px 234px 100px 234px;
}

form.login p {
	font-size:1em;
}

form.login fieldset {
	border:1px #CCCCCC solid;
}

form.login legend {
	font-weight:bold;
}

form.login div.row {
	clear:both;
	margin-bottom:10px;
}

form.login div.row input {
	vertical-align:text-bottom;
}

form.login div.row div {
	margin-left:178px;
}

form.login label {
	display:block;
	float:left;
	font-weight:bold;
	margin-right:10px;
	text-align:right;
	width:170px;
}

form.login label sup {
	color:#FF0000;
}

form.login div.row p.error {
	color:#FF0000;
	text-align:center;
}

form.login div.row p.note {
	color:#555555;
	text-align:right;
}


/* NEWSLETTER FORM STYLES
----------------------------------------------------------------------------- */


form.newsletter {
	font-size:0.75em;
}

form.newsletter fieldset {
	border:1px #CCCCCC solid;
}

form.newsletter div.row {
	clear:both;
	margin:10px;
}

form.newsletter div.row input {
	vertical-align:text-bottom;
	width:210px;
}

form.newsletter div.row input.natural {
	width:auto;
}


form.newsletter label {
	display:block;
	font-weight:bold;
	margin-right:10px;
}


/* CONTACT FORM STYLES
----------------------------------------------------------------------------- */

form.contact fieldset {
	width:350px;
}

form.contact {
	font-size:0.75em;
}

form.contact p {
	font-size:1em;
}

form.contact div.row {
	margin-bottom:10px;
}

form.contact div.indent {
	padding: 10px 10px 10px 10px;
}

form.contact div.referal {
	background: #E0EAF1;
	margin: 5px 0 5px 0;
}

form.contact div.row input, form.contact div.row textarea, form.contact div.row select {
	width:100%;
}

form.contact div.natural input {
	width:auto;
}


form.contact label {
	font-weight:bold;
}

form.contact label sup {
	color:#FF0000;
}


form.contact div.row p.error {
	color:#FF0000;
	text-align:center;
}



/* CONTENT GRID STYLES
----------------------------------------------------------------------------- */

div.content_grid {
	margin-right:10px;
	margin-bottom:10px;
	width:150px;
	float:left;
}

div.content_grid.rowEnd {
	margin-right:0;
}

div.content_grid img.no_zoom {
	padding-bottom:6px;
	margin-bottom:1em;
}


/* GENERAL DYNAMIC CONTENT STYLES
----------------------------------------------------------------------------- */


div.content ul,
div.content ol {
	padding-left:0px;
	margin-left:20px;
	margin-bottom:10px;
}

div.content ol {
	font-size: 0.8em;
	line-height: 1.3em;
	list-style-position: inside;
	list-style-type: decimal;
}


div.content h1 {
	padding:3px 0 3px 0px;
	font-family:Georgia,Times New Roman,Times,serif;
	font-size:1.5em;
	font-style:italic;
	font-weight:500;
	color:#9CABB6;
	line-height:30px;
}

div.home_content_two .content h1.first_title, div.home_content_two .content h2 {
		padding-left:10px;
}

div.home_content_two .content h2 {
		padding:12px 0 8px 10px;
		background:url("/images/hr_dotted.gif") repeat-x scroll left bottom transparent;
}

div.content h2 {
	margin:0 0 10px 0;
	padding:0 0 3px 0;
	color:#9CABB6;
	font-family:Georgia,Times New Roman,Times,serif;
	font-size:1.1em;
	font-weight:normal;
	background:url("/images/hr_dotted.gif") repeat-x scroll left bottom transparent;
}

div.first_block div.wrapper {
	background:url("/images/hr_dotted.gif") repeat-x scroll left top transparent;
}

div.content h1.first_title, div.content h2.first_title {
	background:url("/images/hr_dotted.gif") repeat-x scroll left bottom transparent;
	color:#9CABB6;
	font-family:Georgia,Times New Roman,Times,serif;
	font-style:italic;
	font-weight:500;
	line-height:30px;
	margin-bottom: 15px;
	padding:3px 0 3px 0px;
}

div.content h1.first_title {
	font-size:1.5em;
	margin-bottom: 15px;
}

div.content h2.first_title {
	font-size:1.2em;
}

div.content span.first_title {
	display:block;
	padding:0 0 12px 0;
}

div.content h3 {
	padding:0 0 8px 0;
	font-size:0.9em;
	font-weight:bold;
	color:#787878;
}

div.featured_article h3 {
	padding:0 0 8px 10px;
	font-size:0.7em;
	line-height:1.45em;
	font-weight:normal;
	color:#002f57;
}

div.content p {
	font-size:0.7em;
	line-height: 1.45em;
	margin:0 0 1em 0;
	padding: 0;
}

div.home_content_two .content p {
	padding:0 0 0 10px;
}

div.content table {
	font-size:0.75em;
	line-height:18px;
}

div.content .content_image {
	line-height:0;
}

div.content .content_image.right {
	margin:5px 0 10px 10px;
}

div.content .content_image.left {
	margin:5px 10px 10px 0;
}

div.content .content_image.full {
	margin:5px 0px 10px 0;
	padding:0;
	border:none;
	clear:both;
}

div.content span.zoom {
	display:block;
	font-weight:bold;
	text-align:center;
	background:#EEEEEE;
	color:#555555;
	line-height:12px;
	font-size:10px;
}

div.content p.textleft {
	text-align:left;
}


/* CONTENT COLUMN ONE
----------------------------------------------------------------------------- */


div.content_one {
	display:inline;
	float:left;
	height:1px;
	height:auto !important;
	margin-right: 15px;
	min-height:1px;
	width:173px;
}

div.bbc_content_one {
	width:220px;
	margin:0;
}


/* CONTENT COLUMN TWO
----------------------------------------------------------------------------- */


div.content_two {
	width:529px;
	float:left;
	display:inline;
}

div.home_content_two {
	width:630px;
}

div.admin_content_two {
	width:731px;
}

div.bbc_content_two {
	width:490px;
	margin:0 0 0 15px;
}


/* CONTENT COLUMN THREE
----------------------------------------------------------------------------- */


div.content_three {
	width:228px;
	float:right;
	display:inline;
}

div.home_content_three {
	width:313px;
}

div.bbc_content_three {
	width:220px;
	margin:0;
}


/* CONTENT COLUMN FOUR
----------------------------------------------------------------------------- */


div.bbc_content_four {
	margin:15px 0 0 0;
	padding:0;
	width:470px;
	float:left;
	display:inline;
}


/* CONTENT COLUMN FIVE
----------------------------------------------------------------------------- */


div.bbc_content_five {
	margin:15px 0 0 0;
	padding:0;
	width:470px;
	float:right;
	display:inline;
}


/* CONTENT COLUMN SIX
----------------------------------------------------------------------------- */


div.bbc_content_six {
	margin:0 0 0 0;
	padding:0;
	width:490px;
	float:left;
	display:inline;
}


/* PRIMARY NAVIGATION
----------------------------------------------------------------------------- */


div.prime {
	background: transparent url(/images/prime.jpg) top left no-repeat;
	margin:0 0 0 0;
	padding:0 0 10px 0;
}

div.prime .right {
	line-height:2em;
}

ul.primarynav {
	margin:0;
	padding:0;
	height:24px;
	font-family:"Myriad Web Pro",Arial,Helvetica,sans-serif;
	font-size:0.95em;
	color:#ffffff;
}

ul.primarynav li {
	margin:0;
	padding:0px 0px 0 0px;
	font-size:0.9em;
	font-weight:bold;
	display:inline;
	float:left;
}

ul.primarynav li.last {
	border-right:0px solid #000000;
}

ul.primarynav li a {
	margin:0;
	padding:0px 12px 0 12px;
	display:block;
	color:#ffffff;
	text-decoration:none;
	line-height:24px;
}

ul.primarynav li a:hover {
	text-decoration:underline;
	background:none repeat scroll 0 0 #305A7C;
}

ul.primarynav li.active a {
	text-decoration:none;
	background:none repeat scroll 0 0 #305A7C;
}


/* SIDE NAVIGATION
----------------------------------------------------------------------------- */


div.sidenav {
	font-size:0.7em;
}

div.sidenav ul {
	margin:0;
}

div.sidenav li {
	padding:4px 0 4px 0px;
	margin:0;
	list-style:none;
	list-style-image:none;
	background-color:#ffffff;
}

div.sidenav li.level1 {
	padding:4px 0 4px 0;
	margin:0;
	list-style:none;
	list-style-image:none;
}

div.sidenav ul.level0 {
	font-weight:bold;
	background:url("/images/hr_dotted.gif") repeat-x scroll left bottom transparent;
}

div.sidenav ul.level1 {
	background:url("/images/hr_dotted.gif") repeat-x scroll left top transparent;
}

div.sidenav ul.level1 li {
	font-weight:bold;
	background:url("/images/hr_dotted.gif") repeat-x scroll left bottom transparent;
}

div.sidenav ul.level2 li {
	font-weight:normal;
	background:none;
}

div.sidenav ul.level3 {
	margin-left:15px;
}

div.sidenav li a.expanded,
div.sidenav li a.active {
	color: #000000;
}

div.sidenav li a:hover,
div.sidenav li a.active {
	background:transparent url(/images/right_arrow.gif) no-repeat scroll 0px 50%;
	text-decoration:none;
}

div.sidenav li.admin a {
	background:none;
}

div.sidenav li a {
	color:#666666;
	padding-left:10px;
	display:block;
	height:1%;
}


div.sidenav li a.noblock {
	display:inline;
}

div.sidenav li.active {
	background:url("/images/hr_dotted.gif") repeat-x scroll left top #9CABB6;
	color:#ffffff;
}

div.sidenav span.first_title {
	border:none;
	margin:0;
}


/* ADMIN STYLES
----------------------------------------------------------------------------- */


div.admin {
	background: #dadada;
	margin-bottom:8px;
	padding-bottom:2px;
}

div.adminGroup {
	margin-bottom:25px;
}

p.admin {
	top:2px;
	left:2px;
	margin:0;
	padding:0 1px 0 1px;
}

div.content p.admin {
	margin-bottom:0;
}

p.admin, p.admin a {
	display:inline;
	font-size:11px;
	line-height:18px;
	height:18px;
	font-weight:normal;
	color:#BB141A;
	text-decoration:none;
}

p.admin a img,
div.sidenav li.admin img {
	vertical-align:-20%;
	display:inline;
}

p.admin a img {
	padding:0;
}

p.admin a {
	padding-left:1px;
	padding-right:1px;
}

p.admin a:hover {
	background-image:none;
}

p.admin.absolute {
	background: #ffffff;
	border:1px solid #aaaaaa;
}

div.sidenav li.admin a {
	font-size:11px;
	line-height:16px;
	font-weight:normal;
	color:#BB141A;
}

div.sidenav li span.admin {
	float:right;
}

div.sidenav li span.admin a {
	display:inline;
	color:#BB141A;
	font-weight:normal;
	padding:0;
	margin:0;
}

div.sidenav li span.admin a:hover {
	background:none;
}


/* BREADCRUMB NAVIGATION
----------------------------------------------------------------------------- */


div.breadcrumb {
	font-size:0.8em;
	margin-left:188px;
	margin-bottom:15px;
}


/* FOOTER NAVIGATION
----------------------------------------------------------------------------- */


div.foot {
	padding-bottom: 20px;
	height: 26px;
}

div.foot ul li {
	padding:0;
	margin:0;
	display:inline;
	float:right;
	color:#0000ff;
}

div.foot ul li a {
	padding:7px 12px 0 12px;
	display:block;
	float:left;
	font-size:11px;
	line-height: 13px
	height: 13px;
	font-weight:bold;
	color:#4e4e4e;
	text-decoration:none;
}

div.foot ul li a:hover {
	text-decoration:underline;
}

div.foot ul li.active a {
	text-decoration:underline;
}

div.foot .right {
	line-height:1.5em;
	margin:0;
	padding-left:1.5em;
}

div.foot p {
	font-size:0.75em;
	float:left;
	padding:0 0 0 10px;
}

div.foot p.credits {
	font-size:10px;
	text-decoration:none;
	color:#666666;
	float:right;
	margin:10px 10px 0 0;
}

div.foot p.address {
	color:#666666;
	float:left;
	font-size:10px;
	height: 12px;
	line-height: 12px;
	padding-bottom: 8px;
	padding-top: 8px;
	text-decoration:none;
}

div.foot p.social a {
	display: block;
	float: left;
	margin-left: 5px;
	padding-top: 4px;
}

div.foot p.copyright {
	color:#666666;
	float:left;
	font-size:10px;
	margin:10px 10px 0 0;
	text-decoration:none;
}

div.foot p.credits a {
	text-decoration:none;
	color:#666666;
}

div.foot p.credits a:hover {
	text-decoration:underline;
	color:#666666;
}


/* IMAGE BAND STYLES
----------------------------------------------------------------------------- */


div.imageBands {
	top: 5px;
	right: 10px;
	background:transparent;
	clear:both;
	padding: 0 0 0 0;
	position: absolute;
}

div.imageBand {
	float: left;
	margin-right:5px;
	padding-bottom:5px;
}

div.imageBand.last {
	padding-left:0;
}

div.imageBand p.admin {
	margin-top:18px;
	height: auto;
	left: 0;
	top: 0;
}

div.imageBand p.admin a {
	display: block;
	float: left;
	height: 16px;
	line-height: 16px;
	padding: 0;
}

div.imageBand p.admin img,
div.imageBand p.admin a img {
	float: left;
	font-size: 16px;
	height: 16px;
	line-height: 16px;
}


/* ARTICLE STYLES
----------------------------------------------------------------------------- */


div.featured_article {
	margin:0 0 10px 0;
	padding:3px 0 5px 0;
	background:url("/images/hr_dotted.gif") repeat-x scroll left bottom transparent;
}

div.calendar_page .article_summary {
	margin:0;
}

div.article_summary .content {
	padding:6px 10px 7px 10px;
	background:#f0f0f0;
}

div.article_summary .content.oddRow {
	background:#ffffff;
}

div.article_summary .content div {
	float:right;
	width:400px;
}

div.article_summary.last,
div.featured_article.last {
	background:none;
}

div.calendar_page h2, .content_two.news h2 {
	margin:15px 0 3px 0;
	padding:3px 0 3px 10px;
	color:#ffffff;
	font-family:"Myriad Web Pro",Arial,Helvetica,sans-serif;
	font-size:0.9em;
	font-weight:normal;
	background:#808080;
	}

div.article_summary h3,
div.featured_article h3 {
	padding:0;
}

div.article_summary h3 {
	font-size: 0.7em;
	font-weight: bold;
	margin: 0;
}

div.article_summary p {
	margin: 0;
	padding-top: 5px;
}

div.featured_article cite {
	color: #000000;
	display: block;
	font-size: 0.7em;
	font-weight: bold;
	margin: 0;
}

div.article_summary cite {
	color: #666666;
	display: block;
	font-size: 0.7em;
	margin: 0;
	width: 80px;
}

/* CALENDAR STYLES
----------------------------------------------------------------------------- */

div.calendar {
	font-size:80%;
}

div.calendar table {
	border-collapse:separate;
	width:100%;
	margin:0 auto;
	border:1px solid #f0f0f0;
}

div.calendar th,
div.calendar td {
	text-align:center;
}

div.calendar th {
	padding:3px 0 0 0;
	font-size:100%;
}


div.calendar td {
	width:14%;
	line-height:1.8em;
	background:#f0f0f0;
	border: 2px solid #ffffff;
}

div.calendar th.previous {
	vertical-align:middle;
}

div.calendar th.current {
}

div.calendar th.next {
}

div.calendar a {
	display:block;
	text-decoration:none;
}

div.calendar a:hover {
	text-decoration:underline;
}

div.calendar td.plain {
	background:#ffffff;
}

div.calendar tr.header {
	background:#9cabb6;
	color:#ffffff;
}

div.calendar tr.header a {
	color:#ffffff;
}

div.calendar tr.header th {
	padding:3px 0 1px 0;
}

div.calendar td.today {
	border-right:2px solid #34536d;
	border-bottom:2px solid #032f52;
}

div.calendar td.busy {
	background:#9cabb6;
	color:#ffffff;
}


/* GENERIC STYLES
----------------------------------------------------------------------------- */


div.podcasts {
	margin:0 0 0 0;
	padding:0;
	width:480px;
	float:right;
	display:inline;
}

div.podcasts ol {
	list-style: decimal inside;
}

div.podcasts table th {
	font-weight:normal;
}


/* GENERIC STYLES
----------------------------------------------------------------------------- */


a {
	color:#002f57;
	text-decoration:none;
}

p a {
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

.center {
	text-align:center;
}

.small {
	font-size:90%;
}

tr.oddRow {
	background:#dddddd;
}

.unavailable {
	color:#bbbbbb;
}

