﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
tbody, tfoot, thead, tr, th, td {
	border: none;
	border-collapse:collapse;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
	padding:5px;
}
th, td {
/*border: 1px solid #999	*/
}
table p {
	margin:0;
}

/* remember to define focus styles! */
a:hover, a:active {
	outline: 0;
}
body {
	line-height: 1.5em;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Clearing floats without extra markup - give the parent container the group class */
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* IE6 */
* html .group { height: 1%; }

/*IE7 */
.group { min-height: 1px; }


/****************************************************
*
*		Typography
*
****************************************************/

html {font-family: Verdana, Geneva, sans-serif; color:#000; font-size:0.875em; line-height:1.5em;}

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; margin-bottom:1.5em; }

h1 { font-size: 36px;}
h2 { font-size: 1.5em; }
h3 { font-size: 1.25em;  }
h4 { font-size: 1.125em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }


/* Text elements
-------------------------------------------------------------- */

p { margin: 0 0 1.5em; line-height:1.5em; }

ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }

dl { margin: 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.0em; }

abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }

a { color: #2251bb; text-decoration: underline; line-height:1.5em; }
a:hover { text-decoration: none; }

blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; } 
tt { display: block; margin: 1.5em 0; line-height: 1.5; }
span.amp { /* For better-looking ampersands */
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
}

.left {
	float:left;
}
.right {
	float:right;
}

.border  {

}

div.clear {
	clear:both;
}


/****************************************************
*
*		Basic Page Layout
*
****************************************************/

body {
	text-align: center;
	width:100%;
	background:#fefefe;
	height:100%;
}

#mainContainer {
	position:relative;
	z-index:10;
	width:1212px;
	margin:0 auto;		
}

#pageTopWrapper {
	width:100%;
	position:relative;
	z-index:250;
	height:120px;
	margin-top:25px;
}

#innerContent {
	margin:0;
	position:relative;
	z-index:40;
	text-align:left;
	float:left;
	width:660px;		
}
#mainContainer.noPromos #innerContent {
	width:750px;
	float:none;
	margin:0 auto;	
}

#pageContent {
	float:left;
	z-index:12;
	position:relative;
	width:100%;
}

.read-more-toggle {
    display: block;
    padding: 25px 0;
    background: rgba(254, 254, 254,0.85);
    position: relative;
    top: -20px;	
}

.twoColumn {
	float:left;
	width:47%;
	margin-right:5px;
	padding:20px 2.4%;		
}

.threeColumn {
	float:left;
	width:27%;
	margin-right:5px;
	padding:20px 2.4%;	
}

.fourColumn {
	float:left;
	width:19%;
	margin-right:5px;	
	padding:20px 2.4%;	
	background:#f2efd4;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/layout/css/PIE.htc);		
}
.group .threeColumn:last-child, .group .fourColumn:last-child, .group .twoColumn:last-child {
	margin-right:0;
	float:right;
}
.group .threeColumn:first-child, .group .fourColumn:first-child, .group .twoColumn:first-child {
	float:left !important;
}

.threeColumn h4, .fourColumn h4, .threeColumn h4 a, .fourColumn h4 a {
	text-align:center;
	font-size:1.3em;
	color:#1A5764;
}
.noBorder, .noBorder td, .noBorder th, table.seamless td, table.seamless th {
	border: none !important;
}


/****************************************************
*
*		Logo and Logotype
*
****************************************************/

#logo {
	position:relative;
	z-index:50;
	text-align:left;
	width:275px;
	height:85px;
	float:left;
	margin-left:25px;
}
#logo a {
	position:absolute;
	display:block;
	width:275px;
	height:85px;
	top:0;
	left:0;
	text-indent:-9999px;
	z-index:15;	
	background:	url(/layout/img/sprites.png) no-repeat left top;
}


/****************************************************
*
*		Top Nav
*
****************************************************/

.horizontalNav{
	float:left;
	z-index:20;
	margin:25px 0 0 35px;
}

ul.primaryNav {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
ul.primaryNav li.primaryNav1 {
	position:relative;
	top:0;
	left:0;
	float:left;
	z-index:10;
	border-color:transparent #061f3d transparent #869fbd;
	border-width:0px 1px;
	border-style:solid;
}
ul.primaryNav li.primaryNav1:hover {
	border-color:transparent #869fbd transparent  #061f3d ;	
}

ul.primaryNav li.primaryNav1:first-child {
	border-left:none;	
}
ul.primaryNav li.primaryNav1:first-child {
	border-left:none;	
}

a.primaryLink1 {
	float:left;
	display:block;
	outline:none;
	position:relative;
	z-index:100;
	text-align:center;
	background:#0c3e7b;
	font-size:16px;
	color:#FFF;
	padding:0 12px;
	text-decoration:none;
	line-height:40px;
}

a.primaryLink1:hover, a.primaryLink1.activeLink:hover {
	background:#5477a2;
	-moz-box-shadow: 3px 3px 2px #0c3e7b inset;
	-webkit-box-shadow: 3px 3px 2px #0c3e7b inset;
	box-shadow: 3px 3px 2px #0c3e7b inset;
	text-shadow:1px 1px 0px #000;	
}

ul.primaryNav .noLink {
	cursor: default !important;	
}
div.topNavDropdown {	
	background: #5477a2;
	width: 230px !important;
	z-index: 999999;
	top: 40px;
	text-align:left; 
	left:0px;
	position:absolute;
	padding:13px;
	display:none;
}

ul.primaryNav ul {
	list-style:none;
	margin:0;
}
ul.primaryNav ul ul {
	margin-left:1em;	
}
ul.primaryNav ul li {
	border-color:#869fbd transparent #061f3d transparent ;
	border-width:1px 0px;
	border-style:solid;
	position:relative;
}
ul.primaryNav ul li:first-child {
	border-top:none;
}
ul.primaryNav ul li:last-child {
	border-bottom:none;
}
ul.primaryNav ul li a {
	display:block;
	padding:5px 15px;
	font-size:16px;
	color: #FFF;
	text-decoration:none;
	position:relative;
	z-index:10;
}
ul.primaryNav ul li a:hover {
	background:#a6c2e3;
	color:#000;
	text-shadow:1px 1px 0px #FFF;	
}

ul.primaryNav ul li a.inactive {
	font-style:italic;
	color:#bbb;	
}
ul.primaryNav ul li.divider, ul.primaryNav ul li.inactive {
	border:none;
	font-style:italic;
}
ul.primaryNav ul li a.divider:hover, 
ul.primaryNav ul li a.inactive:hover {
	cursor:auto;
	background:#5477a2 !important;
	text-shadow:none;
}
ul.primaryNav ul li a.divider {
	font-style:italic;
	color:#bbb;
	font-size:13px;	
	text-align:center;
	text-transform:uppercase;
	background:#5477a2;
	padding:5px 0;
	width:50%;
	margin:0 auto;	
}
ul.primaryNav ul li.divider:after {
	width:100%;
	height:2px;
	content: " ";
	border-bottom:1px solid #BBB;
	display:block;
	position:absolute;
	top:13px;
	z-index:5;
}

div.globalSearch {
	float:left;
	z-index:100;
	background:#5477a2;
	width:200px;
	height:40px;
	margin-top:25px;
	border-left:1px solid #061f3d;
}
div.globalSearch input {
	background:#f3f3f3;
	border:none;
	color:#818282;
	width:120px;
	font-size:12px;
	float:left;
	margin: 11px 0 0 21px;
	border:1px solid #99acc5;
	border-right:2px solid #2b4361;
	border-bottom:2px solid #2b4361;
	padding:0 5px 2px;		
}

div.globalSearch button {
	cursor:pointer;
	background:#f3f3f3;
	border:none;
	color:#000;
	width:30px;
	font-size:10px;
	float:left;
	margin: 11px 0 0 4px;
	border:1px solid #99acc5;
	border-right:2px solid #2b4361;
	border-bottom:2px solid #2b4361;
	padding:0;
	text-align:center;
	font-weight:bold;
	line-height:17px;
}

div.embeddedGlobalSearch {
	display:none;
}

div.lhn {
	float:left;
	border:1px solid #1C4180;
	width:180px;
	padding:10px;
	margin:84px 30px 100px 0;
	text-align: left;
	-moz-box-shadow: 0px 0px 4px #777 ;
	-webkit-box-shadow: 0px 0px 4px #777 ;
	box-shadow: 0px 0px 4px #577755 ;
	behavior: url(/layout/css/PIE.htc);			
}
#showLHN, #hideLHN {
	display:none;
}
div.lhn ul {
	list-style:none;
	margin:0 0 0 25px;
}
div.lhn li {
	margin-bottom: 15px;
}
div.lhn a {
	color:#000;
	text-decoration:none;	
}
div.lhn a:hover {
	text-decoration:underline;
}
div.lhn a.active {
	font-weight:bold;
	color:#000;	
	text-decoration:none;
	cursor:auto;
	position:relative;
}
div.lhn a.active:before {
	content: " \25CF";
	color:#00842f;
	font-size:22px;
	display:block;
	float:left;
	width:10px;
	height:10px;
	position:absolute;
	left:-20px;
	top:-4px;
}
div.lhn div.whitepaperWrapper {
	border-bottom:1px solid #6D8BAF;
	margin:0 auto 30px;
	padding-bottom:15px;
}
div.lhn div.whitepaperWrapper h2 {
	margin:0 0 15px;
	font-size:13px;
	font-weight:normal;
	color:#0b347b;
	text-align:left;
	top:0;	
}
div.lhn div.whitepaperWrapper h2.hasSupportingImage {
	display:none;
}
div.lhn div.whitepaperWrapper img.supportingImage {
	margin:5px auto 10px;
}
div.lhn div.whitepaperWrapper .pdf, div.lhn div.whitepaperWrapper .doc {
	display:block;
	float:left;
	margin-left:40px;
	text-transform:uppercase;
	color:#FFF;
	background:#b50900;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	padding:0px 8px;
	font-size:12px;
}
div.lhn div.whitepaperWrapper div.group a:last-child {
	margin-left:15px;	
}
div.lhn div.whitepaperWrapper div.group a:first-child {
	margin-left:40px;	
}
div.lhn div.whitepaperWrapper .doc {
	background:#2554be;	
}
div.lhn div.whitepaperWrapper .pdf:hover, div.lhn div.whitepaperWrapper .doc:hover {
	-moz-opacity:.70;
	filter:alpha(opacity=70);
	opacity:.70;			
}

