article,aside,details,figcaption,figure,footer,header,hgroup,nav,section
	{
	display: block
}

audio,canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

audio:not ([controls] ){
	display: none
}

[hidden] {
	display: none
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0;
	font-size: 13px;
	line-height: 1.231
}

body,button,input,select,textarea {
	font-family: sans-serif;
	color: #222
}

::-moz-selection {
	background: #fe57a1;
	color: #fff;
	text-shadow: none
}

::selection {
	background: #fe57a1;
	color: #fff;
	text-shadow: none
}

a {
	color: #00e
}

a:visited {
	color: #551a8b
}

a:hover {
	color: #06e
}

a:focus {
	outline: thin dotted
}

a:hover,a:active {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,strong {
	font-weight: bold
}

blockquote {
	margin: 1em 40px
}

dfn {
	font-style: italic
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

ins {
	background: #ff9;
	color: #000;
	text-decoration: none
}

mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold
}

pre,code,kbd,samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

q {
	quotes: none
}

q:before,q:after {
	content: "";
	content: none
}

small {
	font-size: 85%
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

ul,ol {
	margin: 1em 0;
	padding: 0 0 0 40px
}

dd {
	margin: 0 0 0 40px
}

nav ul,nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
	max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

svg:not (:root ){
	overflow: hidden
}

figure {
	margin: 0
}

form {
	margin: 0
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0
}

label {
	cursor: pointer
}

legend {
	border: 0;
	*margin-left: -7px;
	padding: 0
}

button,input,select,textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle
}

button,input {
	line-height: normal
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible
}

input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical
}

input:invalid,textarea:invalid {
	background-color: #f0dddd
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td {
	vertical-align: top
}

.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr
}

.ir br {
	display: none
}

.hidden {
	display: none !important;
	visibility: hidden
}

