/* General styles */

.devc {
	display: none;
}


img {
	max-width: 100%;
	height: auto;
}
body {
	/* font: 12px/1.4 Arial, Helvetica, sans-serif; */
	text-align: left;
	font-size: 14px;
	/* color: #666; */
}
a {
	/* color: #4089c0; */
	text-decoration: none;
}
a:hover {
	/* color: #4089c0;
	text-decoration: underline; */
}
h1, h2, h3 {
	padding: 0;
	font-weight: normal;
	line-height: 1.1em;
	/* font-family: Clarendon, Georgia, Times New Roman, Serif; */
}
h1 {
	margin: 15px 0 10px;
	font-size: 24px;
	font-family: ClarendonBT-Bold,Georgia,serif;
	/* color: #666; */
}
h2 {
	font-size: 160%;
	margin-bottom: 15px;
}
h3 {
	margin: .8em 0 .2em 0;
	font-size: 140%;
}
p {
	margin: .4em 0 .8em 0;
	padding: 0;
}
/* LAYOUT */



/* Layout Dimensions */

#container, .footerwrap {
	width: 1000px;                                  /* width of whole page, subtract outer border widths when applicable */
}
/* 3 columns */

/* layout legend |A| B |C|D| <content> |E|F| G |H| */

.threecol .col2 {
	width: 160px;                                  /* B */
	right: 20px;                                   /* C */
}
.threecol .col3 {
	width: 220px;                                  /* G */
	margin-right: 60px;                            /* A+C + H */
}
.threecol .col1wrap {
	right: 200px;
}           /* A+B+C */
.threecol .colmid {
	margin-left: -260px;
}      /* F+G+H */
.threecol .colleft {
	left: 460px;
}             /* A+B+C + F+G+H */
.threecol .col1 {
	margin-left: 200px;                           /* A+B+C + D */
	margin-right: 260px;                          /* F+G+H + E */
	padding-bottom: 30px;
}
/* 2 columns left menu */

/* layout legend |A| B |C|D| <content> |E| */

.leftmenu .colright {
	left: 200px;                                  /* A+B+C */
}
.leftmenu .col1wrap {
	right: 200px;                                  /* A+B+C */
}
.leftmenu .col1 {
	margin-left: 215px;                           /* A+B+C + D */
	margin-right: 15px;                           /* E */
}
.leftmenu .col2 {
	width: 170px;                                  /* B */
	right: 185px;                                  /* B + C */
}
/* 2 columns right menu */

/* layout legend |D| <content> |E|F| G |H| */

.rightmenu .colleft {
	margin-left: -200px;                           /* F+G+H */
}
.rightmenu .col1 {
	margin-left: 215px;                           /* F+G+H + D */
	margin-right: 15px;                           /* E */
}
.rightmenu .col2 {
	width: 170px;                                  /* G */
	left: 185px;                                   /* F + G */
}
/* Page layout and backround */

html, body {
	height: 100%;
}
body {
	/* background: #71a9dc url(../images/bg-big.jpg) no-repeat center top;    Top page background */
}
.wrapPage {
	background: none;     /* Bottom page background. If applicable */
	min-height: 100%;
	overflow: hidden;
	position: relative;   /* IE7 fix */
}
#container {
	position: relative;
	margin: 0 auto;
	background: none;                             /* All content background*/
	padding-bottom: 10000px;                      /* This allows page to strech full window height */
	margin-bottom: -10000px;
	border-bottom: 442px solid #fff;               /* = footerwrap height */
}
.footerwrap {
	height: 412px;
	margin: -442px auto 0;
	position: relative;
	/* background: url('../images/bg-cols-bot.png') no-repeat transparent; */
	padding-top: 30px;
}
/* Column container */

.colmaskwrap {
	/* background: url('../images/bg-cols.png') no-repeat transparent;      All columns background */
	clear: both;
	width: 100%;
	padding: 19px 0 0;
}
.colmask {
	position: relative;    /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	margin: auto;
	overflow: hidden;    /* This chops off any overhanging divs */
	width: 100%;
	/* background: url('../images/bg-cols_fade.png') bottom #fff repeat-x; */
	padding-top: -20px;
	padding-bottom: 17px;
	background-color: #fff;
}
/* common for all layouts */

.col1wrap, .col2, .col3 {
	padding-bottom: 1em;
}



/* 3 column settings */