/****************************************************
*
*		Promotions
*
****************************************************/

ul.promotionList {
	list-style:none;
	margin:0;
	display:block;
	width:507px;
	float:right;
	position:relative;
	z-index:200;
	font-size:12px;
	float:right;
}
ul.promotionList ul {
	list-style:none;
}


ul.promotionList > li {
	display:block;
	float:left;
	position:relative;
	margin:0px 0 30px;
	width:100%;
}
ul.promotionList > li.box {
	width:465px;	
}
ul.promotionList > li.box h3 {
	color:#0C3E7B;
	font-weight:bold;
}
ul.promotionList > li div.promotion {
	text-align:left;
}
ul.promotionList > li div.promotion:hover{
	text-decoration:none;	
}


ul.promotionList a {
	color:#0d2d82;
	font-weight:bold;
}


div.promotion span.subtitle {
	color:#f5f2e2;
	display:block;
	font-variant:small-caps;
	font-size:1.3em;
	font-weight:bold;	
}
#promotionItem_In-Depth-Content ul {
	float:left;
	margin:0;
}
#promotionItem_In-Depth-Content ul li {
	float:left;
	width:34%;
	padding:0;
	margin:0;
	font-size:13px;
	font-weight:bold;
	color:#0c3e7b;
	margin:0 0 15px;
	text-align:left;
	min-height:45px;
	line-height:45px;
	position:relative;
}
#promotionItem_In-Depth-Content ul li.column-two {
	width:40%;
}
#promotionItem_In-Depth-Content ul li.column-three {
	width:25%;
}
#promotionItem_In-Depth-Content ul li a {
	display:block;
	color:#0c3e7b;
	text-decoration:none;
	line-height:45px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

#promotionItem_In-Depth-Content ul li a:hover{
	background: #fefefe;
	background: -moz-linear-gradient(top,  #fefefe 0%, #d7e6f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#d7e6f9));
	background: -webkit-linear-gradient(top,  #fefefe 0%,#d7e6f9 100%);
	background: -o-linear-gradient(top,  #fefefe 0%,#d7e6f9 100%);
	background: -ms-linear-gradient(top,  #fefefe 0%,#d7e6f9 100%);
	background: linear-gradient(top,  #fefefe 0%,#d7e6f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#d7e6f9',GradientType=0 );
	box-shadow:-0px -5px 5px -5px inset;
	-moz-box-shadow:-0px -5px 5px -5px inset;
	-webkit-box-shadow:-0px -5px 5px -5px inset;
	box-shadow:-0px -5px 5px -5px inset;
}
#promotionItem_In-Depth-Content span.comingSoon {
	position:absolute;
	top:0;
	left:0;
	background:#d7e6f9;
	background:rgba(215,230,249,0.9);
	box-shadow:-0px -5px 5px -5px inset;
	-moz-box-shadow:-0px -5px 5px -5px inset;
	-webkit-box-shadow:-0px -5px 5px -5px inset;
	box-shadow:-0px -5px 5px -5px inset;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding:0 20px;
	width:140px;
	z-index:10;
	display:none;
}
#promotionItem_In-Depth-Content ul li.inactive:hover span.comingSoon {
	display:block;
	color:#0C3E7B;
	font-weight:bold;
}

/*#promotionItem_In-Depth-Content ul li.inactive, li.primaryNav2.icon.inactive a:before {
	-moz-opacity:.40;
	filter:alpha(opacity=40);
	opacity:.40;	
}*/
#promotionItem_In-Depth-Content ul li.inactive {
	color: #6c7c97;
	font-weight:normal;
}

#promotionItem_In-Depth-Content .icon, li.primaryNav2.icon a:before, div.whitepaperWrapper h2 span.icon {
	background:url(/layout/img/sprites.png) no-repeat;
	display:block;
	float:left;
	width:50px;
	height:45px;
	margin-right:5px;
}
div.whitepaperWrapper h2 span.icon {
	position:relative;
	left:-10px;
	margin:0 -5px 0 0;
}

#promotionItem_In-Depth-Content .icon.school_choice, 	div.whitepaperWrapper h2 span.icon.school_choice	{ background-position: 0 -104px; 	  }
#promotionItem_In-Depth-Content .icon.energy_policy, 	div.whitepaperWrapper h2 span.icon.energy_policy	{ background-position: -50px -104px;  }
#promotionItem_In-Depth-Content .icon.fda, 				div.whitepaperWrapper h2 span.icon.fda				{ background-position: -100px -104px; }
#promotionItem_In-Depth-Content .icon.climate_change, 	div.whitepaperWrapper h2 span.icon.climate_change	{ background-position: -150px -104px; }
#promotionItem_In-Depth-Content .icon.higher_education, div.whitepaperWrapper h2 span.icon.higher_education	{ background-position: -200px -104px; }
#promotionItem_In-Depth-Content .icon.media, 			div.whitepaperWrapper h2 span.icon.media			{ background-position: -250px -104px; }
#promotionItem_In-Depth-Content .icon.federal_budget, 	div.whitepaperWrapper h2 span.icon.federal_budget	{ background-position: -300px -104px; }
#promotionItem_In-Depth-Content .icon.tax_policy, 		div.whitepaperWrapper h2 span.icon.tax_policy		{ background-position: -349px -104px; }
#promotionItem_In-Depth-Content .icon.unions, 			div.whitepaperWrapper h2 span.icon.unions			{ background-position: -400px -104px; }
#promotionItem_In-Depth-Content .icon.ethics, 			div.whitepaperWrapper h2 span.icon.ethics			{ background-position: -446px -104px; }
#promotionItem_In-Depth-Content .icon.state_matrix, 	div.whitepaperWrapper h2 span.icon.state_matrix		{ background-position: -495px -104px; }

li.primaryNav2.icon a:before {
	content:" ";
	margin:0;
	position:relative;
	left:-15px;
	clear:both;
	background-size:auto 120px;
	height:26px;
	width:28px;
}

li.primaryNav2.icon.school_choice a:before 		{ background-position: -1px -63px; 	  }
li.primaryNav2.icon.energy_policy a:before		{ background-position: -31px -63px;  }
li.primaryNav2.icon.fda a:before				{ background-position: -61px -63px; }
li.primaryNav2.icon.climate_change a:before		{ background-position: -91px -63px; }
li.primaryNav2.icon.higher_education a:before	{ background-position: -121px -63px; }
li.primaryNav2.icon.media a:before				{ background-position: -151px -63px; }
li.primaryNav2.icon.federal_budget a:before		{ background-position: -181px -63px; }
li.primaryNav2.icon.tax_policy a:before			{ background-position: -211px -63px; }
li.primaryNav2.icon.unions a:before				{ background-position: -241px -63px; }
li.primaryNav2.icon.ethics a:before				{ background-position: -268px -63px; }
li.primaryNav2.icon.state_matrix a:before		{ background-position: -296px -63px; }

a.searchHeadlinesLink {
	background:#0d8943;
	color:#FFF !important;
	padding:2px 5px;
	position:absolute;
	right:0px;
	top:0px;
	display:block;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/layout/css/PIE.htc);			
}
a.searchHeadlinesLink:hover {
	text-decoration:underline;
}

ul.headlines, ul.headlines ul {
	margin:0;
	list-style:none;
}
ul.headlines > li {
	margin-bottom:10px;
	float:left;
	width:100%;
}
ul.headlines h5 {
	font-size:16px;
	font-weight:bold;
	margin:0;
}

ul.headlines h5 a {
	text-decoration:none;
}

ul.headlines h5 a:hover {
	text-decoration:underline;
}
ul.headlines ul {
	color:#707071;
	font-size:12px;
}
ul.headlines ul li {
	float:left;
	width:48%;
	text-align:center;
}
ul.headlines ul li:first-child {
	text-align:left;
	width:31%;
}
ul.headlines ul li:last-child {
	text-align:right;
	width:20%;
	float:right;
}
#mainContainer.hasLHN ul.headlines ul li.date {
	display:none;
}
#mainContainer.hasLHN ul.headlines ul li.author {
	text-align:right;
	float:right;
	width:65%;
}
#mainContainer.hasLHN ul.headlines div.showMoreLink a {
	width:330px;
}

ul.headlines li.lexisnexis h5 a:before {
	content: ' ';
	display:block;
	float:left;
	background: url(/layout/img/sprites.png) no-repeat -415px -3px;
	width:20px;
	height:20px;
	position:relative;
	top:2px;
}

.sourceLink {
	position:relative;
	font-size:9px;
	bottom:0;
	color:#0D8943;
}


#sourcePopupContainer
{
    position:absolute;
    left:0;
    top:0;
    display:none;
    z-index: 20000;
}

