/*-----------------------------------------------------------------
general
-----------------------------------------------------------------*/
body {
	color: #333;
	font-family: 'Droid Serif', serif;
	-webkit-font-smoothing: antialiased;
}

img {
	display: block;
	border: none;
}

strong {
	color: inherit;
	font-weight: bold;
}

h1,h2,h3 {
	color: black;
}

a:link,a:active,a:visited,a:hover {
	color: inherit;
	text-decoration: none;
}

a.link {
	color: #4a96e0;
}

a.link:hover {
	border-bottom: 1px solid #4a96e0;
}

hr {
	margin: 15px 0 15px 0;
	height: 1px;
	border: none;
	background-color: #333333;
	background-image: -webkit-gradient(linear, left top, right bottom, from(rgb(51, 51, 51)), to(rgb(255, 255, 255)));

	background-image: -webkit-linear-gradient(left top, rgb(51, 51, 51), rgb(255, 255, 255));
	background-image: -moz-linear-gradient(left top, rgb(51, 51, 51), rgb(255, 255, 255));
	background-image: -o-linear-gradient(left top, rgb(51, 51, 51), rgb(255, 255, 255));
	background-image: -ms-linear-gradient(left top, rgb(51, 51, 51), rgb(255, 255, 255));
	background-image: linear-gradient(left top, rgb(51, 51, 51), rgb(255, 255, 255));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#333333', EndColorStr='#ffffff');

	opacity: .5;
}

.line {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #333333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(51, 51, 51)), to(rgb(255, 255, 255)));

	background-image: -webkit-linear-gradient(top, rgb(51, 51, 51), rgb(255, 255, 255));
	background-image: -moz-linear-gradient(top, rgb(51, 51, 51), rgb(255, 255, 255));
	background-image: -o-linear-gradient(top, rgb(51, 51, 51), rgb(255, 255, 255));
	background-image: -ms-linear-gradient(top, rgb(51, 51, 51), rgb(255, 255, 255));
	background-image: linear-gradient(top, rgb(51, 51, 51), rgb(255, 255, 255));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#333333', EndColorStr='#ffffff');

	opacity: .5;
}

.green-text {
	color: #529e39;
}

/*-----------------------------------------------------------------
layout
-----------------------------------------------------------------*/
.banner {
	clear: both;
	background: #4c4b4e;
	background-color: #4c4b4e;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(67, 69, 69)), to(rgb(50, 52, 52)));

	background-image: -webkit-linear-gradient(top, rgb(67, 69, 69), rgb(50, 52, 52));
	background-image: -moz-linear-gradient(top, rgb(67, 69, 69), rgb(50, 52, 52));
	background-image: -o-linear-gradient(top, rgb(67, 69, 69), rgb(50, 52, 52));
	background-image: -ms-linear-gradient(top, rgb(67, 69, 69), rgb(50, 52, 52));
	background-image: linear-gradient(top, rgb(67, 69, 69), rgb(50, 52, 52));
	color: white;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#434545', EndColorStr='#323434');
}

.bottomBanner {
	overflow: hidden;
}

.dropContent {
	color: #ccc;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	line-height: 130%;
}

.dropContent p {
	display: block;
	margin: 20px 0;
}

.dropContent ul {
	margin-left: 20px;
}

.dropContent ul li {
	margin-left: 20px;
	list-style: square;
}

.footer {
	clear: both;
	background: rgb(50, 52, 52);
	color: #ccc;
	bottom: 0;
	padding: 16px;
	text-align: center;
	font-size: 14px;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}

.wrapper {
	position: relative;
	margin: 0 auto;
	clear: both;
	width: 960px;
}

.column {
	position: relative;
	float: left;
	margin: 40px 0 40px 0;
}

/*-----------------------------------------------------------------
left column
-----------------------------------------------------------------*/
.column.left {
	padding-right: 20px;
	width: 633px;
}

.column.left h1 {
	text-align: center;
	font-size: 40px;
	line-height: 52px;
}

.column.left h2 {
	padding-top: 10px;
	text-align: left;
	font-size: 28px;
}

.column.left p {
	font-size: 18px;
	line-height: 130%;
}

