/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
 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,
 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,
nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, 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 of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 14px Arial, sans-serif;
	width: 100%;
	height: 100%;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	padding-top: 10px;
	padding-left: 20px;
	height: 148px;
	background: #FFFFFF;
	background-image: url("/images/header_bkg.png");
	background-size: 100%;
}

.header .sub_img {
	float: right;
	padding-top:50px;
	padding-right:20px;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 40px;
	position: relative;
	padding-top:0px;
	border-top: 1px solid #BBBBBB;
}
.middle .banner {
	text-align:left;
	padding-top:15px;
	padding-left:100px;
	width:100%;
}
.middle .sub_sub_img {
	border-bottom:1px solid black;
	}

.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 0 0 220px;
}

.middle dt {
	font-weight:bold;
	}
.middle dt a {
	text-decoration:none;
	font-weight:normal;
	color:blue;
	}
.middle dd {
	padding-left: 10px;
	padding-bottom: 10px;
	}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 200px;
	margin-left: -100%;
	position: relative;
	background: #F9F6EE;
	padding-left: 5px;
	/*border-top: solid 1px #E6BF83;*/
	border-left: double 3px #E6BF83;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 1000px;
	margin: -20px auto 0;
	height: 21px;
	background: #FFFFFF;
	position: relative;
	text-align:center;
}

/* Tooltip
-----------------------------------------------------------------------------*/
.tooltip-text {
  position: absolute;
  top: -40px;
  left: -50%; */
  z-index: 2;
  width: 100px;
  color: white;
  font-size: 12px;
  background-color: #192733;
  border-radius: 10px;
  padding: 10px 15px 10px 15px;
}

#fade {
  opacity: 0;
  transition: opacity 0.5s;
}

.hover-text:hover #fade { opacity: 1; }


.hover-text {
  position: relative;
  display: inline-block;
  margin: 40px;
  font-family: Arial;
  text-align: center;
}

/* Custom -----------------------------------------------------------------------------*/
.blurb {
	font-size:18px;
	font-weight:bold;
	}
.subpage_h1{
	padding-left:50px;
	font-size:250%;
	}
.subpage_h2{
	}

a:link {
	text-decoration:none;
	color: #444444;
	}
a:active {
	
	}
a:visited {
	color: #444444;
	}
a:hover {
	color: #0099CC;
	}

pre { 
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-left: 3px solid #E6BF83;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1em;
    display: block;
    word-wrap: break-word;
	}
.splash_image{
	border-radius:18px;
	max-width:200px;
	margin-top:24px;
	}
	
.ad-container-img{
	margin-top:6px;
	max-width:190px;
	border-radius:4px;
	border:0px;
	}
	
.index_table {
	margin-top:50px;
	}
.index_table th {
	font-size:18px;
	width:50%;
	font-weight:bold;
	background-color:#f4f4f4;
	border:1px solid #a4a4a4;
	}
.index_table td {
		padding-left:25px;
		padding-right:25px;
		padding-top:5px;
		padding-bottom:10px;
		/*border:1px solid #a4a4a4;*/
		}

.link_table {
	margin-top:20px;
	}
.link_table th {
	font-size:18px;
	font-weight:bold;
	background-color:#f4f4f4;
	border:1px solid #a4a4a4;
	}
.link_table td	{
	padding:2px 2px 2px 2px;
	}