#sourcePopupContent
{
    background-color: #FFF;

	padding:20px;
	border:1px solid #1C4180;
	text-align: left;
	-moz-box-shadow: 0px 0px 4px #777 ;
	-webkit-box-shadow: 0px 0px 4px #777 ;
	box-shadow: 0px 0px 4px #577755 ;
	behavior: url(/layout/css/PIE.htc);	
	font-size:11px;	
}
.sourcePopupResult {
    min-width: 275px;
    min-height: 50px;
	max-width:400px;
}
.sourcePopupResult img {
	margin-bottom:10px;
}
.sourcePopupResult.hasImage {
	max-width: none;
	max-height:none;	
}
#sourcePopupContent .name {
	font-weight:bold;	
}
#sourcePopupContent .name {
	font-weight:bold;	
}
#sourcePopupContent .notes {
	color:#888;
}



/****************************************************
*
*		Page Content
*
****************************************************/

h1 {
	padding:0;
	text-indent:0;
	line-height:1.5em;
	vertical-align:bottom;
	color:#1c4180;
	margin-bottom:30px;
}
#homePage h1 {
	display:none;
}

h2 {
	color:#000;
	font-weight:normal;
	margin:0 0 10px;
	position:relative;
	line-height:1.5em;
	font-size:18px;	
}
/*h3 {
	color:#1f3a80;
	font-size:16px;
	border-bottom:1px solid #1f3a80;
	font-weight:normal;
	background: url(/layout/img/sprites.png) no-repeat -450px top;
	padding:0 0 5px 60px;
	text-align:left;		
}*/
h3 {
	color:#1f3a80;
	font-size:16px;
	border-bottom:1px solid #1f3a80;
	font-weight:normal;
	position:relative;
	padding:0 0 5px 0;
	text-align:left;
	margin-left:55px;	
}
h3:before {
	display:block;
	position:absolute;
	background: url(/layout/img/sprites.png) no-repeat -450px top;
	left:-55px;
	width:50px;
	height:30px;
	content:" ";	
}
div.resultsItem h3:before {
	display:none;
}
.interiorPage div.sequentialPageSection {
	margin-top:30px;
}
a.printHide + div.sequentialPageSection, .Right_Insight_Blog_Page div.sequentialPageSection  {
	margin-top:0px;
}

.ui-tabs-panel h2 {
	text-shadow:none;
	color:inherit;
	margin:0;
	top:0;	
}

h4 {
	font-size:20px;
	font-weight:bold;
	color:#214086;
	text-shadow:1px 1px 1px #bac8d9;
	margin:0;
	line-height:1.5em;
}

#lhn {
    float: left;
    padding-right: 20px;
    width: 20%;
	text-align:right;
}
#lhn ul {
	list-style:none;
	padding:0;
	margin:0;
}
#lhn li {
	padding:10px 0;	
}

#lhn a {
	color:#1A5764;
}

#lhn_content {
	border-left: 1px solid;
    float: left;
    padding-left: 20px;
    width: 75%;
}

#lhn_content h3.section {
	border-top: 1px dashed #1A5764;
	font-size:1.7em;
	text-align:left;
}

#lhn_content a.returnToTop {
	float:right;
	position:relative;
	font-size:0.8em;
	top:-1.3em;
}

ul.sitemap, ul.sitemap up {
	list-style:disc outside;	
}
ul.sitemap li {
	line-height:1.3em;
}
ul.sitemap i {
	margin-left:15px;
	display:block;
	font-size:smaller;	
}
ul.sitemap li ul {
	margin-bottom:0;
	list-style: circle;
}


.box {
	background:#eff5fd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:20px;
	behavior: url(/layout/css/PIE.htc);
	position:relative;
	border:1px solid #555;
}
#sb-player p.box {
	height:200px	
}

.media {
	position:relative;
	z-index:1;
}
.mediaMedium.right {
	margin:0 0 20px 20px;	
}
.mediaMedium.left {
	margin:6px 20px 10px 0;	
}
.mediaSmall.right {
	margin:0 0 20px 20px;	
}
.mediaSmall.left {
	margin:0 20px 10px 0;	
}
#popeye_page .ppy-imglist li, .mediaMedium img, .mediaMedium .mediaSlideshow, #popeye_page .ppy-stage {
	height:150px;
	width:190px;
}
.mediaMedium img, .mediaMedium .mediaSlideshow {
	position:relative;
	z-index:10;	
}

.mediaSmall.left img {
}

/*.mediaMedium.left a:hover:after {
	content:"Expand";
	position:absolute;
	display:block;
	width:30px;
	height:22px;
	text-indent:-99999px;
	background:url(/layout/img/media-sprites.png) no-repeat -45px center;	
	top:5%;
	left:5%;
	z-index:20;
}
.mediaMedium.right a:hover:after {
	content:"Expand";
	position:absolute;
	display:block;
	width:30px;
	height:22px;
	text-indent:-99999px;
	background:url(/layout/img/media-sprites.png) no-repeat -45px center;	
	top:10%;
	left:5%;
	z-index:20;
}*/
.mediaMedium.right.ppy a:hover:after, .mediaMedium.left.ppy a:hover:after  {
	display:none;
}

.mediaSlideshow {
	overflow:visible !important;
	height:241px !important;
	width:316px !important;		
}
.mediaSlideshow img, div.cycle {

}
.mediaMedium .mediaBacking {

	display:none;
}

ul.thumbnailGallery {
	list-style:none;
}
ul.thumbnailGallery li {
	float:left;
	margin-bottom:21px;
}
ul.thumbnailGallery img {
	padding:2px;
}
ul.thumbnailGallery span.thumbnailTitle {
	display:block;
	text-align:center;
}
.sb-desc {
	display:none;
}
#sb-info-description { color:#FFF; font-size:16px}

select.jankoSelect {
	display:none;
}
label.jankoSelect {
	display:block;
	margin:10px 0;	
}
label.jankoSelect span {
	float:left;
	margin-left:21px;
	display:block;
	line-height:1.5em;
	font-style:italic; 
}
dl.dropdown {width:250px; margin-left:5px; float:left; position:relative; z-index:1000;}
.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }
#pageContent .dropdown a, #pageContent .dropdown a:visited { color:#2C2C2C; text-decoration:none; outline:none;}
.dropdown a:hover { color:#2C2C2C;}
.dropdown dt a:hover { color:#2C2C2C; border: 1px solid #CCC;}
.dropdown dt a {background:#DFDFDF url(arrow.png) no-repeat scroll right center; display:block; padding-right:20px;
				border:1px solid #CCC; width:300px; padding:5px;}
.dropdown dt a:after {				
	content: " \25BC";
	font-size:9pt;
	float:right;
	text-decoration:none !important;
}
.dropdown dt a span {cursor:pointer; display:block;}
.dropdown dd ul { background:#DFDFDF none repeat scroll 0 0; border:1px solid #CCC; color:#2C2C2C; display:none;
				  left:0px; padding:5px 0px; position:absolute; top:2px; width:auto; min-width:210px; list-style:none;}
.dropdown span.value { display:none;}
.dropdown dd ul li a { padding:5px; display:block;}
.dropdown dd ul li a:hover { background-color:#CCC;}

div.cycleControlsWrapper, div.cycleFrameControls {
	width:190px;
}

div.cycleFrame {
	float:left;
	clear:both;
	position:relative;
	z-index:100;
}
div.cycleControlsWrapper {
	position:absolute;
	left:0;
	top:156px;
	background:rgba(255,255,255,0);
	transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	-webkit-transition:  background-color .3s linear;
	-moz-transition: background-color .3s linear;
	z-index:100;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;							
}
div.cycleControlsWrapper a {
	text-decoration:none !important;
}
div.cycleFrame:hover div.cycleControlsWrapper {
	background:#FFF;
	transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	-webkit-transition:  background-color .3s linear;
	-moz-transition: background-color .3s linear;	
}

div.cycle a {
	position:absolute;
	left:0;
	top:0;
}
div.cycleCaption {
	padding:5px;
	height:auto;
	font-weight:normal;
	font-size:12px;
	display:none;
	position:relative;
	float:left;	
	box-shadow:0px 4px 5px -3px #000;
	-moz-box-shadow:0px 4px 5px -3px #000;
	-webkit-box-shadow:0px 4px 5px -3px #000;
	box-shadow:0px 4px 5px -3px #000;
	width:180px;					
}
div.cycleFrameControls {
	float:left;
	clear:both;
	font-weight:normal;
	font-size:9px;							
}
/* hide all controls, show on hover */
div.cycleFrameControls {
	-moz-opacity:0; filter:alpha(opacity=0); opacity:0;
}
div.cycleFrame:hover div.cycleFrameControls {
	-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
}

/* x: hide all controls, show on hover */
div.cycleFrameControls a, div.cycleFrameControls a:hover {
	text-decoration:none;
}
div.cycleFrameControls .left {
	float:left;
	width:70%;
}
div.cycleFrameControls .right {
	float:right;
	width:25%;
}
.cyclePrev {
	float:left;
	width:32%;
	text-align:left;							
}
.cyclePrev:before {
	content: " \25C0";
	padding-right:4px;
}
.cycleNext {
	float:right;
	width:32%;
	text-align:right;
}
.cycleNext:after {
	content: " \25B6";							
}
.cycleEnlarge {
	float:right;
	text-align:right;						
}
.cycleStop, .cyclePlay {
	float:left;
	text-align:center;
	width:32%;							
}
.cycleStop:before {
	content: " \25A0";
	padding-right:3px;		
}
.cyclePlay:before {
	content: " \25B6";
	padding-right:3px;	 
}
.cycleTitle {
	font-weight:bold;
	padding: 0 10px 0 0;
	float:left;
}
.cycleCredit, .photoCredit {
	float:left;
	clear:both;
}
#sb-player .photoCredit {
	position:absolute;
	top:7px;
	right:10px;
}
div.cycleFrame.mediaRecordCount_1 div.cycleControlsWrapper span.left {
	display:none;
}


/****************************************************
*
*		Bottom Nav
*
****************************************************/
#pageBottomWrapper {
	width:100%;
	position:relative;
	z-index:50;
	float:left;
	margin:60px auto;
}
#bottomNavWrapper {
	background:#0c3e7b;
	width:100%;
	height:40px;
	position:relative;
}

div.bottomNav {
	position: relative;
	float: right;
	right:50%;
}

ul.primaryNav li.primaryNav1 {
	position:relative;
	top:0;
	left:0;
	float:left;
	z-index:10;
	border-color:transparent #061f3d transparent #869fbd;
	border-width:0px 1px;
	border-style:solid;
}

div.bottomNav ul {
	display:inline;
	list-style:none;
	position:relative;
	left:50%;
	float:left;
	margin:0;
}
div.bottomNav li {
	position:relative;
	top:0;
	left:0;
	float:left;
	z-index:10;

}


div.bottomNav a, span.simulateLink {
	float:left;
	display:block;
	outline:none;
	position:relative;
	z-index:100;
	text-align:center;
	background:#0c3e7b;
	font-size:16px;
	color:#FFF;
	padding:0 13px;
	text-decoration:none;
	line-height:40px;
}

span.simulateLink {
	margin:15px auto;
	border:none;
}
div.bottomNav a:hover {
	background:#5477a2;
	-moz-box-shadow: 3px 3px 2px #0c3e7b inset;
	-webkit-box-shadow: 3px 3px 2px #0c3e7b inset;
	box-shadow: 3px 3px 2px #0c3e7b inset;
	text-shadow:1px 1px 0px #000;	
}
div.bottomNav span.simulateLink {
	text-align:center;
	display:block;
}
#bottomNavWrapper div.globalSearch {
	float:none;
	position:absolute;
	top:0;
	right:0;
	margin:0;	
}