.visuallyhidden {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.invisible {
	visibility: hidden
}

.clearfix:before,.clearfix:after {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

.clearfix {
	*zoom: 1
}

@media print {
	* {
		background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important
	}
	a,a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	.ir a:after,a[href ^="javascript:"]:after,a[href ^="#"]:after {
		content: ""
	}
	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	tr,img {
		page-break-inside: avoid
	}
	img {
		max-width: 100% !important
	}
	@page {
		margin: .5cm
	}
	p,h2,h3 {
		orphans: 3;
		widows: 3
	}
	h2,h3 {
		page-break-after: avoid
	}
}

body {
	font: 87.5%/1.429 "Lucida Grande", "Lucida Sans Unicode",
		"Eras Medium ITC", "DejaVu Sans", Arial, Helvetica, Verdana,
		sans-serif
}

html>body {
	font-size: 14px
}

p,address,fieldset,pre,ul,ol,dl {
	font-size: .9em;
	line-height: 1.4286em
}

small {
	font-size: .7857em;
	line-height: 1.8182em
}

address {
	font-style: normal
}

a:link {
	text-decoration: none
}

a:visited {
	text-decoration: underline
}

a:hover {
	text-decoration: underline
}

.bold {
	font-weight: bold
}

.italic {
	font-style: italic
}

.underline {
	text-decoration: underline
}

.text_left {
	text-align: left
}

.text_right {
	text-align: right
}

.text_center {
	text-align: center
}

.text_justify {
	text-align: justify
}

.small {
	font-size: .7857em;
	line-height: 1.8182em
}

._38px {
	font-size: 2.7143em;
	line-height: 1.0526em;
	margin-top: .5263em;
	margin-bottom: 0
}

._36px {
	font-size: 2.5714em;
	line-height: 1.1111em;
	margin-top: .5556em;
	margin-bottom: 0
}

._34px {
	font-size: 2.4286em;
	line-height: 1.1765em;
	margin-top: .5882em;
	margin-bottom: 0
}

._32px {
	font-size: 2.2857em;
	line-height: 1.25em;
	margin-top: .625em;
	margin-bottom: 0
}

._30px {
	font-size: 2.1429em;
	line-height: 1.3333em;
	margin-top: .6667em;
	margin-bottom: 0
}

._28px {
	font-size: 2em;
	line-height: 1.4286em;
	margin-top: .7143em;
	margin-bottom: 0
}

._26px {
	font-size: 1.8571em;
	line-height: 1.5385em;
	margin-top: .7692em;
	margin-bottom: 0
}

._24px {
	font-size: 1.7143em;
	line-height: 1.6667em;
	margin-top: .8333em;
	margin-bottom: 0
}

._22px {
	font-size: 1.5714em;
	line-height: 1.8182em;
	margin-top: .9091em;
	margin-bottom: 0
}

._20px {
	font-size: 1.4286em;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 0
}

._18px {
	font-size: 1.2857em;
	line-height: 1.1111em;
	margin-top: 1.1111em;
	margin-bottom: 0
}

._16px {
	font-size: 1.1429em;
	line-height: 1.25em;
	margin-top: 1.25em;
	margin-bottom: 0
}

._14px {
	font-size: 1em;
	line-height: 1.4286em;
	margin-top: 1.4286em;
	margin-bottom: 0
}

._12px {
	font-size: .8571em;
	line-height: 1.6667em;
	margin-top: 1.6667em;
	margin-bottom: 0
}

._11px {
	font-size: .7857em;
	line-height: 1.8182em;
	margin-top: 1.8182em;
	margin-bottom: 0
}

._10px {
	font-size: .7143em;
	line-height: 2em;
	margin-top: 2em;
	margin-bottom: 0
}

.feature .btn,.form-stacked select,.form-stacked input,.form-stacked textarea,.form-stacked button,#footer input,#footer button
	{
	font: 99% "Lucida Grande", "Lucida Sans Unicode", "Eras Medium ITC",
		"DejaVu Sans", Arial, Helvetica, Verdana, sans-serif
}

table,thead,tbody,tr,th,td {
	font-size: inherit
}

th {
	font-weight: bold
}

pre,code,kbd,samp,tt {
	font-size: .7857em;
	line-height: 1.8182em;
	font-family: 'andale mono', 'lucida console', monospace
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Futura Medium", 'Gill Sans', Arial, 'Helvetica Neue',
		Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px
}

#tagline {
	font-family: "Futura Light", 'Gill Sans', Arial, 'Helvetica Neue',
		Helvetica, sans-serif;
	font-weight: 200;
	font-style: normal;
	letter-spacing: 2px
}

h1 {
	font-size: 2.7143em;
	line-height: 1.0526em
}

h2 {
	font-size: 2.1429em;
	line-height: 1.3333em
}

h3 {
	font-size: 1.7143em;
	line-height: 1.6667em
}

h4 {
	font-size: 1.4286em;
	line-height: 1em
}

h5 {
	font-size: 1.1429em;
	line-height: 1.25em
}

h6 {
	font-size: 1em;
	text-transform: uppercase
}

strong,dt {
	font-weight: bold
}

optgroup {
	font-weight: normal
}

em {
	font-style: italic
}

abbr[title],dfn[title],acronym {
	border-bottom: 1px dotted;
	cursor: help
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold
}

del {
	text-decoration: line-through
}

ol li {
	list-style: decimal inside
}

ul li {
	list-style: disc inside
}

dt {
	font-weight: bold
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none
}

blockquote {
	font: italic 1.286em/1.111em Georgia, "Times New Roman", Times, serif;
	quotes: none
}

blockquote p {
	font-size: inherit;
	line-height: inherit
}

blockquote {
	margin: 0 0 1.5em -24px;
	padding-left: 24px;
	border-left: 1px solid #c8c8c8;
	font-style: italic
}

blockquote p {
	margin: 0 1.4286em 1.1111em
}

blockquote.pullquote {
	padding: .5em 0;
	margin: 0 1.1111em 1.1111em 0;
	float: left;
	width: 180px;
	text-align: center;
	border: .056em solid #ccc;
	border-left: 0;
	border-right: 0;
	background: #eee
}

blockquote.pullquote.right {
	margin: 0 0 1.1111em 1.1111em;
	float: right
}

blockquote.pullquote p {
	margin: 0 !important;
	color: #666;
	font-weight: bold
}

abbr {
	letter-spacing: .1em
}

.kern {
	letter-spacing: -0.1em
}

::-moz-selection {
	background: #ff5e99;
	color: #fff;
	text-shadow: none
}

::-webkit-selection {
	background: #ff5e99;
	color: #fff;
	text-shadow: none
}

::selection {
	background: #ff5e99;
	color: #fff;
	text-shadow: none
}

a:link {
	-webkit-tap-highlight-color: #ff5e99
}

.btn {
	display: inline-block;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-image: -khtml-gradient(linear, left top, left bottom, from(white),
		to(#e6e6e6) );
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white),
		color-stop(25%, white), to(#e6e6e6) );
	background-image: -webkit-linear-gradient(white, color-stop(25%, white),
		#e6e6e6 );
	background-image: -moz-linear-gradient(white, white 25%, #e6e6e6);
	background-image: -o-linear-gradient(white, #e6e6e6);
	background-image: -ms-linear-gradient(white, #e6e6e6);
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#e6e6e6', GradientType=0 );
	padding: 4px 14px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #333;
	line-height: 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom-color: rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	-webkit-transition: .1s linear all;
	-moz-transition: .1s linear all;
	transition: .1s linear all
}

.btn:hover {
	background-position: 0 -15px;
	color: #333;
	text-decoration: none
}

.btn.primary {
	background-color: #0064cd;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb),
		to(#0064cd) );
	background-image: -moz-linear-gradient(#049cdb, #0064cd);
	background-image: -ms-linear-gradient(#049cdb, #0064cd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb),
		color-stop(100%, #0064cd) );
	background-image: -webkit-linear-gradient(#049cdb, #0064cd);
	background-image: -o-linear-gradient(#049cdb, #0064cd);
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb',
		endColorstr='#0064cd', GradientType=0 );
	background-image: linear-gradient(#049cdb, #0064cd);
	color: #fff;
	text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.btn.primary:hover {
	color: #fff
}

.btn .close,.alert-message .close,.modal .close {
	font-family: Arial, sans-serif;
	line-height: 18px
}

.btn.secondary {
	background-color: #7fb1e6;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#81cded),
		to(#7fb1e6) );
	background-image: -moz-linear-gradient(top, #81cded, #7fb1e6);
	background-image: -ms-linear-gradient(top, #81cded, #7fb1e6);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #81cded),
		color-stop(100%, #7fb1e6) );
	background-image: -webkit-linear-gradient(top, #81cded, #7fb1e6);
	background-image: -o-linear-gradient(top, #81cded, #7fb1e6);
	background-image: linear-gradient(top, #81cded, #7fb1e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#81cded',
		endColorstr='#7fb1e6', GradientType=0 );
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #7fb1e6 #7fb1e6 #3d773d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
}

.btn.large {
	font-size: 16px;
	line-height: 28px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}

.btn.small {
	padding-right: 9px;
	padding-left: 9px;
	font-size: 11px
}

.btn:disabled,.btn.disabled {
	background-image: none;
	filter: alpha(opacity = 65);
	-khtml-opacity: .65;
	-moz-opacity: .65;
	opacity: .65;
	cursor: default
}

.btn:active {
	-webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px
		rgba(0, 0, 0, 0.05)
}

button.btn::-moz-focus-inner,input[type=submit].btn::-moz-focus-inner {
	padding: 0;
	border: 0
}

:root .alert-message,:root .btn {
	border-radius: 0 \0
}

.alert-message {
	color: #a91f24
}

.alert-message {
	position: relative;
	padding: 7px 15px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-image: initial
}

.btn.danger,.alert-message.danger,.btn.error,.alert-message.error {
	color: #a91f24
}

.btn.danger,.alert-message.danger,.btn.error,.alert-message.error {
	background-color: #f2dede;
	border-color: #eed3d7
}

.btn.success,.alert-message.success {
	color: #468847
}

.btn.success,.alert-message.success {
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.btn.info,.alert-message.info {
	color: #3a87ad
}

.btn.info,.alert-message.info {
	background-color: #d9edf7;
	border-color: #bce8f1
}

.close {
	float: right;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 13.5px;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity = 25);
	-khtml-opacity: .25;
	-moz-opacity: .25;
	opacity: .25;
	padding-left: 1em
}

.close:hover {
	color: #000;
	text-decoration: none;
	filter: alpha(opacity = 40);
	-khtml-opacity: .4;
	-moz-opacity: .4;
	opacity: .4
}

.alert-message .close {
	margin-top: 1px;
	*margin-top: 0
}

.alert-message a {
	font-weight: bold;
	color: #731313
}

.alert-message h5 {
	line-height: 18px
}

#login .alert-message p {
	margin: 0
}

.alert-message div {
	margin-top: 5px;
	margin-bottom: 2px;
	line-height: 28px
}

#login {
	margin-bottom: 20px
}

#login fieldset {
	margin-bottom: 20px;
	padding-top: 20px
}

#login fieldset legend {
	display: block;
	margin-left: 150px;
	font-size: 20px;
	line-height: 1;
	color: #404040
}

#login div.clearfix {
	margin-bottom: 20px
}

form label {
	padding-top: 6px;
	font-size: 13px;
	line-height: 20px;
	float: left;
	width: 130px;
	text-align: right;
	color: #404040
}

form div.input {
	margin-left: 150px
}

#login input[type=checkbox],#login input[type=radio] {
	cursor: pointer
}

#login input[type=text],#login input[type=password],#login textarea,#login select,#login .uneditable-input,#footer input[type=text],#footer input[type=password],#footer textarea,#footer select,#footer .uneditable-input
	{
	display: inline-block;
	width: 210px;
	margin: 0;
	padding: 4px;
	font-size: 13px;
	line-height: 20px;
	height: 20px;
	color: #555;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

#login select,#login input[type=file] {
	height: 27px;
	line-height: 27px
}

#login textarea {
	height: auto
}

#login .uneditable-input {
	background-color: #eee;
	display: block;
	border-color: #ccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075)
}

#login :-moz-holder {
	color: #808080
}

#login ::-webkit-input-placeholder {
	color: #808080
}

#login input[type=text],#login input[type=password],#login select,#login textarea
	{
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1)
}

#login input[type=text]:focus,#footer input[type=text]:focus,#login input[type=password]:focus,#login textarea:focus
	{
	outline: 0;
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px
		rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px
		rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px
		rgba(82, 168, 236, 0.6)
}

.error {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

#login div.error>label,#login div.error span.help-inline,#login div.error span.help-block
	{
	color: #a91f24
}

#login div.error input[type=text],#login div.error input[type=password],#login div.error textarea
	{
	border-color: #a91f24;
	-webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
	-moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
	box-shadow: 0 0 3px rgba(171, 41, 32, 0.25)
}

#login div.error input[type=text]:focus,#login div.error input[type=password]:focus,#login div.error textarea:focus
	{
	border-color: #a91f24;
	-webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
	-moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
	box-shadow: 0 0 6px rgba(171, 41, 32, 0.5)
}

#login div.error div.input-prepend span.add-on,#login div.error div.input-append span.add-on
	{
	background: #f4c8c5;
	border-color: #a91f24;
	color: #a91f24
}

#login .input-mini,#login input.mini,#login textarea.mini,#login select.mini,#footer .input-mini,#footer input.mini,#footer textarea.mini,#footer select.mini
	{
	width: 60px
}

#login .input-small,#login input.small,#login textarea.small,#login select.small,#footer .input-small,#footer input.small,#footer textarea.small,#footer select.small
	{
	width: 90px
}

#login .input-medium,#login input.medium,#login textarea.medium,#login select.medium,#footer .input-medium,#footer input.medium,#footer textarea.medium,#footer select.medium
	{
	width: 150px
}

#login .input-large,#login input.large,#login textarea.large,#login select.large,#footer .input-large,#footer input.large,#footer textarea.large,#footer select.large
	{
	width: 210px
}

#login .input-xlarge,#login input.xlarge,#login textarea.xlarge,#login select.xlarge
	{
	width: 270px
}

#login .input-xxlarge,#login input.xxlarge,#login textarea.xxlarge,#login select.xxlarge
	{
	width: 530px
}

#login textarea.xxlarge {
	overflow-y: scroll
}

#login input[readonly]:focus,#login textarea[readonly]:focus,#login input.disabled
	{
	background: #f5f5f5;
	border-color: #ddd;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

div.actions {
	background: #f5f5f5;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 19px 20px 20px 150px;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px
}

div.actions div.secondary-action {
	float: right
}

div.actions div.secondary-action a {
	line-height: 30px
}

div.actions div.secondary-action a:hover {
	text-decoration: underline
}

.help-inline,.help-block {
	font-size: 12px;
	line-height: 20px;
	color: #bfbfbf
}

.help-block {
	display: block
}

div.inline-inputs {
	color: #808080
}

div.inline-inputs span,div.inline-inputs input[type=text] {
	display: inline-block
}

div.inline-inputs input.mini {
	width: 60px
}

div.inline-inputs input.small {
	width: 90px
}

div.inline-inputs span {
	padding: 0 2px 0 1px
}

#footer div.input-prepend input[type=text],#footer div.input-append input[type=text]
	{
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0
}

#footer div.input-prepend .add-on,#footer div.input-append .add-on {
	background: #f5f5f5;
	float: left;
	display: block;
	width: auto;
	min-width: 16px;
	padding: 4px 4px 4px 5px;
	color: #bfbfbf;
	font-weight: normal;
	line-height: 20px;
	height: 20px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	border: 1px solid #ccc;
	border-right-width: 0;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px
}

#footer div.input-prepend .active,#footer div.input-append .active {
	background: #a9dba9;
	border-color: #46a546
}

#footer div.input-append input[type=text] {
	float: left;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px
}

#footer div.input-append .add-on {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	border-right-width: 1px;
	border-left-width: 0
}

ul.inputs-list {
	margin: 0 0 5px;
	width: 100%
}

ul.inputs-list li {
	display: block;
	padding: 0;
	width: 100%
}

ul.inputs-list li label {
	display: block;
	float: none;
	width: auto;
	padding: 0;
	line-height: 20px;
	text-align: left;
	white-space: normal
}

ul.inputs-list li label strong {
	color: #808080
}

ul.inputs-list li label small {
	font-size: 12px;
	font-weight: normal
}

ul.inputs-list li ul.inputs-list {
	margin-left: 25px;
	margin-bottom: 10px;
	padding-top: 0
}

ul.inputs-list li:first-child {
	padding-top: 5px
}

ul.inputs-list input[type=radio],ul.inputs-list input[type=checkbox] {
	margin-bottom: 0
}

form.form-stacked {
	padding-left: 20px
}

form.form-stacked fieldset {
	padding-top: 9px
}

form.form-stacked legend {
	margin-left: 0
}

form.form-stacked label {
	display: block;
	float: none;
	width: auto;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	padding-top: 0
}

form.form-stacked div.clearfix {
	margin-bottom: 9px
}

form.form-stacked div.clearfix div.input {
	margin-left: 0
}

form.form-stacked ul.inputs-list {
	margin-bottom: 0
}

form.form-stacked ul.inputs-list li {
	padding-top: 0
}

form.form-stacked ul.inputs-list li label {
	font-weight: normal;
	padding-top: 0
}

form.form-stacked div.actions {
	margin-left: -20px;
	padding-left: 20px
}

@media screen {
	html,body {
		background-color: #000;
		color: #222;
		margin: 0 auto;
		zoom: 1
	}
	html {
		overflow-y: scroll
	}
	h1,h2,h3,h4,h5,h6 {
		margin: 0
	}
	a.btn {
		color: #003366;
	}
	figure {
		margin-bottom: 1.4286em
	}
	figure img,figure object,figure embed {
		margin-bottom: .75em;
		max-width: 100%
	}
	figcaption {
		display: block;
		font-weight: normal
	}
	table {
		width: 100%;
		border-collapse: collapse;
		border: 1px solid #ccc;
		margin-bottom: 1.4286em;
		background: transparent
	}
	table.fixed {
		table-layout: fixed
	}
	th,td {
		margin: 0;
		vertical-align: baseline;
		padding: 0 10px 0 5px
	}
	th {
		font-weight: bold;
		text-align: center
	}
	tfoot {
		font-style: italic
	}
	td {
		text-align: left;
		font-size: 90%
	}
	caption {
		margin-bottom: .5em;
		text-align: center
	}
	tr.alt1 {
		background: #eee
	}
	tr.alt2 {
		background: #fff
	}
	#masthead {
		background: transparent
	}
	#banner {
		background-color: transparent
	}
	#brand {
		color: #333
	}
	#brand h1 {
		/* background-image: url("/access/images/commonhelp_logo.png") */
		background-image: url("/access/images/NextGen/HHSNextGenImg4.png")
	}
	#tagline {
		color: #ccc
	}
	nav ul,nav li {
		margin: 0;
		padding: 0
	}
	#menu li {
		color: #eee
	}
	#menu a,#menu a:link,#menu a:visited {
		color: #eee;
		text-decoration: none
	}
	#menu a:hover {
		text-decoration: underline
	} /*#menu li:after{content:" | "}*/
	#menu li:last-child:after {
		content: " "
	}
	#wrapper {
		overflow: hidden
	}
	#wrapper .inner {
		background-color: #000
	}
	#content {
		background: transparent
	}
	#main {
		background: transparent
	}
	#features {
		background-position: left bottom;
		background-repeat: repeat-x
	}
	#main article {
		background-color: transparent;
		color: #fff;
		-moz-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2);
		-o-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2)
	}
	.feature a {
		text-decoration: none;
		font-weight: 500
	}
	.feature hgroup a {
		color: #fff
	}
	.feature h2 {
		text-shadow: 2px 2px 1px #000
	}
	.feature:hover a:hover {
		text-decoration: none
	}
	aside {
		background: transparent
	}
	aside hgroup {
		color: #333
	}
	#inlay_toggle,.inlay {
		color: whitesmoke
	}
	.inlay_anchor,.inlay_anchor:visited,.inlay_anchor:link {
		color: whitesmoke;
		text-decoration: none
	}
	.inlay_anchor:hover {
		color: whitesmoke
	}
	#inlay_toggle {
		padding-left: 24px
	}
	.inlay_container {
		border-top: 1px solid #101010;
		border-bottom: 1px solid #444;
		margin-bottom: 1.4286em
	}
	.inlay {
		line-height: 1.2857em;
		background-color: #1e1e1e;
		padding: 30px 5px 30px 20px;
		margin: 0;
		-webkit-box-shadow: inset 2px 5px 10px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: inset 2px 5px 10px rgba(0, 0, 0, 0.25);
		box-shadow: inset 2px 5px 10px rgba(0, 0, 0, 0.25)
	}
	.inlay a,.inlay a:visited,.inlay a:link {
		color: #e8573f;
		text-decoration: none
	}
	.inlay a:hover {
		text-decoration: underline
	}
	#login fieldset {
		background-color: whitesmoke
	}
	#alertMessage {
		display: none
	}
	.btn.large a:hover {
		text-decoration: none
	}
	hr {
		border-bottom: 1px solid #fff
	}
	#footer {
		background-color: white;
		color: #111;
		overflow: hidden
	}
	footer a,footer a:visited,footer a:link {
		color: #a91f24;
		text-decoration: none
	}
	footer a:hover {
		color: #a91f24;
		text-decoration: underline
	}
	footer .modal .modal-header a,footer .modal .modal-footer a,footer .modal .modal-header a:visited,footer .modal .modal-footer a:visited,footer .modal .modal-header a:link,footer .modal .modal-footer a:link
		{
		color: #333;
		text-decoration: none
	}
	footer .modal .modal-header a:hover,footer .modal .modal-footer a:hover
		{
		color: #333;
		text-decoration: none
	}
	#foot section {
		background: rgba(255, 255, 255, 0.5);
		-ms-filter:
			"progid:DXImageTransform.Microsoft.gradient(startColorStr='#40ffffff', EndColorStr='#40ffffff', GradientType=0))";
		filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#40ffffff',
			EndColorStr='#40ffffff', GradientType=0 );
		border-radius: 6px
	}
	#foot section:hover a,#foot section:hover a:visited,#foot section:hover a:link
		{
		color: #a91f24
	}
	#foot section:hover a:hover {
		text-decoration: underline
	}
	#foot section:hover .modal .modal-header a,#foot section:hover .modal .modal-footer a,#foot section:hover .modal .modal-header a:visited,#foot section:hover .modal .modal-footer a:visited,#foot section:hover .modal .modal-header a:link,#foot section:hover .modal .modal-footer a:link
		{
		color: #333
	}
	#foot section:hover .modal .modal-header a,#foot section:hover .modal .modal-footer a
		{
		text-decoration: none
	}
	#foot section:hover .modal .modal-body a,#foot section:hover .modal .modal-body a:visited,#foot section:hover .modal .modal-body a:link
		{
		color: #a91f24
	}
	#foot section:hover .modal .modal-body a:hover {
		text-decoration: underline
	}
	#foot h3 {
		text-align: center
	}
	#foot .img-video {
		float: left;
		padding: 2px 5px 0 0
	}
	#terms {
		background-color: transparent
	}
	#footer li {
		list-style: none;
		background-image: url("/access/images/bullet_black.gif");
		background-repeat: no-repeat;
		background-position: -0.2em .2em
	}
	p,form,table,dd {
		margin-bottom: 1.4286em
	}
	li ul,li ol {
		margin: 0
	}
	pre {
		margin: 1.4286em
	}
	dl dd {
		margin-left: 1.4286em
	}
	body {
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%
	}
	a:link {
		-webkit-tap-highlight-color: #049cdb
	}
	::-webkit-selection {
		background: #049cdb;
		color: #fafafa;
		text-shadow: none
	}
	::-moz-selection {
		background: #049cdb;
		color: #fafafa;
		text-shadow: none
	}
	::selection {
		background: #049cdb;
		color: #fafafa;
		text-shadow: none
	}
	.ie input,.ie button,.ie textarea,.ie select {
		*font-size: 100%
	}
	.ie legend {
		color: #000
	}
	.ie6 legend {
		margin: -2.5em 0 1em;
		position: relative
	}
	.ie6 fieldset {
		margin-top: 2.5em
	}
	.ie7 legend {
		margin-top: -2.5em
	}
	.ie7 fieldset {
		margin-top: 2.5em
	}
	.ie7 input[type="checkbox"] {
		vertical-align: baseline
	}
	.ie6 input {
		vertical-align: text-bottom
	}
	.modal-open .dropdown-menu {
		z-index: 2050
	}
	.modal-open .dropdown.open {
		*z-index: 2050
	}
	.modal-open .popover {
		z-index: 2060
	}
	.modal-open .twipsy {
		z-index: 2070
	}
	.modal-backdrop {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1040;
		background-color: #000
	}
	.modal-backdrop.fade {
		opacity: 0
	}
	.modal-backdrop,.modal-backdrop.fade.in {
		opacity: .8;
		filter: alpha(opacity = 80)
	}
	.modal {
		position: fixed;
		top: 20px;
		left: 50%;
		z-index: 1050;
		max-height: 800px;
		overflow: auto;
		width: 670px;
		margin: 0 0 0 -335px;
		background-color: #fff;
		border: 1px solid #999;
		border: 1px solid rgba(0, 0, 0, 0.3);
		*border: 1px solid #999;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
		box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding-box;
		background-clip: padding-box
	}
	.modal.fade {
		-webkit-transition: opacity .3s linear, top .3s ease-out;
		-moz-transition: opacity .3s linear, top .3s ease-out;
		-ms-transition: opacity .3s linear, top .3s ease-out;
		-o-transition: opacity .3s linear, top .3s ease-out;
		transition: opacity .3s linear, top .3s ease-out;
		top: -25%
	}
	.modal.fade.in {
		top: 20px
	}
	.modal-header {
		padding: 9px 15px;
		border-bottom: 1px solid #eee
	}
	.modal-header .close {
		margin-top: 2px
	}
	.modal-body {
		padding: 15px;
		position: relative;
		z-index: 2000
	}
	.modal-footer {
		padding: 14px 15px 15px;
		margin-bottom: 0;
		background-color: #f5f5f5;
		border-top: 1px solid #ddd;
		-webkit-border-radius: 0 0 6px 6px;
		-moz-border-radius: 0 0 6px 6px;
		border-radius: 0 0 6px 6px;
		-webkit-box-shadow: inset 0 1px 0 #fff;
		-moz-box-shadow: inset 0 1px 0 #fff;
		box-shadow: inset 0 1px 0 #fff;
		*zoom: 1
	}
	.modal-footer:before,.modal-footer:after {
		display: table;
		content: ""
	}
	.modal-footer:after {
		clear: both
	}
	.modal-footer .btn {
		float: right;
		margin-left: 5px;
		margin-bottom: 0
	}
	.twipsy {
		display: block;
		position: absolute;
		visibility: visible;
		padding: 5px;
		font-size: 11px;
		z-index: 1000;
		filter: alpha(opacity = 80);
		-khtml-opacity: .8;
		-moz-opacity: .8;
		opacity: .8
	}
	.twipsy.fade.in {
		filter: alpha(opacity = 80);
		-khtml-opacity: .8;
		-moz-opacity: .8;
		opacity: .8
	}
	.twipsy.above .twipsy-arrow {
		bottom: 0;
		left: 50%;
		margin-left: -5px;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #000
	}
	.twipsy.left .twipsy-arrow {
		top: 50%;
		right: 0;
		margin-top: -5px;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #000
	}
	.twipsy.below .twipsy-arrow {
		top: 0;
		left: 50%;
		margin-left: -5px;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #000
	}
	.twipsy.right .twipsy-arrow {
		top: 50%;
		left: 0;
		margin-top: -5px;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-right: 5px solid #000
	}
	.twipsy-inner {
		padding: 3px 8px;
		background-color: #000;
		color: white;
		text-align: center;
		max-width: 200px;
		text-decoration: none;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px
	}
	.twipsy-arrow {
		position: absolute;
		width: 0;
		height: 0
	}
	.fade {
		-webkit-transition: opacity .15s linear;
		-moz-transition: opacity .15s linear;
		-ms-transition: opacity .15s linear;
		-o-transition: opacity .15s linear;
		transition: opacity .15s linear;
		opacity: 0
	}
	.fade.in {
		opacity: 1
	}
	.mejs-captions-button,.mejs-captions-button * {
		display: none !important;
		visibility: hidden
	}
	.js .fouc {
		display: none
	}
	.hide {
		display: none
	}
	.show {
		display: block;
		visibility: visible
	}
	.float_left {
		float: left
	}
	.float_right {
		float: right
	}
	.nofloat {
		float: none
	}
	.img_left {
		float: left;
		margin: 0 1.4286em 1.4286em 0
	}
	.img_right {
		float: right;
		margin: .0 0 1.4286em 1.4286em
	}
	.baseline {
		vertical-align: baseline
	}
	.offscreen {
		position: absolute;
		left: -9999em;
		outline: 0
	}
	.no_margin_paddding {
		margin: 0;
		padding: 0
	}
	.nopadding {
		padding: 0
	}
	.nomargin {
		margin: 0
	}
	.noindent {
		margin-left: 0;
		padding-left: 0
	}
	.nobullet {
		list-style: none;
		list-style-image: none
	}
	.list_reset {
		margin: 0;
		padding: 0;
		list-style: none
	}
	.inline-list {
		margin-bottom: 1.4286em
	}
	.skip_links {
		height: 0;
		padding: 0;
		position: absolute;
		left: 0;
		top: -500em;
		z-index: 9999
	}
	.skip_links a:active,.skip_links a:focus {
		background: #FFF none repeat scroll 0 0;
		border: 2px solid #ccc;
		color: #000;
		padding: 3px;
		position: absolute;
		left: .25em;
		top: 501.4286em;
		white-space: nowrap;
		z-index: 9999
	}
	.accessibility {
		color: #333;
		margin-bottom: 1.4286em
	}
	.accessibility th,.accessibility td {
		padding: 1% 2%
	}
	.accessibility th {
		font-weight: bold;
		border: 1px solid #999;
		color: #000;
		background: #ffffce
	}
	.accessibility td {
		background: #fff;
		color: #333;
		border: 1px solid #ccc
	}
	.accessibility .key {
		width: 21%
	}
	.accessibility .page {
		width: 71%
	}
	.message {
		border-width: 1px;
		border-style: solid;
		margin: 0 0 1.67em 0;
		padding: .83em 10px
	}
	.ok {
		color: #080;
		background-color: #cfc
	}
	.notice {
		color: #00529b;
		background-color: #bde5f8
	}
	.warn {
		color: #9f6000;
		background-color: #feefb3
	}
	.error {
		color: #d8000c
	}
	.box_round {
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px
	}
	.box_shadow {
		-moz-box-shadow: 0 2px 2px #999;
		-webkit-box-shadow: 0 2px 2px #999;
		box-shadow: 0 2px 2px #999;
		border: 0
	}
	.box_shadow_top {
		-moz-box-shadow: 0 2px 2px #999;
		-webkit-box-shadow: 0 2px 2px #999;
		box-shadow: 0 2px 2px #999;
		border: 0
	}
	.text_shadow {
		text-shadow: 2px 2px 1px #ccc
	}
	.round_top_right {
		border-top-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
		border: 1px solid #ccc
	}
	.round_top {
		border-top-radius: 5px;
		-moz-border-radius-top: 5px;
		-webkit-border-top-radius: 5px
	}
	.multiple-bg-images {
		background: url(http://domain.tld/path/layer-01.png) no-repeat 0 0;
		background-image: url(http://domain.tld/path/layer-01.png),
			url(http://domain.tld/path/layer-02.png),
			url(http://domain.tld/path/layer-03.png),
			url(http://domain.tld/path/layer-04.png);
		background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
		background-position: 0 0, 0 0, 0 0, 0 0
	}
	.background-size {
		background-image: url(http://domain.tld/path/bg.png);
		-webkit-background-size: 50% 50%;
		-khtml-background-size: 50% 50%;
		-moz-background-size: 50% 50%;
		-o-background-size: 50% 50%;
		background-size: 50% 50%
	}
	.center-block {
		display: block;
		margin: 0 auto
	}
}

@media only screen and (min-width:768px) {
	#wrapper .inner {
		-webkit-box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.5);
		box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.5);
		background: 
			-webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)
			), to(rgba(105, 105, 105, 0.8) ) ),
			url(/access/images/bg_noise_grey02.jpg) center top repeat;
		background: 
			-webkit-linear-gradient(rgba(17, 17, 17, 0), rgba(105, 105, 105, 0.8)
			), url(/access/images/bg_noise_grey02.jpg) center top repeat;
		background: 
			-moz-linear-gradient(rgba(17, 17, 17, 0), rgba(105, 105, 105, 0.8) ),
			url(/access/images/bg_noise_grey02.jpg) center top repeat;
		background: 
			-ms-linear-gradient(rgba(17, 17, 17, 0), rgba(105, 105, 105, 0.8) ),
			url(/access/images/bg_noise_grey02.jpg) center top repeat;
		background: 
			-o-linear-gradient(top, rgba(17, 17, 17, 0), rgba(105, 105, 105, 0.8)
			), url(/access/images/bg_noise_grey02.jpg) center top repeat;
		background: 
			-khtml-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)
			), to(rgba(105, 105, 105, 0.8) ) ),
			url(/access/images/bg_noise_grey02.jpg) center top repeat
	}
	#features {
		background-color: #000;
		background-image: url("/access/images/noise_bg02.jpg");
		color: #fff
	}
	.feature {
		background-color: transparent
	}
	#features {
		-webkit-box-shadow: 0 8px 6px -6px #333;
		-moz-box-shadow: 0 8px 6px -6px #333;
		box-shadow: 0 8px 6px -6px #333
	}
	#login fieldset {
		-webkit-box-shadow: 0 8px 6px -6px #333;
		-moz-box-shadow: 0 8px 6px -6px #333;
		box-shadow: 0 8px 6px -6px #333
	}
	#footer {
		background: white;
	}
	#footer .inner {
		-webkit-box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.5);
		box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.5)
	}
	#foot section {
		-webkit-box-shadow: 0 8px 6px -6px #ccc;
		-moz-box-shadow: 0 8px 6px -6px #ccc;
		box-shadow: 0 8px 6px -6px #ccc
	}
}

