﻿@charset "utf-8";


/* EMBEDDED FONTS */

@font-face {
  font-family: "Entypo Edited";
  src: url("/~/media/F00C10F834764BA691894AB33AD94494.eot?");
  src: url("/~/media/F00C10F834764BA691894AB33AD94494.eot?#iefix") format('embedded-opentype'), url("/~/media/FECFE7D986FD4A7E9C13435A26B3489F.woff?") format('woff'), url("/~/media/2B883402EFD54EF5A1716CA9A151CA27.ttf?") format('truetype'), url("/~/media/CF19A19978254BCD9B60F85F924D0F7C.svg?#entypo") format('svg');
  font-weight: normal;
  font-style: normal;
}

/*

@font-face {
  font-family: "Entypo Edited";
  src: url("/~/media/3DB8DEE794CC41F0A2C6CD212BFBC8E6.eot?");
  src: url("/~/media/3DB8DEE794CC41F0A2C6CD212BFBC8E6.eot?#iefix") format('embedded-opentype'), url("/~/media/19FE87B3C6C04B269142834582AA6CA3.woff?") format('woff'), url("/~/media/F470C717ACA040FDB03EF244C4F22603.ttf?") format('truetype'), url("/~/media/5B88DD262DDA4F55BCF2DA9A01607B7C.svg?#entypo") format('svg');
  font-weight: normal;
  font-style: normal;
}

*/

/* END EMBEDDED FONTS */


/* RESET */
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
		margin:0;
		padding:0;
	}
	
	a { outline:0; }

	table {
		border-collapse:collapse;
		border-spacing:0;
	}
	fieldset,img { 
		border:0;
	}
	address,caption,cite,code,dfn,em,strong,th,var {
		font-style:normal;
		font-weight:normal;
	}
	ol,ul {
		list-style:none;
	}
	caption,th {
		text-align:left;
	}
	h1,h2,h3,h4,h5,h6 {
		font-size:100%;
		font-weight:normal;
	}
	a:active { outline: none; }
	/*
	a:focus{
	  -moz-outline-style: none;
	}
	*/
	q:before,q:after {
		content:'';
	}
	abbr,acronym { border:0;
	}
		/* END RESET */

/* ---------------------------------------------------------------------------- */

	body {
		background: url('/~/media/4DDA6529608643C68E5B4B5D87EAC9C4.jpg') repeat-x;margin:0;/*background: url('/images/background.jpg') repeat-x;margin:0; */
		font-family: 'Lucida Grande', 'Lucida Sans Unicode',sans-serif;
		font-weight:normal;
		font-size:62.5%;
		background-color:#F4F7FC; /*background-color:#FFF;*/
	}
	
	body.bg100th { background:url('/~/media/0B6FDFBBAE3445A5A07877BBA7864383.gif') repeat; background-attachment:fixed;}
	
	body.bgExpo { 
        /*background:url('/~/media/50a23889b6a74ab2a792a45ae3f85ef6.gif') repeat;
        background-attachment:fixed;*/
        
        background:url('/~/media/51d70f6ca51d4df4bfb49ab4322c4d34.jpg') repeat center center;
        background-size: cover;
        background-attachment: fixed;

	}
	
	.header-container { background: url('/~/media/4DDA6529608643C68E5B4B5D87EAC9C4.jpg') repeat-x; }

/* ---------------------------------------------------------------------------- */

	/*  COMMON SITE HEADER COMPONENTS  */
	.header{
		height:91px;
 		margin:0 auto; 
		width:974px;
		padding:0px;
	}

	.siteBrand {
		float:left;
		padding:18px 0 0 0; /*padding:25px 0 0 10px;*/
		width:60px;
	}

	.brand {
		width:567px;
		height:44px;
		cursor:pointer;
	}

	.brand a{
		width:567px;
		height:44px;
		cursor:pointer;
	}

	.brandTagLine {
		width:468px;
		margin-top:5px; 
		margin-left:2px;
		font-weight:bold;
		color:#959595;
		font-size:11px;
		font-family:'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode',sans-serif;
		text-align:left;
	}



		/* SEARCH BOX */

	.searchBoxContainer { 
		float:right; 
		position:relative; 
		top:0px; 
		font-size:13px; 
		width:327px;
		width:332px;
	}

	.searchbox a{
		color: #9e0b0f;
		font-size: 13px;
		line-height:15px;
		font-weight: bold;
		text-decoration: none;
	}

	.searchboxPad{
		background: url('/images/controls/search/searchbox_bg.png') repeat-x;
		height:50px;	
		text-align:left;
	}
	.searchboxCorners{
		margin:0px;
		background:#e7e8e9;
	}

	.searchboxLcorner {
		background: url('/images/controls/search/searchLcorner.png') bottom left no-repeat;
		left: -0px;
		top: -1px;
	}

	.searchboxRcorner {
		background: url('/images/controls/search/searchRcorner.png') bottom right no-repeat;
		top: 0px;
		left: 2px;
	}


	/* END SEARCH BOX */

	/* END COMMON SITE HEADER COMPONENTS */

/* ---------------------------------------------------------------------------- */

	/* MAIN AREA LAYOUT */

	html{
	font-size:100%;
	}

	/* GENERAL */

	em { 
		font-style: italic;  
	} 
	
	.highlight em { 
		 font-weight:bolder;
		 background-color:Yellow;
		 font-style:normal;
	} 

	strong { 
		font-style: normal;
		font-weight: bold;
	}


	p {
		font-size: 12px;
		font-style: normal;
		line-height: 16px;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color: #333;
		text-decoration: none;
		margin-bottom:10px;
		font-family:'Lucida Grande', 'Lucida Sans Unicode',sans-serif; 
	}

	a  {
		font-size: 12px;
		font-style: normal;
		line-height: 14px;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color: #000;
		text-decoration: none;
		font-family:'Lucida Grande', 'Lucida Sans Unicode',sans-serif;
	}
	a:visited  {text-decoration : underline;}
	a:active  {text-decoration : underline;}
	a:hover  {text-decoration : none; color: #2f5eab;}


	h1 {
		color:#2f5eab;
		font-size:22px;
		font-weight:bold;
		margin:0 0 10px 0px;
		text-decoration:none !important;
		line-height:30px;
		clear:both;
		font-family:'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode',sans-serif;
	}
	h1 a  {text-decoration : none; color: #2f5eab;}
	h1 a:visited  {text-decoration : none; color: #2f5eab;}
	h1 a:active  {text-decoration : none; color: #2f5eab;}
	h1 a:hover  {text-decoration : underline; color: #4d4d4d;}

	h2 {
		font-size: 13px;
		color: #2f5eab;
		line-height: normal;
		font-weight: bold;
		font-family:'Lucida Grande', 'Lucida Sans Unicode',sans-serif;
	}
	h2 a  {
		font-size: 13px;
		color: #2f5eab;
		line-height: normal;
		font-weight: bold;
		text-decoration : none;
		font-family:'Lucida Grande', 'Lucida Sans Unicode',sans-serif;
	}
	h2 a:visited  {text-decoration : none; color: #2f5eab;}
	h2 a:active  {text-decoration : none; color: #2f5eab;}
	h2 a:hover  {text-decoration : none; color: #4d4d4d;}


	h3 {
		font-size: 11px;
		color: #e94b28;
		line-height: normal;
		font-weight: bold;
		font-family:'Lucida Grande', 'Lucida Sans Unicode',sans-serif;
	}

	h3  a {text-decoration : none; color: #e94b28;
	}

	h3 a:visited  {text-decoration : none; color: #e94b28;
	}

	h3 a:active  {text-decoration : none; color: #e94b28;
	}

	h3 a:hover  {text-decoration : none; color: #333333;
	}
	
	h4 {
		font-size: 11px;
		color: #4d4d4d;
		line-height: normal;
		font-weight: bold;
		display:inline;
		font-family:'Lucida Grande', 'Lucida Sans Unicode',sans-serif;
	}

	h4  a {text-decoration : none; color: #4d4d4d;
	}

	h4 a:visited  {text-decoration : none; color: #4d4d4d;
	}

	h4 a:active  {text-decoration : none; color: #4d4d4d;
	}

	h4 a:hover  {text-decoration : none; color: #2f5eab;
	}

	h5 {
		font-size: 11px;
		color: #2f5eab;
		line-height: normal;
		font-weight: bold;
		display:inline;
		font-family:'Lucida Grande', 'Lucida Sans Unicode',sans-serif;
	}

	h5  a {text-decoration : none; color: #2f5eab;
	}

	h5 a:visited  {text-decoration : none; color: #2f5eab;
	}

	h5 a:active  {text-decoration : none; color: #2f5eab;
	}

	h5 a:hover  {text-decoration : none; color: #333333;
	}

	h6 {
		font-size: 12px;
		color: #2f5eab;
		line-height: normal;
		font-weight: bold;
		display:inline;
		font-family:Arial, sans-serif;
	}

	h6  a {text-decoration : none; color: #2f5eab;
	}

	h6 a:visited  {text-decoration : none; color: #2f5eab;
	}

	h6 a:active  {text-decoration : none; color: #2f5eab;
	}

	h6 a:hover  {text-decoration : none; color: #333333;
	}

	.subhead {
		font-size: 12px;
		color: #4d4d4d;
		font-style:italic;
		line-height: normal;
		font-weight: bold;
		font-family:'Lucida Grande', 'Lucida Sans Unicode',sans-serif;
		margin-bottom:20px;
	}

	.required {
		color:#CD352D;
		margin-left:5px;
	}

	ul {
		color:#333;
		font-size:12px;
		font-weight:normal;
		margin:0px;
		list-style:disc;
		padding:0 0 10px 15px;
		text-decoration:none;
		font-family:'Lucida Grande', 'Lucida Sans Unicode','Lucida Grande', sans-serif;			
	}


	li ol{	
		font-size:12px;
		list-style:disc;
		font-weight:normal;
		line-height:normal;
		color:#333;
		margin:0px;
		padding:0px;
		text-decoration:none;
		font-family:'Lucida Grande', 'Lucida Sans Unicode','Lucida Grande', sans-serif;
	}

	ul li a:hover {
		color:#e94b28;
		text-decoration:none;
	}

	ul li a:visited {
		color:#333;
		text-decoration:none;
	}
	
	ul li a:visited:hover {
		color:#e94b28;
		text-decoration:none;
	}

	ol{	
		font-size:12px;
		list-style:decimal;
		font-weight:normal;
		line-height:normal;
		color:#333;
		margin-left:15px;
		padding-left:10px;
		text-decoration:none;
		font-family:'Lucida Grande', 'Lucida Sans Unicode','Lucida Grande',sans-serif;
	}

	ul ol a:hover {
		color:#e94b28;
		text-decoration:none;
	}

	ul ol a:visited {
		color:#333;
		text-decoration:none;
	}
	ul ol a:visited:hover {
		color:#e94b28;
		text-decoration:none;
	}
	

	.skipNav{
		width:0; 
		height:0; 
		overflow:hidden;
	}

	.content{
		clear:both; 
		margin:0 auto; 
		width:974px;	
		background:#fff;
		
	}

	.centerWrap{
		float:left;
		width:654px;
		margin:0px;
		padding:0px;
	}
	
	.centerWrapFullWidth{
		float:left;
		width:924px;
		margin:0px;
		padding:0px;
	}

	.featureWrap{
		margin: 0px 0 0px 0px;
		width:624px;
		height:277px;
		display:block;
	}

	.centerPad{
		display:block;
		width:624px;
		padding:0px;
		margin:15px 0px 25px 15px;
	}


    .centerPadFullWidth{
		    display:block;
		    width:954px;
		    padding:0px;
		    margin:15px 0px 25px 15px;
	    }
	    
        .twoThirdsPage{
        	width:624px;
        	float:left;
        	margin:0px;
        	font-family: verdana, 'Lucida Grande', Arial, sans-serif;
        	font-size:12px;
        	font-weight:normal;
        	color: #000;
        	text-decoration:none;
        }

/* GLOBAL NAVIGATION */

	.gn_outside {
		background: url('/images/controls/nav/navbg.gif') repeat-x;width:100%;z-index: 100;position: relative;
	}
	
#gn_menu {
	list-style:none;
	width:974px;
	margin:0px auto;
	height:35px;
	padding:0px;
	background: url('/images/controls/nav/divider.gif') no-repeat top left;
	font-family:verdana,arial,helvetica,sans-serif;
}

#gn_menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding:0px;
	margin-top:0px;
	box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    z-index:1001;
}

#gn_menu li.NavigationliHover {
	/*background: url('/images/controls/nav/navbgdOverBlue.gif') no-repeat;*/
	background-color:#256FB4;
	-webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px; 
    border-top-right-radius: 6px; 
    

	
}

#gn_menu li a {
	font-size:14px;
	font-weight:bold; 
	color: #2f5eab;
	text-decoration:none;
	font-family:verdana,arial,helvetica,sans-serif;
}

#gn_menu li.NavigationliHover a {
	color:#fff;
}

#gn_menu li .drop {
	display:block;
	width:161px;
	line-height:35px;
    	padding-right:1px; 
	background:url("/images/controls/nav/divider.gif") no-repeat top right;
}

#gn_menu li.NavigationliHover .drop {
	background:url("/images/spacer.gif") no-repeat right 7px;
}

/*.gn_dropdown_1colwide, */
.gn_dropdown_2colwide, 
.dropdown_3colwide, 
.dropdown_4colwide,
.dropdown_5colwide {
	margin:0px auto;
	float:left;
	position:absolute;
	left:-999em;
	text-align:left;
	padding:10px 5px 10px 5px;
	/*border:1px solid #fff;*/
	border-top:none;
	background-color:#256FB4; /*background:#567fc2;*/
	/*background: -moz-linear-gradient(top,bottom, #567fc2, #1f4c97);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#567fc2), to(#1f4c97));*/


	/*-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	 border-radius: 0px 5px 5px 5px; */
	
	-moz-box-shadow:  3px 3px 4px rgba(0,0,0,0.4);
    -webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.4);
    box-shadow: 3px 3px 4px rgba(0,0,0,0.4);
}

/* .gn_dropdown_1colwide {width: 200px;} */
.gn_dropdown_2colwide {width: 315px;z-index: 1000; margin-right:1px}
.dropdown_3colwide {width: 420px;z-index: 1000;}
.dropdown_4colwide {width: 560px;z-index: 1000;}
.dropdown_5colwide {width: 700px;z-index: 1000;}

/*#gn_menu li:hover .gn_dropdown_1colwide, */ 
#gn_menu li.NavigationliHover .gn_dropdown_2colwide, 
#gn_menu li:hover .dropdown_3colwide,
#gn_menu li:hover .dropdown_4colwide,
#gn_menu li:hover .dropdown_5colwide {
	left:-0px;
	top:auto;
}


.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 5px;
	padding:0px;
}
.col_1 {width:140px;}
.col_2 {width:290px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}



#gn_menu #gn_menu_right {
	float:right;
	margin-right:0px;
}
#gn_menu li .align_right {
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    /* border-radius: 5px 0px 5px 5px; */
}

#gn_menu li.NavigationliHover .align_right {
	left:auto;  
	right:-1px;
	top:auto;
}

#gn_menu p, #gn_menu h2, #gn_menu h3, #gn_menu ul li {
	color:#fff;
	font-size:12px;
	text-align:left;
	font-family:verdana, Arial, helvetica, sans-serif;
}


.menuCategory {
	border-bottom:1px dashed #fff;
	margin:10px 0 10px 10px;
}


#gn_menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #fff;
}
#gn_menu p {
	line-height:16px;
	font-size:11px;
	margin:0 0 10px 0px;
}

#gn_menu li.NavigationliHover div a {
	font-size:11px;
	color:#fff;
	/*width:290px;*/
	line-height:20px;
}
#gn_menu li.NavigationliHover div li a:hover {
	color:#c8dbfa;
}

#gn_menu li.NavigationliHover div h2 a {
	font-size:18px;
	font-weight:normal;
	color:#fff;
	width:290px;
}
#gn_menu li.NavigationliHover div h2 a:hover {
	color:#c8dbfa;
}