#copyright {
	clear:both;
	font-size:12px;
	margin:0 auto;
	text-transform:none;
	height:40px;
	position:relative;
	z-index:10;
	text-align:center;
	padding-top:20px;
	color: #AAA;
	line-height:1.5em;		
}
#copyright a {
	color: #AAA;
	font-size:12px;
	line-height:1.5em;	
}

/**********************************

Smaller Sizes (non-adaptive)

***********************************/

#mainContainer.hasLHN ul.promotionList {
	width:330px;
	margin-top:84px;
}
#mainContainer.hasLHN ul.promotionList > li.box {
	width:285px;
}

#mainContainer.hasLHN  ul.headlines h5 {
	font-size:14px;
}
#mainContainer.hasLHN  ul.headlines ul {
	font-size:10px;	
}
#mainContainer.hasLHN #innerContent {
	width:610px;	
}



/**********************************

Directions Map

***********************************/

#dip_map h3 {
	font-size:16px;	
}

div.directions #directions {
	overflow:auto;
	width: 560px;
	float:left;
	height:auto;
	padding-right:21px;
}
div.directions #map_canvas {
	width: 585px;
	height: 500px;
}
#directions_print {
	display:none;
}
#directions_print #directions {
	width:100%;
	height:auto;
}

div.directions #directions-distance, div.directions #directions-duration {
	font-size:32pt;
	font-weight:bold;
	line-height:1.0em;
}
div.directions > p {
	text-align:center;
}
#printDirectionsLink {
	float:left;
	padding-bottom:0px;
	height:20px;
}


/**********************************

Name: cmxform Styles

***********************************/
#emailAuthorFormInner {
	background:#FEFEFE;
}
#communicationFormWrapper {
	width:300px;
	margin:0px auto;
}

#emailAuthorFormInner #communicationFormWrapper {
	width: auto !important;
	margin:0px auto !important;
}
#emailAuthorFormInner #communicationFormWrapper #formCommunication {
	border:none;
}
#emailAuthorFormInner #communicationFormWrapper #formCommunication div.group {
	padding:0 !important;
}

.dip_contact_form #communicationFormWrapper  {
	width:auto;
	margin:0px auto !important;	
}
.dip_contact_form button.emailButton {
	float:left;
	clear:both;
}
#communicationFormWrapper input {
	display:block;
	float:left;
	width:200px;
}
#communicationFormWrapper .box {
	background:none;
	padding:0;
}
form.cmxform {
	font-size: 1.0em;
	color: #333;
	float:left;
}
#dip_contact_form form.cmxform, form.cmxformlarge {
	width:100%;
}
#bigCommunicationFormWrapper form.cmxform {
	width:550px;	
}

form.cmxform legend {
	padding:0 20px;
	font-weight:bold;
	line-height:2.0em;
}

form.cmxform label {
	display: block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
	width: 50px;
	float:left;
	text-align:left;
	clear: left;
}
form.cmxformlarge label {
	clear:none;
}

form.cmxform label.error {
	margin-left: 103px;
	width: 145px;
}

#formCommunication legend, #formCommunication label {
	color: #2C2C2C;
}

form.cmxform fieldset {
	padding:20px;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px auto 7px;
	text-align:left;
	float:left;
	margin-bottom:0;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
form.cmxformlarge input {
	float:right;
	margin-right:24px;
}
div.error { display: none; }
input, textarea { }
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }

fieldset.niceForm legend {
	font-weight:bold;
	margin:5px 10px 5px 5%;	
}

fieldset.niceForm {
	padding:21px;
}
fieldset.niceForm div.group {
	margin:0 auto;
	width:550px;
}
fieldset.niceForm.captcha {
	text-align:center;
}
fieldset.niceForm.captcha div.group {
	width:auto;
}
fieldset.niceForm label  {
	float:left;
	width:100px;
	line-height:1.7em;
	padding:0 10px;
	text-align:right;
}
fieldset.niceForm.vertical label {
	text-align:left;
	clear:both;	
	width:auto;
}
fieldset.niceForm label.short {
	width:auto;	
}
fieldset.niceForm label.required:after {
	content:"*";
	color:#F00;	
}
fieldset.niceForm label.noStar:after {
	content:none !important;
}
fieldset.niceForm label.error {
	float:left;
	display:block;
	position:absolute;
	top:1px;
	right:0;
	width:65px;
	line-height:1em;
	font-size:x-small;	
}
fieldset.niceForm.vertical label.error {
	float:left;
	display:block;
	position:absolute;
	top:25px;
	right:-80px;
	width:65px;
	line-height:1em;
	font-size:x-small;	
}
fieldset.niceForm input, 
fieldset.niceForm select,
fieldset.niceForm .ui-multiselect, 
fieldset.niceForm textarea,
form.cmxform input,
form.cmxform select,
form.cmxform textarea,
fieldset.niceForm .full .tagit {
	float:left;
	line-height:1.5em;
	border: #0A3B47 1px solid;
	padding:3px 5px;
	margin-bottom:5px;
	width:200px;	
	background: -moz-linear-gradient(top, rgba(30,87,153,0.1) 0%, rgba(125,185,232,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0.1)), color-stop(100%,rgba(125,185,232,0)));
	background: -webkit-linear-gradient(top, rgba(30,87,153,0.1) 0%,rgba(125,185,232,0) 100%);
	background: -o-linear-gradient(top, rgba(30,87,153,0.1) 0%,rgba(125,185,232,0) 100%);
	background: -ms-linear-gradient(top, rgba(30,87,153,0.1) 0%,rgba(125,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1e5799', endColorstr='#007db9e8',GradientType=0 );
	background: linear-gradient(top, rgba(30,87,153,0.1) 0%,rgba(125,185,232,0) 100%);
}
fieldset.niceForm .ui-multiselect {
	padding:1px 5px;
}
fieldset.niceForm .full .tagit {
	padding:2px 0 0;
}
fieldset.niceForm .ui-multiselect,
fieldset.niceForm.vertical input, 
fieldset.niceForm.vertical select, 
fieldset.niceForm.vertical textarea {
	float:left;
	clear:both;	
}
fieldset.niceForm input.hasDatepicker {
	background: url(/layout/img/calendar.jpg) no-repeat 190px center, -moz-linear-gradient(top, rgba(30,87,153,0.1) 0%, rgba(125,185,232,0) 100%);
	background: url(/layout/img/calendar.jpg) no-repeat 190px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0.1)), color-stop(100%,rgba(125,185,232,0)));
	background: url(/layout/img/calendar.jpg) no-repeat 190px center, -webkit-linear-gradient(top, rgba(30,87,153,0.1) 0%,rgba(125,185,232,0) 100%);
	background: url(/layout/img/calendar.jpg) no-repeat 190px center, -o-linear-gradient(top, rgba(30,87,153,0.1) 0%,rgba(125,185,232,0) 100%);
	background: url(/layout/img/calendar.jpg) no-repeat 190px center, -ms-linear-gradient(top, rgba(30,87,153,0.1) 0%,rgba(125,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1e5799', endColorstr='#007db9e8',GradientType=0 );
	background: url(/layout/img/calendar.jpg) no-repeat 190px center, linear-gradient(top, rgba(30,87,153,0.1) 0%,rgba(125,185,232,0) 100%);	
}
fieldset.niceForm select {
	width:auto;
	padding:2px 2px 2px 5px;		
}
fieldset.niceForm textarea {
	height:100px;
}
fieldset.niceForm textarea.tall {
	height:250px;	
}
fieldset.niceForm input.short, fieldset.niceForm textarea.short {
	width:65px;	
}
fieldset.niceForm input.full, fieldset.niceForm textarea.full, 
fieldset.niceForm .full .tagit
 {
	width:530px !important;	
}
fieldset.niceForm select.normal,
fieldset.niceForm .ui-multiselect {
	width:212px !important;
}
fieldset.niceForm input.required {
	border:1px solid #0A3B47;	
}
fieldset.niceForm input:focus, 
fieldset.niceForm select:focus, 
fieldset.niceForm textarea:focus,
form.cmxform input:focus,
form.cmxform select:focus,
form.cmxform textarea:focus  {
	background:#FFF;
	border:1px solid #000;
}
fieldset.niceForm input.dateTime, fieldset.niceForm #startTimeInput {
	background:	url(/layout/img/calendar_icon.gif) no-repeat right center;
	width:200px;		
}
fieldset.niceForm input.hasDatepicker:focus {
	background:	url(/layout/img/calendar_icon.gif) no-repeat 190px center #FFF;
}