@media only screen and (min-width:960px) {
	#features {
		background-color: none;
		background-position: left top;
		background-repeat: no-repeat
	}
	.feature {
		background: rgba(17, 17, 17, 0.85);
		color: #fff
	}
}

body {
	width: 100%;
	zoom: 1
}

body:after {
	clear: both;
	content: "";
	display: table
}

body:before {
	content: "";
	display: table
}

#foot section ul li {
	padding-left: 1em
}

@media only screen and (max-width:767px) {
	.headerLinks {
		margin-left: 10px;
		margin-right: 10px;
	}
	#mainPageHeader{
	height: 5.5em;
	width: 100%;
	background-color: white;
	}
	body {
		-webkit-tap-highlight-color: yellow;
		margin: 0;
		padding: 0
	}
	.container {
		width: 100%
	}
	#commonBanner {
		display: none;
		visibility: hidden
	}
	header {
		margin: 0 auto;
		zoom: 1
	}
	header:after {
		clear: both;
		content: "";
		display: table
	}
	header:before {
		content: "";
		display: table
	}
	#banner {
		margin: 0 auto;
		zoom: 1
	}
	#banner:after {
		clear: both;
		content: "";
		display: table
	}
	#banner:before {
		content: "";
		display: table
	}
	#banner {
		padding: 1em
	}
	#brand {
		margin: 0 auto;
		zoom: 1
	}
	#brand:after {
		clear: both;
		content: "";
		display: table
	}
	#brand:before {
		content: "";
		display: table
	}
	#banner h1,#banner h4 {
		margin: 0
	}
	#brand h1 {
		background-size: 300px 63px;
		height: 65px
	}
	#tagline {
		margin: 0;
		padding: 0;
		font-size: 1.1429em;
		line-height: 1.25em;
		margin-top: -0.8em;
		padding-bottom: .5em;
		padding-left: 4.4em
	}
	#menu {
		padding: 1em 0 0 0;
		margin: 0 auto;
		zoom: 1;
		font-size: .9em;
		line-height: 1.6667em
	}
	#menu:after {
		clear: both;
		content: "";
		display: table
	}
	#menu:before {
		content: "";
		display: table
	}
	#menu li {
		display: inline
	}
	#content {
		margin: 0 auto;
		zoom: 1
	}
	#content:after {
		clear: both;
		content: "";
		display: table
	}
	#content:before {
		content: "";
		display: table
	}
	#main {
		margin: 0 auto;
		zoom: 1;
		margin-top: 0
	}
	#main:after {
		clear: both;
		content: "";
		display: table
	}
	#main:before {
		content: "";
		display: table
	}
	#features {
		margin: 0 auto;
		zoom: 1;
		margin-top: 0;
		background-image: none;
		box-shadow: none
	}
	#features:after {
		clear: both;
		content: "";
		display: table
	}
	#features:before {
		content: "";
		display: table
	}
	#features {
		position: relative
	}
	.feature {
		margin: 0 auto;
		zoom: 1
	}
	.feature:after {
		clear: both;
		content: "";
		display: table
	}
	.feature:before {
		content: "";
		display: table
	}
	.feature:first-child {
		margin-left: 0
	}
	.feature hgroup {
		padding: .7143em 0 0 1.4286em
	}
	.screen {
		margin-top: 0
	}
	.apply {
		margin-left: 0;
	}
	.feature p {
		padding: 0;
		margin: 20px 0
	}
	.btn.large {
		line-height: 1.2em;
		padding-top: 14px;
		padding-bottom: 14px
	}
	.apply p {
		padding: 0 1em 0 1em; 
	}
	.apply p a.applyLink {
		font-weight: bold;
		color: white;
	}
	.apply p a.applyLink:HOVER {
		text-decoration: underline;
		font-weight: bold;
		color: white;
	}
	.screen p {
		padding: 0 1.25em
	}
	.feature .btn,#createaccount .btn {
		width: 100%;
		min-width: 240px;
		text-align: center;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.feature p {
		font-size: 1.1429em;
		line-height: 1.25em
	}
	.feature .btn {
		margin-right: 1em;
		font-size: 1.1429em;
		line-height: 1.25em;
		padding-left: 0;
		padding-right: 0
	}
	aside {
		zoom: 1;
		margin: 1em 0
	}
	aside:after {
		clear: both;
		content: "";
		display: table
	}
	aside:before {
		content: "";
		display: table
	}
	aside hgroup {
		padding-top: .7143em
	}
	#createaccount {
		zoom: 1
	}
	#createaccount:after {
		clear: both;
		content: "";
		display: table
	}
	#createaccount:before {
		content: "";
		display: table
	}
	#createaccount .btn {
		font-size: 1.2857em;
		line-height: 1.1111em
	}
	#createaccount,#inlay_toggle {
		padding: 0 1.25em
	}
	#inlay_toggle,.inlay_container {
		font-size: 1.1429em;
		line-height: 1.25em
	}
	#login {
		zoom: 1;
		margin: 0;
		padding: 0;
		background-color: none
	}
	#login:after {
		clear: both;
		content: "";
		display: table
	}
	#login:before {
		content: "";
		display: table
	}
	#login fieldset {
		margin: 0;
		padding: 0 1.4286em 1.4286em;
		zoom: 1;
		box-shadow: none
	}
	#login fieldset:after {
		clear: both;
		content: "";
		display: table
	}
	#login fieldset:before {
		content: "";
		display: table
	}
	#login p {
		margin-top: 1.4286em
	}
	#login .field {
		zoom: 1;
		margin-bottom: 9px;
		padding: 7px 0
	}
	#login .field:after {
		clear: both;
		content: "";
		display: table
	}
	#login .field:before {
		content: "";
		display: table
	}
	#login div.input {
		margin-left: 0
	}
	#login input[type="text"],#login input[type="password"] {
		width: 70%
	}
	.help-inline {
		display: inline;
		padding-left: 5
	}
	#login div.actions {
		margin: 10px 0 0 0;
		padding: 0;
		border-top: 0
	}
	div.actions span {
		padding-left: 1em;
		font-size: .8571em;
		line-height: 1.6667em
	}
	#login p:last-child {
		margin-bottom: 0;
		zoom: 1
	}
	#login p:last-child:after {
		clear: both;
		content: "";
		display: table
	}
	#login p:last-child:before {
		content: "";
		display: table
	}
	#login .btn.large {
		line-height: 1.2em;
		padding-top: 8px;
		padding-bottom: 8px
	}
	.btn {
		line-height: 1em;
		padding-top: 5px;
		padding-bottom: 6px
	}
	footer {
		margin-bottom: 0;
		zoom: 1
	}
	footer:after {
		clear: both;
		content: "";
		display: table
	}
	footer:before {
		content: "";
		display: table
	}
	#foot {
		margin: 0 auto;
		zoom: 1
	}
	#foot:after {
		clear: both;
		content: "";
		display: table
	}
	#foot:before {
		content: "";
		display: table
	}
	#foot {
		padding: 1.4286em 0 0
	}
	#foot section {
		padding: 1.4286em 0;
		margin-top: 1.4286em;
		margin-left: 0
	}
	#foot section:first-child {
		margin-top: 0
	}
	#foot section p,#foot section form,#foot section h4 {
		padding: 0 1em;
		margin: 0
	}
	#foot section p {
		padding-top: 1.4286em
	}
	.input-prepend {
		padding: .7143em 0 0 0
	}
	#foot section:last-child {
		margin-right: 0
	}
	#foot section ul,#foot section ol {
		padding: 0 0 0 1em;
		margin-bottom: 0
	}
	#terms {
		margin: 0 auto;
		zoom: 1
	}
	#terms:after {
		clear: both;
		content: "";
		display: table
	}
	#terms:before {
		content: "";
		display: table
	}
	#terms {
		padding: 1.4286em 5%
	}
	#terms p:first-child {
		margin-left: 0
	}
	.social {
		margin: 1.4286em 0
	}
}

