/* @group RESET */
html,body,div,span,object,frame,h1,h2,h3,h4,h5,h6,p,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,button,input,select,textarea,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,  time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline; font-weight: normal; outline: none; zoom: 1;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}blockblockquote,q{blockquotes:none;}blockblockquote:before,blockblockquote:after,q:before,q:after{content:"";content:none;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}pre,code,kbd,samp{font-family:monospace, sans-serif;} ul,ol {list-style: none;}a {text-decoration: none;}

/* @end group  */

/* @group FONTS */	
	@font-face {
	    font-family: 'Helvetica67';
	    src: url('/fonts/helveticaneueltstd-mdcn-webfont.eot');
	    src: url('/fonts/helveticaneueltstd-mdcn-webfont.eot?#iefix') format('embedded-opentype'),
	         url('/fonts/helveticaneueltstd-mdcn-webfont.woff') format('woff'),
	         url('/fonts/helveticaneueltstd-mdcn-webfont.ttf') format('truetype'),
	         url('/fonts/helveticaneueltstd-mdcn-webfont.svg#HelveticaNeueLTStd67MdCn') format('svg');
	    font-weight: normal;
	    font-style: normal;
	
	}
	
	@font-face {
	    font-family: 'Helvetica57';
	    src: url('/fonts/helveticaneueltstd-cn-webfont.eot');
	    src: url('/fonts/helveticaneueltstd-cn-webfont.eot?#iefix') format('embedded-opentype'),
	         url('/fonts/helveticaneueltstd-cn-webfont.woff') format('woff'),
	         url('/fonts/helveticaneueltstd-cn-webfont.ttf') format('truetype'),
	         url('/fonts/helveticaneueltstd-cn-webfont.svg#HelveticaNeueLTStd57Condensed') format('svg');
	    font-weight: normal;
	    font-style: normal;
	
	}
/* @end */

/* @group GLOBAL STYLES */
	.left, .Left {
		float:  left;
	}
	.right {
		float: right;
	}
	.clear {
		clear: both;
		height: 0px;
	}
	.none {
		display: none;
	}
	.block {
		display: block;	
	}
	h1 {
		font-family: Helvetica67;
		font-size: 24px;
		color: #444;
	}
	h2, h3, h4 {
		font-family: Helvetica57;	    
		letter-spacing: .5px;
		
	}
	
	.detail em {
		font-style: italic;
	}
	.bullet, ul.bullet li {
		background: url("/images/ico_redSquare.gif") no-repeat left 50%;
		padding: 15px;		
	} 
	.detail ul.bullet {
		margin: 5px 15px 25px 15px;
	}
	
	.detail ul.bullet li {
		padding: 5px 15px !important;
	}
	ul.bullet {
		background: transparent;
		list-style: none !important;
		padding: 0 !important;
		margin: 20px 0;
	}
	
	
	a {
		color: #222;
	}
	
	a:hover {
		color:  #666;
	}
	
	.btn-red {
		background: url("/images/btn_red.jpg") repeat-x top #88202d;
		display: inline-block;
		color: #fff;
		line-height: 32px !important;
		padding: 0.5px 20px;
		/*text-transform: uppercase;*/
		text-align: center;			
		/*text-shadow: -1px -1px #8a0005;*/
		/*box-shadow: 0 0 10px #bbb;*/
		font: 16px Helvetica67;
		color: #fff !important;
		letter-spacing: .5px;
		
	}
	
	.btn-yellow {
		background: url("/images/btn_yellow.jpg") repeat-x top #f7901a;
		font-family: "Helevetica57, Arial, sans-serif"; 
		color: #fff !important;
		text-align: center;
		padding: 6.6px 35px;
		margin-top:-2px;
		line-height: 20px !important;
		vertical-align: middle;
		display: inline-block;
		height:34px;
		margin-left:5px;
		
	}
	
	.btn-grey {
	    background: url("/images/btn_grey.jpg") repeat-x bottom;
		cursor: pointer;
		display: inline-block;
		line-height: 20px !important;
		padding:  0;
		margin-top:-2px;
		position: relative;
		vertical-align: middle;
		border: 1px solid #ccc;
		font-family: Helvetica57;
		font-size: 14px;
		letter-spacing: .5px;
		/*color: #333 !important;*/
		
	}
	.btn-light {
		background: url("/images/btn_light.jpg") no-repeat #fff;
		width: 222px;
		height: 32px;
		display: block;
		color: #fff;
		box-shadow: 0 0 5px #222;
		text-transform: uppercase;
		text-align: center;			
		text-shadow: 1px 1px #fff;
		font: 18px Helvetica67;
	}
	.btn-light * {
		padding: 5px;
		display: block;
		color: #033859;
		letter-spacing: .5px;
	}
	
	a.social {
		display: inline-block;
		width: 26px;
		height: 24px;
		background: url("/images/ico_social.jpg");
	}
	a.social.facebook {
		background-position: 0 0;
	}
	a.social.twitter {
		background-position: 0 -25px;
	}
	a.social.youtube {
		background-position: 0 -49px;
	}
	a.social.flickr {
		background-position: 0 -73px;
	}
	a.social.app {
		background-position: 0 -124px;
	}
	a.social.rss {
		background-position: 0 -98px;
	}
	
	.listing li a.left {
		margin-right: 20px;
	}
	.listing li a.left img {
		display: block;
		border: 1px solid #ccc;
	}
	.left.thumb, .alignLeft{
		margin-right: 20px;
		margin-bottom: 20px;
		float: left;
	}
	.right.thumb, .alignRight {
		margin-left: 20px;
		margin-bottom: 20px;
		float: right;
	}
	
	.interior .mainColumn .inner .detail, .interior .mainColumn .inner .detail p {
		line-height: 20px;
	}
	.interior .mainColumn strong {
		font-weight: bold;
	}
	.inteiror .mainColumn em {
		font-style: italic;
	}
	.detailDescription, .detailContent {
		padding: 0 0 10px 0;
	}
	.detail ul {
		list-style: disc;
		margin-left: 30px;
		padding: 10px 0 15px;
	}
	.detail ul li {
		padding: 0 0 5px;
	}
	.interior .detail h2 {
		padding-bottom: 15px;
		line-height: 26px;
		color: #333;
		font-size: 20px;
	}
	
	
	.interior .detail h3 {
		padding-bottom:  15px;
		line-height: 24px;
	}
	.interior .mainColumn a {
		color: #E21B23;
	}
	.detail h3 {
			color: #333;
		padding-bottom: 15px;
		font-size: 18px;
	}
	.detail h4 {
			color: #333;
		font-size: 16px;
			padding-bottom: 15px;
	}
	
	
	.detail blockquote {
		padding: 0 30px 29px;
		font-size: 13px;
	}
	
	.detail .info {
		padding: 5px 0 15px;
		margin-top: 15px;
		border-top: 1px solid #ddd;
	}
	
	.interior ul.tags {
		list-style: none;
		margin: 0;
		padding: 0 0 20px;
	}
	
	.interior ul.tags li {
		background: #ddd;
		display: inline;
				margin: 2px;
		
		
	}
	
	.interior ul.tags li span {
		background: #ddd;
		text-align: center;
		border-radius: 3px;
		text-shadow: 1px 1px #eee;
		padding: 3px 7px;
		color: #333;
		display: inline-block;
		font-size: 11px;
		font-style: italic;
	}
	.interior ul.media {
		list-style: none;
		margin: 0;
		padding: 0 0 20px;
	}
	.interior ul.media p {
		padding-bottom: 0 !important;
	}
	.interior ul.media li {
		padding: 0 0 5px 25px;
		background: url('/images/ico_file.png') 0 0 no-repeat;
	}
	
	.interior ul.media li.pdf {
		background: url('/images/ico_pdf.png') 0 0 no-repeat;
	}
	
	.interior ul.media li span {
		margin: 0 3px;
	}
	
	.interior ul.media a {
		font-weight: bold;
		margin: 0 3px;
		display: block;
		color: #333;
	}
	
