/* Client: Stage Ltd		Date: 16 Aug 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, .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:"Myriad web pro", "Myriad pro", Arial, sans-serif;
	color:#363636;
	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:10px 0 0 0;
	width:1020px;
	position:relative;
}

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

div.logo {
	padding:0;
	float:left;
}

div.search {
	float: right;
	margin: 45px 0 0 0;
	text-align: right;
}

	div.search input.text {
		width: 205px;
	}

div.head {
	padding:0 0 10px 0;
	background:url("/images/bg_underline.gif") repeat-x scroll 0 bottom transparent;
}

div.container {
	margin-top:10px;
	padding:0 0 40px 0;
	clear:both;
	background:#ffffff;
	min-height:150px;
	height:auto !important;
	height:150px;
}

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


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


div.spotlight {
	padding:20px 0 5px 0;
	background:url("/images/bg_underline.gif") repeat-x scroll 0 bottom transparent;
}


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

div.carousels {
	height:335px;
	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:115px;
	width:229px;
	display:block;
}



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

div.channel {
	margin-bottom:10px;
	height:100px;
	width:280px;
	line-height:0;
}

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

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


/* 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 {
	/* border: 1px solid #000000; */
	width:120px;
	margin-right:10px;
	margin-bottom:10px;
	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 {
	font-size:0.75em;
}

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

form.contact div.row {
	margin-bottom:10px;
	background-color:#ebebeb;
}

form.contact div.row input {
	border:none;
	background:none;
	width:100%;
}

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

form.contact div.row textarea {
	border:none;
	background:none;
	width:100%;
}

form.contact div.row div.label {
	background-color:#ebebeb;
	float:left;
	height:21px;
	padding:5px 0 0 5px;
	width:105px;
}

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

form.contact label sup {
	color:#FF0000;
	position:relative;
	top:2px;
	left:3px;
}

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

form.contact div.row p.note {
	text-align:right;
}

form.contact div.row div.input, form.contact div.row div.textarea {
	background-color:#ffffff;
	border:1px solid #ebebeb;
	float:left;
	height:auto !important;
	min-height:21px;
	padding-top:3px;
	width:228px;
}

form.contact div.submit_row {
	background-color:#ffffff;
}


/* 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 {
	font-size:12px;
	padding-left:0px;
	margin-left:20px;
	margin-bottom:10px;
}

div.content ol {
	list-style-type:decimal;
	list-style-position:inside;
}

div.content ul li,
div.content ol li {
	line-height: 18px;
}

div.content .first_title {
	margin:0 0 10px 0;
	padding:0 0 0px 0;
	line-height:30px;	
	font-size:1.25em;
	font-weight:normal;
	color:#de0e00;
}

div.content h1 {
	padding:0 0 12px 0;
	color:#de0e00;
}

div.content h1.first_title {
}

div.content h2 {
	padding:0 0 0px 0;
	font-size:1.0em;
	font-weight:bold;
}

div.content span.first_title {
	display: block;
}

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

div.content p {
	margin:0 0 10px 0;
	font-size:0.75em;
	line-height:1.35em;
}

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 {
	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 img {
	display:block;
}

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


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


div.content_one {
	margin-right:20px;
	width:280px;
	float:left;
	display:inline;
}

	body.search div.content_one {
		margin: 0;
		width: 940px;
	}

div.home_content_one {
	width:460px;
}


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


div.content_two {
	padding-top:10px;
	width:640px;
	float:right;
	display:inline;
}

div.home_content_two {
	padding-top:0;
	width:460px;
}

div.contact_content_two {
	padding-top:0;
}

div.admin_content_two {
	width:731px;
}


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


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


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


div.content_six {
	width:310px;
	float:right;
	display:inline;
	padding-right:20px;
}

div.contact_content_two div.content_six {
	width:340px;
}


/* CONTENT COLUMN SEVEN
----------------------------------------------------------------------------- */


div.content_seven {
	width:310px;
	float:right;
	display:inline;
}

div.contact_content_two div.content_seven {
	width:280px;
}


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


div.prime {
	margin:45px 0 0 40px;
	padding:5px 0 5px 0;
	float:left;
}

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

ul.primarynav {
	margin:0;
	padding:0;
}

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

ul.primarynav li a {
	margin:0;
	padding:0;
	display:block;
	font-weight:bold;
	color:#363636;
	text-decoration:none;
}

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

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


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


div.sidenav {
	font-size:0.8em;
	padding-bottom:20px;
}

div.sidenav ul {
	padding:4px 0 0 0;
	margin:0;
}

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