@media only screen and (min-width:768px) {
	.headerLinks {
		display: inline;
		float: right;
		margin-right: 10px;
		margin-top: 1em;
	}
	.footerBanner {
		display: inline;
		float: right;
		margin-right: 10px;
	}
	.footerLinks {
		display: inline;
		float: left;
		margin-right: 10px;
		margin-top: 1em;
		width: 70%;
		text-align: center;
	}
	
	#mainPageHeader{
	height: 4em;
	width: 100%;
	background-color: white;
	}
	.headerBanner {
		display: inline;
		float: left;
		margin-left: 10px;
		margin-right: 10px;
	}
	.container {
		margin: 0 auto;
		width: 700px;
		zoom: 1
	}
	.container:after {
		clear: both;
		content: "";
		display: table
	}
	.container:before {
		content: "";
		display: table
	}
	header {
		margin: 0 auto;
		zoom: 1
	}
	header:after {
		clear: both;
		content: "";
		display: table
	}
	header:before {
		content: "";
		display: table
	}
	#banner {
		display: inline;
		float: left;
		margin-left: 20px;
		width: 700px
	}
	#banner:first-child {
		margin-left: 0
	}
	#banner {
		padding: 1.4286em 0
	}
	#brand {
		display: inline;
		float: left;
		margin-left: 20px;
		width: 460px
	}
	#brand:first-child {
		margin-left: 0
	}
	#banner h1,#banner h4 {
		margin: 0
	}
	#brand h1 {
		background-size: 70%;
		height: 70px
	}
	#tagline {
		margin: 0;
		padding: 0;
		font-size: 1.4286em;
		line-height: 1em;
		margin-top: -0.6em;
		padding-bottom: .5em;
		padding-left: 2.6em
	}
	#menu {
		display: inline;
		float: left;
		margin-left: 20px;
		width: 220px;
		margin-right: 0
	}
	#menu {
		padding-left: 0
	}
	#menu {
		float: right;
		text-align: right
	}
	#menu li {
		display: inline
	}
	#content {
		margin: 0 auto;
		zoom: 1
	}
	#content:after {
		clear: both;
		content: "";
		display: table
	}
	#content:before {
		content: "";
		display: table
	}
	#main {
		margin: 0 auto;
		zoom: 1;
		margin-top: 0;
		margin-bottom: 1.4286em
	}
	#main:after {
		clear: both;
		content: "";
		display: table
	}
	#main:before {
		content: "";
		display: table
	}
	#main:first-child {
		margin-left: 0
	}
	#features {
		margin-top: 0;
		display: inline;
		float: left;
		margin-left: 20px;
		width: 380px
	}
	#features:first-child {
		margin-left: 0
	}
	#features {
		height: 28.571em;
		position: relative
	}
	.feature {
		margin: 0 auto;
		zoom: 1
	}
	.feature:after {
		clear: both;
		content: "";
		display: table
	}
	.feature:before {
		content: "";
		display: table
	}
	.feature:first-child {
		margin-left: 0
	}
	.feature hgroup {
		padding: .7143em 0 0 1.4286em
	}
	.screen {
		margin-top: 2.5em
	}
	.apply {
		margin-left: 0
	}
	.feature p {
		padding: 0;
		margin-top: 1.25em
	}
	.btn.large {
		line-height: 1.2em;
		padding-top: 14px;
		padding-bottom: 14px
	}
	.apply p {
		padding: 0 1em 0 1em;
	}
	.apply p a.applyLink {
		font-weight: bold;
		color: white;
	}
	.apply p a.applyLink:HOVER {
		text-decoration: underline;
		font-weight: bold; 
		color: white;
	}
	.screen p {
		padding: 0 1.25em
	}
	.feature .btn {
		width: 310px;
		text-align: center
	}
	.feature p {
		font-size: 1.1429em;
		/* line-height: 1.25em */
	}
	.feature .btn {
		margin-right: 0;
		font-size: 1.1429em;
		line-height: 1.25em
	}
	aside {
		margin: 0;
		display: inline;
		float: left;
		margin-left: 20px;
		width: 300px;
		margin-right: 0
	}
	aside hgroup {
		padding-top: .7143em
	}
	#createaccount {
		zoom: 1;
		padding-left: 0
	}
	#createaccount:after {
		clear: both;
		content: "";
		display: table
	}
	#createaccount:before {
		content: "";
		display: table
	}
	#createaccount:first-child {
		margin-left: 0
	}
	#createaccount .btn {
		width: 100%;
		text-align: center;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	#createaccount .btn {
		font-size: 1.2857em;
		line-height: 1.1111em
	}
	#login {
		zoom: 1;
		margin: 0;
		padding: 0;
		background-color: none
	}
	#login:after {
		clear: both;
		content: "";
		display: table
	}
	#login:before {
		content: "";
		display: table
	}
	#login fieldset {
		margin: 0;
		padding: 0 1.4286em 1.4286em;
		zoom: 1
	}
	#login fieldset:after {
		clear: both;
		content: "";
		display: table
	}
	#login fieldset:before {
		content: "";
		display: table
	}
	#login p {
		margin-top: 1.4286em
	}
	#login .field {
		zoom: 1;
		margin-bottom: 9px;
		padding: 7px 0
	}
	#login .field:after {
		clear: both;
		content: "";
		display: table
	}
	#login .field:before {
		content: "";
		display: table
	}
	#login div.input {
		margin-left: 0
	}
	.help-inline {
		display: inline;
		padding-left: 5
	}
	#login div.actions {
		margin: 10px 0 0 0;
		padding: 0;
		border-top: 0
	}
	div.actions span {
		padding-left: 1em;
		font-size: .8571em;
		line-height: 1.6667em
	}
	#login p:last-child {
		margin-bottom: 0;
		zoom: 1
	}
	#login p:last-child:after {
		clear: both;
		content: "";
		display: table
	}
	#login p:last-child:before {
		content: "";
		display: table
	}
	#login .btn.large {
		line-height: 1.2em;
		padding-top: 8px;
		padding-bottom: 8px
	}
	.btn {
		line-height: 1em;
		padding-top: 5px;
		padding-bottom: 6px
	}
	footer {
		margin-bottom: 0;
		zoom: 1
	}
	footer:after {
		clear: both;
		content: "";
		display: table
	}
	footer:before {
		content: "";
		display: table
	}
	#foot {
		margin: 0 auto;
		zoom: 1
	}
	#foot:after {
		clear: both;
		content: "";
		display: table
	}
	#foot:before {
		content: "";
		display: table
	}
	#foot {
		padding: 2.8571em 0 0
	}
	#foot section {
		display: inline;
		float: left;
		margin-left: 20px;
		width: 700px;
		padding: 1.4286em 0;
		margin-top: 1.4286em;
		margin-left: 0
	}
	#foot section:first-child {
		margin-top: 0
	}
	#foot section p,#foot section form,#foot section h4 {
		padding: 0 1em;
		margin: 0
	}
	#foot section #applyModal p,#foot section #accountModal p,#foot section #applyModal form,#foot section #accountModal form,#foot section #applyModal h4,#foot section #accountModal h4
		{
		padding: 0;
		margin: 0
	}
	#foot section p,#foot section #accountModal p,#foot section #applyModal p
		{
		padding-top: 1.4286em
	}
	.input-prepend {
		padding: .7143em 0 0 0
	}
	#foot section:last-child {
		margin-right: 0
	}
	#foot section ul,#foot section ol {
		padding: 0 0 0 1em;
		margin-bottom: 0
	}
	#terms {
		margin: 0 auto;
		zoom: 1
	}
	#terms:after {
		clear: both;
		content: "";
		display: table
	}
	#terms:before {
		content: "";
		display: table
	}
	#terms {
		padding-top: 1.4286em;
		padding-bottom: 1.4286em
	}
	#terms p {
		display: inline;
		float: left;
		margin-left: 20px;
		width: 540px
	}
	#terms p:first-child {
		margin-left: 0
	}
	#terms p {
		text-align: left
	}
	.social {
		margin: 1.4286em 0;
		display: inline;
		float: left;
		margin-left: 20px;
		width: 140px
	}
}