/* @end */


/* @group LAYOUT STRUCTURE */
	body {
		background: #fff;
		font-family: arial;
		font-size: 12px;
		color: #666;
		border-bottom: 5px solid #e11b22;
		border-top: 5px solid #e11b22;
	}
	.wrapper {
		width:  942px;
		margin:  0 auto;
		position: relative;
	}
	.ctop {
		width: 918px;
	}
	.breadRight {
		position: absolute;
		right: 3px;
		line-height: 16px;
		bottom: 0;
	}
	.print {
		margin-left: 3px;
	}
	.print img {
		vertical-align: bottom;
	}
	.breadcrumb {
		padding: 5px 0;
		line-height: 16px;
		display: block;
		width: 750px;
		float: left;
		font-size: 11.5px;
	}
	.breadcrumb a {
		color: #777;
		margin:0 5px;
	}
	
	.breadcrumb a:first-child {
		margin:  0 5px 0 0;
	}
 	.breadcrumb a.active {
		color: #999;
	}
	.breadcrumb a:hover {
		color: #444;
	}
	.container {
		background: url("/images/bg_container-top.png") 50% top no-repeat;
		padding-top: 23px;
		width: 994px;
		margin: 0 auto;
		position: relative;
	}
	.container .inner {				
		background: url("/images/bg_container.png") 50% repeat-y;

		padding: 0 27px 10px 27px;
	}
	
	.interior .container .inner {
		padding-top: 10px;
	}
	
	.interior .mainColumn .inner p {
		padding-bottom: 18px;
		line-height: 18px;
	}
	.topFrame {
		background: url("/images/bg_top.jpg") repeat-x top;
		
	}
	.topFrame-inner {
			background: url("/images/bg_top-inner.jpg") no-repeat 50% top;
		
	}
	
	/* @group Header */
		header {
			overflow: hidden;
			padding: 25px 0 0;
		}
	
		header .right {
			text-align: right;
			padding: 10px 0;
		}
		header .right .textInput {
			background: url("/images/bg_search.png");
			width:  234px;
			height: 24px;
			vertical-align: top;
			display: inline-block;
		}
		
		header .right .textInput input {
			background: transparent;
			border:  0;
			text-align: left;
			color: #444;
			width: 95%;
			padding: 5px 10px;
			text-shadow: 1px 1px #fff;
		}
		
		header .right nav {
			padding: 15px 2px;
			
		}
		header .right nav a {
			display: inline-block;
			border-left: 1px solid #666;
			padding: 3px 0 3px 15px;
			margin-left: 13px;
			font-family: Helvetica67;
			font-size: 12px;
			color: #fff;
			text-transform: uppercase;
			letter-spacing: 1px;
		}
		header .right nav a:hover {
			color: #ccc;
		}
		header .right nav a:first-child {
			border: 0;
		}
		/* @group topNav */
			.topNav {
				z-index: 4;
				height: 65px;
				background: url('/images/bg_nav.jpg');
				margin-bottom: 10px;
				text-shadow: 1px 1px #fff;
			}
			.topNav ul.level1 {
				margin: 0 auto;
				z-index: 3;
				width: 970px;
				position: relative;
				
				
			}
			.topNav ul.level1 li {
				float: left;			
				border-left: 1px solid #fff;
				border-right: 1px solid #d6d6d6;
				height: 65px;
			}
			
			.topNav ul.level1 li li {
				height: auto;
			}
			.topNav ul.level1 li.current {
				background: url('/images/bg_nav-current.jpg') repeat-x;
				border-right: 1px solid #ccc;
			}
			
			.topNav ul.level1 li:first-child {
				border-left: 0;
			}
			.topNav ul.level1 li:last-child {
				border-right: 0;
			}
			
			.topNav ul.level1 li.active {
				-moz-box-shadow: 1px 2px 2px #ccc;
				-webkit-box-shadow: 1px 2px 2px #ccc;
				box-shadow: 1px 2px 2px #ccc;
				background: #fff;
				z-index: 300000;				
				border: 1px solid #ccc;
				position: relative;
			}
			.topNav ul.level1 li:last-child.active {
				margin-right: 0;
			}
			.topNav ul.level1 li.active + li {
				border-left: 0;
				margin-left: 1px;
			}
			.topNav ul.level1 li:first-child.active + li {
				margin-left: 0;
			}				
			.topNav ul.level1 li h3 {	
				font-family: Helvetica67;
				color:  #111;
				font-size: 12px;
				text-transform: uppercase;
				display: block;
				padding: 18px 32px;
				width: auto;
				letter-spacing: normal;

			}
			.topNav ul.level1 li.active h3 {
				padding-bottom: 20px;
				background: #fff;
				z-index: 4;
				text-shadow: 1px 1px #fff;
				top: 0;
				position: relative;
			}
			
			
			
			.topNav ul li.active span {
				display: block;
				background: #fff;
				height: 10px;
			}
			.topNav ul.level1 li.active h3 {
				color: #444;
				background: url('/images/bg_nav-active.jpg') #fff repeat-x;
				
			}
			
			.topNav ul.level1 li nav {
				display: none;
				position: absolute;
				background: #fff repeat-x;
				-moz-box-shadow: 0 0px 2px #aaa;
				-webkit-box-shadow: 0 0px 2px #aaa;
				box-shadow: 0 0px 2px #aaa;
				z-index: 2;				
				border: 1px solid #ccc;
				top: 64px;
				left: -1px;
				padding: 30px 0;	
				
			}
			
			.topNav ul.level1 li.active nav {
				display: block;
			}
			
			.topNav ul.level1 li.active nav ul {
				border-left: 1px solid #ccc;
				min-width: 120px;
				max-width: 155px;
				height: 100%;
				float: left;
				overflow: hidden;
				padding: 5px 30px;
			}
			.topNav ul.level1 li.active nav ul:first-child {
				border: 0;
				height:  auto;
				min-height: inherit;
			}
			.topNav ul.level1 li.active nav li {
				padding: 2px 0;
				width: 120px;
				display: block;
				max-width: 150px;
				border-left: 0;
				-moz-box-shadow: none;
				-webkit-box-shadow: none;
				box-shadow: none;
				margin: 0;
				border: 0;
				float: none;
				
			}
			
			.topNav ul.level1 li.active nav li.parent {
				width: 150px;
				border-top: 1px solid #ccc;
				padding: 15px 0 10px 0;
				margin-top: 5px;
			}
			.topNav ul.level1 li.active nav li.bold {
				padding: 5px 0;
				width: 120px;
				margin-top: 5px;
			}
			.topNav ul.level1 li.active nav li a {
				color:  #666;
				border: 0;
				background: transparent;
				font-size: 12px;
				font-family: arial;
				padding: 0;
				text-transform: none;
			}
			.topNav ul.level1 li.active nav a:hover {
				color: #111;
			}
			.topNav ul.level1 li.active nav li h4 a {
				line-height: 14px;
				padding: 0;	    
				font-family: 'Helvetica57';
				letter-spacing: .5px;
				color: #222;
			}
			
			
			.topNav ul.level1 li.active nav ul li.parent:first-child, .topNav ul.level1 li.active nav ul li.bold:first-child {
				border: 0;
				margin: 0;
				padding-top: 0;
			}
			.topNav ul.level1 li.active nav h4 a {
				color:  #222;
				font-size: 14.5px;
			}
			
			.topNav ul.level1 li.active nav h4 a:hover {
				color: #666;
			}
			
		/* @end */
		
	/* @end */
	
	
	/* @group Home Page */
		.homeTop {
			background: #333;
			padding: 17px;
			position: relative;
			z-index: 1;
			height: 266px;
		}
		
		.homeTop .left.column {
			width: 630px;
			height: 266px;
			overflow: hidden;
			position: absolute;
			top: 17px;
			left: 17px;
		}
		.homeTop .slideArrow {
			background: #fff;
			display: block;
			width: 30px;
			height: 40px;
			position: absolute;
			top: 134px;
			z-index: 2000;
			background: url('/images/ico_slideArrows.png') no-repeat;
		}
		
		.homeTop .slideArrow.slideNext {
			left: 617px;
			
			background-position: right;
		}
		.homeTop .slideArrow.slidePrev {
			left: 16px;
			background-position: left;
		}
		
		.homeTop .sliderNav {
		    position:absolute;
		    width: 630px;
		    z-index:2000;
		    bottom: 0;
		    z-index: 2001;
			left: 17px;
			height: 12px;
			overflow: hidden;
			line-height: 8px;
			text-align: center;
		  }
		
		
		.homeTop .sliderNav a{
		    color: #fff;
		
		}
		.homeTop .sliderNav a span{
			font-size: 28px;
		
		}
		
		.homeTop .sliderNav a.activeSlide, .homeTop .sliderNav a:hover {
			color: #FFC700;
		}
		
		.homeTop .right .btn-red{
			margin: 16px 15px;
		}
		.homeTop .right.column {
			width: 260px;
			height: 266px;
			overflow: hidden;
			background: #fff;
			position: absolute;
			top: 17px;
			right: 17px;
		}
		
		.homeTop .right.column ul {
			margin: 25px 15px 10px;
			padding-bottom: 5px;
			border-bottom: 5px double #ddd;
		}
		
		.homeTop .right.column ul li {
			padding: 13px 0 13px 15px;
			line-height: 12.5px;
			border-top: 1px dotted #ccc;
		}
		
		.homeTop .right.column ul li:first-child {
			border: 0;
		}
		.homeTop h2 {
			background: url("/images/bg_issuesHeader.jpg");
			font-size: 16px;
			color: #222;
			padding: 17px;
		}
		.homeTop .btn-red,.homeTop .btn-light {
			margin:  0 auto;
			color:  #fff;
			width: 230px;
			padding: 0;
			display: block;
		}
		.homeTop .btn-red:hover,.homeTop .btn-light:hover {
			opacity: .9;
			filter: alpha(opacity=90);
		}
		.capitol {
			position: absolute;
			top: 0;
			right: 20px;
			z-index: 1;
		}
		
		.homeMain {
			padding: 15px 0;
		}
		.homeMain h2 {
			font-size: 16px;
			color:  #222;
			
		}
		.homeMain h3 {
			font-size: 15px;
			padding: 0 0 5px;
		}
		.homeMain h4 {
			font-size: 14px;
			padding: 0 0 5px;
		}
		.homeMain .column {
			min-height: 415px;
			position: relative;
		}
		.homeMain .column.left {
			width: 390px;
			margin: 0 10px;
		}
		.homeMain .column.left.first {
			width: 250px;
			margin: 0;
		}
		.homeMain .column.right {
			width: 280px;
		}
		.homeMain .box {
			min-height: 400px;
		}
		.homeMain .box {
			border: 1px solid #ccc;
			padding: 12px 12px 0;
			background: url("/images/bg_boxHeader.jpg") top repeat-x;
		}
		
		.homeMain .box h2 {
			height: 42px;
		}
		
		
		
		.homeMain .box ul li {
			padding: 13px 0;
			line-height: 18px;
			border-top: 1px dotted #ccc; 
		}
		.homeMain .box ul li:first-child {
			border: 0;
		}
		
		.homeMain .box ul li a.left {
			margin: 0 15px 0 0;
		}
		.homeMain .first .box li a {
			color: #333;
		}
		.homeMain .first .box li a:hover {
			color: #666;
		}
		.homeMain .first .box li span {
			display: block;
			color: #666;
		}
		
		.homeMain .box li p {
			padding: 5px 0;
		}
		.homeMain .logo {
			margin: 20px 5px 0;
			display: block;
		}
		.homeMain .logo .sliderNav a {
			display: block;
			background: url("/images/ico_dots.png") bottom no-repeat;
			width: 7px;
			height: 7px; 
			margin: 5px 0;
			text-indent: -999999px;
		}
		
		.homeMain .logo .sliderNav a.activeSlide {
			background: url("/images/ico_dots.png") top no-repeat;
		}
		
		.homeMain .box li img {
			border: 1px solid #ccc;
		}
		.headRight {
			position: absolute;
			top:  14px;
			right: 14px;
			line-height: 14px;
		}
		
		.headRight a {
			vertical-align: middle;
			color: #666;
			margin-left: 5px;
		}
		
		.ico-circle {
			background: url("/images/ico_circles.png") no-repeat top;
			width: 14px;
			height: 14px;
			display: inline-block;
			text-indent: -1000000px;
			margin-left: 5px;
			vertical-align: middle;
		}
		.right a.ico-circle:hover, .right span.headRight a:hover, .right span.headRight a:hover span {
			background-position: right bottom;			
			color: #f00;
			
		}
		.right .ico-circle {
			background-position: right top;
		}
		.left .ico-circle {
			background-position: left top;
		}
		.left a.ico-circle:hover {
			background-position: left bottom;
		}
		
		.urgent-issue-image
		{
		    position:absolute;
		    top: 0px;
		    right: 20px;
		    z-index: 1;
		}
	/* @end */

	
	.interior h2 {
		font-family: Helvetica57;
		font-size: 18px;
		color: #222;
	}
	
	.interior .mainColumn h2 a {
		color: #222;
	}
	
	
	.interior .mainColumn h2 a:hover {
		color: #444;
	}
	.interior .mainColumn #faqList article {
		padding-top: 10px;
	}
	.interior #faqList h2 {
		padding-right: 20px;
		position: relative;
	}
	
	.interior #faqList a span {
		color: #E21B23;
		position: absolute;
		right: 0;
		top: 0;

	}
	
	
	#faq-list .listing li {
		padding: 15px 0;
	}
	/* New FaqList */
	.faqList h3 {
		padding-right: 20px;
		position: relative;
	}
	
	.faqList a span {
		color: #E21B23;
		position: absolute;
		right: 0;
		top: 0;

	}
	
	.faqList h3.plus
	{
	    background-image: url('/images/btn_red_plus.jpg');
	    background-position: right center;
	    background-repeat:no-repeat;
	}
	.faqList h3.minus
	{
	    background-image: url('/images/btn_red_minus.jpg');
	    background-position: right center;
	    background-repeat:no-repeat;
	}
	/* End new FaqList */
	
	div.banner {
		display: block;
		border: 10px solid #444;
		overflow:  hidden;		
	}
	
	.banner img {
		width: 100%;
		display: block;
	}

	.subHeader {
		padding: 25px 0;
		border-bottom: 5px double #eee;
		/*margin-bottom: 20px;*/
		margin-bottom: 10px;
	}
	
	.subHeader h1 {
		line-height: 30px;
	}
	
	.sortMenu {
		text-align: right;
	}
	.sortMenu > li,
	
	.inner .sortMenu > li > a {
	    color: #333;
	    display: block;
	    padding: 6px 15px;
	}
	.btn-grey{
	    padding: 6px 15px;
	}
	.inner .sortMenu a {
	    color: #666;
	}
	.sortMenu .filter-rss {
        padding: 4px;
	}
	.sortMenu .filter-rss > a.social.rss {
	    padding: 0;
	}
	.mainColumn {
		width: 650px;
		min-height: 500px;
		border-right: 1px solid #ccc;
		margin-bottom: 20px;
	}
	
	.container .mainColumn .inner {
		padding: 10px 25px 0 10px;
	}
	
	.mainColumn .inner .inner {
		padding: 10px 0;
	}
	.listing li {
		line-height: 20px;
		border-top: 1px dotted #ccc;
		padding: 25px 0;
	}
	.listing li:first-child {
		border: 0;
	}