`.threecol {
 background: none;                                          /* Right column background */

    /* Note: Due to IE6-7 bug we have to specify position relative to the left side of the block */

    border-right: none;                                        /* right column outer border*/
 border-left: none;                                         /* left column outer border */
}
.threecol .colmid {
	float: left;
	width: 200%;
	position: relative;
	right: 100%;
	background: none;                                          /* Center column background */
	border-right: none;                                        /* right column inner border */
}
.threecol .colleft {
	float: left;
	width: 100%;
	margin-left: -50%;
	position: relative;
	background: none;                                          /* Left column background */
	border-right: none;                                        /* left column inner border */
}
.threecol .col1wrap {
	float: left;
	width: 50%;
	position: relative;
}
.threecol .col1 {
	position: relative;
	left: 200%;
	overflow: hidden;
}
.threecol .col2 {
	float: right;
	position: relative;
}
.threecol .col3 {
	float: right;
	position: relative;
	left: 50%;
}
/* 2 COLUMN - LEFT MENU */

.leftmenu {
	background: #eee url(../images/bg-lcol.png) repeat-x top;  /* left column bg */
}
.leftmenu .colright {
	float: left;
	width: 200%;
	position: relative;
	background: #fff;
}
.leftmenu .col1wrap {
	float: right;
	width: 50%;
	position: relative;
}
.leftmenu .col1 {
	position: relative;
	right: 100%;
	overflow: hidden;
	padding-top: 15px;
}
.leftmenu .col2 {
	float: left;
	position: relative;
}
/* 2 COLUMNS - RIGHT MENU */

.rightmenu {
	background: #eee;
}
.rightmenu .colleft {
	float: left;
	width: 200%;
	position: relative;
	right: 100%;
	background: #fff;
}
.rightmenu .col1wrap {
	float: left;
	width: 50%;
	position: relative;
	left: 50%;
}
.rightmenu .col1 {
	overflow: hidden;
}
.rightmenu .col2 {
	float: right;
	position: relative;
}
/* HEADER */

.headerwrap {
}
/* #header {
	background: none;
	height: 145px;
}
#header p,  #header h1,  #header h2 {
	padding: 0 15px 0 15px;
	margin: 0;
} */
/* logo */

/* #logo {
	float: left;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#logo span {
	display: none;
} */
/* header links */

/* #hlinks {
	float: right;
	margin-top: 30px;
	margin-right: 18px;
	color: #fff;
	display: none;
}
#hlinks a {
	color: #fff;
	text-decoration: none;
}
#hlinks a:hover {
	color: #000;
	text-decoration: underline;
} */
/* FOOTER */
/* #footer {
	clear: both;
	font-family: Arial;
	 background: url(../images/footer.png) top left repeat-y;
	height: 100%;
} */
/* #footer a, #footer a:link, #footer a:visited {
	color: #898989;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
} */
/* #footer .foottop {
	clear: both;
	padding: 0 55px;
	height: 85px;
	background: url(../images/footer.png) -1000px 0px no-repeat;
}
#footer .flocator {
	float: right;
	margin: 17px 0 0 0;
	padding: 24px 0 0 25px;
	width: 120px;
	height: 25px;
	background: url(../images/footer_sprite.png) 0 0 no-repeat;
}
#footer .flocator input {
	float: left;
	border: 1px solid #FFF;
	width: 90px;
	height: 15px;
	font-size: 9px;
}
#footer .flocator a {
	display: block;
	float: left;
	width: 20px;
	height: 23px;
	text-indent: -9999px;
	background: url(../images/footer_sprite.png) -111px -24px no-repeat;
}
#footer .fphone {
	display: block;
	float: left;
	margin: 25px 0 0 0;
	width: 365px;
	height: 60px;
	text-indent: -9999px;
	background: url(../images/footer_sprite.png) 0 -90px no-repeat;
}
#footer .fsocial {
	float: left;
	width: 325px;
	margin: 38px 0 0 30px;
}
#footer .fsocial p {
	float: left;
	text-indent: -9999px;
	margin: 5px 0 0 5px;
	width: 255px;
	height: 20px;
	background: url(../images/footer_sprite.png) -60px -60px no-repeat;
}
#footer .fsocial a {
	display: block;
	float: left;
	margin: 0 2px 0 4px;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
}
#footer .fsocial a.fb {
	background: url(../images/footer_sprite.png) 0 -53px no-repeat;
}
#footer .fsocial a.yt {
	background: url(../images/footer_sprite.png) -29px -53px no-repeat;
}
#footer .footlinks {
	position: relative;
	padding: 0 40px;
	color: #778694;
	font-size: 10px;
	line-height: normal;
}
#footer .footlinks a {
	display: block;
	padding: 4px 0 3px 0;
}
#footer .footlinks span {
	display: block;
	padding: 0 0 4px 0;
	font-weight: bold;
	font-size: 11px;
	background: url(../images/footlinks_dots.gif) bottom left repeat-x;
}
#footer .goodfood {
	position: absolute;
	top: 130px;
	left: 790px;
	width: 122px;
	height: 56px;
}
#footer .fcol {
	float: left;
	padding: 0 0 0 25px;
	width: 120px;
}
#footer .footbottom {
	clear: both;
	padding: 25px 0 0 0;
	height: 65px;
	text-align: center;
	color: #598eb9;
	font-size: 11px;
	line-height: 13px;
	background: url(../images/footer.png) -2000px 0px no-repeat;
}
#footer .footbottom a {
	color: #045193;
} */

/* NAVIGATION */



/* Vertical Navigation */

.navcontainer {
	clear: both;
	margin: 15px 0;
}
.navcontainer li {
	margin: 0 0 -1px 0;
}
.navcontainer a {
	display: block;
	padding: 10px 15px 10px 0px;
	color: #4089c0;
	background: none;
	border-bottom: 1px dotted #4089c0;
	text-decoration: none;
	line-height: 16px;
	zoom: 1;
	font-size: 14px;
}
.navcontainer a:hover {
	color: #2f6994;
	/* - 26 hex value from .navcontainer a {background-color;} */

	text-decoration: none;
}
.navcontainer .active a {
	color: #2f6994;
}
.navcontainer .active a:hover {
}
.navcontainer ul ul li {
	margin: 0;
}
.navcontainer ul ul {
	padding: 6px 0;
	display: none;
}
.navcontainer .active ul {
	display: block;
}
.navcontainer .active ul a {
	display: block;
	padding: 6px 10px 6px 20px;
	color: #4089c0;
	text-decoration: none;
	background: none;
}
.navcontainer .active ul a:hover {
	color: #2f6994;
	background-color: none;
	text-decoration: none;
}
.navcontainer .active .subactive a {
	color: #2f6994;
}
.navcontainer .active .subactive a:hover {
	color: #2f6994;
}
/* Horizontal navigation */

.hnav {
}
.hnav li {
	float: left;
}
.hnav a {
	display: block;
	text-align: center;
	text-decoration: none !important; /* !important for IE6 */
}
#navbar {
	padding: 0 0 0 0px;
	height: 20px; /* height is #navbar ul li a height + padding-top + border-top + border-bottom */
	background: none;
}
#navbar a {
	background: #999;
	height: 18px;
	padding: 2px 12px 0;
	color: #eee;
}
/* sublevel */

#navbar ul ul {
	display: none;
}
#subnavbar {
	background: #eee;
}
#subnavbar ul {
	padding: 0 0 0 15px;
	height: 20px; /* height is #subnavbar ul li a height + padding-top + border-top + border-bottom */
}
#subnavbar a {
	background: #eee;
	height: 18px;
	padding: 2px 12px 0;
	color: #999;
}
#navbar a:hover,  #navbar .active a:hover {
	color: #fff;
	background: #534646;
}
#subnavbar a:hover,  #subnavbar .subactive a:hover {
	color: #fff;
	background: #999;
}
#navbar a:active {
	background: #CB0030;
	color: #fff;
}
#subnavbar a:active {
	background: #CB0030;
	color: #fff;
}
#navbar .active a {
	background: #CB0030;
	color: #fff;
}
#subnavbar .subactive a {
	background: #fff;
	color: #333;
}
/* Content navbar */

#contentnavbar {
	height: 20px; /* height is #navbar ul li a height + padding-top + border-top + border-bottom */
	background: #ccc;
	min-width: 50%;
}
#contentsubnavbar {
	height: 20px; /* height is #subnavbar ul li a height + padding-top + border-top + border-bottom */
	background: #eee;
}
#contentnavbar ul li a {
	background: #ccc;
	height: 18px;
	padding: 2px 12px 0;
	color: #fff;
}
#contentsubnavbar ul li a {
	background: #eee;
	height: 18px;
	padding: 2px 12px 0;
	color: #bbb;
}
#contentnavbar ul li a:hover, #contentnavbar .active a:hover {
	color: #ccf;
	background: #339;
}
#contentsubnavbar ul li a:hover, #contentsubnavbar .active a:hover {
	color: #cfc;
	background: #393;
}
#contentnavbar a:active {
	background: #CB0030;
	color: #fff;
}
#contentsubnavbar a:active {
	background: #CB0030;
	color: #fff;
}
#contentnavbar .active a {
	background: #ccf;
	color: #339;
}
#contentsubnavbar .active a {
	background: #cfc;
	color: #393;
}
/* Pressroom Styles */

/* separator */

.dottedSep {
	background: url(../images/icons.png) repeat-x 0 -420px;
	clear: both;
	font-size: 0px;
	height: 1px;
	line-height: 0px;
	margin: 15px 0;
	width: 100%;
}
/* more link */

.more {
	margin-top: 15px;
	padding-left: 7px;
	background: url(../images/icons.png) no-repeat 0 -354px;
}
.more a {
	color: #FA9441;
}
/* todo: fix in other layouts */

.featuredrow {
	clear: both;
	padding: 0 15px 0 0;
}
.featuredrow img {
	margin: 0 15px 0 0;
	float: left;
}
/* NEWS BLOCKS */

.newsBody h2 {
	margin: 0 0 .2em;
	font-size: 140%;
	font-weight: normal;
	line-height: 1.1em;
}
.newsBody .newsImage {
	float: left;
}
.newsBody .newsImage img {
	margin-right: .5em;
}
.newsBody .newsText {
	margin: 0 0 .2em;
	display: table-cell;
}
.newsDate {
	color: #666;
	font-size: 65%;
	text-transform: uppercase;
}
.categoryLink {
	color: #666;
	font-size: 80%;
}
/* KIOSKS */



/*  Classes heirarchy

.kiosk -> (.kiosk-col) -> .kiosk-(l|r|c)

*/



/* common kiosk class */

.kiosk {
}
.kiosk h4 {
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	font-family: Clarendon, Georgia, Times New Roman, Serif;
}
/* one of column kiosks */

.kiosk-col {
	margin: 15px 0 0 0;
}
.kiosk-col h4 {
	line-height: 30px;
	border-bottom: 1px dotted #4089c0;
}
.kiosk-col .kioskText {
	padding-top: 12px;
}
/* column kiosk background */

.kiosk-col .tl,  .kiosk-col .tr,  .kiosk-col .bl,  .kiosk-col .br {
	zoom: 1;
	position: relative;
}
.kiosk-col .tl,  .kiosk-col .tr {
	background: url(../images/bg_kiosk_top.png) no-repeat -99999px -99999px;
}
.kiosk-col .bl,  .kiosk-col .br {
	background: url(../images/bg_kiosk_bot.png) no-repeat -99999px -99999px;
}
.kiosk-col {
	padding-right: 10px;                  /* Set this values >= border radius. This also acts as a left and bottom padding */
	padding-bottom: 20px;
}
.kiosk-col .tl {
	background-position: 0 0;
}
.kiosk-col .tr {
	background-position: 100% 0;
	left: 14px;
}
.kiosk-col .bl {
	background-position: 0 100%;
	left: -14px;
	top: 18px;
}
.kiosk-col .br {
	background-position: 100% 100%;
	left: 14px;
	padding-right: 10px;                /* Right padding for kiosk content */
}
.kiosk-col h4,  .kiosk-col .kioskText {
	position: relative;                 /* You can add any extra padding here */
	top: -10px;
}
/* Left column kiosks */

.kiosk-l {
	width: 146px;
}
.kiosk-l .tl,  .kiosk-l .tr {
	background-image: url(../images/bg_kiosk_top.png);
}
.kiosk-l .bl,  .kiosk-l .br {
	background-image: url(../images/bg_kiosk_bot.png);
}
/* Right column kiosks */

.kiosk-r {
}
/* center column kiosks */

.kiosk-c {
	margin-bottom: 1.5em;
}
.kiosk-c h3 {
	font-size: 160%;
	font-weight: normal;
	margin-bottom: .8em;
	/* font-family: Clarendon, Georgia, Times New Roman, Serif; */
}
/* Featured Kiosks */

.featured .newsImage {
	float: none;
}
.featured .newsImage img {
	max-width: 100%;
}
/* Featured Story */

.featuredStory .newsImage img {
	margin: 0 0 7px 0;
}
/* FORMS*/



/* INPUTS */

input[type=text], input[type=password], select, textarea {
	border: 1px solid #ccc;
}
/* IE6 fix. Duplicate above styles */

* html .input-text {
	border: 1px solid #ccc;
}
textarea {
	font: inherit;
}
/* BUTTONS */

/* Submit button */

.prSubmit {
	position: relative;
	border: 0;
	padding: 0;
	cursor: default;
	overflow: visible; /* removes extra side padding in IE */
	padding: 0 15px 0 0;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	/* background: transparent url(../images/bgs.png) no-repeat 100% -400px;
	outline: none; */
	color: #F89112;
}
 .prSubmit::-moz-focus-inner {
border: none;
} /* overrides extra padding in Firefox */

@media screen and (-webkit-min-device-pixel-ratio:0) {
.prSubmit span {
	margin-top: -1px;
}
}  /* Safari,Chrom margin fix */
#searchBar .prSubmit {
	margin: 0 0 0 5px;
}
.prSubmit span {
	position: relative;
	display: block;
	white-space: nowrap;
	padding: 3px 0 0 15px;
	height: 19px;  /* = EXPECTED HEIGHT - PADDING-TOP */
	/* background: transparent url(../images/bgs.png) no-repeat 0 -300px; */
	color: #4c4c4c;
}
.prSubmit:hover, .prSubmit.hover { /* the redundant class is used to apply the hover state with a script */
	background-position: 100% -430px;
	color: #f36c0f;
}
.prSubmit:hover span, .prSubmit.hover span {
	background-position: 0 -330px;
	color: #f36c0f;
}
.prSubmit:active {
	background-position: 100% -460px;
}
.prSubmit:active span {
	background-position: 0 -360px;
}
/* Search pressroom bar */

#searchBar {
	color: #fa9441;
	word-spacing: 0;
	border-bottom: 1px dotted #4089C0;
	padding: 0 0 5px 0;
}
#searchBar input,  #searchBar button {
	float: left;
}
#searchBar input {
	color: #fa9441;
	/* font-family: Georgia, Times New Roman, Serif; */
	padding: 2px; /* match .btn top/bottom padding to match size of button assuming the texts are the same size */
	height: 16px; /*= EXPECTED HEIGHT - PADDING AND BORDERS */
	font-size: 15px;
	width: 70px;
}
#searchBar input[type="text"] {
	background: url('../images/searchLeft.png') no-repeat transparent;
	border: none;
	padding: 10px 0 10px 15px;
	width: 110px;
}
#searchBar input[type="image"] {
	/* background:url('../images/searchRight.png') no-repeat transparent; */
	border: 0;
	width: 26px;
	padding: 0;
	margin: 0 -11px 0 0;
	height: 35px;
}
/* Index search form */

.searchForm {
	margin: 15px 0;
	border: 1px solid #ccc;
}
.searchForm .searchContent {
	padding: 10px 15px 15px;
}
.searchForm .prControls {
	padding-right: 50px;
}
.searchForm .prControl {
	float: left;
	margin-right: 2%;
	_margin-right: 1.5%;  /* IE6 fix */
}
.searchForm .prControlSearch {
	width: 48%;
}
.searchForm .prControlFilter {
	width: 23%;
}
.searchForm .prControlSub {
	float: right;
	margin-right: -50px;
	margin-top: 1.6em;  /* label line-height+margin */
	width: 50px;
}
.searchForm label {
	display: block;
	line-height: 1.5;
	margin-bottom: .2em;
}
.searchForm .prControl input,  .searchForm .prControl select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.searchForm .prControl .prSearch {
	padding: 1px 2px;
 #width: 1px;    /* reset width to calculate correctly */
 #width: expression( this.parentNode.offsetWidth - (parseInt(this.currentStyle.borderLeftWidth)+parseInt(this.currentStyle.paddingLeft)+parseInt(this.currentStyle.paddingRight)+parseInt(this.currentStyle.borderRightWidth)) + "px" );
}
.searchForm .prOptions {
	margin-top: .7em;
	float: left;
	width: 100%;
	clear: both;
}
.searchForm .prOptions li {
	float: left;
	margin: .3em 10px 0 0;
	white-space: nowrap;
}
.searchForm .prOptions input {
	margin-left: 0;
 #margin-left: -2px; /* IE */
	width: auto;
}
.searchForm .prOptions label {
	display: inline;
	padding: 0;
}
/* Photo gallery search */

.searchImages {
	zoom: 1;
}
.searchImages .prControlSearch {
	width: 73%;
}
.searchImages .prControlFilter {
	width: 23%;
}
/* Paging */

.prPaging {
	margin: 1em 0;
	color: #666;
	clear: both;
}
.prPaging span {
	font-weight: bold;
}
.prPaging a, .prPaging span {
	padding: 0 4px; 
}
.prPaging .right {
	/* word-spacing: .5em; */
}
/* General forms */

.frm-general {
}
.frm-general label {
	display: block;
	margin-bottom: .2em;
}
.frm-general .prControl {
	margin-bottom: .7em;
}
.frm-general .prControlSub {
	margin-top: 1em;
}
/* form messages */

.formMessage {
	margin-bottom: 1em;
}
/* Login forms */

/* this forms also use general forms styles */

.formLogin {
}
.formForgotPassword {
}
.formLoginValidation {
}
.formLogoutP {
}
.formChangePassword {
}
.formLoginFind {
}
/* columns in content */

.contentColumns {
	zoom: 1;
	margin: 1em 0;
}
.contentColumns .contentLeft,  .contentColumns .contentRight {
	width: 49%;
	zoom: 1;
}
.contentColumns .contentLeft {
	float: left;
}
.contentColumns .contentRight {
	float: right;
}
/* wraps */

.wrapVNav {
	background: url('../images/bg-vertMenu_top.png') no-repeat;
	padding: 10px 10px 0;
	margin-top: 20px;
}
.wrapVNav .navcontainer {
	margin: 0;
	padding: 0 0 5px 0;
}
.wrapVNav-end {
	height: 24px;
	background: url('../images/bg-vertMenu_bottom.png') no-repeat;
}
.wrapContent {
}
.wrapHNav {
}
.wrapHNav-end {
}
/* Kiosk list */

.kiosk-list {
	margin: 0;
	padding: 0;
}
.kiosk-list li {
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0;
}
.kiosk-list ul li:last-child {
	margin: 0;
}
/* Service links */

.serviceLinks .kioskText {
	padding-left: 20px;
	padding-right: 20px;
}
.serviceLinks .linksList {
	float: left;
}
.serviceLinks .linksList li {
	float: left;
	margin-right: 20px;
}
.serviceLinks .linksList a {
	background: url(../images/icons.png) no-repeat -1000px top;
	padding: 35px 0 0 0;
	width: 35px;
	display: block;
	text-align: center;
	text-decoration: none;
}
.serviceLinks .linksList .rss a {
	background-position: 50% 0;
}
.serviceLinks .linksList .alerts a {
	background-position: 50% -60px;
}
.serviceLinks .linksList .share a {
	background-position: 50% -120px;
}
.serviceLinks .linksList .share {
	margin-right: 0;
}
.serviceLinks .linksList .twitter a {
	background-position: 50% -180px;
}
.serviceLinks .linksList .facebook a {
	background-position: 50% -240px;
}
.serviceLinks .linksList .youtube a {
	background-position: 50% -300px;
}
.serviceLinks .linksList .youtube {
	margin-right: 0
}
/* Social Links */
.socialLinks .linksList a {
	padding-top: 30px;
}
.socialLinks .linksList a span {
	display: none;
}
/* Links Widget */
.links {
}
.links a {
	background: url(../images/icons.png) no-repeat -9999px -9999px;
	text-decoration: none;
	display: block;
 #zoom: 1; /* IE7 */
}
.links a span {
	display: none;
}
.links-labels a span {
	display: inline;
}
/* horizontal */
.links-horizontal li {
	display: inline-block;
 #display: inline;
 #zoom: 1; /* IE7 */
	width: 30%;
	vertical-align: top;
	margin-bottom: 10px;
}
.links-horizontal a {
	padding-top: 35px;
	text-align: center;
}
.links-horizontal .rss a {
	background-position: 50% 0;
}
.links-horizontal .twitter a {
	background-position: 50% -180px;
}
.links-horizontal .facebook a {
	background-position: 50% -240px;
}
.links-horizontal .youtube a {
	background-position: 50% -300px;
}
.links-horizontal .itunes a {
	background-position: 50% -940px;
}
.links-horizontal .flickr a {
	background-position: 50% -1060px;
}
.links-horizontal .tumblr a {
	background-position: 50% -1120px;
}
.links-horizontal .linkedin a {
	background-position: 50% -1180px;
}
.links-horizontal .googleplus a {
	background-position: 50% -1240px;
}
.links-horizontal .blog a {
	background-position: 50% -1000px;
}
.links-horizontal a span {
/* display: block; */
}
/* vertical */
.links-vertical li {
	display: block;
	margin: .5em 0;
}
.links-vertical a {
	padding-left: 45px;
	height: 35px;
	line-height: 35px;
}
.links-vertical .rss a {
	background-position: 0 0;
}
.links-vertical .twitter a {
	background-position: 0 -180px;
}
.links-vertical .facebook a {
	background-position: 0 -240px;
}
.links-vertical .youtube a {
	background-position: 0 -300px;
}
.links-vertical .itunes a {
	background-position: 0 -940px;
}
.links-vertical .flickr a {
	background-position: 0 -1060px;
}
.links-vertical .tumblr a {
	background-position: 0 -1120px;
}
.links-vertical .linkedin a {
	background-position: 0 -1180px;
}
.links-vertical .googleplus a {
	background-position: 0 -1240px;
}
.links-vertical .blog a {
	background-position: 0 -1000px;
}
/* Social buttons */
.socialButtons {
	margin: 1em 0;
}
/* Image strip */

.imageStrip {
	margin-bottom: .5em;
}
.imageStrip li .newsBody .newsText,  .imageStrip li .newsBody h2,  .imageStrip li .newsBody .download,  .imageStrip li .newsBody .newsImage {
	display: none;
}
.imageStrip .newsBody-active .newsImageSmall {
	display: none;
}
.imageStrip li,  .imageStrip .newsBody,  .imageStrip .newsImageSmall {
	display: inline;
}
.imageStrip ul {
	padding-top: 10px;
	min-height: 45px;
	_height: 4px; /* IE6  */
	position: relative;
}
.imageStrip li {
 #padding-right: 3px; /* IE fix */
}
.imageStrip li a {
	zoom: 1; /* IE fix */
	position: relative;
	outline: none;
}
.imageStrip .newsBody .newsImage {
	float: none;
}
.imageStrip .newsBody .newsImage img {
	max-width: 100%;
	margin: 0;
}
.imageStrip li .newsImageSmall a:hover {
	position: relative;
	background-position: 0; /* dummy update for IE6 */
}
.imageStrip li .newsImageSmall a img {
	width: 54px;
	border: 3px solid #ccc;
	margin: 0;
}
.imageStrip li .newsImageSmall a:hover img {
	border-color: #4089c0;
}
.imageStrip li .newsImageSmall a.active img {
	border-color: #4089c0 !important;
}
/* Page images */

.relatedImages {
}
/* Page videos */

.relatedVideos {
}
.relatedVideos .newsImage {
	position: relative;
	zoom: 1;
}
.relatedVideos .btnPlay {
	background: url(../images/btn_play.png) no-repeat 50% 50%;
	position: absolute;
	width: 50px;
	height: 40px;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -20px;
	cursor: pointer;
}
* html .relatedVideos .btnPlay {	/* IE6 fix */
	background: none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pr/cssgui/images/btn_play.png', sizingMethos='scale');
}
/* Article Info */

.subtitle {
	margin-bottom: 15px;
	font-style: italic;
}
.articleInfo {
	color: #666;
	margin-bottom: .5em;
}
.articleInfo .articleDate {
	padding-right: .5em;
}
.articleInfo .articleAuthor {
	border-left: 1px solid #ccc;
	padding-left: .5em;
}
/* artilce main image */

.articleImage {
	float: left;
	padding: 0 15px 0 0;
}
.articleImage img {
	display: block;
	margin: 0 auto 5px;
}
/* Article Location Field */
.articleInfoLocation {
	color: #666;
	float: left;
	padding: 0 5px 0 0;
}
.articleInfoLocation .articleDate {
	padding-right: .5em;
}
/* BLOGS */

.blogList .commentLinks li {
	display: inline;
	padding-right: 20px;
}
.blogList .player {
	margin: 1em 0;
}
.blogList .player td {
	padding-left: 0;
	margin-left: 0;
}
.blogList .bitemInfo {
	margin-top: 10px;
}
/* blog paging */

.bpagingBottom {
	clear: both;
	margin-top: 15px;
}
.bpagingBottom ul {
	padding: 0 80px;
	text-align: center;
}
.bpagingBottom li {
	display: inline;
}
.bpagingBottom .prev {
	float: left;
	margin-left: -80px;
}
.bpagingBottom .next {
	float: right;
	margin-right: -80px;
	text-align: right;
	width: 80px;
}
/* blog post paging */

.bpagingPost {
	margin: 30px 0;
}
.bpagingPost li {
	display: inline;
	padding-right: 22px;
}
.bpagingPost .prev a,  .bpagingPost .next a {
	background: url(../images/icons.png) no-repeat left top;
}
.bpagingPost .prev a {
	background-position: 0 -475px;
	padding-left: 10px;
}
.bpagingPost .next a {
	background-position: 100% -535px;
	padding-right: 10px;
}
/* comments */

.eComments h2 {
	font-size: 18px !important;
}
.eComments {
	background: #fff;
	padding: 12px 0;
}
.eComments .leaveComment {
	margin-bottom: 1em;
}
.eCommentsList {
	padding: 0 12px;
}
.cmtInfo {
	margin-bottom: .5em;
}
.cmtInfo, .cmtInfo * {
	color: #7f7f7f;
}
.eComments .cmtReply {
	text-align: right;
	margin-top: 10px;
}
.eComments .cmtReply a {
	background: url(../images/icons.png) no-repeat 0 -598px;
	padding-left: 17px;
	outline: none;
}
/* comments form */

.eCommentsForm {
	background: url(../images/bgs.png) repeat-x 0 -520px;
	margin-top: 20px;
	padding: 1px 12px 0;
	zoom: 1; /* IE fix */
}
.eCommentsForm h2 {
	font-size: 12px !important;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin: 16px 0;
}
.eCommentsForm .req {
	color: red;
}
.eCommentsForm .reply {
	display: none;
}
.eCommentsForm .field {
	margin: 1em 0 0;
}
.field input, .field textarea {
	width: 97%;
}
.fldComment textarea {
	height: 100px;
}
.prImageLibrary .eCommentsForm .fldCaptcha {
	margin: 1em 0;
}
.fldCaptcha input {
	width: auto;
}
.fldCaptcha table {
	margin-top: .5em;
}
/* weird captcha fix */

#contentBar #LBD_CaptchaDiv {
	zoom: 1;
}
.fldCaptcha #LBD_CaptchaImage {
	float: left;
}
.fldCaptcha #LBD_CaptchaIcons {
	float: right !important;
}
.replyForm .eCommentsForm {
	background: none;
	border: none;
	padding: 0;
	margin-top: 0;
}
.replyForm .eCommentsForm .leave {
	display: none;
}
.replyForm .eCommentsForm .reply {
	display: block;
}
.replyForm .eCommentsForm h2 {
	margin: 10px 0 8px;
}
.replyForm label {
	display: none;
}
.replyForm .eCommentsForm .field {
	margin: 3px 0;
}
.replyForm .field input {
	width: 95%;
}
.replyForm .fldName, .replyForm .fldMail {
	float: left;
	width: 49%;
	margin: 0;
}
.replyForm .eCommentsForm .fldMail {
	margin-left: 6px;
}
/* GALLERY */

.prImageLibrary .photo_item {
	margin-right: 8px;
}
.prImageLibrary .ratingList .rateon {
	background-position: 4px -657px;
}
.prImageLibrary .ratingList .rateoff {
	background-position: 4px -717px;
}
.prImageLibrary .imageViewNav .prev {
	background: url(../images/icons.png) no-repeat 0 -774px;
}
.prImageLibrary .imageViewNav .back {
	background: url(../images/icons.png) no-repeat 0 -816px;
}
.prImageLibrary .imageViewNav .next {
	background: url(../images/icons.png) no-repeat 100% -874px;
}
.prImageLibrary .imageViewNav .disabled-prev {
	background-position: 0 -344px;
}
.prImageLibrary .imageViewNav .disabled-next {
	background-position: 100% -294px;
}
/* RSS LIST */

.rssList {
	margin: 20px 0;
}
.rssList a {
	font-size: 1.3em;
}
.rssList img {
	float: right;
	cursor: pointer;
}
.rssList .dottedSep {
	margin: 10px 0;
	height: 2px;
}
/* Media contacts */

.mediaContacts .contact {
	margin-bottom: 1em;
}
.mediaContacts .cname {
	font-weight: bold;
}
/* Breadcrumbs */

.breadcrumbs {
	margin-top: 0px;
	padding: 10px 0 0 20px;
	font-size: 11px;
	background-color: #fff;
}
.breadcrumbs .sep-first { /* separator before breadcrumbs */
}
/* Dynamic events kiosk */

.dynLoading {
	background: url(/images/loading_mini.gif) no-repeat left 5px;
	padding: 5px 0 5px 20px;
	width: 40px;
	margin: 0 auto;
}
.dynCtrl {
	height: 50px;
	padding: 15px 8px 0;
}
.dynCtrl li {
	float: left;
	width: 47px;
	height: 36px;
	margin-right: 2px;
}
.dynCtrl a {
	background: #8e8e8e url(../images/dyn_kiosk.png) no-repeat -1000px -1000px;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	text-align: center;
	text-decoration: none !important; /* important for IE */
}
.dynCtrl a.active {
	background-color: #722315;
	cursor: default;
}
.dynCtrl .prev, .dynCtrl .next {
	width: 15px;
}
.dynCtrl .next {
	margin-right: 0;
}
.dynCtrl .prev a {
	background-position: 0 0;
}
.dynCtrl .next a {
	background-position: 100% 0;
}
.dynCtrl .prev a:hover {
	background-position: 0 -50px;
}
.dynCtrl .next a:hover {
	background-position: 100% -50px;
}
.dynCtrl .evtMonth a {
	background-position: -17px 0;
}
.dynCtrl .evtMonth a.active {
	background-position: -17px -100px!important;
}
.dynCtrl .evtMonth a:hover {
	background-position: -17px -50px;
}
.dynCtrl .evtMonth span {
	color: #fff;
	display: block;
	line-height: 15px;
}
.dynCtrl .evtMonth .month {
	font-weight: bold;
	padding-top: 4px;
}
/* PRINT STYLES */

#printPage {
	background: #fff;
	color: #000;
	padding: 1em;
	width: auto;
}
/* General IE6 fixes. See more in code above */

* html {
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
* html #searchBar form {
	margin: 0;
}
/* layout fixes */

* html .threecol .colmid {
	float: none;
}
* html .threecol .colleft {
	float: none;
}
* html .wrapVNav,  * html .kiosk,  * html .col1,  * html .serviceLinks .kioskText,  * html .headerwrap,  * html .footerwrap {
	zoom: 1;
}
/* 100% height fix */

* html .wrapPage {
	height: 100%;
	overflow: visible;
}
* html #container {
	padding-bottom: 0;
	margin-bottom: 0;
	height: 100%;
}
* html .serviceLinks .linksList a {
	height: 1px;
}
* html .featured .newsImage img {
	width: 100%;
}
* html .imageStrip .newsImage img {
	width: 100%;
}
* html .searchForm .prControlSub {
	display: inline;
}
* html .hnav a {
	width: 1%;
	white-space: nowrap;
}
.pageLinks {
	font-weight: bold;
}
/* Searchbar fix */

* html #searchBar .prSearch {
	background: url('../images/searchLeft.png') no-repeat transparent;
	border: 0;
	padding: 10px 0 10px 15px;
	width: 110px;
}
* html #searchBar .prSearchButton {
	/* background:url('../images/searchRight.png') no-repeat transparent; */
	border: 0;
	width: 26px;
	padding: 0;
	margin: 0 -11px 0 0;
	position: relative;
	height: 35px;
}


/* media queries */
@media (max-width:1000px){
	.colmask  { float: none; width: auto; position: static; margin-left: auto; margin-right: auto; padding: 20px; }
	.threecol .colmid { float: none; width: 100%; position: static; margin-left: auto; margin-right: auto; }
	.threecol .colleft { float: none; width: 100%; position: static; margin-left: auto; margin-right: auto; }
	.threecol .col1wrap { float: none; width: 100%; position: static; margin-left: auto; margin-right: auto; }
	.threecol .col1 { float: none; width: 100%; position: static; margin-left: auto; margin-right: auto; }
	.threecol .col2 { float: none; width: 100%; position: static; margin-left: auto; margin-right: auto; }
	.threecol .col3 { float: none; width: 100%; position: static; margin-left: auto; margin-right: auto; }
	
	.wrapVNav, .wrapVNav-end, .kiosk-col .tl, .kiosk-col .tr, .kiosk-col .bl, .kiosk-col .br { background: none; }
	.links-horizontal li { width: 40px; }
}
@media (max-width:500px){
	.searchForm .prControl { float: none; margin-right: 0; }
	.searchForm .prControlSearch { width: 100%; }
	.searchForm .prControlFilter { width: 100%; }
	.newsBody .newsImage, .articleImage { float: none; margin: 0 0 10px; }
}