﻿@charset "UTF-8";
/* CSS Document */

/* -------------------- base style rules for tags ----------------------------------- */

body {
	max-width: 900px; width: 100%; /* responsive upgrade: width */
	background-color: #660000;
	background-image: url('backgroundot.gif');
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
}

p {
	margin-bottom: .5em;
	font-size: 1.0em;
	line-height: 1.1em;
	padding-left: 35px;
}

h1 {
	margin-bottom: .2em;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: .2em;
	padding-top: 10px;
	padding-left: 25px;
	line-height: 1.2em;
	text-indent: -15px;
}

h2 {
	margin-bottom: .3em;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 35px;
	font-style: italic;
}

h3 {
	text-decoration: none;
	margin-bottom: .2em;
	font-size:.9em;
	font-weight: bold;
	padding-left: 35px;
}

h4 {
	font-size: .9em;
	padding-left: 35px;
	font-weight: 550;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.1em;
}

h5 {
	font-size: .9em;
	padding-left: 25px;
	background-image: url('redbullet1.gif');
	background-repeat: no-repeat;
	color: #330000;
	line-height: 1em;
	padding-bottom: 10px;
	margin-left: 35px;
	padding-top: 5px;
	padding-right: 5px;
	text-indent: 5px;
}

h6 {
	font-size: .9em;
	padding-left: 30px;
	background-image: url('redbullet1.gif');
	background-repeat: no-repeat;
	color: #330000;
	padding-top: 7px;
}

header {
	margin-bottom: .2em;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: .1em;
	padding-top: 10px;
	color: #330000;
	text-align: center;
}


a {
	color: #660000;
	line-height: 1.2em;
}

a.iconLink {
	padding-left: 18px;
	background-image: url('../../shared/redbullet.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

/* -------------------- various commonly used class styles --------------------------- */
.hide {
		display:none;
}

.skipToContent {
		display:none;
}

.clearBoth {
	clear:both;
	color: #660000;
}
.sectionDivider {
	clear:both;	
}

hr.shortRule {
	margin: 5px 20px;
	color: #660000;
}

/* --------------------- style rules for page structure ---------------------------- */


/* --------------------------- header --------------------------- */

#header {
	position: relative;
	width: 100%;
	height:100px;	
	background-color:#660000;
	overflow:hidden;	
}

#header h1, #header > p /* for <p>Kiosk</p> on some pages */ {
	position: absolute!important;
	width: 1px!important;
	height: 1px!important;
	padding: 0!important;
	margin: -1px!important;
	overflow: hidden!important;
	clip: rect(0,0,0,0)!important;
	white-space: nowrap!important;
	border: 0!important;
}

#header span.graphic {
	display: block;
	height:100px;
	background: url('kioskit.jpg') no-repeat; 
	background-size: contain;
	z-index: 10;
}

#utilityNav {
	margin: 20px 20px 0 0;
	color: #cccc99;
	letter-spacing: 1px;
	margin-bottom: .2em;
	font-size: .9em;
	font-weight: bold;
	text-align: right;
}

#utilityNav a {
	color: #cccc99;
	text-decoration: none;
}
/* ------------------------------------- main navigation in header ----------------------------------- */

#mainNav {
	float: left;
	width: 100%;
	background: #660000;
	font-size: 80%;
	line-height: normal;
	background-color: #660000;
}

#mainNav ul {
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
	padding-left: 35px;
}
    
#mainNav li {
	float: right;
	background-image: url('redbullet1.gif');
	background-position: left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 15px;
	padding-right: 10px;
}

#mainNav a {
  float:right;
  display:block;
  padding:15px 14px 10px 10px;
  text-decoration:none;
  font-weight:bold;
  color:#cccc99;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#mainNav a {float:none;}
/* End IE5-Mac hack */
#mainNav a:hover {
  color:#ffffcc;
  }

#mainNav a.tab:visited {
  color: #808080;
}

#mainNav a.tab:hover {
  background-color: #d0d0d0;
  color: #330000;
}

#mainNav #current {

	background-color: #8A0000;
	color: #ffffcc;
}

#mainNav #current a {
	padding-bottom: 5px;
	padding: 0 0 0 5px;

}