a.more {
		color: #666 !important;
			background: url("/images/ico_redSquare.gif") no-repeat left 50%;
			padding: 0 13px;	
			display: inline-block;	

	}
	.interior .mainColumn .listing h3 a,  .interior .mainColumn .listing h3 span{
		letter-spacing: normal;
		color: #222;
		font-size: 18px;
	}
	
	.listing h3 a:hover {
		text-decoration: underline;
	}
	
	.interior .mainColumn .listing p {
		padding: 5px 0;
	}
	.subColumn {
		width: 262px;
		min-height: 500px;
		border-left: 1px solid #ccc;
		position: relative;
		left: -1px;
		margin-bottom: 20px;
	}
	
	.container .subColumn .inner {
		padding: 10px 15px 0 25px;
	}
	
	.subColumn .ad img{
		display: block;
		border: 1px solid #ccc;
		margin-bottom: 40px;
	}
	
	.subColumn .module {
		padding: 0 0 40px;
	}
	.subColumn h2 {
		padding-bottom: 10px;
	}
	
	.subColumn ul {
		border-bottom: 5px double #eee;
		padding-bottom: 15px;
	}
	.subColumn ul li {
		border-top: 1px dotted #ccc;
		padding: 20px 0 20px 20px;
	}
	/* @group Footer */
		.bottomFrame {
			background: url("/images/bg_bottom.jpg") bottom repeat-x;		
		}
		.bottomFrame-inner {
			background: url("/images/bg_bottom-inner.jpg") 50% bottom no-repeat;
		}
		
		footer .socialNav {
			background: url("/images/bg_social.jpg") bottom;
			padding: 6px 20px;
			color: #fff;
			margin-bottom: 15px;
			overflow: hidden;
		}
		footer .socialNav h3 {
			font-size: 16px;
			width: 15%;
			line-height: 26px;
		}
		footer .socialNav ul {
			min-width: 58.5%;
			display: inline-block;
		}
		
		footer .socialNav ul li {
			border-left: 1px solid #666;
			display: inline-block;
			float: left;
			padding: 2px 0 2px 15px;
			margin-left: 15px;
		}
		footer .socialNav ul li:first-child {
			border: 0;
		}
		footer .socialNav a.social {
			width: 100%;
			background-repeat: no-repeat;
			padding-left: 37px;
			line-height: 25px;
		}
		footer .socialNav a {
			color: #fff;			
			opacity: .8;
			vertical-align: middle;
		}
		footer .socialNav a:hover {
			opacity: 1;			
		}
		footer .socialNav li:hover a {
			opacity: 1;
		}
		nav.affiliates {
			padding-bottom: 15px;
		}
		nav.affiliates a {
			padding: 0 18px;
			display: block;
			float:  left;
			border-left: 1px solid #ccc;
		}
		nav.affiliates a:first-child {
			border: 0;
		}
		nav.affiliates a img {
			display: block;
		}
		.footerNav {
			border: 1px solid #ccc;
			padding: 20px 19px;
			text-transform: none;
		}
		.footerNav ul {
			width: 120px;
			margin-left: 10px;
			float: left;
			padding-bottom: 20px;
		}
		.footerNav ul:first-child {
			margin: 0;
		}
		
		.footerNav li {
			padding: 3px 0;	
			line-height: 14px;
		}
		.footerNav ul li:last-child {
			padding-bottom: 10px;
		}
		.footerNav li a {
			color: #666;
			font-size: 11px;
		}
		.footerNav li a:hover {
			color: #333;
		}
		.footerNav ul li.parent {
			padding: 20px 0 15px;
			line-height: 15px;
		}
		.footerNav ul li.parent:first-child {
			padding-top: 0;
		}
		.footerNav li.parent h4{
			color: #222;
			font-size: 14.5px;
			font-family: Helvetica57;
		}
		
		.footerNav ul.affiliates {
			min-width: 200px;
			max-width: inherit;
			margin: 0;
			float: right;
			padding-left: 30px;
			min-height: 470px;
			border-left:  1px solid #ddd;
			display: none;				
		}
		
		.footerNav ul.affiliates li {
			border-top: 1px dotted #ccc;
			display: block;						
			width: 222px;
			
			
		}
		.footerNav ul.affiliates li a.ad {
			margin: 10px 0;
			padding: 0;
			border: 1px solid #ccc;
		}
		.footerNav ul.affiliates li:first-child a.ad {
			margin-top: 0;
		}		
		.footerNav ul.affiliates li a.ad img {
			display: block;
		}
		.footerNav ul.affiliates li a {
			display: block;
			padding: 10px 25px;
			
		}
		
		.footerNav ul.affiliates li:first-child {
			border: 0;
		}
		
		.footerNav ul.affiliates li.border {
			padding-top: 10px;
			margin-top: 10px;
		}
		footer.bottom {
			height: 130px;
			padding-top: 30px;
		}
		.utilityNav {
		}
		footer.bottom  a {
			color: #fff;
			text-decoration: none;
			margin: 0 5px 0 15px;
		}
		footer.bottom  a:hover {
			color: #ddd;
		}
		.legal {
			margin: 15px 15px 0;
			color: #bbb;
			display: block;
		}
		footer.bottom .legal a {
			font-size: 11.5px;
			color: #ddd;
		}
		
		.bottomLeft {
			width: 700px;
		}
		.bottomRight {
			width: 225px;
			text-align: right;
			padding-right: 15px;
			vertical-align: middle;
		}
		.bottomRight img {
			vertical-align: middle;
		}
		

	/* @end */

	