#gn_menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#gn_menu li ul li {
	font-size:12px;
	line-height:16px;
	position:relative;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
}
#gn_menu li ul li.NavigationliHover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

/* END GLOBAL NAVIGATION */


/* RIGHT COLUMN */

	.rightColumn{
		float:left;
		width:320px;
		margin:0px 0px 0px 0px;
		padding:0px;

	}

	.rightColumnMemberAccess{
		display:block;
		width:320px;
		height:60px;
		margin:0px 0px 2px 0px;
		background:url('/images/controls/rightColumnMemberAccessBtn_Bg.png') repeat-x;
	}

	.rightColumnMemberAccessBtnsContainer {
		font-size:10px;
		color:#4d4d4d;
		text-decoration:none;
		margin:0px 0px 0px 0px;
	}
	
	.rightColumnMemberAccessBtnLinkTxt{color:#fff; font-size:11px;font-weight:bold;text-decoration : none;}
	.rightColumnMemberAccessBtnLinkTxt a{color:#fff; font-size:11px;font-weight:bold;text-decoration : none;}
	.rightColumnMemberAccessBtnLinkTxt a:visited  {text-decoration : none; color: #fff;}
	.rightColumnMemberAccessBtnLinkTxt a:active  {text-decoration : none; color: #fff;}
	.rightColumnMemberAccessBtnLinkTxt a:hover  {text-decoration : none; color: #4d4d4d;}

/*
	#rightColumnTitle{
		margin:0px;
		padding:20px 0 0 10px;
		color:#fff; 
		font-size:26px;
		font-weight:normal;
		text-decoration : none;		
		font-family: Verdana, Arial, Georga, sans-serif;
	} 	

	#rightColumnTitle a{
		margin:0px;
		padding:20px 0 0 0px;
		color:#fff; 
		font-size:10px;
		font-weight:normal;
		text-decoration : none;		
		font-family: Verdana, Arial, Georga, sans-serif;
	}

	html>body #rightColumnTitle a{
		margin:0px;
		padding:10px 0 0 0px;
		color:#fff; 
		font-size:10px;
		font-weight:normal;
		text-decoration : none;		
		font-family: Verdana, Arial, Georga, sans-serif;
	}
	.rightColumnTitle a:visited  {text-decoration : none; color: #fff;}
	.rightColumnTitle a:active  {text-decoration : none; color: #fff;}
	.rightColumnTitle a:hover  {text-decoration : none; color: #ebebeb;}

*/
/*
	.rightPadMemberBtns a{
		font-size:10px;
		color:#4d4d4d;
		text-decoration:none;
		margin:0px 0px 0px 0px;
	}

	.rightPadMembersBtnLink{color:#fff; font-size:12px;font-style:italic;font-weight:bold;font-family:verdana,sans-serif;}
	.rightPadMembersBtnLink a{color:#fff; font-size:12px;font-style:italic;font-weight:bold;font-family:verdana,sans-serif;text-decoration: none;}
	.rightPadMembersBtnLink a:visited  {text-decoration: none; color: #fff;}
	.rightPadMembersBtnLink a:active  {text-decoration: none; color: #fff;}
	.rightPadMembersBtnLink a:hover  {text-decoration: none; color: #4d4d4d;}




	.rightPad{
		width:319px;
		border-left:solid 1px #ebebeb;
		margin:10px 0px 0px 0px;
	}
*/
	.rightColumnItem{
		width:300px;
		margin:20px 0px 0px 10px;
	}
	.rightColumnHr
	{
	border-bottom:solid 1px #ccc;
	width:300px;
	clear:both;
	margin:5px 0px 5px 0px;
	}
	
	
	/* RIGHT COLUMN NAV */

        .rightColumnNavTitle{
        	color:#e94b28;
        	float:left;
        	font-size:14px;
        	font-style:normal;
        	font-weight:700;
        	line-height:normal;
        	margin:0;
        	text-decoration:none;
        }

        .rightColumnNavTitle a{
        	color:#e94b28;
        	float:left;
        	font-size:14px;
        	font-style:normal;
        	font-weight:700;
        	line-height:normal;
        	margin:0;
        	text-decoration:none;
        }

        .rightColumnNavTitle a:hover{
        	color:#2f5eab;
        	text-decoration:none;
        }

        .rightColumnNavTitle a:visited{
        	color:#e94b28;
        	text-decoration:none;
        }

        .rightColumnNavTitle a:visited:hover{
        	color:#2f5eab;
        	text-decoration:none;
        }    

        
        #rightPadSectionNavContainer { 
        	width: 300px;
        	margin:10px;
         }

        #rightPadSectionNavContainer ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-family: Arial, Helvetica, sans-serif;
        }

        #rightPadSectionNavContainer a{
        display: block;
        padding: 3px;
        width: 290px;
        color: #2f5eab;
        background-color: #f3f3f3;
        border: 1px solid #e0dfdf;
        }
        
        #rightPadSectionNavContainer .subnavlist a{
        display: block;
        padding: 3px;
        width: 290px;
        color: #2f5eab;
        background-color:White;
        border: 1px solid #e0dfdf;
        }

        #rightPadSectionNavContainer a:link, .navlist a:visited{
        color: #2f5eab;
        text-decoration: none;
        }


        #rightPadSectionNavContainer a:hover{
        background-color: #d9d8d8;
        }

        .subnavlist  a{
        display: block;
        padding: 3px;
        background-color: #fff;
        font-size: 11px;
        }

        .subnavlist a:link, .subnavlist a:visited
        {
        	color: #2f5eab;
        text-decoration: none;
        }

        .subnavlist a:hover
        {
        color: #2f5eab;
        }

        .subnavlist ul
        {
        margin-left: 0;
        padding-left: 0;
        list-style-type:none;
        font-family: Arial, Helvetica, sans-serif;
        }	
/* LANDING PAGE BACKGROUND IMAGE */

.topStoriesPad
{
	background:url(/wrapper/images/topStories_bg.png) repeat-x;
}

.topStoriesCorners
{
	background:#e7e8e9;
	margin:0;
}

.topStoriesLcorner
{
	background:url(/wrapper/images/lCorner.png) top left no-repeat;
	left:0;
	top:-1px;
}

.topStoriesRcorner
{
	background:url(/wrapper/images/rCorner.png) top right no-repeat;
	left:2px;
	top:0;
}

/* END  LANDING PAGE BACKGROUND IMAGE */
	
        /* FEATURED CONTENT ITEM */

        .fciBlock{
        	width:624px;
        	height:100px;
        	margin:30px 0 35px 2px;
        	display:block;
        	clear:both;
        }

        .fciImg{
        	width:100px;
        	float:left;
        	margin:0px 0px 0px 0;
        }

        .fciDetail{
        	width:509px;
        	float:left;
        	margin:0px 0px 0px 10px;
        	padding:0px;
        	font-family: verdana, 'Lucida Grande', Arial, sans-serif;
        	font-size:12px;
        	font-weight:normal;
        	color: #000;
        	text-decoration:none;
        }

        .fciCategory{
        	margin:0 0 5px 0;
        	font-size:10px;
        	font-weight:bold;
        	color: #f3481c;
        	text-transform:uppercase;
        	text-decoration:none !important;
        	font-family: verdana, Arial, sans-serif;
        }
        
        .fciCategory a{
        	margin:0 0 5px 0;
        	font-size:10px;
        	font-weight:bold;
        	color: #f3481c;
        	text-transform:uppercase;
        	text-decoration:none !important;
        	font-family: verdana, Arial, sans-serif;
        }


        .fciCategory a:hover {
        	color: #2f5eab;
        	text-decoration:none !important;
        }

        .fciCategory a:visited {
        	color: #f3481c;
        	text-decoration:none !important;
        }

        .fciHeadline{
		display:block;
        	margin:0px 0px 7px 0px;
        	font-size:14px;
        	font-weight:bold;
        	line-height:17px;
        	color: #444;
        	text-decoration:none !important;
        	font-family: verdana, 'Lucida Grande', Arial, sans-serif;
        }

        .fciHeadline a{
        	font-size:14px;
        	font-weight:bold;
        	line-height:17px;
        	color: #444;
        	text-decoration:none;
        	font-family: verdana, 'Lucida Grande', Arial, sans-serif;
        }

        .fciHeadline a:hover {
        	text-decoration:none;
        }

        .fciHeadline a:visited {
        	text-decoration:none;
        }



        .moreBtn{
        	float:left;
        	margin:0px 0px 30px 112px;
        	clear:both;
        }

        .moreBtnTxt{
        	font-family: verdana, 'Lucida Grande', Arial, sans-serif;
        	font-size:14px;
        	font-weight:bold;
        	color: #2f5eab;
        	text-decoration:none !important;
        }

/* END FEATURED CONTENT ITEM */




	/*  FORM  */

	/* BUTTON STYLES */

/* PROVIDES DEFAULT FOR asp:button */

          .aspNetSubmit {
                -moz-border-radius: 5px;
                border-radius: 5px;
          } 


	.aspNetSubmitbtn {
		display: block;
		font-size:12px;
		color:#fff;
		font-weight:bold;
        width:120px;
        height:30px;
        background-color:#2F5EAB;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding:5px 0 5px 0;
		border:none;
	}

	.aspNetSubmitbtn:hover{
		color:#2F5EAB;
                background-color:#ccc;
	}



	/* INPUT FIELDS */

	.clear{
		clear: both;
		}

	.txtErrorBx{
		margin-right:10px;
	}
	.txtError{
		font-family:'Lucida Grande', 'Lucida Sans Unicode',arial,verdana,helvetica,sans-serif;
		font-size: 1.0em;
		color: #FF0000;
		font-weight:bold;
		padding:0px;
	}

  	.inputNormal{
		color:#999;
		font-size:11px;
		}

  	.inputOnFocus{
		color:#000;
		font-size:11px;
		}

  	.inputOnBlur{
		color:#999;
		font-size:11px;
		}


	/* FOOTER */

	.footerCorners{
		margin:0px auto;
		background:#ababab;
		width:974px;
	}

	.footerLcorner {
		background: url('/images/lCornerfooter.png') top left no-repeat;
		left: -0px;
		top: -1px;
	}

	.footerRcorner {
		background: url('/images/rCornerfooter.png') top right no-repeat;
		top: 0px;
		left: 2px;
	}

	#footerPad{
		margin:0px auto;
		padding:0px;
		color:#fff;
		background:#ababab;
		width:974px;
	}

	#footerPad h6{
		color:#fff;
		font-size:13px;
		font-weight:bold;
		margin:0 0 15px 15px;
		display:block;
		font-family:'Lucida Grande', 'Lucida Sans Unicode',sans-serif;
	}

	#footerPad ul li{
		list-style:none;
		margin-left:-15px;
	}



	.footerSixths{
		float:left;
		width:144px;
		color:#fff;
		font-size:10px;
		font-weight:normal;
		margin:0px 0px 15px 15px;
	}

	.footerSixths a{
		color:#fff;
		font-size:11px;
		font-weight:normal;
		margin:0px;
		text-decoration:none;
	}
	.footerSixths a:visited  {text-decoration : none; color: #fff;}
	.footerSixths a:active  {text-decoration : none; color: #fff;}
	.footerSixths a:hover  {text-decoration : underline; color: #6d6e71;}
	.footerSixths a:visited:hover {text-decoration : underline; color:#6d6e71;}


	#footerSub{
		margin:0px;
		padding:0px;
		background:#929292;
		clear:both;
	}

	.footerSub{
		display:inline;
		margin:15px;
		padding:0px;
		color:#fff;
		font-weight:bold;
		line-height:30px;
	}

	.footerSub a{
		color:#fff;
		font-weight:bold;
		text-decoration:none;
	}

	.footerSub a:visited  {text-decoration : none; color: #fff;}
	.footerSub a:active  {text-decoration : none; color: #fff;}
	.footerSub a:hover  {text-decoration : none; color: #E5E5E5;}
	.footerSub a:visited:hover {text-decoration : none; color:#E5E5E5;}

	.footerTitle{
		color:#fff;
		font-size:12px;
		font-weight:bold;
	}

	.footerTitle a{
		color:#fff;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
	}

	.footerTitle a:visited  {text-decoration : none; color: #fff;}
	.footerTitle a:active  {text-decoration : none; color: #fff;}
	.footerTitle a:hover  {text-decoration : none; color: #E5E5E5;}
	.footerTitle a:visited:hover {text-decoration : none; color:#E5E5E5;}

	#veriSignFooter{
		float:right;
		margin:0 10px 0 0;
	}
	/* FOOTER */



	/* CALENDAR */
	
	
	
.rightColumnLinksDisplay
{
	list-style:none;
	margin-left:0;
	padding-left:0;
	color:#2f5eab;
	font-size:11px;
	font-weight:400;
	font-family:arial,verdana,helvetica,sans-serif;
}

.rightColumnLinksDisplay li
{
	background-image:url('/images/controls/rightColumnListBullet.png');
	background-position:-3px .0em;
	background-repeat:no-repeat;
	margin-bottom:14px;
	padding-left:10px;
}
/*
	.calendar
{
	color:#2f5eab;
	font-size:11px;
	font-weight:400;
	list-style-type:disc;
	margin:0;
	padding:0;
	font-family:arial,verdana,helvetica,sans-serif;
}
*/
.rightColumnLinksDisplay a
{
	color:#2f5eab;
	font-size:11px;
	font-weight:700;
	margin:0;
	padding:0;
	text-decoration:none;
	font-family:arial,verdana,helvetica,sans-serif;
}

.rightColumnLinksDisplay a:hover
{
	color:#4d4d4d;
	text-decoration:none;
}

.rightColumnLinksDisplay a:visited
{
	color:#2f5eab;
	text-decoration:none;
}

.rightColumnLinksDisplay a:visited:hover
{
	color:#4d4d4d;
	text-decoration:none;
}
/*
.calendarDisplay
{
	list-style:none;
	margin-left:0;
	padding-left:0;
}

.calendarDisplay li
{
	background-image:url('/images/controls/rightColumnListBullet.png');
	background-position:-3px .2em;
	background-repeat:no-repeat;
	margin-bottom:6px;
	padding-left:10px;
}

.calendarItemLg
{
	color:#2f5eab;
	font-size:11px;
	font-weight:700;
	margin:0;
	padding:0;
	text-decoration:none;
	font-family:arial,verdana,helvetica,sans-serif;
}

.calendarItemLg a
{
	color:#2f5eab;
	font-size:11px;
	font-weight:700;
	margin:0;
	padding:0;
	text-decoration:none;
	font-family:arial,verdana,helvetica,sans-serif;
}

.calendarItemLg a:hover
{
	color:#4d4d4d;
	text-decoration:none;
}

.ccalendarItemLg a:visited
{
	color:#2f5eab;
	text-decoration:none;
}

.calendarItemLg a:visited:hover
{
	color:#4d4d4d;
	text-decoration:none;
}

.calendarItemSm
{
	color:#091850;
	font-size:11px;
	line-height:14px;
	margin:0;
	padding:0;
	text-decoration:none;
}
*/
.rightColumnHeader
{
	clear:both;
	color:#2f5eab;
	float:left;
	font-size:14px;
	font-style:normal;
	font-weight:700;
	line-height:normal;
	margin:0;
}

.rightColumnTitle
{
	color:#e94b28;
	float:left;
	font-size:14px;
	font-style:normal;
	font-weight:700;
	line-height:normal;
	margin:0;
	text-decoration:none;
}

.rightColumnTitle a
{
	color:#e94b28;
	float:left;
	font-size:14px;
	font-style:normal;
	font-weight:700;
	line-height:normal;
	margin:0;
	text-decoration:none;
}

.rightColumnTitle a:hover
{
	color:#2f5eab;
	text-decoration:none;
}

.rightColumnTitle a:visited
{
	color:#e94b28;
	text-decoration:none;
}

.rightColumnTitle a:visited:hover
{
	color:#2f5eab;
	text-decoration:none;
}

.calendarDescMore
{
	display:block;
	margin-left:170px;
}

.calendarDescMore a
{
	color:#e94b28;
	font-size:11px;
	font-weight:700;
	line-height:18px;
	text-decoration:none;
	vertical-align:text-top top;
	
}

.calendarDescMore a:hover
{
	color:#2f5eab;
}

.calendarDescMore a:visited
{
	color:#e94b28;
}

.calendarDescMore a:visited:hover
{
	color:#2f5eab;
}

.calendarDescDeadlines
{
	display:inline;
	margin:0;
}

.calendarDescDeadlines a
{
	color:#2f5eab;
	font-size:14px;
	font-weight:700;
	line-height:18px;
	text-decoration:none;
}

.calendarDescDeadlines a:hover
{
	color:#d94f33;
}

.calendarDescDeadlines a:visited
{
	color:#2f5eab;
}

.calendarDescDeadlines a:visited:hover
{
	color:#d94f33;
}

.calendarDesc a
{
	color:#5e696f;
	font-size:11px;
	line-height:14px;
	margin:5px 0 0;
	text-decoration:none;
}

.calendarDesc a:hover
{
	color:#d94f33;
	line-height:12px;
}

.calendarDesc a:visited
{
	color:#5e696f;
	line-height:12px;
}

.calendarDesc a:visited:hover
{
	color:#d94f33;
	line-height:12px;
}

	/* END CALENDAR */


/* PLAYBACK */


	#playback h1 {
		font-size: 14px;
		color: #2f5eab;
		line-height: normal;
		font-weight: bold;
		font-variant: normal;
		text-transform: none;
		text-decoration: none;
		margin-bottom:10px;
		font-family:'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode',sans-serif;
	}

	#playback h2{
		color:#333;
		margin:0 0 15px 0;
		font-weight:normal;
		font-style:italic;
		font-size:13px;
		font-family:'Lucida Grande', 'Lucida Sans Unicode',sans-serif;

	}

	/*	CALL OUT 	*/

	.callOut180 {
		float:right;
		width:180px;
		margin:0 0 10px 10px;
		}

	.callOut300 {
		float:right;
		width:300px;
		margin:0 0 10px 10px;
		}

	.callOut620 {
		float:right;
		width:620px;
		margin:0 0 10px 0px;
		}
		
	.callOut125X160 {
		float:left;
		width:125px;
		margin:0px 10px 10px 10px;
		}
		
	.callOutCaption p{
		font-size:11px;
		line-height: 15px;
		font-weight:normal;
		color:#fff;
		margin-top:1px;
		padding:5px 5px 8px 5px;
		background:#333;
		}

	html>body .callOut620 {
		float:right;
		width:620px;
		margin:0 0px 10px 10px;
		}


	.date{
		color:#6d6e71;
		font-size:11px;
		display:block;
		margin:0px 0px 10px 0px;
	}
	
		
	.callOut150 {
		float:right;
		width:150px;
		margin:0 0 10px 0px;
		}
	

/* PRESS.css */
#pressContent {
		margin: 0 10px 0 10px;
		line-height:16px;
		font-size:12px;
		font-weight:normal;
		color:#4d4d4d;
		text-decoration:none;
		font-family: verdana, helvetica, arial ,sans-serif;
	}

	#pressContent p{	
		font-size:12px;
		font-weight:normal;
		color:#4d4d4d;
		text-decoration:none;
		font-family: verdana, helvetica, arial ,sans-serif;
	}


	#pressContent a{	
		font-size:12px;
		font-weight:normal;
		color:#2f5eab;
		text-decoration:underline;
		font-family: verdana, helvetica, arial ,sans-serif;
	}

	#pressContent a:hover {
		color:#4D4D4D;
		text-decoration:none;
	}

	#pressContent a:visited {
		color:#2f5eab;
		text-decoration:underline;
	}
	#pressContent a:visited:hover {
		color:#4D4D4D;
		text-decoration:none;
	}


	#pressContent ul li{
		color:#4D4D4D;
		font-size:12px;
		font-weight:normal;
		margin:0 0 10px 5px;
		list-style:none;
		padding:0;
		text-decoration:none;
		font-family: verdana, helvetica, arial ,sans-serif;			
	}


	#pressContent ol li{
		font-size:12px;
		list-style:disc;
		font-weight:normal;
		line-height:normal;
		color:#4D4D4D;
		margin:0px;
		padding:0 0 10px 15px;
		text-decoration:none;
		font-family: verdana, helvetica, arial ,sans-serif;
	}

	#pressContent ul li a:hover {
		color:#e94b28;
		text-decoration:none;
	}

	#pressContent ul li a:visited {
		color:#4d4d4d;
		text-decoration:none;
	}
	#pressContent ul li a:visited:hover {
		color:#e94b28;
		text-decoration:none;
	}

	#pressContent ol{	
		font-size:12px;
		list-style:decimal;
		font-weight:normal;
		line-height:normal;
		color:#4D4D4D;
		margin-left:15px;
		padding:10px;
		text-decoration:none;
		font-family: verdana, helvetica, arial ,sans-serif;
	}

	#pressContent ul ol a:hover {
		color:#e94b28;
		text-decoration:none;
	}

	#pressContent ul ol a:visited {
		color:#4d4d4d;
		text-decoration:none;
	}
	#pressContent ul ol a:visited:hover {
		color:#e94b28;
		text-decoration:none;
	}
	
	#callOutCaption p{
		font-size:11px;
		line-height: 15px;
		font-weight:normal;
		color:#fff;
		margin-top:1px;
		padding:5px 5px 8px 5px;
		background:#333;
		}

	#callOut620 {
		float:right;
		width:620px;
		margin:0 0px 10px 0px;
		}

	html>body #callOut620 {
		float:right;
		width:620px;
		margin:0 0px 10px 10px;
		}


	#date{
		color:#6d6e71;
		font-size:11px;
		display:block;
		margin:0px 0px 10px 0px;
	}


	.prLeft{
	width:150px;
	float:left;
	}

	.prRight{
	width:450px;
	float:right;
	}
	
	ul.year-list-container {
	     clear: both;
    margin: 0 auto;
	    text-align: center;
	}
	ul.year-list-container li {
	    display: inline;
	}
	
	ul.year-list-container li.next-year {
	    margin-right: 20px;
	}
	
	ul.year-list-container li.previous-year {
	   margin-left: 20px;
	}
	/*Press.css*/