@media only screen and (min-width:960px) {
	.container {
		margin: 0 auto;
		width: 940px;
		zoom: 1
	}
	.container:after {
		clear: both;
		content: "";
		display: table
	}
	.container:before {
		content: "";
		display: table
	}
	header {
		margin: 0 auto;
		zoom: 1
	}
	header:after {
		clear: both;
		content: "";
		display: table
	}
	header:before {
		content: "";
		display: table
	}
	#banner {
		display: inline;
		float: left;
		margin-left: 20px;
		width: 940px
	}
	#banner:first-child {
		margin-left: 0
	}
	#banner {
		padding: 1.4286em 0
	}
	#brand {
		display: inline;
		float: left;
		margin-left: 20px;
		width: 540px
	}
	#brand:first-child {
		margin-left: 0
	}
	#brand h1 {
		background-size: 50%;
		height: 120px
	}
	#banner h1,#banner h4 {
		margin: 0
	}
	#tagline {
		margin: 0;
		padding: 0;
		font-size: 1.4286em;
		line-height: 1em;
		margin-top: -0.6em;
		padding-bottom: .5em;
		padding-left: 2.6em
	}
	#menu {
		display: inline;
		float: left;
		margin-left: 20px;
		width: 300px;
		padding-right: 0px;
		margin-right: 0
	}
	#menu {
		padding-left: 0
	}
	#menu {
		float: right;
		text-align: right
	}
	#menu li {
		display: inline
	}
	#content {
		margin: 0 auto;
		zoom: 1
	}
	#content:after {
		clear: both;
		content: "";
		display: table
	}
	#content:before {
		content: "";
		display: table
	}
	#main {
		margin: 0 auto;
		zoom: 1;
		margin-top: 0;
		margin-bottom: 2.8571em
	}
	#main:after {
		clear: both;
		content: "";
		display: table
	}
	#main:before {
		content: "";
		display: table
	}
	#features {
		margin-top: 0;
		display: inline;
		float: left;
		margin-left: 20px;
		width: 620px
	}
	#features:first-child {
		margin-left: 0
	}
	#features {
		height: 28.571em;
		position: relative
	}
	#main article {
		width: 620px;
		position: absolute;
		bottom: 0
	}
	#main article {
		margin-right: -20px
	}
	.feature {
		margin: 0 auto;
		zoom: 1
	}
	.feature:after {
		clear: both;
		content: "";
		display: table
	}
	.feature:before {
		content: "";
		display: table
	}
	.feature:first-child {
		margin-left: 0
	}
	.feature hgroup {
		padding: .7143em 0 0 1.4286em
	}
	.apply {
		display: inline;
		float: left;
		margin-left: 0px;
	}
	.screen {
		display: inline;
		float: left;
		margin-left: 20px;
		width: 300px;
		margin-top: 0
	}
	.apply {
		margin-left: 0
	}
	.feature p {
		padding: 0;
		margin-top: 1.25em
	}
	.feature .btn {
		width: auto;
		text-align: left
	}
	.btn.large {
		line-height: 1.2em;
		padding-top: 14px;
		padding-bottom: 14px
	}
	.apply p {
		padding: 0 1em 0 1em;
	}
	.apply p a.applyLink {
		font-weight: bold;
		color: white;
	}
	.apply p a.applyLink:HOVER {
		text-decoration: underline;
		font-weight: bold;
		color: white;
	}
	.screen p {
		padding: 0 1.25em 0 0
	}
	.feature p {
		font-size: 1em;
		line-height: 1.4286em
	}
	.feature .btn {
		margin-right: 1em
	}
	aside {
		display: inline;
		float: left;
		margin-left: 20px;
		width: 300px;
		margin-right: 0
	}
	aside hgroup {
		padding-top: .7143em
	}
	#inlay_toggle,.inlay_container {
		font-size: 1.1429em;
		line-height: 1.25em
	}
	#login {
		zoom: 1;
		margin: 0;
		padding: 0;
		background-color: none
	}
	#login:after {
		clear: both;
		content: "";
		display: table
	}
	#login:before {
		content: "";
		display: table
	}
	#login fieldset {
		margin: 0;
		padding: 0 1.4286em 1.4286em;
		zoom: 1
	}
	#login fieldset:after {
		clear: both;
		content: "";
		display: table
	}
	#login fieldset:before {
		content: "";
		display: table
	}
	#login p {
		margin-top: 1.4286em
	}
	#login .field {
		zoom: 1;
		margin-bottom: 9px;
		padding: 7px 0
	}
	#login .field:after {
		clear: both;
		content: "";
		display: table
	}
	#login .field:before {
		content: "";
		display: table
	}
	#login div.input {
		margin-left: 0
	}
	.help-inline {
		display: inline;
		padding-left: 5
	}
	#login div.actions {
		margin: 10px 0 0 0;
		padding: 0;
		border-top: 0
	}
	div.actions span {
		padding-left: 1em;
		font-size: .8571em;
		line-height: 1.6667em
	}
	#login p:last-child {
		margin-bottom: 0;
		zoom: 1
	}
	#login p:last-child:after {
		clear: both;
		content: "";
		display: table
	}
	#login p:last-child:before {
		content: "";
		display: table
	}
	#login .btn.large {
		line-height: 1.2em;
		padding-top: 8px;
		padding-bottom: 8px
	}
	.btn {
		line-height: 1em;
		padding-top: 5px;
		padding-bottom: 6px
	}
	footer {
		margin-bottom: 0;
		zoom: 1
	}
	footer:after {
		clear: both;
		content: "";
		display: table
	}
	footer:before {
		content: "";
		display: table
	}
	#foot {
		margin: 0 auto;
		zoom: 1
	}
	#foot:after {
		clear: both;
		content: "";
		display: table
	}
	#foot:before {
		content: "";
		display: table
	}
	#foot {
		padding: 2.8571em 0 0
	}
	#foot section {
		display: inline;
		float: left;
		margin-left: 20px;
		width: 460px;
		padding: 1.4286em 0;
		margin-top: 0
	}
	#foot section:first-child {
		margin-left: 0
	}
	#foot section:last-child {
		display: inline;
		float: left;
		margin-left: 20px;
		width: 940px;
		margin: 1.4286em 0 0 0
	}
	#foot section p {
		padding-top: 1.4286em
	}
	.input-prepend {
		padding: .7143em 0 0 0
	}
	#foot section:last-child {
		margin-right: 0
	}
	#foot section ul,#foot section ol {
		padding: 0 0 0 1em;
		margin-bottom: 0
	}
	#terms {
		margin: 0 auto;
		zoom: 1
	}
	#terms:after {
		clear: both;
		content: "";
		display: table
	}
	#terms:before {
		content: "";
		display: table
	}
	#terms {
		padding-top: 1.4286em;
		padding-bottom: 1.4286em
	}
	#terms p {
		display: inline;
		float: left;
		margin-left: 20px;
		width: 620px
	}
	#terms p:first-child {
		margin-left: 0
	}
	#terms p {
		text-align: left
	}
	.social {
		margin: 1.4286em 0;
		display: inline;
		float: left;
		margin-left: 20px;
		width: 300px
	}
}