.sortCategories, .filterYears, .sortTypes, .sortSections {
		display: inline-block;
		position: relative;
	}
	.sortCategories ul, .filterYears ul, .sortTypes ul, .sortSections ul, .category-wrapper ul {
		display: none;
		position: absolute;
		z-index: 20;
		border: 1px solid #ddd;
		box-shadow:  0 1px 2px #ddd;
		padding: 2px;
		min-width: 120%;
		background: #fff;
		right: -1px;
		margin-top: 1px;
	}
	
	.sortCategories li, .filterYears li, .sortTypes li, .sortSections li, .category-wrapper li {
		border-top: 1px dotted #ccc;
		padding: 5px;
		text-align: left;
		cursor: pointer;
	}
	.category-wrapper li {
	    padding: 0;
	}
	.category-wrapper li a {
	    display: block;
	    padding: 5px;
	}
	.sortCategories li:first-child, .filterYears li:first-child, .sortTypes li:first-child, 
	    .sortSections li:first-child, .category-wrapper li:first-child {
		border: 0;
	}
	
	.sortCategories li.active, .sortCategories li.current, .filterYears li.active, .filterYears li.current, 
	    .sortTypes li.active, .sortTypes li.current, .sortSections li.current, .category-wrapper li.current, .category-wrapper li.active {
		background: #f4f4f4;
		text-shadow: 1px 1px #fff;
	}
	
	.category-wrapper li input {
	    background: none;
	    color: #666;
	    cursor: pointer;
	    display: block;
	    text-align: left;
	    width: 100%;
	}
	
	.half .tags {
		text-align: right;
	}
	
	.detail .half {
		width: 310px;
	}
	.detail img {
		border: 1px solid #ccc;
	}
