@charset "utf-8";
/* CSS Document */
.archiveHeader h1{
	float:left;
	font-size:18px;
	margin: 25px 0 5px 0;
}
.archiveLink h1{
	float:right;
	font-size:18px;
	margin: 25px 0 5px 0;
}
.searchBoxWrapper{
	float:right;
	padding-bottom: 10px;
	margin-top: 2px;
}
.archiveWrapper{
	clear:both;
}
.archiveWrapper{
	position: relative;
}
#subscriptionBox{
	position:relative;
	width:300px;
	/*float:right;*/
	margin-top: 15px;
}
#menuLinks{
    font-size: 14px;
}
.mainWrapper{
	font-size:14px;
}
#footer a{
	color:#dfeabf;
}
input, #subscriptionBox{
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}

.screenshot
{
    position:relative;
	/*float:right;  
	width: 300px;*/
	text-align: center;
	margin-top: 25px;
}
.screenshot img
{
    position:relative;
    text-decoration: none;
    border: none;
}

.careerTitles
{
    font-size: 15px;
    color: #a2224b;
    font-weight: bold;
}

#careerText
{
   width: 300px; 
}

@media only screen and (max-device-width: 480px) {
	html{
		-webkit-text-size-adjust: none !important;
		padding:0px !important;
		margin:0px !important;
	}
	body{
		-webkit-text-size-adjust: none !important;
		padding:0px !important;
		margin:0px !important;
	}
	.nwlWrapper{
		width:100% !important;
		line-height:1.4em !important;
	}
	#nwlHeader{
		width:100% !important;
	}
	#TOC{
		display:none; !important;
	}
	.thumb-third{
		width:33% !important;
	}
	.thumb-third img{
		width:100% !important;
	}
	.nwlContentArticle{
		font-size:16px !important;
		margin:auto 15px !important;
	}
	.nwlHeadline{
		font-size:1.1em !important;
		line-height:1.2em !important;
		margin-bottom:15px !important;
	}
	.nwlSummary{
		font-size:1em !important;
		line-height:1.3em !important;
	}
	.nnAds-rectangles img{
		max-width:100px !important;
	}	
	.archiveHeader h1{
		float: none !important;
	}
	.searchBoxWrapper{
		float: none !important;
	}
	.archiveWrapper{
		width:auto !important;
		float:none !important;
	}
	#subscriptionBox{
			width:auto !important;
			margin-top:20px;
			float:none !important;
	}
	.mainWrapper{
		margin: auto 10px !important;
		font-size:16px !important;
		line-height:1.2em !important;
	}
	.mainWrapper li{
		font-size:16px !important;
		line-height:1.4em !important;
	}
	.mainWrapper input{
		font-size:16px !important;
		line-height:1.4em !important;
	}
	#subscriptionBox{
		font-size:16px !important;
		line-height:1.4em !important;
	}
	h3{
		font-size:18px !important;
	}
	h2{
		line-height:1.2em !important;
	}
	#menuLinks{
		padding-left:10px !important;
		font-size:1.4em !important;
	}
	#menuLinks a{
		display:block;
		margin:10px 0px;
	}
	#menuLinks span{
		display:none;
	}
	.searchHeader{
		font-size:20px !important;
	}
	.p{
		line-height:1.2em !important;
	}
	#searchResults table div{
		position:inherit !important;
		right:auto !important;
		width:auto !important;
	}
	#pollWidgetWrap{
		margin:10px !important;
	}
	#pollWrapper{
		font-size:14px !important;
	}
	#pollOptionTable{
			font-size:14px !important;
	}
	#footer table, #footer-logo, #footer-address{
		width:100% !important;
		float:none !important;
		text-align:center !important;
	}
	#footer-address img{
		height:32px !important;
	}
}