/* SLIDESHOW */
	#slideShowPopOver {
		position: absolute;
		top:-300px;
		left:-30px;
		z-index: 10; 
		display: none;
		background-color: #333;
		width: 950px;
		height: 485px;
		color:#fff;
		font-size:12px;
		font-family:'Lucida Grande', 'Lucida Sans Unicode',sans-serif;
	}

	#slideShowPopOver h1{
		font-size: 14px;
		color:#fff;
		font-family:'Lucida Grande', 'Lucida Sans Unicode',sans-serif;		
	}
	
	#slideshow_text p {
		color:#fff;
		font-size:11px;
		font-family:'Lucida Grande', 'Lucida Sans Unicode',sans-serif;
	}

/* AUDIO VIDEO BUTTON OVERLAY */
	a.playBtnOverlayTxtA {
		display:block;
		width:250px;
		height:23px;
		background: transparent;
		padding:0;
		color:#fff;
		font-size:13px;
		font-weight:bold;
		text-decoration:none;
		position:relative;
		top:-42px;
		left:10px;
	}

	a.playBtnOverlayTxtB {
		display:inline;
		width:250px;
		height:23px;
		background: transparent;
		padding:0;
		color:#fff;
		font-size:11px;
		font-weight:normal;
		text-decoration:none;
		position:relative;
		top:-50px;
		left:10px;
	}

	a.playBtnOverlay {
		display:block;
		width:30px;
		height:23px;
		background: transparent url(/images/common/play_btn_overlay.gif) no-repeat top left scroll;
		padding:0;
		position:relative;
		top:-70px;
		left:260px;
	}

/* MISCELLANIOUS */

	.pdfIcon{
		margin:0 6px 0 0;
		border:0;
	}



.table_border td{
		border-width:1px; 
		border-style:solid; 
		border-color:#ebebeb;
		padding: 6px;
}

.list_disc li{
		color:#333;
		font-size:12px;
		font-weight:normal;
		list-style:disc;
		margin:0 0 0px 15px;
		text-decoration:none;
		font-family:'Lucida Grande','Lucida Sans Unicode', sans-serif;	
}

/* COLORS */
/*	BLUE #2f5eab
	RED #CD352D
	GREY # E5E5E5
	GREY_LIGHT TEXT # 6d6e71
	GREY_DARK TEXT # 4d4d4d
	ORANGE# e94b28
*/


/* ALTERNATING TABLE*/

    table.striped {
        width: 100%;
    }
    
    table.striped td.left-column {
        width: 180px;
        padding-bottom: 15px;
    }
    
     table.striped td.right-column {
        padding-bottom: 15px;
        width: 180px;
    }

    .table_header th {
    background-color: #EBEBEB;
    color: #2F5EAB;
    font-family: arial,verdana,helvetica,sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    padding: 5px;
    vertical-align: text-top;
}

.table_header th a{
    background-color: #EBEBEB;
    color: #2F5EAB;
    font-family: arial,verdana,helvetica,sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    padding: 5px;
    vertical-align: text-top;
}

	.table_header td{
		font-family:'Lucida Grande', 'Lucida Sans Unicode',sans-serif;
		font-size: 12px;
		color: #2f5eab;
		line-height: normal;
		font-weight: bold;
		background-color: #ebebeb;
		padding:5px 5px 5px 5px;
		vertical-align:text-top;
	}

	.table_row  td{
		font-size: 12px;
		font-style: normal;
		line-height: 14px;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color: #000;
		text-decoration: none;
		padding:5px 5px 5px 5px;
		font-family:'Lucida Grande', 'Lucida Sans Unicode',sans-serif;
		background-color: #fff;
	}

	.table_row_alt  td{
		font-size: 12px;
		font-style: normal;
		line-height: 14px;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color: #000;
		text-decoration: none;
		padding:5px 5px 5px 5px;
		font-family:'Lucida Grande', 'Lucida Sans Unicode',sans-serif;
		background-color: #ebebeb;
	}



/*DIV Button container*/