/* @end */

.promos a {
	margin: 0 0 15px;
	display: block;
	border: 1px solid #ccc;
}

.promos a img {
	display: block;
}

.page-nav {
    overflow: hidden;
    width: 100%;
}
.simplePagerNav li {
	display: inline;
	margin: 2px;
}
.interior .mainColumn .simplePagerNav {
	padding: 0 0 10px;
}
.interior .mainColumn .simplePagerNav li a {
	display: inline-block;
	max-width: 15px;
	background: #fff;
	color: #666;
	padding: 3px 5px;
	font-size: 11px;
	border: 1px solid #ddd;
	
}

.interior .mainColumn .simplePagerNav li.currentPage a{
	background: #444;
	border: 1px solid #444;
	color: #fff;
}

.red-txt {
	color: #E21B23 !important;
}

.byline {
	line-height: 20px;
	padding-bottom: 18px;
}


.formRow {
    margin-bottom: 10px;
    overflow: hidden;
	padding: 2px 0;
	width: 100%;
}

.formRow label {
	float: left;
	font-weight: bold;
	padding: 5px 0;
	width: 120px;
}

.formRow label.required:after {
    color: #E11B22;
	content: "*";
}

.formRow .formColumn {
    margin-left: 120px;
}

.formRow input[type=text], .formRow select, .formRow textarea{
	border: 1px solid #ddd;
	padding:  3px;
	margin: 0 0 2px;
	width: 300px;
	background: #fff;
	display: block;
}

