html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family: "Suisse Int'l", "Proxima Nova", Helvetica, Arial, san-serif;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset*/
 
* {
	font-family: "Suisse Int'l", "Proxima Nova", Helvetica, Arial, san-serif;
	font-size: 12px;
	line-height: 12px;
}
body {
	/* background-color: #ffffff; */
	scrollbar-shadow-color: #ffffff;  /* CSS3.com shows this as valid attribute */
	margin: 0em;
	padding: 0em;
	background-image: url('/images/img_McDash.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.siteFrame {
	background: #FFF;
	display: block;
	margin: 0 auto;
	position: relative;
	width: 1040px;
}
header {
	display: block;
	/* background:#fff; */
	height: 140px;
}
#logo {
	display: block;
	left: 40px;
	position: absolute;
	top: 24px;
}
sup {
	vertical-align: super;
	font-size: 0.4em;
}
hr {
	border: 2px solid white;
	border-radius: 5px;
	margin: 0 40px 25px;
	width: 1000px;
}
.loginFrame {
	background: #0c7874 url(/images/login_bg.png) top center no-repeat;
	min-height: 320px;
	width: 1040px;
}
.loginFrame p, .loginFrame a {
	color: #ffffff;
}
.loginFrame p {
	font-size: 14px;
	line-height: 1.25;
}
.loginError {
    display:block;
    color:yellow;
    font-size:smaller;
}
fieldset {
	border: 1px solid #eae8e8;
	padding-left: 10px;
}
legend {
	color: #FFFFFF;
	background: #177873;
	border: 1px solid #177873;
	padding: 3px 6px
}
.wrapper {
	margin: 0 0 0 400px;
	padding: 40px 40px 3px 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #fff;
	font-family: "Suisse Int'l", "Proxima Nova", Helvetica, Arial, san-serif;
	font-size: 36px;
	font-weight: 100;
	margin: 0 0 20px;
}
h2 {
	color: #71c5E8;
	font-family: "Suisse Int'l", "Proxima Nova", Helvetica, Arial, san-serif;
	font-size: 24px;
	font-weight: 100;
}
p.subTitle {
	font-size: 19px;
	line-height: 2;
}
label {
	font-family: "Suisse Int'l", "Proxima Nova", Helvetica, Arial, san-serif;
}
input {
	margin-top: 7px;
}
input[type="text"] {
}
input[type="password"] {
}
input[type="submit"] {
	cursor: pointer;
	/*height: 25px;
	width: 90px;*/
	margin-top: 12px;
	margin-bottom: 12px;
}
div.tablularForm label {
	color: #fff;
	font-family: "Suisse Int'l", "Proxima Nova", Helvetica, Arial, san-serif;
	font-size: 12px;
	margin: 10px 0 5px;
	text-align: left;
	padding: 0;
}
div.tablularForm input {
	font-family: "Suisse Int'l", "Proxima Nova", Helvetica, Arial, san-serif;
	margin: 5px 0 15px;
}
div.tablularForm input[type="submit"] {
/*height:24px;
	margin: 0 0 0 5px;
	padding-bottom: 1px; /* for firefox - text alignment in buttons is an issue
	width:68px;*/
}
.textInput {
	background-color: #ffffff;
	border: medium none;
	font-family: "Suisse Int'l", "Proxima Nova", Helvetica, Arial, san-serif;
	padding: 5px 0 3px 3px;
	width: 283px;
}
p.forgotPW {
	color: #ffffff;
	float: left;
	font-family: "Suisse Int'l", "Proxima Nova", Helvetica, Arial, san-serif;
	font-size: 14px;
	line-height: 14px;
}

#mainform {
	width: 286px;
}
.forgotPW {
	color: #ffffff;
	float: left;
	font-family: "Suisse Int'l", "Proxima Nova", Helvetica, Arial, san-serif;
	font-size: 10px;
	line-height: 14px;
}
.forgotPW a {
	color: #ffffff;
}
.loginBtn {
	background: #71c5E8 url(/images/btn_arrow.png) 95% center no-repeat;
	border: 1px solid #000000;
	color: #000000;
	font-size: 15px;
	line-height: 22px;
	padding: 7px 120px 7px 110px;
}
	.loginBtn:hover {
		background: #00c5E8 url(/images/btn_arrow.png) 90% center no-repeat;
	}
.emailPWBtn {
	background: #71c5E8 url(/images/btn_arrow.png) 95% center no-repeat;
	border: 1px solid #000000;
	color: #000000;
	float: left;
	font-size: 15px;
	line-height: 22px;
	padding: 7px 80px 7px 70px;
}
.emailPWBtn:hover {
	background: #00c5E8 url(/images/btn_arrow.png) 96% center no-repeat;
}
*:focus {
	outline-color: #E3C5B1;
}
footer {
	color: #fff;
	font-family: "Suisse Int'l", "Proxima Nova", Helvetica, Arial, san-serif;
	font-size: 9px;
	line-height: 13px;
	height: 120px;
	width: 1040px;
	margin: 0 0 30px 50px;
	text-align: center;
}
#KnightLogo {
	display: block;
	float: left;
	left: 50px;
	position: relative;
	top: 20px;
}
#footerLinks {
	display: block;
	font-size: 14px;
	position: relative;
	text-align: center;
	top: 40px;
}
#footerLinks a:link {
	color:#fff;
 text-decoration: none;
}
#footerLinks a:hover, #footerLinks a:visited, #footerLinks a:active {
	color: #989898;
	text-decoration: none;
}
.legalText {
	background: #1b1b1b;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	position: relative;
	text-align: center;
	width: 100%;
}