@media only screen and (min-width:1200px) {
	.container {
		margin: 0 auto;
		width: 1180px;
		zoom: 1
	}
	.container:after {
		clear: both;
		content: "";
		display: table
	}
	.container:before {
		content: "";
		display: table
	}
	header {
		margin: 0 auto;
		zoom: 1
	}
	header:after {
		clear: both;
		content: "";
		display: table
	}
	header:before {
		content: "";
		display: table
	}
	#banner {
		display: inline;
		float: left;
		margin-left: 20px;
		width: 1180px
	}
	#banner:first-child {
		margin-left: 0
	}
	#banner {
		padding: 1.4286em 0
	}
	#brand {
		display: inline;
		float: left;
		margin-left: 20px;
		width: 620px
	}
	#brand:first-child {
		margin-left: 0
	}
	#banner h1,#banner h4 {
		margin: 0
	}
	#tagline {
		margin: 0;
		padding: 0;
		font-size: 1.4286em;
		line-height: 1em;
		margin-top: -0.2em;
		padding-bottom: .5em;
		padding-left: 4.7em
	}
	#menu {
		display: inline;
		float: left;
		margin-left: 20px;
		width: 460px;
		padding-right: 0px;
		margin-right: 0
	}
	#menu {
		padding-left: 0
	}
	#menu {
		float: right;
		text-align: right
	}
	#menu li {
		display: inline
	}
	#content {
		margin: 0 auto;
		zoom: 1
	}
	#content:after {
		clear: both;
		content: "";
		display: table
	}
	#content:before {
		content: "";
		display: table
	}
	#main {
		margin: 0 auto;
		zoom: 1;
		margin-top: 0;
		margin-bottom: 2.8571em
	}
	#main:after {
		clear: both;
		content: "";
		display: table
	}
	#main:before {
		content: "";
		display: table
	}
	#features {
		margin-top: 0;
		display: inline;
		float: left;
		margin-left: 20px;
		width: 700px
	}
	#features:first-child {
		margin-left: 0
	}
	#features {
		height: 28.571em;
		position: relative
	}
	#main article {
		width: 720px;
		position: absolute;
		bottom: 0
	}
	#main article:before {
		content: " ";
		background: url(/access/images/ribbon_rt3.png) right 0 no-repeat;
		display: block;
		width: 100%;
		height: 20px;
		top: 0;
		margin-top: -20px;
		z-index: -1
	}
	.feature {
		margin: 0 auto;
		zoom: 1
	}
	.feature:after {
		clear: both;
		content: "";
		display: table
	}
	.feature:before {
		content: "";
		display: table
	}
	.feature:first-child {
		margin-left: 0
	}
	.feature hgroup {
		padding: .7143em 0 0 2.5em
	}
	.apply {
		display: inline;
		float: left;
	}
	.screen {
		display: inline;
		float: left;
		margin-left: 20px;
		width: 300px
	}
	.apply {
		margin-left: 0
	}
	.feature p {
		font-size: 1.1429em;
		/* line-height: 1.25em */
	}
	.feature p {
		padding: 0;
		margin-top: 1.25em
	}
	.btn.large {
		line-height: 1.2em;
		padding-top: 14px;
		padding-bottom: 14px
	}
	.apply p {
		padding: 0 1em 0 1em;
	}
	.apply p a.applyLink {
		font-weight: bold;
		color: white;
	}
	.apply p a.applyLink:HOVER {
		text-decoration: underline;
		font-weight: bold;
		color: white;
	}
	.screen p {
		padding: 0 1.25em 0 0
	}
	.feature .btn {
		margin-right: 1em;
		font-size: 1.25em;
		line-height: 1em
	}
	aside {
		display: inline;
		float: left;
		margin-left: 20px;
		width: 380px;
		padding-left: 80px;
		margin-right: 0
	}
	aside hgroup {
		padding-top: .7143em
	}
	#createaccount .btn {
		font-size: 1.4286em;
		line-height: 1em
	}
	#login {
		zoom: 1;
		margin: 0;
		padding: 0;
		background-color: none
	}
	#login:after {
		clear: both;
		content: "";
		display: table
	}
	#login:before {
		content: "";
		display: table
	}
	#login fieldset {
		margin: 0;
		padding: 0 1.4286em 1.4286em;
		zoom: 1
	}
	#login fieldset:after {
		clear: both;
		content: "";
		display: table
	}
	#login fieldset:before {
		content: "";
		display: table
	}
	#login p {
		margin-top: 1.4286em
	}
	#login .field {
		zoom: 1;
		margin-bottom: 9px;
		padding: 7px 0
	}
	#login .field:after {
		clear: both;
		content: "";
		display: table
	}
	#login .field:before {
		content: "";
		display: table
	}
	#login div.input {
		margin-left: 0
	}
	#login input[type="text"],#login input[type="password"] {
		width: 270px
	}
	.help-inline {
		display: inline;
		padding-left: 5
	}
	#login div.actions {
		margin: 10px 0 0 0;
		padding: 0;
		border-top: 0
	}
	div.actions span {
		padding-left: 1em;
		font-size: .9286em;
		line-height: 1.5385em;
		margin-top: 1.5385em;
		margin-bottom: 0
	}
	#login p:last-child {
		margin-bottom: 0;
		zoom: 1
	}
	#login p:last-child:after {
		clear: both;
		content: "";
		display: table
	}
	#login p:last-child:before {
		content: "";
		display: table
	}
	#login .btn.large {
		line-height: 1.2em;
		padding-top: 8px;
		padding-bottom: 8px
	}
	.btn {
		line-height: 1em;
		padding-top: 5px;
		padding-bottom: 6px
	}
	footer {
		margin-bottom: 0;
		zoom: 1
	}
	footer:after {
		clear: both;
		content: "";
		display: table
	}
	footer:before {
		content: "";
		display: table
	}
	#foot {
		margin: 0 auto;
		zoom: 1
	}
	#foot:after {
		clear: both;
		content: "";
		display: table
	}
	#foot:before {
		content: "";
		display: table
	}
	#foot {
		padding: 2.8571em 0 0
	}
	#foot section {
		display: inline;
		float: left;
		margin-left: 20px;
		width: 300px;
		padding: 1.4286em 0
	}
	#foot section:last-child {
		display: inline;
		float: left;
		margin-left: 20px;
		width: 540px;
		margin-top: 0
	}
	#foot section p {
		padding-top: 1.4286em
	}
	.input-prepend {
		padding: .7143em 0 0 0
	}
	#foot section:last-child {
		margin-right: 0
	}
	#foot section ul,#foot section ol {
		padding: 0 0 0 1em;
		margin-bottom: 0
	}
	#terms {
		margin: 0 auto;
		zoom: 1
	}
	#terms:after {
		clear: both;
		content: "";
		display: table
	}
	#terms:before {
		content: "";
		display: table
	}
	#terms {
		padding-top: 1.4286em;
		padding-bottom: 1.4286em
	}
	#terms p {
		display: inline;
		float: left;
		margin-left: 20px;
		width: 620px
	}
	#terms p:first-child {
		margin-left: 0
	}
	#terms p {
		text-align: left
	}
	.social {
		margin: 1.4286em 0;
		display: inline;
		float: left;
		margin-left: 20px;
		width: 540px
	}
}