.inner a.captcha-link {
    color: #000;
}

.formRow textarea{
	width: 400px;
	height: 140px;
}

.formRow table {
	border: 0;
	width: auto;
}
.formRow td, .rblOccupationOther {
	padding: 5px 30px 5px 0;
	border: 0;
	text-align: left;
}
.formRow table label, .rblOccupationOther label {
	display: inline;
	font-weight: normal;

}

.formRow input[type=radio], .formRow input[type=checkbox], .rblOccupationOther input[type=radio] {
	margin-right: 4px;
}
.formRow input.tbOccupationOther {
	display: inline-block;	
}


.detail ul.horizontal {
	padding: 15px 0;
	display: table;
	list-style: none;
	margin:  0 auto;
	text-align: center;
}

.detail ul.horizontal li {
	display: inline-block;
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
	max-width: 130px;
	text-align: center;
	border-left: 1px solid #666;
}

.detail ul.horizontal li:first-child {
	border-left: 0;
}



.realperson-challenge * {
	cursor: pointer;
}


.interior table {
	width: 100%;

}
/*
.interior table th {
	text-align: center;
	background: #444;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #fff;
}

.interior table td {
	border: 1px solid #ddd;
	padding: 5px;
	background: #fff;
}
*/
.interior .no-border, .interior .no-border td {
	border: none;
}