.btnbox {
	background: url(/images/css/Blue_btn/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}

.btnhead_l {
	background: url(/images/css/Blue_btn/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

.btnhead_r {
	background: url(/images/css/Blue_btn/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 4px 0px 0px 4px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	margin:0px;
	text-decoration:none;


}

.btnhead_r a {text-decoration : none; color: #fff; font-weight:bold;}
.btnhead_r a:visited  {text-decoration : none; color: #fff; font-weight:bold;}
.btnhead_r a:visited:hover  {text-decoration : underline; color: #ccc; font-weight:bold;}
.btnhead_r a:active  {text-decoration : none; color: #fff; font-weight:bold;}
.btnhead_r a:hover  {text-decoration : underline; color: #ccc; font-weight:bold;}


.btnbody {
	background: url(/images/css/Blue_btn/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 5px 1px 5px;;
}
/*DIV Button container*/


/* FLASH CONTAINER */

	.altContentDiv{
		font-size:11px;
		font-weight:bold; 
		color:#2f5eab; 
		text-align:center; 
		margin:0px;
	}
/* END FLASH CONTAINER */

/* GENERAL STYLES */

.left
{
	float:left;
}

.clear
{
	clear:both;
}

.right
{
	float:right;
}

/* END GENERAL STYLES */

/* SEARCH RESULTS */

div.search-tab-selected
{
	border: solid 1px #000;
	background-color: #000;
	color: #000;
	font-weight:bold;
	margin:0 10px 0 0;
	height:30px;
	width:110px;
}

div.search-tab-selected a
{
	line-height:30px;
	vertical-align:middle;
	display:block;
	text-align:center;
	color:#fff;
	font-weight:bold;
}

div.search-tab
{
	border: solid 1px #000;
	background-color: #00ccff;
	color: #000;
	font-weight:bold;
	margin:0 10px 0 0;
	height:30px;
	width:110px;
}

div.search-tab a
{
	line-height:30px;
	vertical-align:middle;
	display:block;
	text-align:center;
	color:#000;
	font-weight:bold;
}

div.search-refinement-container
{
	float:left;
	width:20%;
	position:relative;
	left:77%;
	overflow:hidden;
	/*width:145px;
	border:solid 1px #000;
	height:100%;*/
}

div.search-results-container
{
	float:left;
	width:72%;
	position:relative;
	left:82%;
	overflow:hidden;
	/*width:445px;
	padding-left:25px;
	height:100%;*/
}

div.search-term-header
{
	font-size:1.8em;
	font-weight:bold;
}

div.search-results
{
	margin:auto;
	text-align:center;
	font-size:1.4em;
}

div.search-category-container
{
	padding:35px 0px 45px 0px;
}

div.search-title a
{
	font-size:1.4em;
	font-weight:bold;
}

div.search-abstract
{
	font-size:1.2em;
}

div.search-refinements-header
{
	font-size:1.6em;
}

div.search-link
{
	font-size:.9em;
}

div.search-wrapper {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	
}

div.search-container {
	float:left;
	width:100%;
	position:relative;
	right:75%;
}

span.search-highlight
{
	color:#ff0000;
	font-weight:bold;
}

div.pager {
    margin: 0 0;
    padding: 23px 0;
    text-align: center;
    width: 440px;
}

div.pager a.previous.inactive {
    border: medium none;
    color: #666666;
}

div.pager a.previous {
    border: 1px solid #CDCDCD;
    color: #0088CC;
    margin-right: 2px;
    padding: 4px 4px 4px 14px;
    white-space: nowrap;
}

div.pager a.next {
    border: 1px solid #CDCDCD;
    color: #0088CC;
    margin-left: 2px;
    padding: 4px 14px 4px 4px;
    white-space: nowrap;
}

div.pager ul.pager {
    display: inline;
    list-style-type: none;
    margin: 0;
    text-align: center;
}

div.pager ul.pager li.inactive {
    color: #000000;
}

div.pager ul.pager li {
    display: inline;
    font-weight: bold;
    margin: 0 2px;
}

div.pager ul.pager li a {
    background-color: #FFFFFF;
    border: 1px solid #CDCDCD;
    color: #0088CC;
    padding: 4px;
}

div.pager ul.pager li.inactive a {
    background-color: #FBFBFB;
    border: medium none;
    color: #000000;
    cursor: default;
    padding: 5px;
    text-decoration: none;
}

div.pager a.previous {
    border: 1px solid #CDCDCD;
    color: #0088CC;
    margin-right: 2px;
    padding: 4px 4px 4px 14px;
    white-space: nowrap;
}

div.pager a.next.inactive {
    border: medium none;
    color: #666666;
}

/* END SEARCH RESULTS */

/* START AV CONTAINER */

/* TABS IN RIGHT COLUMN */
.avContainer {width: 300px;height:180px; padding:0px;display:block;}
ul.avTabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 24px;
	border:none;
/*	border-bottom: 0px solid #fff;
	border-left: 1px solid #fff; */
	width: 100%;
}
ul.avTabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 23px;
	line-height: 23px;
	border:0px;
	margin-bottom: -1px;
	background: #93a4be;
	overflow: hidden;
}
ul.avTabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	outline: none;
	border:0px;
}
ul.avTabs li a:hover 
{
    height: 23px;
	background: #bdc8d8;
	font-size: 12px;
	color: #000;
	margin:0px;
	padding:3px;
}	
html ul.avTabs li.active, html ul.avTabs li.active a:hover  {
	border:0px;
}
.avTab_container {
	border: 0px;
	border-top: none;
	margin:0px;
	padding:0px;
	clear: both;
	float: left;
	width: 100%;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.avTab_content {
	margin:0px;
	padding: 0px;
	height:155px;
}
.avTab_content h2 {
	font-weight: normal;
	padding-bottom: 0px;
	border-bottom: 1px dashed #ebebeb;
	font-size: 1.8em;
}
.avTab_content h3 a{
	color: #254588;
	margin:0px;
}
.avTab_content img {
	margin: 0px 0px 0px 0;
	border: 0px solid #ebebeb; 
	padding: 0px;
}

div.avVideoBox
  {
  height:23px;
  background-color:#000;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }
div.avVideoBox p
  {
        /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
  margin:3px 0 0 10px;
  font-weight:bold;
  font-size:14px;
  color:#fff;
  font-family:Arial,verdana,helvetica, Sans-Serif;
  }


div.avAudioArtistBox
  {
  width:298px;
  height:29px;
  margin:-29px 0px 0px 0px;
  background-color:Black;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
  vertical-align:top text-top;
  }
div.avAudioArtistBox p
  {
        /* for IE 
  filter:alpha(opacity=100);
  /* CSS3 standard 
  opacity:1.0;*/
  margin:3px 0 0 10px;
  font-weight:bold;
  font-size:14px;
  color:#000000;
  font-family:Arial,verdana,helvetica, Sans-Serif;
  }

div.avAudioArtistBox a
  {
        /* for IE 
  filter:alpha(opacity=100);
  /* CSS3 standard 
  opacity:1.0;*/
  margin:3px 0 0 10px;
  font-weight:bold;
  font-size:14px;
  color:White;
  font-family:Arial,verdana,helvetica, Sans-Serif;
   float:left;
   vertical-align:middle;
  }
  
  div.avRecentAudioArtistBox
  {
  width:298px;
  height:29px;
  margin:-29px 0px 0px 0px;
  background-color:Black;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
  vertical-align:top text-top;
  }

div.avRecentAudioArtistBox a
  {
        /* for IE 
  filter:alpha(opacity=100);
  /* CSS3 standard 
  opacity:1.0;*/
  margin:3px 0 0 10px;
  font-weight:bold;
  font-size:14px;
  color:White;
  font-family:Arial,verdana,helvetica, Sans-Serif;
   float:left;
   vertical-align:middle;
  }
  
  
/*
	a.playBtnOverlayTxt {
		display:inline;
		width:250px;
		height:23px;
		padding:2px 10px 2px 10px;
		color:#fff;
		font-size:13px;
		font-weight:bold;
		text-decoration:none;
		position:relative;
		top:136px;
		left:5px;
	}

	a:hover.playBtnOverlayTxt {
		color:#fff;
		text-decoration:none;
	}

	a.playBtnOverlay {
		display:block;
		width:30px;
		height:23px;
		background: transparent url(/images/common/play_btn_overlay.gif) no-repeat top left scroll;
		padding:0;
		margin:0;
		position:relative;
		top:126px;
		left:260px;
	}
*/

.avTabRadio{width:88px;text-align:center;}
html>body .avTabRadio{width:91px;text-align:center;}


.tooltip {
	display:none;
	background:transparent url(/images/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}


.zoom-in {
    cursor: url("/images/zoomin.cur"), pointer !important;
}

.cboxPhoto {
       cursor: url("/images/zoomout.cur"), pointer !important;
}
/* END AV CONTAINER */


/* BEGIN PLAYBACK YEAR SUMMARY*/

div#playback-issues-container{ clear: both;padding-bottom: 35px;display: inline-block;}
div#playback-issues-container ul {}
div#playback-issues-container ul li { list-style: none;float: left;padding-left: 20px; text-align: center;width: 180px;}
div#playback-issues-container ul li div.month-title{ font-size: 12px;font-weight: bold;padding-left: 20px;padding-right: 20px; margin-bottom:10px;}

div#playback-months-container{clear: both;display: inline-block;}
div#playback-months-container ul {}
div#playback-months-container ul li { list-style: none;float: left;padding-left: 20px; text-align: center;}
div#playback-months-container ul li div.month-title{ font-size: 12px;font-weight: bold;padding-left: 20px;padding-right: 20px;}


div#playback-months-fetaured-content{clear: both;display: inline-block;}
div#playback-months-fetaured-content ul {}
div#playback-months-fetaured-content ul li { list-style: none;float: left;padding-left: 20px; text-align: left;}


/* END PLAYBACK YEAR SUMMARY*/


div.right-column
    {
        float:left;width:280px; margin-left:20px;
    }
    
    div.left-column
    {
     float:left; width:290px; border-right:1px solid #e0e0e0;   
    }
    
    div.CareerDevtxt ul li 
    {
       list-style:none;
        margin-left: -15px;
    }
   /* 
    div.show-more
    {
       text-indent:-15px;
    }
    */
    div.show-more a
    {
       color: #2F5EAB !important;
    text-decoration: none !important;
    font-family: arial,verdana,helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    
         
    }
    
    

.faqAccordianV2
{
	border:solid 1px #c4c4c4;
}

.faqAccordianV2 h3
{
/*	background:#ebebeb;
	border:solid 1px #c4c4c4;
	border-bottom:none; */
        border-bottom:solid 1px #c4c4c4;
        border-top:solid 1px #c4c4c4;
	cursor:pointer;
	font-family:bold arial, verdana, helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:7px 15px;
	color: #2f5eab;
}

.faqAccordianV2 h3.current
{
/*	background-color:#ebebeb; */
	cursor:default;
        border-bottom:solid 1px #c4c4c4;
       color: #2f5eab;
}

.faqAccordianV2 div.pane
{
/*	border:solid 1px #c4c4c4;
	border-width:0 2px; */
	color:#fff;
	display:none;
	font-size:12px;
/*	height:180px; */
	padding:15px;
	background-color:#fff;
}

.faqAccordianV2 div.pane h4
{
	color:#999;
	font-size:14px;
	font-weight:400;
	margin:0 0 -5px;
}


.photoblack {
	font-family: Verdana, Arial, Helvetca;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.bodystyle a  {text-decoration : underline;}

.bodystyle a:visited  {text-decoration : underline;}

.bodystyle a:active  {text-decoration : underline;}

.bodystyle a:hover  {text-decoration : none; color: #2f5eab;}

.benefitsBanner ul { list-style-type: none; }

/*content-slider.css*/

#featured
{
    
    width: 400px;
    padding-right: 225px;
    position: relative;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 277px;
    background: black;
    overflow: hidden;
    margin: 0 0 10px;
}

#featured h2, #featured a, #featured p {
    font-family: 'verdana' , 'helvetica', 'arial', 'sans-serif';
}


#featured ul.ui-tabs-nav
{
    position: absolute;
    top: 0;
    left: 530px;
    list-style: none;
    padding: 10px 0 2px;
    margin: 0;
    padding-bottom: 2px;
    width: 88px;
    overflow: hidden;
    height: 250px;
}

#featured ul.ui-tabs-nav li
{
    padding-top:4px;
    padding-bottom:4px;
    padding-right:9px;
    padding-left: 9px;
    font-size: 12px;
    color: #666;
    background: url('/images/transparent-bg.png');
}

#featured ul.ui-tabs-nav li.ui-state-active img, #featured ul.ui-tabs-nav li.ui-state-hover img
{
    /*background:url('/images/selected-item.gif') top left no-repeat;  */
    opacity: 1;
    filter: alpha(opacity=100) !important;
}
#featured ul.ui-tabs-nav li img, a.content-slider-thumb-image img
{
    float: left;
    margin: 2px 5px;
    background: black;
    padding: 2px;
    border: 1px solid #eee !important;
    opacity: 0.4;
    filter: alpha(opacity=40);
    height: 40px;
    border-collapse:collapse;
 }

#featured ul.ui-tabs-nav li span
{
    font-size: 11px;
    font-family: Verdana;
    line-height: 18px;
}
#featured li.ui-tabs-nav-item a
{
    display: block;
    height: 40px;
    color: #333;
    background: black;
    line-height: 20px;
}

#featured ul.ui-tabs-nav li.ui-tabs-selected a
{
}
#featured .ui-tabs-panel
{
    width: 538px;
    height: 250px;
    background: #999;
    position: relative;
}
#featured .ui-tabs-panel .info
{
    position: absolute;
    bottom: 0px;
    height: 50px;
    /*background: url('/images/transparent-bg.png');*/
    background-color: black;
    width: 538px;
    bottom: 0px;
    font-size: medium;
    margin-bottom: -27px;
    opacity: 0.85;
    filter: alpha(opacity=85);
}
#featured div.slider-category-container
{
    background-color: #E94B29;
    padding: 5px;
    margin-left: 5px;
    position: absolute;
    bottom: 25px;
    font-size: 18px;
    color: white;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}
/*ui-tabs-nav-item ui-state-default ui-corner-top ui-tabs-selected*/

#featured .info h2
{
    font-size: 18px;
    color: #E94B29;
    padding: 5px;
    margin: 0;
    padding-bottom: 2px;
    overflow: hidden;
    height:22px;
    overflow:hidden;
}
#featured .info p
{
    margin: 0 5px;
    font-family: Verdana , helvetica, arial, sans-serif;
    font-size: 10px;
    line-height: 15px;
    color: #f0f0f0;
    height:15px;
    overflow:hidden;
    font-weight:bold;
}
#featured .info a
{
    text-decoration: none;
    color: #fff;
}
#featured .info a:hover
{
    text-decoration: underline;
}
#featured .ui-tabs-hide
{
    display: none;
}
/*content-slider.css*/


/****   FORMS *****/
	/* form.css */
	
	fieldset {
/*		border:1px solid #ebebeb; 
		background-color:#fbfbfb; */
		border:1px solid #ccc; 
		background-color:#efefef;
		padding:15px;
		font-size:11px;
		font-weight:bold;
		color:#333;
		margin-bottom:15px;
		-moz-border-radius: 10px;
        	border-radius: 10px;
	
  }
  
  	legend {
        	font-size: 13px;
		color: #2f5eab;
		line-height: normal;
		font-weight: bold;
		font-family:'Lucida Grande', 'Lucida Sans Unicode',sans-serif;
      }
	
/*
	fieldset {
  		clear: both;
  		font-size: 12px;
		border-color: #fff;
		border-width: 0px 0 0 0;
		border-style: none none none none;
		padding: 10px;
		margin: 0 0 0 0;
	}

	fieldset legend {
		font-size: 12px;
		font-weight: normal;
		color: #333;
		margin: 0 0 0 0;
		padding: 0 5px;
	}
*/

	#fieldset input, textarea {
		font-family: verdana, Arial, sans-serif;
		font-size: 12px;
		color: #333;
		margin: 0 0 20px 0;
		display:block;
	}

	.inputRow {
		float:left;
		width:500px;
	clear:both;
	}

	textarea {
		overflow: auto;
	}


	/*div label {
		display: block;
		float: left;
		width: 100px;
		padding: 3px 5px;
		margin: 0 0 20px 0;
		text-align: right;
		color:#333;
	}*/
	
	div label {
		display: block;
		float: left;
		width: 150px;
		padding: 3px 5px;
		margin: 0 0 20px 0;
		text-align: left;
		color:#333;
	}


	.submit {
		display: block;
		font-size:12px;
		float: left;
		/*width: 100px;*/
		padding: 0px;
		margin: 0 0px 5px 110px;
	}

	.rfv {
		float: right;
		color:#C7161D;
		font-size:10px;
		font-family: Verdana, Tahoma, Arial;
		font-weight:bold;
		display:block;
	}

/* PLACES REQUIRED TEXT BELOW FIELD */
	.rfvBottm {
		display:block;
		clear:both;
		float:left;
		position:relative;
		top:-20px;
		left:5px;
		color:#C7161D;
		font-size:10px;
		font-family: Verdana, Tahoma, Arial;
		font-weight:bold;

	} 

	.req {
		color:#C7161D;
		font-size:10px;
		font-family: Verdana, Arial, Tahoma;
		font-weight:bold;
		margin-right:7px;
	}

	.linkborder{
		border-color: #ebebeb;
		margin: 5px 30px 5px 10px;
		border-bottom:1px solid #e0e0e0;
}
	/* form.css */
	
	
	/*benefits.css*/
	
		.hr{
		clear:both;
		margin:20px 0 20px 0;
		display:block;
		color:#ebebeb;
		}

	.productTitle{
		color:#2f5eab;
		font-size:22px;
		font-weight:bold;
		margin:0 0 10px 0px;
		text-decoration:none !important;
		line-height:30px;
		clear:both;
	}

	.productTitle a{
		color:#2f5eab;
		font-size:22px;
		font-weight:bold;
		margin:0 0 10px 0px;
		text-decoration:none !important;
		clear:both; 
	}

	.productTitle a:visited  {text-decoration : none !important; color: #2f5eab;}
	.productTitle a:active  {text-decoration : none !important; color: #4d4d4d;}
	.productTitle a:hover  {text-decoration : none !important; color: #4d4d4d;}


	.featuredBenefitBox{
		width:272px;
		color:#2f5eab !important;
		font-size:11px;
		font-weight:bold;
		margin:10px 0 25px 20px;
		font-family:verdana, arial, sans-serif;
	}

	.featuredBenefitBox a{
		color:#333 !important;
		font-size:12px;
		line-height:16px;
		text-decoration:none !important;
	}

	.featuredBenefitBox a:visited  {text-decoration : none !important; color: #333 !important;}
	.featuredBenefitBox a:active  {text-decoration : none !important; color: #2f5eab !important;}
	.featuredBenefitBox a:hover  {text-decoration : underline !important; color: #2f5eab !important;}

	.featuredBenefitIcon{
		display:block;
		clear:both;
		float:right;
		width:90px;
		height:90px;
		margin:0px 0px 0 0px;
		padding:0px;
	}

	.featuredBenefitBorder{
		float:left;
		width:2px;
		height:660px;
		margin:20px 0px 0px 20px;
		background: url('/images/greyLines.png') repeat-y;
	}

	.benefitsBanner{
		list-style-type:none;
		margin:0px 0 20px 5px;
		padding: 0px 0px 0px 0px;
		width: 300px;
	}

	.benefitsBanner a {
		font-size: 11px;
		font-weight:bold;
		text-decoration:none;
		margin: 0px;
		padding: 0px;
	}

	.benefitsBanner a:hover {		
		text-decoration:none;
		}
	.benefitsBanner a:visited {
		text-decoration:none;
		}
	.benefitsBanner a:visited:hover {
		text-decoration:none;
		}

	.benefitsBanner{
		margin-left: 0;
		padding-left: 0;
		list-style: none;
	}

	.benefitsBanner li{
		padding-left: 10px;
		margin-bottom:6px;
		border-bottom:1px solid #e0e0e0;
	}

	#benifitsContent {
		margin: 0;
	}

	html>body #benifitsContent {
		margin: 0 10px 0 10px;
	}



	#benifitsContent p{	
		font-size:12px;
		font-weight:normal;
		color:#4d4d4d;
		text-decoration:none;
		font-family:'Lucida Grande', 'Lucida Sans Unicode',sans-serif;
	}


	#benifitsContent a{	
		font-size:12px;
		font-weight:normal;
		color:#2f5eab;
		text-decoration:underline;
		font-family:'Lucida Grande', 'Lucida Sans Unicode',sans-serif;
	}

	#benifitsContent a:hover {
		color:#4D4D4D;
		text-decoration:none;
	}

	#benifitsContent a:visited {
		color:#2f5eab;
		text-decoration:underline;
	}
	#benifitsContent a:visited:hover {
		color:#4D4D4D;
		text-decoration:none;
	}


	#benifitsContent ul {
		color:#4D4D4D;
		font-size:12px;
		font-weight:normal;
		margin:0px;
		list-style:disc;
		padding:0;
		text-decoration:none;
		font-family:'Lucida Grande', 'Lucida Sans Unicode','Lucida Grande', arial,verdana,helvetica,sans-serif;			
	}


html>body #benifitsContent ul {
		color:#4D4D4D;
		font-size:12px;
		font-weight:normal;
		margin:0px;
		list-style:disc;
		padding:0 0 10px 15px;
		text-decoration:none;
		font-family:'Lucida Grande', 'Lucida Sans Unicode','Lucida Grande', arial,verdana,helvetica,sans-serif;			
	}


	#benifitsContent li ol{	
		font-size:12px;
		list-style:disc;
		font-weight:normal;
		line-height:normal;
		color:#4D4D4D;
		margin:0px;
		padding:0px;
		text-decoration:none;
		font-family:'Lucida Grande', 'Lucida Sans Unicode','Lucida Grande', arial,verdana,helvetica,sans-serif;
	}

	#benifitsContent ul li a:hover {
		color:#e94b28;
		text-decoration:none;
	}

	#benifitsContent ul li a:visited {
		color:#4d4d4d;
		text-decoration:none;
	}
	#benifitsContent ul li a:visited:hover {
		color:#e94b28;
		text-decoration:none;
	}

	#benifitsContent ol{	
		font-size:12px;
		list-style:decimal;
		font-weight:normal;
		line-height:normal;
		color:#4D4D4D;
		margin-left:15px;
		padding-left:10px;
		text-decoration:none;
		font-family:'Lucida Grande', 'Lucida Sans Unicode','Lucida Grande', arial,verdana,helvetica,sans-serif;
	}

	#benifitsContent ul ol a:hover {
		color:#e94b28;
		text-decoration:none;
	}

	#benifitsContent ul ol a:visited {
		color:#4d4d4d;
		text-decoration:none;
	}
	#benifitsContent ul ol a:visited:hover {
		color:#e94b28;
		text-decoration:none;
	}
	
	