fieldset.niceForm input[type="checkbox"] {
	width:auto;
	float:none;
	margin-top:5px;
}
fieldset.niceForm input.error, fieldset.niceForm select:error,  fieldset.niceForm textarea:error{ border: 1px dotted red !important; }
fieldset.niceForm div.singleFormItem {
	float:left;
	position:relative;
}
fieldset.niceForm.vertical div.singleFormItem:first-child {
	margin-right:118px;	
}
fieldset.niceForm.vertical div.singleFormItem:last-child {
	margin-right: 0 !important;	
}

fieldset.niceForm select[name="state"] {
	margin-right:20px;
}

#bigCommunicationFormWrapper label.required:after{
	content:"(required)";
	font-style:italic;
	padding:0 5px;
	font-size:0.8em;
	color:red;
}

button.emailButton {
	background: rgb(240,183,161);
	background: -moz-linear-gradient(top,  rgba(240,183,161,1) 0%, rgba(140,51,16,1) 50%, rgba(117,34,1,1) 51%, rgba(191,110,78,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,183,161,1)), color-stop(50%,rgba(140,51,16,1)), color-stop(51%,rgba(117,34,1,1)), color-stop(100%,rgba(191,110,78,1)));
	background: -webkit-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
	background: -o-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
	background: -ms-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
	background: linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 );
	border:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:0 auto;
	padding:5px 15px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #000;
     -moz-box-shadow: 0px 0px 3px #D87122 inset; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 3px #D87122 inset; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 3px #D87122 inset; /* Opera 10.5, IE9, Chrome 10+ */	
	behavior: url(/layout/css/PIE.htc);		
}
button.emailButton:hover{
    border-color: #6a534c rgba(21, 11, 11, 0.2)  #bdb1ad;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow:  none;
	behavior: url(/layout/css/PIE.htc);		
}
button.emailButton:active {
	background-color: #6bcc69;
	background-image: -moz-linear-gradient(top, #6bcc69, #179835); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #6bcc69),color-stop(1, #179835)); /* Saf4+, Chrome */
	-pie-background: linear-gradient(top, #6bcc69, #179835);
	behavior: url(/layout/css/PIE.htc);		
}
form.travelPlannerRequestForm {
	width:700px;
	margin:0 auto;
}
form.travelPlannerRequestForm label {
	width:100px;
}
form.travelPlannerRequestForm input {
	width:250px;
	float:left;
}
form.travelPlannerRequestForm fieldset > div {
	margin-bottom:24px;	
}
/****************************************************
*
*		SRP Specific Stuff
*
****************************************************/

div.resultsSet {
	
}
div.form {
	position:relative;
	z-index:20;	
}

div.srpField {
	width:30%;
	float:left;
	margin-bottom:16px;
	margin-right:3%;
	position:relative;
	min-height:48px;
}
div.srpField.lastBasic + div.srpField.advanced  {
	clear:both;
}
div.srpField.daterange span.daterangeLabel {
	font-size:smaller;
	float:left;
	margin-right:5px;
}
div.srpField.daterange input.hasDatepicker {
	float:left;
	width:70px;
	margin-right:5px;
}
.advanced {
	display:none;
}
div.srpField > label {
	float:left;
	line-height:1.5em;
	font-weight:bold;
	clear:both;
	width:100%;
}

div.srpField > input {
	width:225px; /*96%*/
	padding:3px;	
}
div.sortBy {
	margin:5px 0 20px;
	padding:10px 0 0;
	border-top:1px solid #999;
}
div.hideSortBy {
	display:none;
}

/* #Buttons
================================================== */

	.button, button.searchButton, button.resetButton{
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
button.searchButton {
	color:#000;	
}
	.button:hover, button.searchButton:hover, button.resetButton:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active, button.searchButton:active, button.resetButton:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }


	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}

div.srpField button.ui-multiselect {
	width:100% !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;	
}
div.srpField > input, div.srpField > button {
	background: #FFF !important;
	border:1px solid #999 !important;
	color:#999;
}
div.srpField > input:focus, div.srpField > button:focus, div.srpField > button.ui-state-active {
	border:1px solid #000 !important;
	color:#000;		
}
div.srpField > input[type=checkbox] {
	width:auto;
	float:left;
}
div.srpField span.post_note {
	font-size:11px;
}

ul.tagit {
    	padding: 1px 5px;
    	overflow: auto;
    	margin:0;
	padding:0;
    	border-style: solid;
    	border-width: 1px;
    	border-color: #999;
    	background: inherit;
}
ul.tagit li {
    display: block;
    float: left;
    margin: 1px 5px 1px 1px;
	font-size:11px;
	line-height:11px !important;
}
ul.tagit li.tagit-choice {
    padding: .2em 18px .2em .5em;
    position: relative;
    line-height: inherit;
}
ul.tagit li.tagit-new {
    padding: .25em 4px .25em 0;
}



ul.tagit li.tagit-choice a.tagit-label {
    cursor: pointer;
    text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
    cursor: pointer;
    position: absolute;
    right: .1em;
    top: 50%;
    margin-top: -8px;
}

/* used for some custom themes that don't need image icons */
ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: none;
}

ul.tagit li.tagit-choice input {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit input[type="text"] {
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;

    border: none;
    margin: 0;
    padding: 0;
    width: inherit;
    background-color: inherit;
    outline: none;
}


ul.tagit li.tagit-choice {
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #CAD8F3;

    background: none;
    background-color: #DEE7F8;

    color: #555;
    font-weight: normal;
}
ul.tagit li.tagit-choice a.tagit-close {
    text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
    right: .4em;
}
ul.tagit li.tagit-choice .ui-icon {
    display: none;
}
ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: inline;
    font-family: arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #777;
}
ul.tagit li.tagit-choice:hover, ul.tagit li.tagit-choice.remove {
    background-color: #bbcef1;
    border-color: #6d95e0;
}
ul.tagit li.tagit-choice a.tagLabel:hover,
ul.tagit li.tagit-choice a.tagit-close .text-icon:hover {
    color: #222;
}
ul.tagit input[type="text"] {
    color: #333333;
    background: none;
}
 




div.searchButtonWrapper {
	float:left;
	text-align:center;
	width:100%;
}

div.resultsItem {
	width:100%;
	padding:0 0 15px;
	position:relative;	
}
div.resultsTwoColumn div.resultsItem {
	width:45%;
	float:left;
	padding:1.5%;
	border:1px dotted #dadada;
	margin:0 1% 15px 0;
}
div.resultsTwoColumn div.resultsItem div.teaser {
	font-size:12px;	
}

div.resultsItem h3 {
	margin:0;	
	font-size:20px;
	line-height:30px;
	font-weight:bold;
	border:none;
	background:none;
	padding:0;
	color:#214086;
	max-width:75%;
}
div.resultsItem h3.standout:before {
	content:"*";
	display:inline !important;
	background:none;
	width:auto;
	left:-18px;
}
div.resultsItem h3 a {
	text-decoration:none;
	color:#214086;	
}
div.resultsItem h3 a:hover {
	color:#2251BB;
	text-decoration:underline;
}
span.linkDisplay {
	font-size:11px;
	color:#0D8943;	
}
ul.resultsFAQs {
	color: #b5b5b6;
    font-size: 12px;
    font-weight: normal;
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 0;
}
ul.resultsFAQs li {
    display: block;
    min-height: 1em;
    text-align: left;
    width: 33%;
	float:left;
	line-height:1.5em;
}
ul.resultsFAQs li:first-child {
	text-align:left;
}
ul.resultsFAQs li:last-child, ul.resultsFAQs li.textRight {
	text-align:right;
	float:right;
}
#homePage ul.resultsFAQs li.noContent {
	display:none;
}
ul.resultsFAQs li.authorTop {
	position:absolute;
	right:0px;
	top:10px;
}
ul.resultsFAQs li.authorTop a {
	color: #707071;
	text-decoration:none;
	font-style:italic;
}
ul.resultsFAQs li.authorTop a:hover {
	text-decoration:underline;
	color:#2251BB;
}

body.interiorPage ul.resultsFAQs li.hideInterior {
	display:none;
}
a.mapLink {
	display:block;
	text-align:center;
	font-size:12px;
	position:absolute;
	right:17px;
	top:12px;
	padding:0 20px 0 0 !important;
	text-align:left;
}