.interior .no-border-top {
	
	border-top:none;
}

.interior .no-border-bottom {
	
	border-bottom:none;
}

.interior .no-border-top-bottom {
	
	border-top:none;
	border-bottom:none;
}

.interior .border-bottom {
	border-bottom: 1px solid #ddd;
}

.interior .no-border-top-border-bottom {
	border-top:none;
	border-bottom: 1px solid #ddd;
}

.interior .border-right td {
	
	 border-right:1px solid #ddd;
}

.interior .border-bottom-right {
	border-bottom: 1px solid #ddd;
	border-right:1px solid #ddd;
}

.error {
	color: #E21B23;
}


.wells {
	width: 878px;
	padding: 20px 0;
	margin-bottom: 20px;
	margin: 0 auto;
	background: url('/images/img_wells.jpg') no-repeat 50% 20px;
	height: 1063px;
	position: relative;
}
.wells .tip {
		width: 320px;
	position: absolute;
	
}

.wells .tip .box {
	position: relative;
	top: -23px;
	display: none;
	z-index: 2;
	line-height: 20px;
	color: #888;
	left: 22px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.37);
		-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.37);
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.37);
	}


.wells .active .box {
	display: block;
}

.wells .box .inner {
	padding: 30px;
}

.wells .box h2 {
	font-family: Helvetica67;
	font-size: 20px;
	padding-bottom: 15px;	
	color: #222;
}

.wells .box .btn-red {
	font-family: arial;
	font-size: 14px;
	box-shadow: none;
	text-transform: none;
	padding: 0 20px;
	line-height: 20px;
}

.wells nav a {
	display: block;
	color: #E31B23;
	text-decoration: underline;
	padding-bottom: 10px;
}

.wells nav a:hover {
	color: #666;
}
.wells nav {
	padding: 20px 0 10px;
}


.wells .one {
	top: 222px;
	left: 480px;
}

.wells .two {
	top: 401px;
	left: 331px;
}



.wells .three {
	top: 629px;
	left: 222px;
	width: 400px;
}

.wells .four {
	top: 857px;
	left: 536px;
}
.wells .icon {
	width: 43px;
	display: block;
	height: 44px;
	position: relative;
	z-index: 3;
}

.wells .icon:hover, .wells .active .icon {
		background: url('/images/ico_wellsx.png') 0 0 no-repeat;
	
}

.wells .three .icon:hover, .wells .three.active .icon,.wells .four .icon:hover, .wells .four.active .icon {
	background: url('/images/ico_wellsx2.png') no-repeat 0 0;
}

.wells .three .box {
	left: -378px;
	top: -388px;
}
.wells .four .box {
	left: -298px;
	top: -294px;
}

.full .inner.detail {
	padding: 0;
}

.simplePagerNav {
	display: inline-block;
	width: auto;
}
.pagerSize {
	border: 1px solid #ddd;
	background: #fff;
}

.pagerSize option {
	background: #fff;

}


/* @group Custom 404 Page */
#four-zero-four {
	padding:60px 75px;
	border:1px solid #cfcfcf;
	font-size:20px	;
}
	
	#four-zero-four h2 {
		font-size:57px;
	}
	
	#four-zero-four p {
		margin-bottom:55px;
	}

	#four-zero-four ul {
		list-style:none;
	}
	
	#four-zero-four li {
		padding:0 0 0 30px;
		border-top:dashed 1px #c0c0c0;
		color:#747474;	
		line-height:48px;
		height:48px		
	}
	
	#four-zero-four li:first-child {		
		border-top:none;
	}
	
	#four-zero-four li.search {
		background:url(/images/404-sprite.png) no-repeat top left;
	}
	
	#four-zero-four li.sitemap {
		background:url(/images/404-sprite.png) no-repeat 0 -48px;
	}
	
	#four-zero-four li.webmaster {
		background:url(/images/404-sprite.png) no-repeat 0 -96px;
	}
	
	#four-zero-four a {
		color:red;
		text-decoration:none;
		
	}
/* @end */





/*-----*/
.qinput
{
	border: 1px  solid #DDDDDD; width: 300px;
	margin-top: 5px;
	margin-left: 2px;
	padding-bottom: 5px;
	border-width:1px;
	border-color:#DDDDDD;
	padding-left:1px;
}


.failureNotification
{
    font-size: 1.2em;
    color: Red;
}