.column.left h3 {
	margin-bottom: 2px;
	font-size: 24px;
}

/*-----------------------------------------------------------------
right column
-----------------------------------------------------------------*/
.column.right {
	padding-left: 20px;
	width: 287px;
	font-size: 14px;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}

.column.right p {
	line-height: 18px;
}

.column.right p small {
	font-size: 12px;
}

/*-----------------------------------------------------------------
map
-----------------------------------------------------------------*/
.imageBox {
	position: relative;
	overflow: hidden;
	margin: 20px 0 20px 0;
	height: 320px;
}

/*-----------------------------------------------------------------
accordion
-----------------------------------------------------------------*/
.highest { /* red */
	background: #c55d36;
}

.high { /* orange */
	background: #dba130;
}

.current {  /* green */
	background: #90ba57;
}

.due { /* blue */
	background: #74b8dc;
}

.accordion {
	margin: 20px 0 20px 0;
}

.accordion dt a {
	position: relative;
	display: block;
	padding: 10px 0 10px 10px;
	border: none;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.accordion dd {
	padding: 10px;
	list-style: square inside;
	line-height: 130%;
}

.accordion dt span {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -7px;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid white;
	pointer-events: none; /* arrow */
}

.not-covered {
	position: relative;
	padding-left: 20px;
}

.not-covered span {
	position: absolute;
	top: 1px;
	left: 0;
	width: 15px;
	height: 15px;
	background: #ccc;
}

/*-----------------------------------------------------------------
buttons
-----------------------------------------------------------------*/
a.btn {
	color: white;
}

.btn {
	position: relative;
	display: block;
	padding: 10px;
	background: #838585;
	color: white;
	text-align: center;
	font-weight: bold;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	cursor: pointer;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.submitBtn {
	margin: 10px 0 10px 0;
	background-color: #838585;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(131, 133, 133)), to(rgb(107, 108, 108)));

	background-image: -webkit-linear-gradient(top, rgb(131, 133, 133), rgb(107, 108, 108));
	background-image: -moz-linear-gradient(top, rgb(131, 133, 133), rgb(107, 108, 108));
	background-image: -o-linear-gradient(top, rgb(131, 133, 133), rgb(107, 108, 108));
	background-image: -ms-linear-gradient(top, rgb(131, 133, 133), rgb(107, 108, 108));
	background-image: linear-gradient(top, rgb(131, 133, 133), rgb(107, 108, 108));
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#838585', EndColorStr='#6b6c6c');
}

.submitBtn:hover {
	background: #9a9d9d;
}

.bottomBtn {
	float: left;
	background-color: #828484;
	cursor: pointer;
}

/*-----------------------------------------------------------------
radio
-----------------------------------------------------------------*/
.radio {
	margin: 10px 0 10px 0;
	border-radius: 0;
	cursor: pointer;
}

.inputText {
	position: relative;
	margin: 0 30px 0 5px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	.inputText {
		top: -16px;
	}

	.radio {
		padding: 9px;
		border: 1px solid #333;
		-moz-appearance: none;
		-webkit-appearance: none;
	}

	.radio:hover {
		-moz-box-shadow: inset 0 2px 5px #ccc;
		-webkit-box-shadow: inset 0 2px 5px #ccc;
		box-shadow: inset 0 2px 5px #ccc;
	}

	.radio:checked {
		background: url("../assets/checkMark.png") center center no-repeat;
	}

}

.textArea {
	padding: 10px 0 0 10px;
	min-width: 275.2px;
	max-width: 275.2px;
	width: 275.2px;
	height: 80px;
	border: 1px solid #333;
	border-radius: 0;
}

/*-----------------------------------------------------------------
zip box
-----------------------------------------------------------------*/
.bezel {
	clear: both;
	width: 100%;
	height: 12px;
	background-color: #838585;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(131, 133, 133)), to(rgb(107, 108, 108)));

	background-image: -webkit-linear-gradient(top, rgb(131, 133, 133), rgb(107, 108, 108));
	background-image: -moz-linear-gradient(top, rgb(131, 133, 133), rgb(107, 108, 108));
	background-image: -o-linear-gradient(top, rgb(131, 133, 133), rgb(107, 108, 108));
	background-image: -ms-linear-gradient(top, rgb(131, 133, 133), rgb(107, 108, 108));
	background-image: linear-gradient(top, rgb(131, 133, 133), rgb(107, 108, 108));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#838585', EndColorStr='#6b6c6c');
}

.bezelTop {
	margin-top: 20px;
	border-bottom: 1px solid #333;
	border-radius: 12px 12px 0 0;
}

.bezelBottom {
	margin-bottom: 20px;
	border-top: 1px solid #333;
	border-radius: 0 0 12px 12px;
}

.zipBox {
	position: relative;
	overflow: hidden;
	background-color: #323434;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(50, 52, 52)), to(rgb(67, 69, 69)));

	background-image: -webkit-linear-gradient(top, rgb(50, 52, 52), rgb(67, 69, 69));
	background-image: -moz-linear-gradient(top, rgb(50, 52, 52), rgb(67, 69, 69));
	background-image: -o-linear-gradient(top, rgb(50, 52, 52), rgb(67, 69, 69));
	background-image: -ms-linear-gradient(top, rgb(50, 52, 52), rgb(67, 69, 69));
	background-image: linear-gradient(top, rgb(50, 52, 52), rgb(67, 69, 69));
	color: white;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#323434', EndColorStr='#434545');
}

.sideBand {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 0 0 20px;
	width: 296.5px;
	height: 100%;
	background-color: #4c4b4e;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(67, 69, 69)), to(rgb(50, 52, 52)));

	background-image: -webkit-linear-gradient(top, rgb(67, 69, 69), rgb(50, 52, 52));
	background-image: -moz-linear-gradient(top, rgb(67, 69, 69), rgb(50, 52, 52));
	background-image: -o-linear-gradient(top, rgb(67, 69, 69), rgb(50, 52, 52));
	background-image: -ms-linear-gradient(top, rgb(67, 69, 69), rgb(50, 52, 52));
	background-image: linear-gradient(top, rgb(67, 69, 69), rgb(50, 52, 52));

	-moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#434545', EndColorStr='#323434');
}

.formDivide {
	position: relative;
	float: right;
	width: 316.5px;
}

.formLink {
	position: relative;
	top: 10px;
	border-bottom: 1px solid white;
	font-weight: normal;
	font-size: 14px;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.formLink:hover {
	border-bottom: 1px solid #f3f4b3;
	color: #f3f4b3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.inputBox {
	position: relative;
	left: 50%;
	margin: 20px 0 20px -100px;
	padding: 10px;
	width: 180px;
	border: none;
	border-radius: 3px;

	-moz-box-shadow: inset 0 2px 5px #ccc;
	-webkit-box-shadow: inset 0 2px 5px #ccc;
	box-shadow: inset 0 2px 5px #ccc;
	color: #666;
	text-align: center;
	font-size: 18px;
}

.zipBtn {
	padding: 0;
	width: 100%;
	border-top: 1px solid rgb(255,255,255);
	border-top: 1px solid rgba(255,255,255,.4);

	-moz-box-shadow: 0 -1px 0 #333;
	-webkit-box-shadow: 0 -1px 0 #333;
	box-shadow: 0 -1px 0 #333;
	text-shadow: 0 -1px 0 rgb(0,0,0);
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

.formBtn {
	height: 60px;
	background-color: #407bb3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(64, 123, 179)), to(rgb(53, 107, 155)));

	background-image: -webkit-linear-gradient(top, rgb(64, 123, 179), rgb(53, 107, 155));
	background-image: -moz-linear-gradient(top, rgb(64, 123, 179), rgb(53, 107, 155));
	background-image: -o-linear-gradient(top, rgb(64, 123, 179), rgb(53, 107, 155));
	background-image: -ms-linear-gradient(top, rgb(64, 123, 179), rgb(53, 107, 155));
	background-image: linear-gradient(top, rgb(64, 123, 179), rgb(53, 107, 155));
	font-size: 18px;
	line-height: 60px;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#407bb3', EndColorStr='#356b9b');
}

.formBtn:hover {
	border-color: #4a96e0;
	background: #4a96e0;
	text-shadow: none;
}

.resultBtn {
	height: 120px;
	background-color: #4f9f32;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(79, 159, 50)), to(rgb(75, 145, 50)));

	background-image: -webkit-linear-gradient(top, rgb(79, 159, 50), rgb(75, 145, 50));
	background-image: -moz-linear-gradient(top, rgb(79, 159, 50), rgb(75, 145, 50));
	background-image: -o-linear-gradient(top, rgb(79, 159, 50), rgb(75, 145, 50));
	background-image: -ms-linear-gradient(top, rgb(79, 159, 50), rgb(75, 145, 50));
	background-image: linear-gradient(top, rgb(79, 159, 50), rgb(75, 145, 50));
	font-size: 25px;
	line-height: 120px;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#4f9f32', EndColorStr='#4b9132');
}

.resultBtn:hover {
	border-color: #58b53c;
	background: #58b53c;
	text-shadow: none;
}

.answer {
	margin: 20px;
	font-size: 20px;
	line-height: 130%;
}

.zipNum {
	float: left;
	margin-top: -8px;
	margin-right: 10px;
	margin-bottom: 200px;
	padding: 5px;
	width: 20px;
	height: 20px;
	border: 5px solid #323434;
	border-radius: 100%;
	background: #529e39;

	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.2);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2);
	box-shadow: 0 1px 0 rgba(255,255,255,.2);
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	line-height: 22.5px;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*-----------------------------------------------------------------
tool tip
-----------------------------------------------------------------*/
.toolTip {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	padding: 30px;
	height: 100%;
	border-top: 1px solid rgb(255,255,255);
	border-top: 1px solid rgba(255,255,255,.6);
	background: #feffbe;
	background-color: #feffbe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 255, 190)), to(rgb(237, 237, 177)));

	background-image: -webkit-linear-gradient(top, rgb(254, 255, 190), rgb(237, 237, 177));
	background-image: -moz-linear-gradient(top, rgb(254, 255, 190), rgb(237, 237, 177));
	background-image: -o-linear-gradient(top, rgb(254, 255, 190), rgb(237, 237, 177));
	background-image: -ms-linear-gradient(top, rgb(254, 255, 190), rgb(237, 237, 177));
	background-image: linear-gradient(top, rgb(254, 255, 190), rgb(237, 237, 177));
	color: #333;
	text-align: left;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	font-size: 12px;
	line-height: 160%;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#feffbe', EndColorStr='#ededb1');
}

.toolTip span {
	position: absolute;
	top: 0;
	left: -16px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-right: 8px solid #feffbe;
	border-bottom: 8px solid transparent;
	border-left: 8px solid transparent;
}

/*-----------------------------------------------------------------
various
-----------------------------------------------------------------*/
.socialMedia {
	float: right;
	padding-left: 5px;
	width: 24px;
	height: 24px;
}

.logo {
	position: relative;
	top: 20px;
	width: 632.8px;
	height: 116px;
	background: url("../assets/Small-Validator-Seal-Web.png") no-repeat left;
	text-align: center;
	font-size: 27px;
	line-height: 110px;
}

.language {
	position: absolute;
	right: 0;
	bottom: 30px;
	z-index: 200;
	display: block;
	font-size: 12px;
}

.language a {
	cursor: pointer;
}

.close {
	display: block;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #333;
}

/*-----------------------------------------------------------------
fancy
-----------------------------------------------------------------*/
.inputBox,.submitBtn,.bottomBtn,.resultBtn,.formBtn,.accordion dt a,.textArea,.inputBox,.formLink,.resultBtn {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.inputBox:focus,.textArea:focus,.radio:focus,a:focus {
	outline: none;
	z-index: 100;
	-moz-box-shadow: 0 0 10px 2px #74B8DC;
	-webkit-box-shadow: 0 0 10px 2px #74B8DC;
	box-shadow: 0 0 10px 2px #74B8DC;
}

::selection {
	background: #407bb3;
	color: white;
}

::-moz-selection {
	background: #407bb3;
	color: white;
}

::-webkit-scrollbar {
	width: 15px;
	background: white;
}

::-webkit-scrollbar-track {
	background: white;
}

::-webkit-scrollbar-thumb {
	border: 3px solid white;
	background: #cccccc;
}
