/* HTML5-CSS3 Updated 16Aug15 by Russ Harvey for russharvey.bc.ca  */

/* -----------------------------------
Basic rules
----------------------------------- */

body
{
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff;
	font: 100%/1 Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Trebuchet MS",Arial,sans-serif;
	color: #3366cc;
	background-color: #fff;
	margin: .5em 0;
}

p
{
	margin: 0.75em 0;
	line-height: 1.3;
}
ul, ol
{
	line-height: 1.3;
}
ul.breadcrumb
{
	padding-left: 5px;
	margin: 0 1em 1em 0;
	list-style-type: none;
}
ul.breadcrumb li
{
	display: inline;
	font-size: 0.8em;
}

table
{
	margin: 0;
	border-collapse: collapse;
}

td, th
{
	padding: .5em 1em;
	border: 1px solid #999;
}


a:link
{
	color: #333399;
	background-color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
a:visited
{
	color: #666666;
	background-color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}
a:hover
{
	color: #993333;
	background-color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}
a:active
{
	color: #990000;
	background-color: #cccccc;
	font-weight: normal;
	text-decoration: underline;
}
a .highlight
{
	color: #333399;
	background-color: #ffff66;
	font-weight: normal;
	text-decoration: underline;
}
a[href^="http:"]:link, a[href^="http:"]:visited, a[href^="https:"]:link, a[href^="https:"]:visited 
{
	border-bottom: 1px dotted;
}
img
{
	max-width: 100%;
	border: 0;
	vertical-align: bottom;
}
.hostingimg
{
	vertical-align: bottom;
}
.rightimg
{
	float: right;
	margin-left: 2em;
}
.leftimg
{
	float: left;
	margin-right: 2em;
}
.leftimgtn
{
	float: left;
	border: 1px;
	border-style: solid;
	border-color: #000;
}

.figure
{
	margin: 0 0 1em;
	padding: 0;
	text-align: center;
}
.search
{
	margin: 1% 1%;
	padding: 1% 1%;
	border: none;
}
.center
{
	text-align: center;
}
.smcenter
{
	font-size: 0.7em;
	text-align: center;
}
.smleft
{
	font-size: 0.7em;
}
blockquote {
  font-family: Tahoma,san-serif;
  font-style: italic;
  margin: 1em 3em;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}
blockquote:before {
  font-family: Georgia,Times,"Times New Roman",san-serif;
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -25px;
  top: -20px;
  color: #7a7a7a;
}
.indented {	/* used to offset sections */
  margin-left: 1.5em;
}
.medium
{
	font-size: 1.2em;
	font-weight: bold;
}
.calltoaction
{
	font-size: 1.4em;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}
pre {
  overflow: auto;
}
code
{
	font-family: Lucida Console,Andale Mono,Courier New,monospace;
	font-size: 1em;
	color: #060;
	background-color: #fff;
}
.strikeout
{
	text-decoration: line-through;
}
.clear
{
	clear: both;
	height: 1px;
}
.clearimg
{
	clear: both;
	font-size: 0;
}
li.off {list-style-type: none;}
.border
{
	border: 2px;
	border-style: dotted;
	border-color: #ff0000;
	padding: 0.5em;
	margin: 1em 0.5em;
}
.border h2,h3,h4 {margin-top: 0;}
.highlight
{
	color: #000;
	background-color: #ffff66;
}

/* -----------------------------------
Table styles
----------------------------------- */
.datatable

{
	border: 2px solid #006699;
	border-collapse: collapse;
}

.datatable td
{
	border: 1px solid #006699;
	text-align: left;
	padding: 4px;
}

.datatable th

{
	border: 1px solid #fff;
	background-color: #006699;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 4px;
}

.datatable caption
{
	font-weight: bold;
	background-color: #fff;
	color: #006699;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}

.odd
{
	/* Used in security.html#wireless (but is a potential for any datatable) */
	color: #000;
	background-color: #cceaff;
}

.table-container
{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em; 
}

.table-container::-webkit-scrollbar
{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.table-container::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0,102,153,.4);
}

.table-container-outer { position: relative; }

/* -----------------------------------
Aside styles
----------------------------------- */
.aside li { margin-left: -10px; }
.aside blockquote
{
	margin: 1em 1em;
	padding: 0.25em 20px;
}
.aside-img
{
	max-width: 100%;
	display: block;
	border: 0;
	-ms-interpolation-mode: bicubic;
	_width: 100%;
	text-align: center;
}

/* -----------------------------------
narrow
----------------------------------- */

.row-padding { padding: 20px; }

.main,.aside,.feature-col,.cols3
{
	float: none;
	display: block;
	width: 100%;
	margin: 0 0 1em;
}
blockquote
{
	margin: 0.8em 0.8em;
	padding: 0.25em 20px;
}

#nav a
{
	float: none;
	display: block;
	width: 100%;
	padding: .8em 0;
	border-bottom: 1px solid #fff;
	color: #fff;
	background-color: #006699;
	text-align: left;
	text-indent: 20px;
	text-decoration: none;
}

.footer
{
	border-top: 1px solid #555544;
	border-bottom: 1px solid #555544;
	color: #fff;
	background: #006699;
	margin: 0;
	padding: 0.3em 0;
	text-align: center;
	font-size: 0.8em;
}
.footer a:link
{
	color: #fff;
	background-color: #006699;
	font-weight: normal;
}
.footer a:visited
{
	color: #fff;
	background-color: #006699;
	font-weight: normal;
}
.footer a:hover
{
	color: #fff;
	background-color: #006699;
	font-weight: normal;
}
.footer a:active
{
	color: #fff;
	background-color: #006699;
	font-weight: normal;
}

#nav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li { display: inline; }

/* -----------------------------------
Layout
----------------------------------- */


@media (min-width:38em)
{
	.container
	{
		max-width: 960px;
		margin: 0 auto;
	}
	
	.row
	{
		clear: left;
		overflow: hidden;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	
	.row-padding { padding: 30px 3.125%; }
	
	.main
	{
		float: left;
		width: 65.55556%;
	}
	
	.aside
	{
		float: right;
		width: 31.11111%;
	}
	
	/* -----------------------------------
	feature
	----------------------------------- */
	
	.feature
	{
		padding: 30px 5.08475%;
	}
	
	.feature-col
	{
		float: left;
		width: 47.16981%;
		margin: 0 5.66038% 0 0;
	}
	
	.feature-col-last { margin-right: 0; }
	.feature h2
	{
		color: #3366cc;
		background-color: #fff;
	}
	
	/* -----------------------------------
	Cols3
	----------------------------------- */
	
	.cols3
	{
		float: left;
		width: 31.11111%;
		margin: 0 3.33333% 0 0;
	}
	
	.cols3-last { margin-right: 0; }
	
	/* -----------------------------------
	nav
	----------------------------------- */
	
	#nav a
	{
		float: left;
		width: 16.66667%;
		padding: .8em 0;
		color: #fff;
		text-decoration: none;
		text-align: center;
		background: #069 no-repeat 100% 0;
	}
}