b { 
   font-weight: bold; 
}

strong { 
    font-family: "Helevetica, Arial, sans-serif"; 
    font-weight:  bold; 
   
}

.GridviewDiv { margin-left: 2%; font-family: Helevetica, Arial, sans-serif; color: #303933;}
Table.Gridview{border:none}
.GridviewTable{border:none}
/*.GridviewTable td{margin-top:0;padding: 0; vertical-align:middle }*/
.GridviewTable td{margin-top:0;padding: 0; vertical-align:middle; border: 1px solid #ddd; 	font-family: Helvetica, Arial, sans-serif;}

	
.GridviewTable tr{color: White; background-color: #df5015; height: 30px; text-align:left}
/*.Gridview th{background-color:#444;color:#FFFFFF;border-right-color:#abb079;border-bottom-color:#abb079;padding:0.3em 0.3em 0.3em 0.3em;text-align:left}*/ 
/*.Gridview th{background-color:#444;color:#FFFFFF;padding:0.3em 0.3em 0.3em 0.3em;text-align:left} */
.Gridview th{background-color:#444;  padding:0.1em 0.1em 0.1em 0.1em; color:#FFFFFF;text-align:left; border: 1px solid #fff;font-family: Helvetica, Arial, sans-serif; vertical-align:top;}

/*.Gridview td{border-bottom-color:#f0f2da;border-right-color:#f0f2da;padding:0.3em 0.3em 0.3em 0.3em;}*/
.Gridview 
{
	/*Font-Size:x-small;*/
}
.Gridview td{border: 1px solid #ddd; padding:0.1em 0.1em 0.1em 0.1em;	font-family: Helvetica, Arial, sans-serif;}
.Gridview tr{color: Black; background-color: White; text-align:left}

.Gridview2 th{background-color:#444;color:#FFFFFF;border-right-color:#abb079;border-bottom-color:#abb079;text-align:left; }
.Gridview2 td{border-bottom-color:#f0f2da;border-right-color:#f0f2da;font-family: Helvetica, Arial, sans-serif;}
.Gridview2 tr{color: Black; background-color: White; text-align:left}

.HeaderStyle th{text-align:left}
.style14bdg {font-size: 14px; font-weight: bold; font-family: Helvetica, Arial, sans-serif;  background-color: #CCCCCC}
.style8 { font-family: Helvetica, Arial, sans-serif;}
.style8b {font-weight: bold; font-family: Helvetica, Arial, sans-serif;}
.style6 { font-family: Helvetica, Arial, sans-serif}

.modulelink {
	padding: 0 0 10px;
}

/** Fix for AJAX popup calendar bug **/
.CPCalendar .ajax__calendar_container {border:1px solid #646464;background-color: WhiteSmoke;color: black; padding-top:5px;}
.CPCalendar .ajax__calendar_body {height:120px;width:200px;margin:auto;  }
/*
.NCRCalendar.ajax__calendar_title {width:100px; margin:auto; }
.NCRCalendar .ajax__calendar_container {border:1px solid #646464;background-color: WhiteSmoke;color: black;padding:0px;}
.NCRCalendar .ajax__calendar_body {height:100px;width:300px;position:relative;overflow:hidden;margin:auto;  }
*/
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://sampsonresume.com/labs/pIkfp.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

/*PleaseWaitButton*/

.pleaseWaittext{
font-weight:bold;
font-size: small; 
vertical-align:bottom;

}


td
{
	font-family: Helvetica, Arial, sans-serif;
}

ul
{
	font-family: Helvetica, Arial, sans-serif;
}

.resulttable{
	width: 100%;
	text-align: center;
	vertical-align: middle;
	border-collapse: collapse;
	border: 1px solid #ddd;
	margin: 0 0 10px 0;
}
.resulttable th
{
	text-align: center;
	background: #444;
	color: #fff;
	font-weight: bold;
	/*padding: 5px;*/
	border: 1px solid #fff;
	font-family: Helvetica, Arial, sans-serif;
	
	} 


.resulttable td {
	border: 1px solid #ddd;
	/*padding: 5px;*/
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
}

.resulttable tr {
    text-align:left
}


.SortedAscendingHeaderStyle, .SortedDescendingHeaderStyle {
 /* padding-left: 20px;*/
  background-color: #FFFFCC;
 
    
}

.SortedAscendingHeaderStyle {
  background-image: url(/Images/button_ascending.gif);
  background-color:White;
   margin-right:20px;
}

.SortedDescendingHeaderStyle {
  background-image: url(/Images/button_descending.gif);
   background-color:White;
    margin-right:20px;
}

.SortedAscendingCellStyle, .SortedDescendingCellStyle {
  background-color: #FFFFCC;
} 	


th {
  text-align: right;
  background-repeat: no-repeat;
 /* background-position: 130px 5px;*/
}


.Gridview img {
 padding: 0px;
 border: none;
 -moz-border-radius: 0px;
 -khtml-border-radius: 0px;
 -webkit-border-radius: 0px;
 border-radius: 0px;
 }   
 
  fieldset {
  padding: 1em;
  font:100%/1 Helvetica;
  padding: 2em 2em;
  border:1px solid;

  }


legend {
  padding: 0.2em 0.5em;
 
  
  font-size:120%;
  font-weight:bold;
  text-align:right;
  }
  
  .linkbtnfont {
      	font-family: Helvetica, Arial, sans-serif;
      	font-size:10px;
  }