div.sidenav li.last {
	padding:4px 0 0 0;
}

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

div.sidenav ul.level1 li {
	background:url("/images/bg_underline.gif") repeat-x scroll 0 top 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:#999999;
	padding-left:15px;
	display:block;
	height:1%;
}


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

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 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:231px;
	margin-bottom:15px;
}


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


div.foot_wrapper {
	margin:0 auto;
	width:1000px;
}

div.foot {
	margin:0 30px 0 30px;
	padding:5px 10px 0 10px;
	width:940px;
	clear:both;
	background:url("/images/bg_underline.gif") repeat-x scroll 0 top transparent;
	height:50px;
}

div.foot ul {
	display: block;
	float: left;
	margin: 5px 0 0 20px;
}

	div.foot ul li {
		display: inline;
		margin: 0;
		padding: 0;
	}

		div.foot ul li a {
			color: #4E4E4E;
			display: block;
			float: left;
			font-size: 0.75em;
			font-weight: bold;
			height: 19px;
			line-height: 19px;
			padding: 0 15px 0 0;
		}

			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.copyright {
	display: block;
	font-size:0.75em;
	float:left;
	line-height: 19px;
	height: 19px;
	margin: 5px 0 0 0;
	padding:0;
}

div.copyright_credits {
	padding:40px 0 0 0;
}

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

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

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

div.foot div.bookmarks {
	display: block;
	float: right;
	line-height: 19px;
	height: 19px;
	margin: 5px 0 0 0;
	padding: 0;
}

	div.foot div.bookmarks a {
		display: block;
		height: 19px;
		text-decoration: none;
	}

		div.foot div.bookmarks a span {
			display: inline-block;
			font-size: 0.75em;
			height: 19px;
			line-height: 19px;
			padding: 0 0 0 15px;
			position: relative;
			top: -3px;
		}

		div.foot div.bookmarks a img {
			display: inline-block;
			margin: 0 0 0 10px;
		}

		/*AddToAny styling*/
		.a2a_menu_find_container {
			display: none !important;
		}

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

div.imageBands {
	float: right;
	margin: 5px 0 0 0;
}

	div.imageBand {
		float: left;
		height: 19px;
	}

	div.imageBand a {
		display: block;
		height: 19px;
	}

	div.imageBand a:link,
	div.imageBand a:visited {
		text-decoration: none;
	}

	div.imageBand a:active,
	div.imageBand a:hover {
		text-decoration: none;
	}

	div.imageBand span {
		display: inline-block;
		font-size: 0.75em;
		height: 19px;
		line-height: 19px;
		padding: 0 0 0 15px;
		position: relative;
		top: -5px;
	}

	div.imageBand img {
		display: inline-block;
		margin: 0 0 0 10px;
	}

		div.imageBand p.admin a img {
			display: inline;
			margin: 0;
		}

	div.imageBand p.admin {
		background: transparent;
		border: 0;
	}

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


div.article_summary,
div.featured_article {
	border-bottom:1px dashed #dcddde;
	margin-bottom:10px;
}

div.article_summary.last,
div.featured_article.last {
	border-bottom:none;
}

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

div.article_summary cite,
div.featured_article cite {
	font-size:0.6em;
	font-style:italic;
	color:#777777;
	display:block;
}


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

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

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

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

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


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

div.calendar th.previous {
	border-right:2px solid #ffffff;
	vertical-align:middle;
}

div.calendar th.current {
}

div.calendar th.next {
	border-left:2px solid #ffffff;
}

div.calendar a {
	display:block;
}

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

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

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

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

div.calendar td.today {
	border:2px solid #aa0000;
}


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


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


a {
	color:#1e7db0;
	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;
}

/* GOOGLE SEARCH 
----------------------------------------------------------------------------- */

form#cse-search-box {
	margin: 0;
	padding: 0;
}

	form#cse-search-box input.submit {
		background: #0E87C0;
		border: 1px solid #0E87C0;
		color: #FFFFFF;
		cursor: pointer;
		font-size: 14px;
		font-weight: bold;
		margin: 0 !important;
		padding: 3px 3px 3px 3px !important;
		width: 65px;
	}

	form#cse-search-box input.text {
		background: #FFFFFF !important;
		border: 1px solid #C5C5C5;
		color: #363636;
		font-size: 14px;
		font-weight: bold;
		margin: 0 !important;
		padding: 5px 3px 5px 3px;
	}

div#cse-search-results iframe {
	min-height: 950px;
	height: auto !important;
	height: 950px;
}

	div#cse-search-results iframe div#navbar {
		width: auto;
	}