div.teaser {
	padding:0;
	line-height:1.5em;
}
div.teaser img {
	display:none;
}
div.teaser .media img {
	display:inline;
}
div.teaser .mediaMedium.left a:hover:after {
	display:none;
}
div.heightControl div.teaserWrapper {
	max-height:190px;
	overflow:hidden;
	position:relative;	
}
div.heightControl div.teaserWrapper.expanded {
	overflow:auto;
	height:auto;
	max-height:none;	
}
div.showMoreLink {
	position:absolute;
	top:119px;
	left:0;
	width:100%;
	background:transparent url(/layout/img/shade.png) repeat-x left top;
	padding:40px 0 5px;
	text-align:center;
	font-size:13px;
	text-transform:uppercase;
	cursor:pointer;
}
div.showMoreLink.noFade {
	background:none;
	top:0px;
	position:relative;
	padding-top:0;
}
div.showMoreLink.noFade a {
	font-weight:normal !important;
	border:none;
}
div.showMoreLink.open {
	position:relative;
	top:auto;	
}
div.showMoreLink a {
	color:#4779b6;
	width: 475px;
	text-decoration:none;
	border-bottom:1px dotted #4779b6;
	display:block;
	margin:0 auto;
	padding-bottom:10px;
}
div.archiveSearch ul.resultsFAQs {
	margin:0;
}
div.archiveSearch div.teaser p {
	margin:0;	
}


div.resultsPerPage {
    color: #555555;
    float: left;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5em;
	z-index:15;
	position:relative;	
}
div.pagination {
	position:relative;
	margin-bottom:24px;
	margin-right:28px;
	z-index:10;
}
div.topPagination {
	display:none;
}
ul.pagination {
	display:inline;
	position:relative;
	left:50%;
	margin:0;
	float:left;
}
ul.pagination li {
	float:left;
	position:relative;
	right:50%;
	list-style:none;
	font-style:italic;
	font-size:12px;
	color:#555;
	margin-right: 6px;
}
ul.pagination li.resultCounter {
	margin-right:24px;

}
ul.pagination li.pageLabel {
	margin-right:12px;
}
ul.pagination li.currentPage {
	padding:0 5px;	
}
ul.pagination li.pageNumber {
	font-style:normal;
}
ul.pagination li.prev, ul.pagination li.next {
	color:#B5B5B6;	
}
ul.pagination li.prev a:before {
	content: "\25C0";
	font-style:normal;
	position:absolute;
	left:-1em;	
}
ul.pagination li.next a:after {
	content: "\25B6";
	font-style:normal;
	text-decoration:none;
	position:absolute;
	right:-1em;			
}
ul.pagination li a {
	line-height:1.8em;
}
ul.pagination li.pageNumber a {
	border: 1px solid;
	padding:2px 5px;
	text-align:center;
	position:relative;
	top:-3px;
	display:block;
}
ul.pagination li.pageNumber a:hover {
	background:#e7f4f9 !important;	
}
.pagVer2 ul.pagination li.pageNumber {
	display:none;
}
ul.pagination li.paginationLast, ul.pagination li.paginationSkip_1, ul.pagination li.paginationSkip_2, ul.pagination li.paginationFirst {
	display:none;
}
ul.pagination li.currentPage {
	display:none;
}

div.bottomPagination {
	margin-bottom:50px;
}

.ui-multiselect { padding:3px 0 3px 4px; text-align:left }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none !important; font-size:9px; }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; background:#FAFAFA; border:1px solid #000; min-width:217px; }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:auto; max-height:175px !important; height:auto !important }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

.ui-multiselect-hasfilter ul { position:relative; top:2px }
.ui-multiselect-filter { float:left; margin-right:10px; font-size:11px }
.ui-multiselect-filter input { width:100px; font-size:10px; margin-left:5px; height:15px; padding:2px; border:1px solid #292929; -webkit-appearance:textfield; -webkit-box-sizing:content-box; }



/****************************************************
*
*		DIP Specific Stuff
*
****************************************************/

dl.dip_contact_block {
	float:left;	
	margin-bottom:30px;
	color:#707071;
	width:100%;
}
body.Right_Insight_Article_DIP dl.dip_contact_block {
	width:48%;
}
body.Right_Insight_Article_DIP dl.dip_contact_block br {
	display:none;
}
body.Right_Insight_Article_DIP dl.dip_contact_block br:after {
	content:", ";
}

dl.dip_contact_block dt, dl.dip_multicolumn dt, dl.dip_tab_details dt {
	font-size: 11pt;
	font-weight:normal;
	float:left;
	margin-right:10px;
	color:#B5B5B6;
}
dl.dip_contact_block dd, dl.dip_multicolumn dd {

}
dl.dip_tab_details {
	margin-right:21px;		
}
dl.dip_tab_details dt {
	float:left;
	clear:both;
	margin-bottom:24px;
}
dl.dip_tab_details dd {
	float:left;
	margin-left:24px;
	margin-bottom:24px;	
}

fieldset.pageController {
	border:1px solid #AAA;
	padding:10px 50px 10px 10px;
	float:left;

	margin:0 15px 15px 0;
}
fieldset.pageController legend {
	padding:0 10px;
}
fieldset.pageController a {
	text-decoration:none;
}
fieldset.pageController a:hover {
	text-decoration:underline;
}




/****************************************************
*
*		jQuery UI styles
*
****************************************************/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }




/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

h3.ui-accordion-header {
    line-height: 2em;
	font-weight:normal;
	font-size:16px;	
}
h3.ui-accordion-header span.ui-icon {
	float:right;
	margin:8px 20px 0 0;
}
h3.ui-accordion-header:before {
	position:relative;
	float:left;
	left:5px;
	top:3px;
	margin-right:10px;
}
div.ui-accordion-content {
	padding:15px 0;
}

.ui-tabs { position: relative; margin:0 0 30px; zoom: 1; width:100%; float:left; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
    margin: 0;
	position:relative;
	z-index:11;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	border:1px solid #AAA;
	border-bottom:0;
	padding: 0;
	white-space: nowrap;
	z-index:1;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

.ui-tabs .ui-tabs-nav li a { 
	float: left;
	padding: .3em 1em  !important;
	text-decoration: none !important;
    line-height: 1.2em;
	border: none;
	font-weight:normal;
	font-size:16px;
    background: #EFF5FD;					
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected, .ui-tabs .ui-tabs-nav li.ui-state-hover {
	margin-bottom: 0;
	z-index:10;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li.ui-state-hover a  {
	color:#000;
	background: #FEFEFE;
	opacity:1;		
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { 
	display: block;
	width: 93%;
	padding: 21px;
	background: none;
	position:relative;
	z-index:10;
	margin-bottom:21px;
	border:1px solid #AAA;	
}
.ui-tabs-panel img.border {
	margin:0 15px 10px 0 !important;
}

.ui-tabs .ui-tabs-hide { position: absolute; left: -10000px; top:-250px; }

input.ui-autocomplete-input {
	position:relative;

}
.ui-autocomplete {
	position: absolute;
	cursor: default;
	background:#fff;
	border:1px solid #000; 
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}





/* Datepicker Component containers
----------------------------------*/
.ui-datepicker.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-datepicker.ui-widget .ui-widget { font-size: 1em; }
.ui-datepicker.ui-widget input, .ui-datepicker.ui-widget select, .ui-datepicker.ui-widget textarea, .ui-datepicker.ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-datepicker.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-datepicker.ui-widget-content a { color: #222222; }
.ui-datepicker.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-datepicker.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #FFF url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/modules/widgets/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/modules/widgets/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/modules/widgets/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/modules/widgets/ui-icons_222222_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/modules/widgets/ui-icons_222222_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/modules/widgets/ui-icons_222222_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/modules/widgets/ui-icons_222222_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/modules/widgets/ui-icons_222222_256x240.png); }


/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { }


.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }

.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}


/****************************************************
*
*		Shadowbox 3.0.3
*
****************************************************/


#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(/layout/img/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#000;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:26px;line-height:26px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:22px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:22px;width:22px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background:url(/layout/img/media-sprites.png) no-repeat -94px center;}
#sb-nav-next{background:url(/layout/img/media-sprites.png) no-repeat -215px center;}
#sb-nav-previous{background:url(/layout/img/media-sprites.png) no-repeat -122px center;}
#sb-nav-play{background:url(/layout/img/media-sprites.png) no-repeat -153px center;}
#sb-nav-pause{background:url(/layout/img/media-sprites.png) no-repeat -183px center;}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

.ui-widget-overlay { background: #aaaaaa ; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*


/****************************************************
*
*		Popeye 2.0.4
*
****************************************************/

.ppy-outer {
    display:                none;
}
.ppy-active .ppy-outer {
    display:                block;
}
.ppy-stage {
    background-repeat:      no-repeat !important;
    background-position:    center center !important;
    position:               relative;
}

.ppy-placeholder {
    position:               relative;
	min-height:				310px;
}

.ppy-caption,
.ppy-captionwrap {
    overflow:               hidden;
}

.ppy-hidden {
    display:                none !important;
}

/***********************************************/
.ppy-imglist {
    width:          100%;
    display:        block;
    overflow:       hidden;
    
}
.ppy-imglist li {
/*    padding:        10px;
    border:         1px solid #f0f0f0;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px;
    background:     #fff;
    list-style:     none;
    float:          left;
    display:        block;
    margin:         0 10px 10px 0;*/
}
.ppy-imglist li a img {
    display:        block;
    border:         0;
}
#popeye_page .ppy-extcaption {
    width:          240px;
    display:        block;
}
#popeye_page .ppy-imglist li {
/*    width:          240px;
    height:         270px;*/
}

/* popeye example 1 */
#popeye_page.ppy-active {
/*    width:          262px;
    float:          left;
    margin:         0 20px 10px 0;*/
}

#popeye_page .ppy-outer {
/*    padding:        10px;
    border:         1px solid #e1f1a1;
    border-radius:          0 10px 10px 10px;
    -moz-border-radius:     0 10px 10px 10px;
    -webkit-border-radius:  0 10px 10px 10px;
    background:     #eff9c7;*/
	z-index:15;
	position:relative;
}

