@charset "utf-8";
/*
Name: KLP
Date: 8/19/15
File: siteStyles-iDevice.css
Workspace: F:\tnt-8-18-15\styles

Purpose: Basic site-wide styles for tablet size screens
*/

html{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small
}

body{
	margin-top: 0px;
}

div#stripe{
	height: 70px;
	background-color:#F16428;;
}

div#jsAlert{
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	color:red;
	text-align:center;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

div#mainContent, header, footer{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

header{
	margin-top: -70px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#F16428;;
	padding-left: 5px;
	color:white;
	height: 60px;
}

header a{
	text-decoration:none;
	color:white;
}

header h1, h3{
	margin-top: 3px;
	margin-bottom: 3px;
}

footer{
	font-size: smaller;
	color: #999;
}

footer p{
	margin-top: 5px;
	margin-bottom: 5px
}

footer p#info{
	width: 100%;
	
}

footer img{
	display:none !important;
}

.hideable{
	display:none;
}