.featuredBenefitBox h2 {
    margin-bottom: 15px;
}

	/*benefits.css*/
	
	/*Calendar.css*/
	
span.agendaDate
{
    color:#444;
    text-decoration:none;
    font-style:normal;
    }

span.ascap-agenda-date
{
	font-weight:bold;
}

a.ascap-agenda-link
{
	text-decoration:underline;
	cursor:pointer;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2f5eab;
}

a.ascap-agenda-link:hover
{
	text-decoration:none;
	color: #2F5EAB;
}

span.ascap-agenda-location
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

span.ascap-agenda-time
{
}

h2.ascap-agenda-title
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #2F5EAB;
    text-decoration: none;
}

span.ascap-agenda-text
{
	
}

.calendarItemSm {
    color: #091850;
    font-size: 11px;
    line-height: 14px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-style:normal;
}

.calendarItemDistributionSubtitle {
    color: #091850;
    font-size: 11px;
    line-height: 14px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color:#295DAD;
    font-weight:normal;
}

.calendarDisplay {
    list-style: none outside none;
    margin-left: 0;
    padding-left: 0;
}

.calendarHeader {
    color: #2F5EAB;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.calendarTitle
{
	color:#e94b28;
	float:left;
	font-size:14px;
	font-style:normal;
	font-weight:700;
	line-height:normal;
	margin:0;
	text-decoration:none;
}

.calendarTitle a
{
	color:#e94b28;
	float:left;
	font-size:14px;
	font-style:normal;
	font-weight:700;
	line-height:normal;
	margin:0;
	text-decoration:none;
}

.calendarTitle a:hover
{
	color:#2f5eab;
	text-decoration:none;
}

.calendarTitle a:visited
{
	color:#e94b28;
	text-decoration:none;
}

.calendarTitle a:visited:hover
{
	color:#2f5eab;
	text-decoration:none;
}

.calendarDisplay li {
    background-image: url("/images/calendar_bullet.gif");
    background-position: -3px 0.2em;
    background-repeat: no-repeat;
    margin-bottom: 6px;
    padding-left: 10px;
}

.imgright {
    float: right;
    margin: 0 0 7px 10px;
}

div.ascap-event
{
    background-image: url('/images/icon/pin_blue.png');
    background-color: transparent;
    background-repeat: no-repeat;
    margin-left: 10px;
    display: inline;
    cursor: default;
}

	
	/*Calendar.css*/
	
	/*colorbox.css*/
	/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{margin-top:20px;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#000000;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/images/colorbox/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(/images/colorbox/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(/images/colorbox/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(/images/colorbox/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose.hover{background-position:bottom center;}
	/*colorbox.css*/
	
	
	/*jquery.qtip.min.css*/
	.ui-tooltip,.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;z-index:15000;}.ui-tooltip-fluid{display:block;visibility:hidden;position:static!important;float:left!important;}.ui-tooltip-content{position:relative;padding:5px 9px;overflow:hidden;border-width:1px;border-style:solid;text-align:left;word-wrap:break-word;overflow:hidden;}.ui-tooltip-titlebar{position:relative;min-height:14px;padding:5px 35px 5px 10px;overflow:hidden;border-width:1px 1px 0;border-style:solid;font-weight:bold;}.ui-tooltip-titlebar+.ui-tooltip-content{border-top-width:0!important;}/*!Default close button class */ .ui-tooltip-titlebar .ui-state-default{position:absolute;right:4px;top:50%;margin-top:-9px;cursor:pointer;outline:medium none;border-width:1px;border-style:solid;}* html .ui-tooltip-titlebar .ui-state-default{top:16px;}.ui-tooltip-titlebar .ui-icon,.ui-tooltip-icon .ui-icon{display:block;text-indent:-1000em;}.ui-tooltip-icon,.ui-tooltip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}.ui-tooltip-icon .ui-icon{width:18px;height:14px;text-align:center;text-indent:0;font:normal bold 10px/13px Tahoma,sans-serif;color:inherit;background:transparent none no-repeat -100em -100em;}/*!Default tooltip style */ .ui-tooltip-default .ui-tooltip-titlebar,.ui-tooltip-default .ui-tooltip-content{border-color:#F1D031;background-color:#FFFFA3;color:#555;}.ui-tooltip-default .ui-tooltip-titlebar{background-color:#FFEF93;}.ui-tooltip-default .ui-tooltip-icon{border-color:#CCC;background:#F1F1F1;color:#777;}.ui-tooltip-default .ui-tooltip-titlebar .ui-state-hover{border-color:#AAA;color:#111;}.ui-tooltip .ui-tooltip-tip{margin:0 auto;overflow:hidden;background:transparent!important;border:0 dashed transparent!important;z-index:10;}.ui-tooltip .ui-tooltip-tip,.ui-tooltip .ui-tooltip-tip *{position:absolute;line-height:.1px!important;font-size:.1px!important;color:#123456;background:transparent;border:0 dashed transparent;}.ui-tooltip .ui-tooltip-tip canvas{top:0;left:0;}/*!Light tooltip style */ .ui-tooltip-light .ui-tooltip-titlebar,.ui-tooltip-light .ui-tooltip-content{border-color:#E2E2E2;color:#454545;}.ui-tooltip-light .ui-tooltip-content{background-color:white;}.ui-tooltip-light .ui-tooltip-titlebar{background-color:#f1f1f1;}/*!Dark tooltip style */ .ui-tooltip-dark .ui-tooltip-titlebar,.ui-tooltip-dark .ui-tooltip-content{border-color:#303030;color:#f3f3f3;}.ui-tooltip-dark .ui-tooltip-content{background-color:#505050;}.ui-tooltip-dark .ui-tooltip-titlebar{background-color:#404040;}.ui-tooltip-dark .ui-tooltip-icon{border-color:#444;}.ui-tooltip-dark .ui-tooltip-titlebar .ui-state-hover{border-color:#303030;}/*!Cream tooltip style */ .ui-tooltip-cream .ui-tooltip-titlebar,.ui-tooltip-cream .ui-tooltip-content{border-color:#F9E98E;color:#A27D35;}.ui-tooltip-cream .ui-tooltip-content{background-color:#FBF7AA;}.ui-tooltip-cream .ui-tooltip-titlebar{background-color:#F0DE7D;}.ui-tooltip-cream .ui-state-default .ui-tooltip-icon{background-position:-82px 0;}/*!Red tooltip style */ .ui-tooltip-red .ui-tooltip-titlebar,.ui-tooltip-red .ui-tooltip-content{border-color:#D95252;color:#912323;}.ui-tooltip-red .ui-tooltip-content{background-color:#F78B83;}.ui-tooltip-red .ui-tooltip-titlebar{background-color:#F06D65;}.ui-tooltip-red .ui-state-default .ui-tooltip-icon{background-position:-102px 0;}.ui-tooltip-red .ui-tooltip-icon{border-color:#D95252;}.ui-tooltip-red .ui-tooltip-titlebar .ui-state-hover{border-color:#D95252;}/*!Green tooltip style */ .ui-tooltip-green .ui-tooltip-titlebar,.ui-tooltip-green .ui-tooltip-content{border-color:#90D93F;color:#3F6219;}.ui-tooltip-green .ui-tooltip-content{background-color:#CAED9E;}.ui-tooltip-green .ui-tooltip-titlebar{background-color:#B0DE78;}.ui-tooltip-green .ui-state-default .ui-tooltip-icon{background-position:-42px 0;}/*!Blue tooltip style */ .ui-tooltip-blue .ui-tooltip-titlebar,.ui-tooltip-blue .ui-tooltip-content{border-color:#ADD9ED;color:#5E99BD;}.ui-tooltip-blue .ui-tooltip-content{background-color:#E5F6FE;}.ui-tooltip-blue .ui-tooltip-titlebar{background-color:#D0E9F5;}.ui-tooltip-blue .ui-state-default .ui-tooltip-icon{background-position:-2px 0;}/*!Add shadows to your tooltips in:FF3+,Chrome 2+,Opera 10.6+,IE6+,Safari 2+*/ .ui-tooltip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,0.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,0.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,0.15);}.ui-tooltip-shadow .ui-tooltip-titlebar,.ui-tooltip-shadow .ui-tooltip-content{filter:progid:DXImageTransform.Microsoft.Shadow(Color='gray',Direction=135,Strength=3);-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Color='gray',Direction=135,Strength=3)";_margin-bottom:-3px;.margin-bottom:-3px;}/*!Add rounded corners to your tooltips in:FF3+,Chrome 2+,Opera 10.6+,IE9+,Safari 2+*/ .ui-tooltip-rounded,.ui-tooltip-rounded .ui-tooltip-content,.ui-tooltip-tipsy,.ui-tooltip-tipsy .ui-tooltip-content,.ui-tooltip-youtube,.ui-tooltip-youtube .ui-tooltip-content{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}.ui-tooltip-rounded .ui-tooltip-titlebar,.ui-tooltip-tipsy .ui-tooltip-titlebar,.ui-tooltip-youtube .ui-tooltip-titlebar{-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;}.ui-tooltip-rounded .ui-tooltip-titlebar+.ui-tooltip-content,.ui-tooltip-tipsy .ui-tooltip-titlebar+.ui-tooltip-content,.ui-tooltip-youtube .ui-tooltip-titlebar+.ui-tooltip-content{-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;}/*!Youtube tooltip style */ .ui-tooltip-youtube{-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;}.ui-tooltip-youtube .ui-tooltip-titlebar,.ui-tooltip-youtube .ui-tooltip-content{_margin-bottom:0;.margin-bottom:0;background:transparent;background:rgba(0,0,0,0.85);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000)";color:white;border-color:#CCC;}.ui-tooltip-youtube .ui-tooltip-icon{border-color:#222;}.ui-tooltip-youtube .ui-tooltip-titlebar .ui-state-hover{border-color:#303030;}.ui-tooltip-jtools{background:#232323;background:rgba(0,0,0,0.7);background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333;}.ui-tooltip-jtools .ui-tooltip-titlebar{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";}.ui-tooltip-jtools .ui-tooltip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";}.ui-tooltip-jtools .ui-tooltip-titlebar,.ui-tooltip-jtools .ui-tooltip-content{background:transparent;color:white;border:0 dashed transparent;}.ui-tooltip-jtools .ui-tooltip-icon{border-color:#555;}.ui-tooltip-jtools .ui-tooltip-titlebar .ui-state-hover{border-color:#333;}.ui-tooltip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,0.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,0.4);box-shadow:4px 4px 5px rgba(0,0,0,0.4);}.ui-tooltip-cluetip .ui-tooltip-titlebar{background-color:#87876A;color:white;border:0 dashed transparent;}.ui-tooltip-cluetip .ui-tooltip-content{background-color:#D9D9C2;color:#111;border:0 dashed transparent;}.ui-tooltip-cluetip .ui-tooltip-icon{border-color:#808064;}.ui-tooltip-cluetip .ui-tooltip-titlebar .ui-state-hover{border-color:#696952;color:#696952;}.ui-tooltip-tipsy{border:0;}.ui-tooltip-tipsy .ui-tooltip-titlebar,.ui-tooltip-tipsy .ui-tooltip-content{_margin-bottom:0;.margin-bottom:0;background:transparent;background:rgba(0,0,0,.87);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000)";color:white;border:0 transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:bold;line-height:16px;text-shadow:0 1px black;}.ui-tooltip-tipsy .ui-tooltip-titlebar{padding:6px 35px 0 10;}.ui-tooltip-tipsy .ui-tooltip-content{padding:6px 10;}.ui-tooltip-tipsy .ui-tooltip-icon{border-color:#222;text-shadow:none;}.ui-tooltip-tipsy .ui-tooltip-titlebar .ui-state-hover{border-color:#303030;}.ui-tooltip-tipped .ui-tooltip-titlebar,.ui-tooltip-tipped .ui-tooltip-content{border:3px solid #959FA9;filter:none;-ms-filter:none;}.ui-tooltip-tipped .ui-tooltip-titlebar{background-position: 0% 0%;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
    color: white;
    font-weight: normal;
    font-family: serif;
    border-bottom-width: 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));
    background-color: #3A79B8;
    background-repeat: repeat;
    background-attachment: scroll;
}.ui-tooltip-tipped .ui-tooltip-content{background-color:#F9F9F9;color:#454545;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;}.ui-tooltip-tipped .ui-tooltip-icon{border:2px solid #285589;background:#285589;}.ui-tooltip-tipped .ui-tooltip-icon .ui-icon{background-color:#FBFBFB;color:#555;}.ui-tooltip:not(.ie9haxors) div.ui-tooltip-content,.ui-tooltip:not(.ie9haxors) div.ui-tooltip-titlebar{filter:none;-ms-filter:none;}
	/*jquery.qtip.min.css*/
	
	
	.headlinesDate
	{ font-weight:bold; font-size:10px; color:#666666;}
	
	.tocSection {
height: 24px;
background: #EBEBEB;
margin-bottom: 20px;
padding: 4px 0 4px 6px;
font-size: 16px;
font-weight: bold;
}

/*Restored Works*/
    .mGrid { width: 100%; background-color: #fff; margin: 5px 0 10px 0; border: solid 1px #525252; border-collapse:collapse; }
    .mGrid td { padding: 2px; border: solid 1px #c1c1c1; color: #717171; }
    .mGrid th { padding: 4px 2px; color: #fff; background: #424242 url('/~/media/2C6F2992D92F4A948E3471C397E80358.ashx') repeat-x top; border-left: solid 1px #525252; font-size: 0.9em; }
    .mGrid .alt { background: #fcfcfc url('/~/media/6372C5D31EE149BEB6D18558BA4B10E7.ashx') repeat-x top; }
    .mGrid .pgr {background: #424242 url('/~/media/24E68520C41846D19AA6E9034036F53E.ashx') repeat-x top; }
    .mGrid .pgr table { margin: 5px 0; }
    .mGrid .pgr td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #fff; line-height: 12px; }   
    .mGrid .pgr a { color: #fff; text-decoration: none; }
    .mGrid .pgr a:hover { color: #fff; text-decoration: none; }
    /*Restored Works*/
   

	.twoColumnFormInputRow {
		float:left;
		width:400px;
	    	clear:both;
	    	text-align:left;
	} 
    
 .ascapformlabel{
		display: block;
		float: left;
		padding: 3px 5px;
		margin: 0 0 20px 0px;
		text-align: left;
		color:#333;
		width:140px;
	}
	
	.ascapformlabelLong{
		width:300px;
	}
	

	
	.ascapformcheckboxlabel
	{
	   display: block;
		float: left;
		padding: 3px 5px;
		margin: 0 0 20px 0;
		text-align: left;
		color:#333;
		width:250px; 
	    }
	
	
	.ascapformTextbox {
		font-family: verdana, Arial, sans-serif;
		font-size: 12px;
		color: #333;
		margin: 0 0 20px 0;
		display:block;
		width:116px;
		height:18px;
		float:left;
	}
	
	.ascapformDropDownList
	{
	    font-family: verdana, Arial, sans-serif;
		font-size: 12px;
		color: #333;
		margin: 0 0 20px 0;
		display:block;
		float:left;
	    }

	.ascapforminputRow {
		float:left;
		width:600px;
	    clear:both;
	    text-align:left;
	}
	
	
	.ascapforminputRow div label {
		display: block;
		float: left;
		width: auto;
		padding: 3px 5px;
		margin: 0 0 20px 0;
		text-align: left;
		color:#333;
	}

	
	.ascapformvalidationsummary ul
	{
	    color:Red;
	    }
	    
	    .ascapformvalidationsummary li
	{
	     text-align:left;
	    }
	    
	    .ascaprfv {
		/*float: left;*/
		/*margin-left:10px;*/
		color:red;
		font-size:10px;
		/*font-family: Verdana, Tahoma, Arial;*/
		font-weight:bold;
		display:block;
		margin-top:3px;
		line-height:143%;
		
	}


.competitionPrintLabelMainDiv
{
    border-style:dashed; 
    width:600px; 
    height:375px;
    padding:15px 15px 15px 15px 
    }

.competitionConfirmationPageLinks
{
    margin-right:10px;
    font-size: 13px;
	color: #2f5eab;
	line-height: normal;
	font-weight: bold;
	text-decoration : none;
	font-family:'Lucida Grande', 'Lucida Sans Unicode',sans-serif;
    }
	/*textarea {
		overflow: auto;
	}*/
	  
	    
	@media print {
       .page-break { page-break-after: always; }
      }
      @media screen {
        .page-break {float:left;}
      }




/***/

 #aceNavContainer { 
         background-color:Black;
         }

        #aceNavContainer ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-family: Arial, Helvetica, sans-serif;
        }

        #aceNavContainer a{
        display: block;
        padding: 3px;
        color: #2f5eab;
        background-color: #f3f3f3;
        border: 1px solid #e0dfdf;
        }
        
        #aceNavContainer .subnavlist a{
        display: block;
        padding: 3px;
        color: #2f5eab;
        background-color:White;
        border: 1px solid #e0dfdf;
        }

        #aceNavContainer a:link, .navlist a:visited{
        color: #2f5eab;
        text-decoration: none;
        }


        #aceNavContainer a:hover{
        background-color: #d9d8d8;
        }
        
        .aceNavButtonContainer
        {
            margin:0 auto;
            width:480px;
        }



.WebRequestHeaderText
{
    float:none; 
    color:White; 
    font-weight:bolder; 
    text-align:center; 
    vertical-align:top;
    font-size: 25px;
    font-style: italic;
    }
    
    
.WebRequestAdminHeader {
color: black;
padding-bottom: 0px;
margin: 0px;
height: 63px;
background-color: #8C0202;
background-image: url('/images/header-bg.gif');
background-repeat: repeat-x;
margin-bottom:20px;

}

.ColorBoxLoadingText
	{
	    color:#FFFFFF;
	    font-weight:bold;
	    margin-left:auto;
	    margin-right:auto;
	    margin-bottom:40px;
	    margin-top: auto;
	    }
	    
	    .ColorBoxLoadingImage
	    {
	        display:block;
	        margin-left:auto; 
	        margin-right:auto;
	        margin-bottom:auto;
	        margin-top: auto;
	        }


/* START PROGRESS BAR */

	a:link {text-decoration:none;}
	a:visited {text-decoration:none;}
	a:hover {text-decoration:none;}
	a:active {text-decoration:none;}

	.progressIndicator a {
		padding: 12px 12px 12px 12px; 
		margin-right:5px; 
		background:#efefef; 
		position:relative; 
		display:inline-block;
		font-weight:bold;
		text-decoration:none; 
	}

	.progressIndicator a:before {
		width:0px; 
		height:0px; 
		border-top: 20px inset transparent; 
		border-bottom: 20px inset transparent; 
		border-left: 
		20px solid #fff; 
		position: absolute; 
		content: ""; 
		top: 0; 
		left: 0;
	}

	.progressIndicator a:after {
		width:0px; 
		height:0px; 
		border-top: 20px inset transparent; 
		border-bottom: 20px inset transparent; 
		border-left: 
		20px solid #efefef; 
		position: absolute; 
		content: ""; 
		top: 0; 
		right: -20px; z-index:2;
	}

	.progressIndicator a:first-child:before {border:none;}

	.progressIndicator a:last-child:after {border:none;}

	.progressIndicator a:first-child {-moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px;}

	.progressIndicator a:last-child {-moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0;}

	.progressIndicator .badge {margin:0 5px 0 18px; position:relative; top:-1px;}
	
	.progressIndicator a:first-child .badge {margin-left:0;}

	.progressIndicator .current {background:#007ACC; color:#fff;font-weight:bold;}

	.progressIndicator .current:hover {background:#007ACC; color:#fff;font-weight:bold;}

	.progressIndicator .current:after {border-left-color:#007ACC; border-top: 20px inset transparent; border-bottom: 19px inset transparent;}
	
	
	div.AudioArtistAlbumBox
  {
  width:300px;
  height:50px;
  margin:0px 0px 0px 0px;
  background-color:Black;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
  vertical-align:top text-top;
  position:relative;
  top:322px;
  }
  
  
  div.AudioPlayerAdditionalLinksBox
  {
  width:618px;
  height:22px;
  margin:0px 0px 0px 0px;
  background-color:Black;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
  vertical-align:top text-top;
  position:relative;
  top:322px;
  }
  
div.AudioArtistAlbumBox p
  {
        /* for IE 
  filter:alpha(opacity=100);
  /* CSS3 standard 
  opacity:1.0;*/
  margin:3px 0 0 10px;
  font-weight:bold;
  font-size:14px;
  color:#000000;
  font-family:Arial,verdana,helvetica, Sans-Serif;
  }

div.AudioArtistAlbumBox a
  {
        /* for IE 
  filter:alpha(opacity=100);
  /* CSS3 standard 
  opacity:1.0;*/
  margin:3px 0 0 10px;
  font-weight:bold;
  font-size:14px;
  color:White;
  font-family:Arial,verdana,helvetica, Sans-Serif;
   float:left;
   vertical-align:middle;
  }
  
  div.AudioPlayerTracksDiv
  {
      float:right; 
       /*width:276px; 
     margin-left:24px; */
      list-style-position:inside;
      background-color:Black;
    /* for IE */
    filter:alpha(opacity=70);
    /* CSS3 standard */
    opacity:0.7;
    color:White;
    height:20px;
     border-bottom: 1px solid #fff;
      }
      
      


	.AudioPlayerAdditionalLinksAnchore {
		display: block;
		font-size:12px;
		color:#fff;
		width:120px;
        height:22px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding:5px 0 5px 0;
		border:none;
		text-decoration:underline;
		
	}

	.AudioPlayerAdditionalLinksAnchore:hover{
		color:#2F5EAB;
	}
	
	div.AudioPlayerShowHideTracksDiv
  {
      background-color:Black;
    /* for IE */
    filter:alpha(opacity=70);
    /* CSS3 standard */
    opacity:0.7;
    color:White;
    height:20px;
      }
	

    
/* END PROGRESS BAR */

    
/* END PROGRESS BAR */

/*Rights*/
.elevenredbold {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #2F5EAB;
line-height: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
}
/*Rights*/


/*Events Awards Landing Page*/
.eventsAwardsLandingPage h2
{
    color: #2f5eab;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode',sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}
           
.eventsAwardsLandingPage .awardname
{
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    padding: 5px 5px 0px 0px;
}
               
a.splAwards {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #333333 !important;
line-height: 13px;
}


splAwards a:visited {
text-decoration: none;
color: #333333 !important;
}

.splAwardslinkborder {
border-color: #ebebeb !important;
border-bottom: 1px solid #e0e0e0 !important;
}


.spaText p {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #333333;
padding: 10px 5px 5px 5px;
}

.fswTblHead {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #333333;
padding: 5px 5px 0px 0;
}

a.fswTblHead {
font-size: 13px;
font-weight: bold;
font-family: arial, verdana, helvetica, sans-serif;
color: #333333 !important;
}
/*Events Awards Landing Page*/

/*RSVP Forms*/
     .RSVPRadioButtonList label
    {
        width:100px;
        margin:0px; 
        vertical-align:middle;
    } 
          
    .RSVPRadioButtonList input
    {
        vertical-align:middle;
        margin-top:5px;
    } 
          
    .RSVPRadioButtonList
    {
        width:400px;
        line-height:20px;
        margin-bottom:10px;
    }  
          
          
          
    .RSVPAdditionalRadioButtonList label
    {
        width:350px;
        margin:0px; 
        vertical-align:middle;
    } 
          
    .RSVPAdditionalRadioButtonList input
    {
        vertical-align:middle;
        margin-top:5px;
    } 
          
    .RSVPAdditionalRadioButtonList
    {
        width:600px;
        line-height:20px;
        margin-bottom:10px;
    }  
          
          
          
    .GuestRadioButtonList label
    {
        width:25px;
    }
              
    .GuestRadioButtonList input
    {
        vertical-align:middle;
        margin-top:5px;
    } 
/*RSVP Forms*/


/*Licensing Related Reports forms and Brochures*/
        .rightPadSectionNavContainer { 
        	width: 300px;
        	margin:10px;
         }

        .rightPadSectionNavContainer ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-family: Arial, Helvetica, sans-serif;
        }

        .rightPadSectionNavContainer a{
        display: block;
        padding: 3px;
        width: 290px;
        color: #2f5eab;
        background-color: #f3f3f3;
        border: 1px solid #e0dfdf;
        }
        
        .rightPadSectionNavContainer .subnavlist a{
        display: block;
        padding: 3px;
        width: 290px;
        color: #2f5eab;
        background-color:White;
        border: 1px solid #e0dfdf;
        }

        .rightPadSectionNavContainer a:link, .navlist a:visited{
        color: #2f5eab;
        text-decoration: none;
        }


        .rightPadSectionNavContainer a:hover{
        background-color: #d9d8d8;
        }
        
        
        
/* EDAN DESIGN IMPROVEMENTS */
.shadowWrapper { margin: 0 auto; position:relative; width:1014px;}
.shadowWrapper .shadowLeft { position:absolute; top:0; left:0; height:100%; width:20px; background-image:url('/~/media/6680D2A571654F95819190544775F006.png'); opacity:0.5 }
.shadowWrapper .shadowRight {  position:absolute; top:0; right:0; height:100%; width:20px; background-image:url('/~/media/FF5FD52410664413B671840A753CD619.png');opacity:0.5  }


                                        
a.bigbtn { position:relative; width:300px; height:36px; display:block; background-image:url('/~/media/C77C093CA09549A08D89FFA220CF0EEC.jpg'); background-position:0 0;  color:#FFF; font-size:15px; text-align:center; padding-top:59px;}
a.bigbtn:hover { background-position:0 95px;}
a.bigbtn:after { content:attr(data-icon); font-size:39px; position:absolute; left:50%; margin-left:-18px;  margin-top:-33px; font-family:"Entypo Edited"}

a.bluebtnHor { position:relative; width:300px; height:35px; display:block; background-image:url('/~/media/67A0B0209E0948F58D42B7F30EE26147.png'); background-position:0 0;  color:#FFF; font-size:17px; text-align:center; padding-top:14px; font-weight:normal !important;}
a.bluebtnHor:hover { background-position:0 95px;}

input.bluebtnHor { position:relative; width:300px; height:45px; display:block; background-image:url('/~/media/67A0B0209E0948F58D42B7F30EE26147.png'); background-position:0 0;  color:#FFF; font-size:17px; text-align:center; font-weight:normal !important; border:0; background-color:transparent; cursor:pointer; cursor:hand; margin:0 auto;}


/* VIDEO UI */
.megaslider-container { height:392px; width:974px; overflow:hidden; position:relative; margin-bottom:30px; background-color:#000; }
    .megaslider-container .slide { width:100%; height:100%; position:absolute; display: none; left:0; top:0;  opacity:inherit; filter:inherit;}
    .megaslider-container .slide .abstract { font-size:15px; color:#FFF; text-shadow:1px 1px #000; width:820px; margin:auto; text-align:center; position:absolute; z-index:3; top:310px; left:50%; margin-left:-410px; opacity:inherit; filter:inherit;}
    .megaslider-container .slide .title { font-size:21px; color:#FFF; font-weight:bold; text-shadow:#000 1px 1px; width:820px; margin:auto; text-align:center; position:absolute; z-index:3; bottom:90px; left:50%; margin-left:-410px; opacity:inherit; filter:inherit; zoom:1}
    .megaslider-container .slide .image { position:absolute; top:0; left:0; z-index:1; width:100%; height:100%;  opacity:inherit; filter:inherit;}
    .megaslider-container .slide .image img { width:100%; height:100%; opacity:inherit; filter:inherit;}
    .megaslider-container .shadow { background-image:url('/~/media/557482B03B7E48F29F3AD613209C3B99.png'); width:100%; height:100%; position:absolute; top:0; left:0; z-index:2; opacity:0.9; filter: alpha(opacity = 90); }
    .megaslider-container ul { list-style-type:none; margin:0; padding:0; width:100%; height:100%; }
    .megaslider-container ul li { margin:0; padding:0; }
    .megaslider-container ul.text { position:absolute; top:0; left:0; z-index:5; }
    .megaslider-container ul.images { position:absolute; top:0; left:0; z-index:0; }
    .megaslider-container .hotarea { opacity:0; filter: alpha(opacity = 0); position:absolute; top:0; left:0; width:100%; height:100%; z-index:6; }
    .megaslider-container .hotarea .prev { height:100%; left:0; width:120px; position:absolute; cursor:hand; cursor:pointer; }
    .megaslider-container .hotarea .prev .gradient { background-image:url('/~/media/D7CCD858140E40C4AFDB81DFCFCE6D17.png'); opacity:0.5; filter: alpha(opacity = 50); position:absolute; top:0; left:0; width:100%; height:100%; z-index:5 }
    .megaslider-container .hotarea .prev .img { display:block; height:117px; width:71px; background-image:url('/~/media/6D6FA52425BE456FB7D40B62D4306946.png'); background-position:0 0; position:absolute; top:50%; margin-top:-62px; left:0;  z-index:6;}
    .megaslider-container .hotarea .prev.hover .img { background-position:71px 0; }
    .megaslider-container .hotarea .next { height:100%; right:0; width:120px; position:absolute; cursor:hand; cursor:pointer;}
    .megaslider-container .hotarea .next .gradient { background-image:url('/~/media/0AB88E85D42A419CA06F962DF2317B5F.png'); opacity:0.5; filter: alpha(opacity = 50); position:absolute; top:0; left:0; width:100%; height:100%; z-index:5 }
    .megaslider-container .hotarea .next .img { display:block; height:117px; width:71px; background-image:url('/~/media/5674B1BEBCC04E718B38EF43549A003D.png'); background-position:0 0; position:absolute; top:50%; margin-top:-62px; right:0;  z-index:6; }
    .megaslider-container .hotarea .next.hover .img { background-position:71px 0; }
    
    .megaslider-container .hotarea .playbtn { cursor:hand; cursor:pointer; opacity:0; filter: alpha(opacity = 0); display:block; background:url('/~/media/3E01266EBDC643D987A1BC9C98882562.png') no-repeat center center; width:734px; height:100%; position:absolute; top:0; left:50%; margin-left:-367px;   }
    .megaslider-container .hotarea .playbtn.hover { opacity:1; filter: alpha(opacity = 100); }
    
    .megaslider-container .bullets { width:100%; position:absolute; bottom:10px; height:33px; text-align:center; position:absolute; }
    .megaslider-container .bullet { font-family:Arial, Sans-Serif; font-size:30px; color:#FFF; opacity:0.5; filter: alpha(opacity = 50); display:inline-block; width:17px; height:21px; cursor:hand; cursor:pointer; z-index:7;  position:relative;}
    .megaslider-container .bullet:after { content:'\2022'; }
    .megaslider-container .bullet.hover { opacity:1; filter: alpha(opacity = 100); }
    .megaslider-container .bullet.active { opacity:1 !important; filter: alpha(opacity = 100) !important; }
    
    .video-banner { background:url('/~/media/C4C9DC12567049F7B387A59AACB80669.jpg'); width:918px; height:99px; margin: 0 28px 28px; }
    
.videoSlider ul { list-style-type:none; margin:0; padding:0; width:99999px; height:100%; display:block; position:absolute; top:5px; left:27px; }
.videoSlider ul li { margin:0; padding:0; float:left; }
.videoSlider .categoryTitle {  padding: 0 28px; font-size:25px; color:#AAA; font-family:'Lucida Grande', 'Lucida Sans Unicode',sans-serif; height:32px; margin-bottom:5px;}
.videoSlider .categoryTitle a {font-size:25px; color:#AAA; font-family:'Lucida Grande', 'Lucida Sans Unicode',sans-serif; }
.videoSliderContainer { overflow:hidden; position:relative; height:242px; width:100%}
.videoSlider li.video { width: 281px; margin-right:36px; }
.videoSlider li.video img { width: 100%;   }
.videoSlider li.video .thumb { width:281px; height:158px; border:1px solid #FFF; box-shadow: 0px 0px 5px rgba(0, 0, 0, .4); position:relative; }
.videoSlider li.video .videoTitle { font-size:15px;color: #00519C; text-align:center; padding-top:7px; line-height:131%;}
.videoSlider li.video a:hover .videoTitle { color:#D1242A; }
.videoSlider .categoryTitle a:hover {color:#D1242A; }

.videoSlider a.next { display:block; width:50px; height:70px;border-top-left-radius:10px; border-bottom-left-radius:10px;  -moz-border-radius-topleft: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-top-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; background-color:#F4F7FC; z-index:6;position:absolute; top:50px; right:0; }
.videoSlider a.next:after { content:'\E766'; font-size:45px; color:#AAA; font-family:"Entypo Edited"; position:absolute; top:27px; left:16px;  }
.videoSlider a.prev { display:none; width:50px; height:70px;border-top-right-radius:10px; border-bottom-right-radius:10px;  -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-top-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; background-color:#F4F7FC; z-index:6;position:absolute; top:50px; left:0; }
.videoSlider a.prev:after { content:'\E765'; font-size:45px; color:#AAA; font-family:"Entypo Edited"; position:absolute; top:27px; right:16px;  }
.videoSlider a.next:hover, .videoSlider a.prev:hover { background-color:#FFF;box-shadow: 0px 0px 5px rgba(0, 0, 0, .4);  }
.videoSlider a.next:hover:after, .videoSlider a.prev:hover:after {color: #D1242A;}

a:hover .videoPlayBtn { background:url('/~/media/82DBEF494D584ED58B9E8152BCA2A199.png') center center no-repeat; width:100%; height:100%; position:absolute; top:0; left:0; z-index:5;}

.video-page .video-header { display:block; width:974px; height:92px; background:url('/~/media/69FD54C60C964F1F8D1B757E572A4B46.jpg') bottom no-repeat; margin-bottom:15px;  }
.video-page .title { font-size:27px;font-family:'Lucida Grande', 'Lucida Sans Unicode',sans-serif; line-height:131%; margin-bottom:0px; margin-left:15px; width:594px;}

.video-page-related-video, .video-page-related-item { margin-right:12px; margin-bottom:25px; margin-top:11px; padding-left:10px; }
.video-page-related-video .categoryTitle, .video-page-related-item .categoryTitle { font-size:15px; color:#AAA; margin-bottom:10px; }
.video-page-related-video .video, .video-page-related-item .thumb { margin-bottom:15px; }
.video-page-related-video .video .thumb { float:left; border:1px solid #FFF; box-shadow: 0px 0px 5px rgba(0, 0, 0, .4); width:150px; margin-right:8px; position:relative; }
.video-page-related-video .video .title a, .video-page-related-item .item .title a { font-size:13px; color:#00519C; line-height:131%;}
.video-page-related-video .video .title a:hover, .video-page-related-item .item .title a:hover { color:#D1242A; }
.video-page-related-item .item .thumb { width:75px; float:left; margin-right:8px; position:relative; }

.video-page .share { background:url('/~/media/DAF34537058042AFAD49CF6B4CAFBD4B.jpg') no-repeat;font-size:15px; color:#AAA; margin-bottom:-18px; margin-top:14px; height:62px }
.video-page .share .sharetxt { float:left; margin-right:22px; }
.sharebar { float:right; height:25px; }
.video-page .share .sharebar { float:left !important; }

.dataAndShareBar { float:left; }

.video-page .description, .video-page .description p { font-size:13px; line-height:131%;}
.video-page .description a { color:#00519C; font-size:13px; }
.video-page .description a:hover {  color:#D1242A; font-size:13px; }

a.sharelink { width:74px; height:20px; background:url('/~/media/B0491D2248F74580B07845A11F8BF54B.png') 0px 0px; display:inline-block;margin-left:20px; }
a.sharelink:hover { background-position:0px 20px; }

.press .date { font-size:12px; font-weight:bold; color:#999; font-family:Lucida Grande, Lucida Sans, Lucida Sans Unicode, Sans-Serif; margin-bottom:0; display:block; line-height:132%; }

.press a.article { font-size:15px; color:#00519C; line-height:123%; margin-bottom:3px; display:block;}
.press a.article:hover { color:#D1242A; }

.press ul { list-style-type:none; margin:0; padding:0;}
.press li {  padding:0; margin:0 0 18px 0; }

.press p.abstract { color:#999; font-size:12px; line-height:137%; }
.press a.visit-article { font-size:12px;color:#00519C;}
.press a.visit-article:hover { color:#D1242A;  }
.press .logo { display:block; }

.press a.past-events-link { font-size:13px; color:#00519C;}
.press a.past-events-link:hover { color:#D1242A; }
.press a.past-events-link:before { }
.press ul.past-events { display:none; }
.press .logoImage { margin-bottom:4px; }

.press .inthenews a.article:after, .press .inthenews a.visit-article:after  { content:" \E800"; font-family:"Entypo Edited"; position:relative;}

.showHideLink:before {content: ""; border-color: transparent #00519C; border-style: solid; border-width: 0.43em 0 0.43em 0.43em; display: inline-block; height: 0; width: 0; margin-right:7px; margin-left:1px; position: relative; }
.showHideLink.open:before {/* Safari */-webkit-transform: rotate(90deg);/* Firefox */-moz-transform: rotate(90deg);/* IE */-ms-transform: rotate(90deg);/* Opera */-o-transform: rotate(90deg);/* Internet Explorer */filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}

.ascapByState-header { width:932px; height:38px; background-image:url('/~/media/E1FE7D7A03D54D1A8903F87DA26437BE.gif'); margin:auto }

.mapPage-wrapper { width:932px; margin:auto; padding-top:20px }

.licenseFinder .directory.map .col { margin-left:16px !important; width:300px !important; float:left }
.licenseFinder .directory.map .col.first { margin-left:0 !important; }


   .pandorapetition .letter { background-color:#EEE; padding:20px; text-align:left; margin-top:30px }
.pandorapetition .letter .signature { line-height:200% }
.pandorapetition p {  font-size:15px; line-height:142%; text-align:center; margin-top:12px;}
.pandorapetition .letter p {text-align:left; margin-bottom:16px; }
.pandorapetition h1{ font-size:29px; color:#ec564b; margin-bottom:11px; text-decoration:none; font-weight:normal; text-align:center; line-height:122%; font-family: 'Lucida Grande','Lucida Sans Unicode','Lucida Sans',sans-serif}
.pandorapetition .mainimage { margin-bottom:10px; }
.pandorapetition .newContactForm .field input.submit { margin-top:32px; }
.pandorapetition .red { color:#EC564B; }
.pandorapetition p a { font-size:15px; font-weight:bold;}

.pandorapetition .thunderclap { position:relative; }
.pandorapetition .thunderclap img.addYourVoice { position:absolute; right:13px; top:339px }
.pandorapetition table { width:100% !important; }
.pandorapetition table, .pandorapetition .table_header th, .pandorapetition .table_row td, .pandorapetition .table_row_alt td { border:0; }
.pandorapetition table, .pandorapetition .table_row td, .pandorapetition .table_row_alt td, .pandorapetition table a { font-size:15px !important; font-family:Lucida Grande, Lucida Sans Unicode, Arial, Sans-Serif !important; }
.pandorapetition .table_row td { background-color:#F9F9F9; }
.pandorapetition .table_header th, .pandorapetition .table_row td, .pandorapetition .table_row_alt td { padding:10px; }
.pandorapetition .table_header th a {padding:0; }
.pandorapetition .numberOfSignatures { font-size:29px; font-weight:bold; color:#BBB; }
.error { background-color:#EC564B; color:#FFF; padding:10px; font-size:15px; margin-bottom:15px}
.error p { color:#fff; }          
.error p a { color:#fff; font-weight:bold; }
.success { background-color:#35BA3A; color:#FFF; padding:10px; font-size:15px; margin-bottom:15px}

input.btnblueHor[type=submit], input.btnblueHor[type=button] {-moz-appearance: none; padding:0 0 9px 0; background-color:#FFF; position:relative; width:300px; height:51px; display:block; background-image:url('/~/media/67A0B0209E0948F58D42B7F30EE26147.png'); background-position:0 0;  color:#FFF; font-size:17px; text-align:center; border:0;  }
input.btnblueHor[type=submit]:hover, input.btnblueHor[type=button]:hover { background-position:0 95px; cursor:hand; cursor:pointer;}

                                        
/*Sponsored Content*/                                        
.SponsoredContentText {color: #ccc;font-family: verdana,Arial,sans-serif;font-size: 10px;font-weight: bold;margin: 0 0 5px;text-decoration: none !important; margin-bottom:15px; text-align:center;}
/*Sponsored Content*/   


/* 100th WRAPPER */
.wrapper100th { margin: 0 auto; position:fixed; width:974px; overflow:visible; left:50%; margin-left:-487px; height:100%; z-index:0; top:0; min-height:900px; z-index:-1}
.wrapper100th .txt-left { position:absolute; top:170px; left:-235px; width:182px; height:221px; background-image:url('/~/media/52C39B63CFF04A47817638FDED82A92F.gif'); }
.wrapper100th .img-left { position:absolute; left:-353px; width:353px; height:486px; bottom:0; background-image:url('/~/media/D173B9799ADF44F3A998949ABA1C9364.gif'); }
.wrapper100th .img-right { position:absolute; right:-347px; width:347px; height:415px; bottom:0; background-image:url('/~/media/AEA21AF53B874560A84C237991D1B6EC.gif');}
.wrapper100th .txt-right { position:absolute; top:170px; right:-227px; width:166px; height:279px; background-image:url('/~/media/5F97089C40EA42E2B4B0B2D418BAE3D4.gif'); }

a.target-left { width:380px; left:50%; margin-left:-867px; z-index:0; position:fixed; height:100%; top:126px;}
a.target-right { width:380px; left:50%; margin-left:487px; z-index:0;  position:fixed; height:100%;top:126px;}

/* EXPO WRAPPER */
/*
.wrapperExpo1-2015 {
    margin: 0 auto;
    position: fixed;
    width: 974px;
    overflow: visible;
    left: 50%;
    margin-left: -487px;
    height: 100%;
    top: 0;
    min-height: 900px;
    z-index: -1;
}

.wrapperExpo2-2015 {
    margin: 0 auto;
    position: absolute;
    width: 974px;
    overflow: visible;
    left: 50%;
    margin-left: -487px;
    height: 100%;
    top: 0;
    min-height: 900px;
    z-index: -2;
}

.wrapperExpoFull1-2015 {
    width: 100%;
    height: 100%;
    z-index: -2;
    top: 0;
    left: 0;
    position: fixed;
}

.wrapperExpoFull2-2015 {
    width: 100%;
    height: 100%;
    z-index: -2;
    top: 0;
    left: 0;
    position: absolute;
}

.wrapperExpo1-2015 .txt-left {
    position: absolute;
    top: 165px;
    left: -320px;
    width: 285px;
    height: 297px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/~/media/bef6ab913489440588b7cc536cd76bd8.png');
}

.wrapperExpo1-2015 .txt-right {
    position: absolute;
    top: 165px;
    right: -295px;
    width: 265px;
    height: 280px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/~/media/ba6ed7990e5b4dbeb58fb9deb0fd9f0c.png');
}
*/

/*.wrapperExpoFull1 .img-bottomleft {
    position: absolute;
    left: 0;
    width: 537px;
    height: 490px;
    bottom: 0;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url('/~/media/ce4069d145354d309166c6e20ace4f0f.png');
}
.wrapperExpoFull1 .img-bottomright {
    position: absolute;
    right: 0;
    width: 579px;
    height: 586px;
    bottom: 0;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url('/~/media/baa84e0d2b204197b09a80c4b10d0717.png');
}
.wrapperExpoFull2 .img-topleft1 {
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    width: 175px;
    height: 524px;
    top: 0;
    background-image: url('/~/media/8e636a27e8284aa4aa2d88bd4fa9cca4.png');
}
.wrapperExpo2 .img-topleft2 {
    background-repeat: no-repeat;
    position: absolute;
    left: -111px;
    width: 111px;
    height: 444px;
    top: 0;
    background-image: url('/~/media/4ead2ca72fd6447da645669e20dc7512.png');
}
.wrapperExpoFull2 .img-topright {
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    width: 435px;
    height: 344px;
    top: 0;
    background-image: url('/~/media/0c92561ed8ec489d94e21ae772bcc30d.png');
}*/



@media screen and (max-width:1630px) 
{
     .wrapperExpo1-2015 .txt-left { width:210px; left:-230px; }
     .wrapperExpo1-2015 .txt-right { width:200px; right:-220px; }
     .wrapperExpoFull1-2015 .img-bottomleft { width:400px; }
     .wrapperExpoFull1-2015 .img-bottomright { width:420px; }
     
}

@media screen and (max-height:905px) 
{
    .wrapperExpoFull1-2015 .img-bottomleft { width:400px; }
    .wrapperExpoFull1-2015 .img-bottomright { width:420px; }
}

@media screen and (max-height:800px)
{
    .wrapperExpoFull1-2015 .img-bottomleft { display:none}
    .wrapperExpoFull1-2015 .img-bottomright { display:none}
}

@media screen and (max-width:1450px) 
{
    .wrapperExpoFull2-2015 .img-topleft1 { opacity:.5}
    .wrapperExpo2-2015 .img-topleft2 { display:none}
    .wrapperExpo1-2015 .txt-left { background-image:url('/~/media/29ecd37485e04eb49bc902d7c41ddcec.png'); max-width:41px; height:555px; left:-52px; top:146px;}
    .wrapperExpo1-2015 .txt-right { background-image:url('/~/media/fb8b60bc2da9480f8a07e0d328023218.png'); max-width:26px; height:537px; right:-35px; top:146px }
   
    
}
@media screen and (max-width:1450px) and (max-height:1000px) 
{
    .wrapperExpoFull1-2015 .img-bottomleft { bottom:-150px }
    .wrapperExpoFull1-2015 .img-bottomright { bottom:-150px }
}
@media screen and (max-width:1450px) and (max-height:900px) 
{
    .wrapperExpoFull1-2015 .img-bottomleft { display:none}
    .wrapperExpoFull1-2015 .img-bottomright { display:none}
}
/*
@media screen and (max-height: 800px) {
    .wrapper100th .img-left { background-image:url('/~/media/7920BC5015CE4598B9B90AC5BF735BB4.gif'); width:233px; height:295px; left:-233px; }
    .wrapper100th .img-right { background-image:url('/~/media/3D25CAAB32C24E92B10142A7ACA5F9D9.gif'); width:229px; height:274px; right:-229px; }
    .wrapper100th { min-height:720px }
   
}

@media screen and (max-width: 1500px) {
    .wrapper100th .txt-left { left:-205px }
    .wrapper100th .txt-right { right:-195px }
}

@media screen and (max-width: 1400px) 
{
    .wrapper100th .txt-left { width:44px; height:305px; background-image:url('/~/media/12DB7D764E19403A8F6D5FC695598211.gif'); left:-60px; top:145px; }   
    .wrapper100th .img-left{ background-image:url('/~/media/2F215A87CAFB49C98017671442DAD678.gif'); width:135px; height:432px; left:-135px}
    .wrapper100th .txt-right { background-image:url('/~/media/5E30E46808ED44CF87F8E85B33709336.gif'); width:206px; height:743px; right:-206px; top:127px}
    .wrapper100th { min-height:900px }
    .wrapper100th .img-right { background-image:url('/~/media/3DED3B88D9224C24B058CA7015E9227D.gif'); width:163px; height:252px; right:-163px; }
}

@media screen and (max-width: 1120px) 
{
    .wrapper100th .txt-left { width:20px; background-image:url('/~/media/12DB7D764E19403A8F6D5FC695598211.gif?w=20');  left:-27px; background-repeat:no-repeat; top:140px; height:140px}
    .wrapper100th .img-left{ display:none; }
    .wrapper100th .txt-right{ display:none; }
    .wrapper100th .img-right{ display:none; }
}
@media screen and (max-width: 1040px) { .wrapper100th .txt-left { display:none; }}
                                        */
/*Invisible captcha*/    
.confirmation-field { display: none; }                                    
                                        
                                     
/*   PERFORMANCE NOTIFICATION */

.categoryBar { background-color:#EEE; border-bottom: 1px solid #00519C; height:60px; position:relative; margin-bottom:20px; position:relative; top:2px; overflow:hidden;}
.categoryBar ul, .categoryBar ul li {padding:0; margin:0; }
.categoryBar ul {  list-style-type:none; width:100%; height:100%; }
.categoryBar ul li { display:block !important; width:130px; list-style:none; height:100%; margin-left:30px; float:left;text-align:center;  }
.categoryBar ul li a {display:block; width:100%; height:100%;  text-transform:uppercase; font-size:13px; text-transform:uppercase; color:#8a8a8a; padding-top:22px; line-height:128%; }
.categoryBar ul li.completed a { /* cursor:pointer; cursor:hand; */}
.categoryBar ul li.completed a:hover { /* color:#DC4529; */ }
.categoryBar ul li.twolines a { padding-top:14px; }
.categoryBar ul li.right { float:right; margin-right:30px;}
.categoryBar ul li.completed { text-align:left; }
.categoryBar ul li.completed a:before { padding-top:0;  font-family:"Entypo Edited"; font-size:31px; content:"\2713"; float:left; display:block; height:60px; margin-right:8px; }
.categoryBar ul li.completed.twolines a:before {padding-top:8px; }
.categoryBar .arrow { width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #00519C; position:absolute; bottom:0; margin-left:-2px; left:-13px;}
.categoryBar ul li.active a { color:#00519C !important; }

.stepByStepForm-container { height:450px; overflow:hidden}
ul.stepByStepForm { list-style-type:none; padding:0; margin:0; margin-top:30px; width:100000px; position:relative;  }
ul.stepByStepForm li.slide {font-size:17px; line-height:143%; margin:0; padding:0 110px; width:624px; position:relative;height:340px; float:left; z-index:99;  }
ul.stepByStepForm li.slide .indent { margin:30px 60px 0 60px; font-size:15px;line-height:121% }
ul.stepByStepForm li.slide .indent ul { margin-left:5px; margin-top:15px;}
div.stepByStepForm {font-size:17px; line-height:143%; margin:0; padding:0 110px;position:relative; } 

ul.stepByStepForm li.slide .indent ul li { font-size:15px; margin-bottom:6px; }
.wrapperExtraPadding { padding:30px 60px 50px 50px; }
.wrapperExtraPadding h1 { margin-bottom:20px; }

ul.stepByStepForm input[type="radio"]{ zoom: 1;filter: alpha(opacity=0); opacity: 0;  position:absolute; }

ul.stepByStepForm input[type="radio"] { padding-left:5px; }
ul.stepByStepForm input[type="radio"]+label{ margin:0; float:none; line-height:100%; width:auto; display:inline-block; margin-right:7px;  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box; height:31px; padding-top:8px; margin-top:10px; cursor:pointer; cursor:hand; padding-left:27px; padding-right:10px; color:#8a8a8a; font-weight:bold; font-size:15px; background: url('/~/media/D78957917D294914847FC811C9D0DCF9.png') 7px center #EEE no-repeat; border-radius:10px; }
ul.stepByStepForm input.checked+label { padding-top:5px; padding-left:24px; padding-right:7px; background: url('/~/media/07B6820C302044E8973988E9C2FD38E2.png') 4px center #FFF no-repeat; color:#00519C; border:3px solid #ccdceb }

ul.stepByStepForm .bigRadio input[type="radio"]+label { margin-top:10px; margin-bottom:20px; width:300px; text-align:center; padding:55px 20px 20px 20px; height:auto; background-position:center 19px }
ul.stepByStepForm .bigRadio input.checked+label { margin-top:7px; }

ul.stepByStepForm .field.center { text-align:center }
ul.stepByStepForm .notice { line-height:143%; background-color:#eff4ff; padding:25px; text-align:center; font-size:15px; display:block; clear:both; margin-bottom:6px;}
ul.stepByStepForm .notice a {font-size:15px; color:#00519c; }
ul.stepByStepForm .notice a:hover { color:#DC4529; }
ul.stepByStepForm .notice .heading { color:#00519c; font-weight:bold; margin-bottom:5px; font-size:17px;  }
ul.stepByStepForm .notice .heading:before { font-family:Entypo Edited; content:'' }
ul.stepByStepForm label.radioLabel { display:inline-block; }
ul.stepByStepForm .concertProgramUpload .fakeBtn input[type=file] {z-index:5; zoom:1;  filter: alpha(opacity =0);opacity:0; position:absolute; left:0; top:0; height:100%; cursor:pointer; cursor:hand; margin:0; padding:0; display:block;}
ul.stepByStepForm .concertProgramUpload .fakeBtn { overflow:hidden; position:relative; padding-top:11px; height:38px;}
ul.stepByStepForm .concertProgramUpload.notice { background-color:transparent;  }
.bluebtnHorMed { position:relative; width:200px; height:35px; display:inline-block; background-image:url('/~/media/014C38889A81461BBF1A69F4977B6A92.png'); background-position:0 0;  color:#FFF; font-size:17px; text-align:center; padding-top:14px; font-weight:normal !important;}
.bluebtnHorMed:hover { background-position:0 50px; color:#fff;}

a.bluebtnSmallGray {  cursor:pointer;cursor:hand; display:inline-block; width:108px; font-size:17px; text-align:Center; padding-top:14px; position:relative; height:35px; background-image:url('/~/media/1E826279BF604D5FAF14284A2BB16A9C.png'); background-position:0 0; color:#FFF }
a.bluebtnSmallGray:hover { background-position: 0 50px; color:#FFF; }

ul.stepByStepForm a.getStarted { font-size:25px; padding-top:36px; height:59px; cursor:pointer; cursor:hand; margin:auto; display:block; margin-top:20px; }
ul.stepByStepForm a.getStarted:hover { color:#FFF; }

.bottomActions { position:relative; margin:0 110px; display:none;}
.bottomActions .submit { cursor:pointer; cursor:hand; border:0; background-color:transparent; -moz-appearance:none; position:relative; width:200px; height:49px; background-image:url('/~/media/014C38889A81461BBF1A69F4977B6A92.png'); background-position:0 0;  color:#FFF; font-size:17px; text-align:center; font-weight:normal !important; display:none; float:right; padding-bottom:6px; }
.bottomActions .submit:hover { background-position:0 50px; }

.btnSubmit { cursor:pointer; cursor:hand; border:0; background-color:transparent; -moz-appearance:none; position:relative; width:200px; height:49px; background-image:url('/~/media/014C38889A81461BBF1A69F4977B6A92.png'); background-position:0 0;  color:#FFF; font-size:17px; text-align:center; font-weight:normal !important; display:inline-block; padding-bottom:6px; }
.btnSubmit:hover { background-position:0 50px; }

.btnPlain { padding:7px; cursor:pointer; cursor:hand; border:0; background-color:transparent; -moz-appearance:none; position:relative; color:#2f5eab; font-size:15px; text-align:center; font-weight:normal !important; display:inline-block;   }
.btnPlain:hover {  color:#DC4529; background-color:#EFF4FF; border-radius:5px;  }
.icon { font-family:"Entypo Edited"; display:inline-block; }

ul.stepByStepForm input { color:#000 !important; }

ul.stepByStepForm .works { background-color:#EEE; height:240px; text-align:center; }
ul.stepByStepForm input.worksSubmit { font-weight:bold; cursor:pointer; cursor:hand; margin-top:4px;float:right; display:inline-block; font-size:15px; color:#00519c !important;-webkit-appearance: none; -moz-appearance: none; appearance: none; background-color:transparent; border:0; }
ul.stepByStepForm input.worksSubmit:hover { color:#DC4529 !important; }
ul.stepByStepForm .works ul { margin:0; padding:0; list-style-type:none; position:relative; }
ul.stepByStepForm .works ul li {  margin:0; padding:0; text-align:left; display:block; position:relative;}
ul.stepByStepForm .works ul li.active:before { position:absolute; left:-24px; top:6px; font-size:22px; font-family:"Entypo Edited"; color:#00519C !important; content:'\E4AE'}
ul.stepByStepForm .works ul li.active { background-color: #EFF4FF }
ul.stepByStepForm .works ul li a { display:inline-block; padding:7px; font-size:15px; cursor:pointer; cursor:hand; color:#666}
ul.stepByStepForm .works ul li a:hover { background-color:#F6F6F6; color:#DC4529; }
ul.stepByStepForm .works ul li a:hover span.no { color:#DC4529; }
ul.stepByStepForm .works ul li a.work { width:247px; }
ul.stepByStepForm .works ul li a.work span.no { font-weight:bold; color:#AAA; display:inline-block; margin-right:10px;}
ul.stepByStepForm .works ul li.active a.work, ul.stepByStepForm .works ul li.active span.no {color:#000 !important; cursor:default; }
ul.stepByStepForm .works ul li.active a.work:hover { background-color:transparent; }
ul.stepByStepForm .works ul li a.remove { width:10px; }
ul.stepByStepForm .works ul li a.remove:before { content:'x'; } 
ul.stepByStepForm .note { text-align:right; margin-top:0; font-size:13px; color:#AAA; font-weight:bold; }
ul.stepByStepForm .note a { font-weight:bold; font-size:13px; color:#00519c; }
ul.stepByStepForm .note a:hover {color:#DC4529  }

div.stepByStepForm .row .reviewName { text-transform:uppercase; font-size:13px; color:#AAA; display:inline-block; margin-right:5px; line-height:133%; }
div.stepByStepForm .row .reviewValue { display:inline-block; font-size:15px; color:#666; line-height:133% }
div.stepByStepForm .row { margin-bottom:5px; }
div.stepByStepForm .row.break { margin-bottom:8px; }
div.stepByStepForm .group { margin-bottom:24px; }
div.stepByStepForm .heading {color:#00519C; font-size:15px; font-weight:bold; margin-bottom:8px; }
div.stepByStepForm .reviewFields { margin-top:30px; }
div.stepByStepForm .reviewFields ul { font-size:15px; color:#666; padding:0; margin:0; list-style-type:none;}
div.stepByStepForm .reviewFields ul li span.no { font-weight:bold; color:#AAA; font-size:13px; margin-right:3px; display:inline-block}
div.stepByStepForm .reviewFields a.edit { cursor:pointer; cursor:hand; margin-left:8px; display:inline-block; border-radius:5px; background-color:#EEE; padding:5px 7px; line-height:100%; font-weight:normal; font-size:15px; color:#00519C } 
div.stepByStepForm .reviewFields a.edit:before { font-family:"Entypo Edited"; content:'\270E'; display:inline-block; margin-right:3px; }
div.stepByStepForm .reviewFields a.edit:hover { background-color:#00519C; color:#FFF; }

div.stepByStepForm .reviewFields .btnSubmit {border:0; background-color:transparent; position:relative; width:300px; display:block; background-image:url('/~/media/C77C093CA09549A08D89FFA220CF0EEC.jpg'); background-position:0 0;  color:#FFF;-moz-appearance: none;  margin:auto; font-size:29px; height:95px; padding-top:0; margin-bottom:32px; cursor:pointer; cursor:hand; margin-top:25px; padding-bottom:4px}
div.stepByStepForm .reviewFields .btnSubmit:hover { background-position:0 95px }
/*div.stepByStepForm .reviewFields .btnSubmitAnother {font-size: 23px;}*/

div.stepByStepForm .btnSubmitAnother { cursor:pointer; cursor:hand; border:0; background-color:transparent; -moz-appearance:none; position:relative; width:200px; height:49px; background-image:url('/~/media/014C38889A81461BBF1A69F4977B6A92.png'); background-position:0 0;  color:#FFF; font-size:17px; text-align:center; font-weight:normal !important; display:block; margin:auto; padding-bottom:6px; }
div.stepByStepForm .btnSubmitAnother:hover { background-position:0 50px; }

div.stepByStepForm .reviewFields .btnBack {  border:0; background-color:Transparent; cursor:pointer;cursor:hand;width:108px; font-size:17px; text-align:Center; padding-top:0; position:relative; height:49px;-moz-appearance: none;   background-image:url('/~/media/1E826279BF604D5FAF14284A2BB16A9C.png'); padding-top:-5px; background-position:0 0; color:#FFF; margin:auto; display:block; padding-bottom:6px}
div.stepByStepForm .reviewFields .btnBack:hover {  background-position:0 50px; }

div.stepByStepForm input[type=submit] { font-family:'Lucida Grande', 'Lucida Sans Unicode',sans-serif !important;}

div.stepByStepForm .bigtxt { font-size:21px; line-height:143%; text-align:center; margin-top:6px; margin-bottom:16px; } 
div.stepByStepForm .center { text-align:center; font-size:17px; color:#666666; }                
div.stepByStepForm .center span{color:#000;}

div.stepByStepForm .btnPrint { margin:auto; display:block; }


a.termsandConditionClear { width:10px; }
a.termsandConditionClear:before { content:'x'; } 


.newContactForm h2{margin-bottom:10px;}

.largetxt p, .largetxt p a { font-size:15px; line-height:141% }
.largetxt p a { font-weight:bold; }

.tagblueBtn{color:#EFF4FF !important;background-color: #0560AF;text-decoration: none; margin-right:15px; margin-top:20px; font-weight:bold; padding:5px;border-radius:5px; -moz-border-radius:5px;   }
.tagblueBtn:hover{ color:#FFF !important; background-color: #00519C;}

.RadioButton{padding: 0px 5px;color:#333;font-size:13px; margin-bottom:-15px;}
.RadioButton input{margin:5px 35px 0px -3px;color:#333;font-weight:bold;font-size:14px;}
.RadioButton label{width:auto;color: #5E5E5E;}

.generalRadioButtonList tr {margin-bottom:-15px;}
.generalRadioButtonList input {display: inline-block;float: left;margin-top: 5px;}
.generalRadioButtonList label {width: 90%;display: inline-block;float: left; margin-bottom:2px;}

.generalCheckbox input {display: inline-block !important;float: left !important;margin-top: 3px !important; }
.generalCheckbox label {width: 90% !important;display: inline-block !important;float: left !important; margin-bottom:2px !important;}


.ascapformCompetitionTandCinputRow {
        float: left;
    width: 600px;
    clear: both;
    text-align: left;
}

.ascapformCompetitionTandCinputRow label{width:220px !important; }
.ascapformCompetitionTandCinputRow input{width:220px !important;}

a.notice-tls-clear { width:10px; }
a.notice-tls-clear:before { content:'x'; } 
	