@media (min-width: 635px) {
	[accesskey="1"] {
		width: calc(383/900*100%);
		float: left;
		margin-right: 10px;
	}
	html[dir=rtl] [accesskey="1"] {
		float: right;
		margin-right: 0;
		margin-left: 10px;
	}
}
@media (max-width: 634px) {
	#header {
		height: auto;
	}
	#header span.graphic {
		background-position: center;
	}
	#utilityNav {
		text-align: center;
		margin-left: 0;
		margin-right: 0;
	}
	#utilityNav p {
		padding: 0;
	}
	#mainNav ul {
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
	}
	#mainNav li {
		float: none;
		display: inline-block;
	}
}
#mainSection {
	clear: both;
	background-color: #FFFFFF;
}

/* --------------------------- left navigation and body set ---------------------------- */


#columnSet {
	max-width: 880px; width: 100%; /* responsive upgrade: width */
	float: right;
	background-color: #D6CBAD;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
@media (max-width: 880px) {
	#columnSet {
		padding-left: 0;
		padding-right: 0;
	}
}

/* --------------------------- floating images in content ---------------------------- */

img.floatLeft {
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	margin: 4px;	
}

img.floatRight { 
    float: right; 
    margin: 4px;
    padding-right: 20px;
	padding-left: 20px; 
}

#table {
	border: thin #000000;
	background-color: #fff;
	padding: 4px 4 4 4;
	background-repeat: no-repeat;
	text-align: center;
	border: 1px solid;
}

#leftColQuote {
	font-weight: 700;
	background-color: #fff;
	width: 85%;
	line-height: 1.2em;
	margin: 10px auto;
	text-align: center;
	border: thin #808080 solid;
	font-size: .9em;
	font-style: italic;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #000000;
}
#leftColQuoteAuthor {
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: .9em;
	line-height: 1.2em;
	border: thin #660000;
	background-color: #ECE8DF;
}

/* ------------------------------------ center section, center column ------------------------------- */

#centerCol {
	max-width: 845px; width: 100%; /* responsive upgrade: width */
	background-color: #fff;
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 10px;
	float: right;
}

#content_main {
	width: 95%;
	float: left;
}

#content_main ul {
	Font-size: 1em;
	line-height: 1.3em;
	text-indent: 15px;
}

@media (min-width: 450px) {
	#content_left {
		width: 45%;
		float: left;
		padding-left: 20px;
	}

	#content_right {
		width: 45%;
		float: right;
	
	}
}


/* I did this to for simplicity's sake (put the same icon on all of the links), but ultimately I believe you'll want different icons for each link,
meaning we'll have to apply them with class styles or IDs. This will give you some idea how it looks */

#pageContent #content_left a, #pageContent #content_right a {
	padding-left: -5px;
	line-height: 1em;
	text-decoration: none;
}

#mainpageIndex {
	padding: 15px 15px 15px 20px;
	text-align: left;
	color: #000000;
	line-height: 1.3em;
}

#mainpageIndex p {
	padding-top: 8px;
	padding-left: 40px;
}

#mainpageIndexIndent {
	padding-top: 8px;
	padding-left: 25px;
	line-height: 1.2em;
	font-size: .9em;
	margin-left: 15px;
}


#mainpageIndex ul {
	list-style: square;
	line-height: 1.2em;
	margin-left: 35px;
	padding-left: 15px;
}

#mainpageIndex a:link {	
	color: #660000;
	text-decoration: none;
}

#mainpageIndex li {
	margin-left: 25px;
	padding-top: 1.1px;
}

#mainpageIndex a:visited {
	color: #666666;
}
#mainpageIndex a:hover {
	color: #330000;
	text-decoration: none;
	background-color: #ECE8DF;
}

#mainpageIndex a:active {
 color: #990000;
}

#mainpageIndex ul {
	list-style: none;
	margin-bottom: 10px;
	margin-left: 20px;
	line-height: 1.1em;
	list-style-type: square;
}

/* --------------------------- footer menu---------------------------- */

#footer {
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 25px;
}
@media (max-width: 800px) {
	#centerCol:has(> #footer) {
		box-sizing: border-box;
		padding-left: 10px;
	}
	#footer > p {
		padding-left: 0;
	}
}
@media (max-width: 380px) {
	#footer img {
		padding: 0 !important;
		float: none !important;
		width: 100%;
		max-width: 270px;
		margin: 0 auto 10px;
		display: block;
	}
}