@media print {
	#skip {
		display: none
	}
	body {
		background-color: #fff;
		color: #000;
		margin: 0 auto
	}
	#wrapper,.container,#footer {
		width: 90%;
		margin: 0 auto
	}
	body,#wrapper,#masthead,#content,#footer {
		float: none !important;
		width: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		font-family: Times, "Times New Roman", serif;
		font-size: 12pt;
		background: 0
	}
	#commonBanner {
		display: none
	}
	.virginiaLogo {
		display: none
	}
	.alignLeft {
		color: #fff;
		float: left;
		margin-left: 10px;
		padding-top: 13px
	}
	.alignLeft a {
		color: #fff;
		font-weight: bold
	}
	.ir {
		display: block;
		border: 0;
		text-indent: 0;
		overflow: visible;
		background-color: transparent;
		background-image: none;
		text-align: left;
		direction: ltr
	}
	#banner {
		display: block;
		float: none;
		margin: none;
		width: auto
	}
	#banner {
		padding: 1.4286em 0
	}
	#brand {
		display: block;
		float: none;
		margin: 0;
		width: auto
	}
	#brand img {
		border: 0
	}
	#tagline {
		display: none
	}
	#menu {
		display: inline;
		float: none;
		margin: 20px 0 0 0;
		width: auto;
		padding-right: 0
	}
	#menu {
		padding-left: 0
	}
	#menu {
		text-align: left
	}
	#menu li {
		display: inline
	}
	#main {
		margin-bottom: 0 !important
	}
	#features {
		float: none;
		margin: 0;
		width: auto
	}
	#features {
		height: auto !important
	}
	#main article {
		width: auto;
		position: relative
	}
	#main article:before {
		content: "";
		background-image: none;
		display: none;
		width: 0;
		height: 0;
		top: 0;
		margin-top: 0;
		z-index: 1
	}
	.apply {
		display: inline;
		float: left;
		margin-left: 0;
		width: auto
	}
	.screen {
		display: inline;
		float: left;
		margin-left: 0;
		width: auto
	}
	.feature .btn {
		margin-right: 0
	}
	aside {
		display: block;
		float: none;
		margin-left: 0;
		width: auto;
		padding-left: 0;
		margin-right: 0
	}
	aside hgroup {
		padding-top: 0
	}
	#login {
		height: auto !important
	}
	#login fieldset {
		padding-top: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 0 !important;
		padding-left: 0 !important;
		margin: 0 !important
	}
	#foot {
		padding: 0
	}
	#foot section {
		display: block;
		float: none;
		margin-left: 0;
		width: auto;
		padding: 0 0 1.4286em
	}
	#foot section:last-child {
		display: block;
		float: none;
		margin-left: 0;
		width: auto;
		margin-top: 0
	}
	#foot section p,#foot section form,#foot section h4 {
		padding: 0;
		margin: 0
	}
	#foot section p {
		padding-top: 1.4286em
	}
	.input-prepend {
		padding: .7143em 0 0 0
	}
	#foot section:last-child {
		margin-right: 0
	}
	#terms {
		margin: 0 auto;
		zoom: 1
	}
	#terms:after {
		clear: both;
		content: "";
		display: table
	}
	#terms:before {
		content: "";
		display: table
	}
	#terms {
		padding: 0
	}
	#terms p {
		display: block;
		float: none;
		margin-left: 0;
		width: auto
	}
	#terms p {
		text-align: left
	}
	.social {
		display: block;
		float: none;
		margin-left: 0;
		width: auto
	}
	a[href]:after {
		font-size: 80%
	}
	a[href ^="/"]:after {
		content: " (https://commonhelp.virginia.gov" attr(href) ") ";
		font-size: 80%
	}
	abbr[title]:after {
		font-size: 80%
	}
	h1,h2,h3,h4 {
		font-family: Georgia, Times, "Times New Roman", serif
	}
}