#popeye_page .ppy-stage {
/*    width:          240px;
    height:         173px;
    border-radius:          0 5px 5px 5px;
    -moz-border-radius:     0 5px 5px 5px;
    -webkit-border-radius:  0 5px 5px 5px;*/
}

#popeye_page .ppy-outer:hover,
#popeye_page.ppy-expanded .ppy-outer {
/*    border:         1px solid #d5e68e;
    box-shadow:         0 0 7px #ccc;
    -moz-box-shadow:    0 0 7px #ccc;
    -webkit-box-shadow: 0 0 7px #ccc;*/
}
#popeye_page.ppy-expanded .ppy-stage {
		-moz-transform: none;
	-webkit-transform: none;		
	width:625px !important;

}
#popeye_page .ppy-caption {
    margin:         5px 0 0 0;
    padding:        10px;
    font-size:      0.9em;
    line-height:    1.3em;
    color:          #241007;
    background:     #F7F1EA;
    border-radius:          10px;
    -moz-border-radius:     10px;
    -webkit-border-radius:  10px;
    box-shadow:         0 0 7px #ccc;
    -moz-box-shadow:    0 0 7px #ccc;
    -webkit-box-shadow: 0 0 7px #ccc;
    visibility: visible !important;
	height:auto !important;
}

#popeye_page .ppy-caption a {
    color:          #66bde9;
}
#popeye_page .ppy-caption a:hover {
    text-decoration:underline;
}

#popeye_page .ppy-counter {
    border-bottom:  1px solid #1A5764;
    color:          #7B1212;
    padding:        0 0 2px 0;
    margin:         0 0 5px 0;
    font-size:      0.9em;
}

#popeye_page .ppy-stagewrap {
/*    background:     #0c3b3d;
    border-radius:          0 5px 5px 5px;
    -moz-border-radius:     0 5px 5px 5px;
    -webkit-border-radius:  0 5px 5px 5px;*/
}

#popeye_page .ppy-loading {
    background:     #0c3b3d url(/layout/img/loading.gif) no-repeat center !important;
}

#popeye_page .ppy-nav {
	background-color: #636b87;

    width:          104px;
    height:         32px;
    padding:        5px;
    position:       absolute;
    top:            0;
    left:           0;  
    border-radius:          0 0 5px 5px;
    -moz-border-radius:     0 0 5px 5px;
    -webkit-border-radius:  0 0 5px 5px;
	
}

#popeye_page .ppy-nav a {
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    height:         22px;
    float:          left;
    padding:        5px;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px; 
}

#popeye_page .ppy-prev {
    width:          22px;
    background:     url(/layout/img/media-sprites.png) no-repeat -120px center;
}

#popeye_page .ppy-next {
    width:          22px;
    background:     url(/layout/img/media-sprites.png) no-repeat -210px center;
}

#popeye_page .ppy-switch-enlarge {
    width:          30px;
    background:     url(/layout/img/media-sprites.png) no-repeat -40px center;
}

#popeye_page .ppy-switch-compact {
    width:          30px;
    background:     url(/layout/img/media-sprites.png) no-repeat -85px center;
}

#popeye_page .ppy-nav a:hover {
    background-color:   #CECCC8;
    cursor:         pointer;
}

/*
 * FullCalendar v1.5.1 Stylesheet
 *
 * Copyright (c) 2011 Adam Shaw
 * Dual licensed under the MIT and GPL licenses, located in
 * MIT-LICENSE.txt and GPL-LICENSE.txt respectively.
 *
 * Date: Sat Apr 9 14:09:51 2011 -0700
 *
 */


.fc {
	direction: ltr;
	text-align: left;
	margin-bottom:40px;
	}
	
.fc table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
html .fc,
.fc table {
	font-size: 1em;
	}
	
.fc td,
.fc th {
	padding: 0;
	vertical-align: top;
	}



/* Header
------------------------------------------------------------------------*/

.fc-header td {
	white-space: nowrap;
	}

.fc-header-left {
	width: 25%;
	text-align: left;
	}
	
.fc-header-center {
	text-align: center;
	}
	
.fc-header-right {
	width: 25%;
	text-align: right;
	}
	
.fc-header-title {
	display: inline-block;
	vertical-align: top;
	}
	
.fc-header-title h2 {
	margin: 0;
	top:0;
	white-space: nowrap;
	text-shadow:none;
	}
	
.fc .fc-header-space {
	padding-left: 10px;
	}
	
.fc-header .fc-button {
	margin-bottom: 1em;
	vertical-align: top;
	}
	
/* buttons edges butting together */

.fc-header .fc-button {
	margin-right: -1px;
	}
	
.fc-header .fc-corner-right {
	margin-right: 1px; /* back to normal */
	}
	
.fc-header .ui-corner-right {
	margin-right: 0; /* back to normal */
	}
	
/* button layering (for border precedence) */
	
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
	z-index: 2;
	}
	
.fc-header .fc-state-down {
	z-index: 3;
	}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
	z-index: 4;
	}
	
	
	
/* Content
------------------------------------------------------------------------*/
	
.fc-content {
	clear: both;
	}
	
.fc-view {
	width: 100%; /* needed for view switching (when view is absolute) */
	overflow: hidden;
	}
	
	

/* Cell Styles
------------------------------------------------------------------------*/

.fc-widget-header,    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
	border: 1px solid #ccc;
	}
	
.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
	background: #ffc !important;
	}
	
.fc-cell-overlay { /* semi-transparent rectangle while dragging */
	background: #9cf;
	opacity: .2;
	filter: alpha(opacity=20); /* for IE */
	}
	


/* Buttons
------------------------------------------------------------------------*/

.fc-button {
	position: relative;
	display: inline-block;
	cursor: pointer;
	}
	
.fc-state-default { /* non-theme */
	border-style: solid;
	border-width: 1px 0;
	}
	
.fc-button-inner {
	position: relative;
	float: left;
	overflow: hidden;
	}
	
.fc-state-default .fc-button-inner { /* non-theme */
	border-style: solid;
	border-width: 0 1px;
	}
	
.fc-button-content {
	position: relative;
	float: left;
	height: 1.9em;
	line-height: 1.9em;
	padding: 0 .6em;
	white-space: nowrap;
	}
	
/* icon (for jquery ui) */
	
.fc-button-content .fc-icon-wrap {
	position: relative;
	float: left;
	top: 50%;
	}
	
.fc-button-content .ui-icon {
	position: relative;
	float: left;
	margin-top: -50%;
	*margin-top: 0;
	*top: -50%;
	}
	
/* gloss effect */
	
.fc-state-default .fc-button-effect {
	position: absolute;
	top: 50%;
	left: 0;
	}
	
.fc-state-default .fc-button-effect span {
	position: absolute;
	top: -100px;
	left: 0;
	width: 500px;
	height: 100px;
	border-width: 100px 0 0 1px;
	border-style: solid;
	border-color: #fff;
	background: #444;
	opacity: .09;
	filter: alpha(opacity=9);
	}
	
/* button states (determines colors)  */
	
.fc-state-default,
.fc-state-default .fc-button-inner {
	border-style: solid;
	border-color: #ccc #bbb #aaa;
	background: #F3F3F3;
	color: #000;
	}
	
.fc-state-hover,
.fc-state-hover .fc-button-inner {
	border-color: #999;
	}
	
.fc-state-down,
.fc-state-down .fc-button-inner {
	border-color: #555;
	background: #777;
	}
	
.fc-state-active,
.fc-state-active .fc-button-inner {
	border-color: #555;
	background: #777;
	color: #fff;
	}
	
.fc-state-disabled,
.fc-state-disabled .fc-button-inner {
	color: #999;
	border-color: #ddd;
	}
	
.fc-state-disabled {
	cursor: default;
	}
	
.fc-state-disabled .fc-button-effect {
	display: none;
	}
	
	

/* Global Event Styles
------------------------------------------------------------------------*/
	 
.fc-event {
	border-style: solid;
	border-width: 0;
	font-size: .85em;
	cursor: pointer;
	color:#FFF;
	}
.fc-event:hover .fc-event-inner {
	background-color:#3d5982 !important;	
}
a.fc-event,
.fc-event-draggable {
	cursor: pointer;
	}
	
#pageContent a.fc-event {
	text-decoration: none !important;
	}
#pageContent a.fc-event span {
	color: #FFF !important;
}
	
.fc-rtl .fc-event {
	text-align: right;
	}
	
.fc-event-skin {
	border-color: #36c;     /* default BORDER color */
	background-color: #36c; /* default BACKGROUND color */
	color: #fff;            /* default TEXT color */
	}
	
.fc-event-inner {
	position: relative;
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 0;
	overflow: hidden;
	}
	
.fc-event-time,
.fc-event-title {
	padding: 0 1px;
	}
	
.fc .ui-resizable-handle { /*** TODO: don't use ui-resizable anymore, change class ***/
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden; /* hacky spaces (IE6/7) */
	font-size: 300%;  /* */
	line-height: 50%; /* */
	}
	
	
	
/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px;
	}
	
/* resizable */
	
.fc-event-hori .ui-resizable-e {
	top: 0           !important; /* importants override pre jquery ui 1.7 styles */
	right: -3px      !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: e-resize;
	}
	
.fc-event-hori .ui-resizable-w {
	top: 0           !important;
	left: -3px       !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: w-resize;
	}
	
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px; /* IE6 had 0 height */
	}
	
	
	
/* Fake Rounded Corners (for buttons and events)
------------------------------------------------------------*/
	
.fc-corner-left {
	margin-left: 1px;
	}
	
.fc-corner-left .fc-button-inner,
.fc-corner-left .fc-event-inner {
	margin-left: -1px;
	}
	
.fc-corner-right {
	margin-right: 1px;
	}
	
.fc-corner-right .fc-button-inner,
.fc-corner-right .fc-event-inner {
	margin-right: -1px;
	}
	
.fc-corner-top {
	margin-top: 1px;
	}
	
.fc-corner-top .fc-event-inner {
	margin-top: -1px;
	}
	
.fc-corner-bottom {
	margin-bottom: 1px;
	}
	
.fc-corner-bottom .fc-event-inner {
	margin-bottom: -1px;
	}
	
	
	
/* Fake Rounded Corners SPECIFICALLY FOR EVENTS
-----------------------------------------------------------------*/
	
.fc-corner-left .fc-event-inner {
	border-left-width: 1px;
	}
	
.fc-corner-right .fc-event-inner {
	border-right-width: 1px;
	}
	
.fc-corner-top .fc-event-inner {
	border-top-width: 1px;
	}
	
.fc-corner-bottom .fc-event-inner {
	border-bottom-width: 1px;
	}
	
	
	
/* Reusable Separate-border Table
------------------------------------------------------------*/

table.fc-border-separate {
	border-collapse: separate;
	}
	
.fc-border-separate th,
.fc-border-separate td {
	border-width: 1px 0 0 1px;
	}
	
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
	border-right-width: 1px;
	}
	
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
	border-bottom-width: 1px;
	}
	
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
	border-top-width: 0;
	}
	
	

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
	text-align: center;
	}
	
.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px;
	}
	
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
	}
	
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px; /* distance between events and day edges */
	}
	
/* event styles */
	
.fc-grid .fc-event-time {
	font-weight: bold;
	}
	
/* right-to-left */
	
.fc-rtl .fc-grid .fc-day-number {
	float: left;
	}
	
.fc-rtl .fc-grid .fc-event-time {
	float: right;
	}
	
	

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
	border-collapse: separate;
	}
	
.fc-agenda-days th {
	text-align: center;
	}
	
.fc-agenda .fc-agenda-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
	}
	
.fc-agenda .fc-day-content {
	padding: 2px 2px 1px;
	}
	
/* make axis border take precedence */
	
.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px;
	}
	
.fc-agenda-days .fc-col0 {
	border-left-width: 0;
	}
	
/* all-day area */
	
.fc-agenda-allday th {
	border-width: 0 1px;
	}
	
.fc-agenda-allday .fc-day-content {
	min-height: 34px; /* TODO: doesnt work well in quirksmode */
	_height: 34px;
	}
	
/* divider (between all-day and slots) */
	
.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden;
	}
	
.fc-widget-header .fc-agenda-divider-inner {
	background: #eee;
	}
	
/* slot rows */
	
.fc-agenda-slots th {
	border-width: 1px 1px 0;
	}
	
.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none;
	}
	
.fc-agenda-slots td div {
	height: 20px;
	}
	
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0;
	}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
	border-top-style: dotted;
	}
	
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
	*border-top-style: solid; /* doesn't work with background in IE6/7 */
	}
	


/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
	border-width: 0 1px;
	}
	
.fc-event-vert .fc-event-head,
.fc-event-vert .fc-event-content {
	position: relative;
	z-index: 2;
	width: 100%;
	overflow: hidden;
	}
	
.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px;
	}
	
.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .3;
	filter: alpha(opacity=30);
	}
	
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
	display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
	}
	
/* resizable */
	
.fc-event-vert .ui-resizable-s {
	bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
	width: 100%      !important;
	height: 8px      !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px  !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
	}
	
.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
	_overflow: hidden;
	}


.ad-gallery {
  width: 650px;

  margin: 0 auto;
}
.ad-gallery.hiddenGallery {
	position:absolute;
	left:-999999px;
}

  .ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 525px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
  }
    .ad-gallery .ad-image-wrapper .ad-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left: 48%;
      border: 1px solid #CCC;
	  background:url(/layout/img/loading.gif) no-repeat center center !important;
	  width:24px;
	  height:24px;
	  border:none;
    }
    .ad-gallery .ad-image-wrapper .ad-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 25%;
      height: 85%  !important;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 85% !important;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
      /* Or else IE will hide it */
      background: url(non-existing.jpg)\9
    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
      	background: url(/layout/img/cvb-sprites.png) -989px 30px no-repeat;
        width: 30px;
        height: 30px;
        display: none;
        position: absolute;
        top: 47%;
        left: 0;
        z-index: 101;
      }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
      background: url(/layout/img/cvb-sprites.png) -1070px 30px no-repeat;
        width: 30px;
        height: 30px;
        right: 0;
        left: auto;
      }
    .ad-gallery .ad-image-wrapper .ad-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 9;
    }
      .ad-gallery .ad-image-wrapper .ad-image a img {
        border: 0;
      }
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 7px;
        text-align: left;
        width: 100%;
        z-index: 2;
        background: #DFDFDF;
		opacity:0.75;
        color: #000;
		margin-bottom:0;
      }
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
      }
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: block;
        }
  .ad-gallery .ad-controls {
    height: 20px;
  }
    .ad-gallery .ad-info {
      float: left;
    }
    .ad-gallery .ad-slideshow-controls {
      float: right;
    }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
      }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
      }
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
      font-style: italic;
    }
  .ad-gallery .ad-nav {
    width: 100%;
    position: relative;
  }
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html .ad-gallery .ad-forward, .ad-gallery .ad-back {
      height: 100px;
    }
    .ad-gallery .ad-back {
      cursor: pointer;
      left: 0px;
      width: 24px;
      display: block;
      background: url(/layout/img/cvb-sprites.png) -989px 30px no-repeat;
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: block;
      right: 00px;
      width: 24px;
      background: url(/layout/img/cvb-sprites.png) -1070px 30px no-repeat;
    }
    .ad-gallery .ad-nav .ad-thumbs {
      overflow: hidden;
      width: 600px;
	  position:relative;
	  left:-12px;
    }
      .ad-gallery .ad-thumbs .ad-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
      }
        .ad-gallery .ad-thumbs li {
          float: left;
          padding-right: 5px;

        }
          .ad-gallery .ad-thumbs li a {
            display: block;
			  width:100px;
			  height:75px;			
          }
            .ad-gallery .ad-thumbs li a img {
              border: 3px solid #CCC;
              display: block;
			  width:100px;
			  height:75px;
            }
            .ad-gallery .ad-thumbs li a.ad-active img {
              border: 3px solid #616161;
            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}


@media only screen and (min-width: 1020px) and (max-width:1230px) {
	#mainContainer {
		width:1000px;	
	}
	#logo {
		margin:0;
	}
	.horizontalNav {
		float:right;
	}
	div.globalSearch {
		position:absolute;
		right: 0px;
		top: -40px;
		border:none;
		background:none;
	}
	#innerContent {
		width:610px;
	}
	#mainContainer.hasLHN #innerContent {
		width:700px;
		margin:0 33px;	
	}
	ul.promotionList {
		width:330px;
	}
	#promotionItem_In-Depth-Content ul li {
		width:49% !important;
		margin:0 !important;	
	}
	ul.promotionList > li.box {
    	width: 285px;
	}
	
	#mainContainer.hasLHN ul.promotionList {
		width:100%;
		margin:0;	
	}
	#mainContainer.hasLHN ul.promotionList > li {
		width:450px !important;
		float:left;
		margin-right: 50px;	
	}
	#mainContainer.hasLHN ul.promotionList > li:last-child {
		margin-right:0;	
	}
	
	/* ? */
	div.lhn {
		
	}
	
	
	
	/* ? */
	
	
	div.bottomNav {
		float:left;
		right:auto;
	}
	div.bottomNav ul {
		left:auto;
	}	
}

/* #Tablet (Portrait) Note: Design for a width of 768px */
@media only screen and (max-width: 1019px) {  /*and (min-width: 768px) // removed to use tablet layout for all tablets and smaller   */
	#mainContainer {
		width:768px;	
	}
	#logo {
		margin:0;
	}
	.horizontalNav {
		margin:25px 0;
		width:100%;
		background:#0C3E7B;
	}	
	div.globalSearch {
		position:absolute;
		right: 0px;
		top: 40px;
		border:none;
		background:none;
	}	
	#innerContent, ul.promotionList, #mainContainer.hasLHN ul.promotionList, #mainContainer.hasLHN #innerContent {
		width:700px;
		margin:0 33px 50px;
	}
	ul.promotionList {
		
	}
	div.bottomNav {
		right:auto;
		float:left;
		width:100%;
	}
	div.bottomNav ul {
		left:auto;
		width:100%;	
	}
	#pageBottomWrapper div.globalSearch {
		position:relative;
		float:right;	
	}
	div.bottomNav a, span.simulateLink {
		padding:0 11px;	
	}
	div.lhn {
		margin:0;
		position:absolute;
		z-index:100;
		right:0px;
		top:170px;
		background:#FEFEFE;	
	}
	#showLHN, #hideLHN {
		text-align:center;
		font-size:12px;
		padding:10px 0;		
	}
	#showLHN {
		display:block;
	}
	div.lhn div.whitepaperWrapper, div.lhn > ul {
		display:none;	
	}
	
}

/*  #Mobile (Portrait) Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	#mainContainer {
		width:100%;	
	}
	#innerContent, ul.promotionList {
		width:90%;
		margin-left:5%;
		margin-right:5%;	
	}
	
	
}

/* #Mobile (Landscape) Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {}



