@charset "utf-8";
@import url("../webfonts/ArbutusSlab/stylesheet.css");
@import url("../webfonts/Roboto_Regular/stylesheet.css");
@import url("../webfonts/RobotoLight/stylesheet.css");


/* CSS Document */
h1, h2, h3, h4, h5, h6, p{
	margin: 0 0 0 0;
}
h1 {
	font-size: 26pt;
	color: #EAA70B;
	font-family: ArbutusSlab, "Times New Roman";
	text-shadow: 1px 1px #000;
}
h2 {
	font-size:20pt;
	text-shadow: 1px 1px #000;
	color:white;
	font-family: ArbutusSlab, "Times New Roman", Times, serif;;
}
h3 {
	font-size: 16pt
	text-shadow: 1px 1px #000;;
	color: #8CB4E3;
	font-family: ArbutusSlab, "Times New Roman";
}
h4 {
	font-size:14pt;
	color:white;
	font-family:"Roboto Light","Times New Roman", Times, serif;
}
p {
	font-size: 12pt;
	color: white;
	font-family:"Roboto Light","Times New Roman", Times, serif;
}
li {
	font-size: 13pt;
	color: white;
	font-family:"Roboto Light","Times New Roman", Times, serif; 
}
a {
	color: white;
	text-decoration: none;	
}
a:link {
}
a:visited {
}
a:hover {
	color: #f3ad1b;
}
a:active {
}
input[type='submit'] {	
	font-size: 14pt;
	font-weight: normal;
	font-family:"Roboto Medium","Times New Roman", Times, serif;
	text-shadow: 1px 1px #000;
	color:white;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	cursor: pointer;
	background-color: #f3ad1b;
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 4px;
	margin-bottom: 5px;
	border:none;
	/*border: 1px solid #707070;*/
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 1px;
	appearance: none;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
input[type='submit']:hover{
	/*background-color: #2965b0;
	color:white;
	border: 1px solid #333;
	text-decoration: none;*/
	box-shadow:1px 1px 1px #EAA70B;
}
#wrapper {
	width:1024px;
	height:auto;	
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

#sidebar {
    position: fixed;
    width: 200px;
    height: 100%;
    top: 0;
    left: 0;		
	float:left;
}
#sidebar .logoImageDesk{
	width:100%;
	margin-top: 25px;
	margin-left: 20px;
	display:block;	
}
#sidebar .logoImageMobile{
	width:25%;
	margin-top: 5px;
	margin-left: 5px;
	display:none;	
}
#rightSideArea {
	position: relative;
	width: 824px;
	height: auto;
	display: block;
	background-image: url(../images/rightSideBack.jpg);
	/*background-repeat:no-repeat;
	background-color:blue;
	background-color:rgb(41,101,176);*/
	float: left;
	margin: 0 0 0 200px;
}
#header{
	width:100%;
	height:80px;
	/*background-color:lightblue;*/
	background-image:url("../images/headerpatternWrk01.png");
	background-repeat:no-repeat;
}
#content {
	position:relative;
	width: 96%;
	height: auto;
	/*background-color:#C69;*/
	float:left;
	padding: 0 2% 0 2%;
	margin-top:35px;
}
#footer {
	position: relative;
	width: 100%;
	float: left;
	padding-top: 20px;
	height:100px;
	background-color: #1496CD;
}
#footer .footerContent{
	position:relative;
	width:90%;	
	height: 60px;
	color:white;
	margin: 10px auto 10px auto;
	padding: 0 5% 0 5%;	
}
#footer .footerLeft{
	float:left;
	width:50%;	
}
#footer .footerRight{
	float:right;
	width:45%;	
}
#footer h3,  #footer p{
	font-size:80%;	
	text-align: left;
	font-family:Roboto-Regular;
}

#navBar {
	margin:20px auto 0 auto;
	width:150px;
	
}
/*Strip the ul of padding and list styling*/
#navBar ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
#navBar li {
	/*display:inline-block;*/
	display:block;
	float: none;
	margin-right: 1px;

}

/*Style for menu links*/
#navBar li a {
	display:block;
	min-width:140px;
	height: 50px;
	text-align: left;
	line-height: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*color: #fff;
	background: #2f3036;*/
	color: black;
	background: white;
	text-decoration: none;
}

/*Hover state for top level links*/
#navBar li:hover a {
	/*background: #19c589;*/
	color: blue;
	text-decoration:underline;
}

/*Style for dropdown links*/
#navBar li:hover ul a {
	/*background: #f3f3f3;
	color: #2f3036;*/
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
#navBar li:hover ul a:hover {
	background: #19c589;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
#navBar li ul {
	display: none;
}

/*Make dropdown links vertical*/
#navBar li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
#navBar li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
#navBar ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
#navBar .show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	/*background: #19c589;*/
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
#navBar input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
#navBar input[type=checkbox]:checked ~ #menu{
    display: block; 
	/*display: list-item;*/
}
.clearFix {
	clear:both;
}

	.topLine {
		width: 80%;
		margin-top:20px;
		display:block;		
		margin-left:auto;
		margin-right:auto;
	}
		.topLine p{
		font-size: 14pt;
	}
.textBox75{
	width:75%;
}

.diagramBox{
	width:30%;
	float:left;
	padding: 0 1.5%;
}
.diagramBox img{
	padding-top: 5%;
	width:90%;
}
.diagramBox50{
	width:40%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.fontWhite {
	color:white;
}
.fontGold {
	color:#E1B417;
}
.fontGold2 {
	color:#EAA70B;
}
.fontGrey {
	color:#CCC;
}
.fontArbutus{
	font-family:ArbutusSlab;	
}
.fontRobotoMed{
	font-family:RobotoMedium;
}
.font8 {
	font-size:8pt;
}
.font9 {
	font-size:9pt;
}
.font11 {
	font-size:11pt;
}
.font13 {
	font-size:13pt;
}
.font14 {
	font-size:14pt;
}
.centreit {
	text-align:center;
	display:block;
	margin-left:auto;
	margin-right:auto;		
}
.textRight {
	text-align:right;		
}
.textLeft {
	text-align:left;		
}
.boxLeft {
	float:left;
}
.boxRight {
	float:right;
}
.left60 {
	position:relative;
	width:59%;
	height:100%;
	display:block;
	overflow:auto;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
}
.left60 img{
	width:80%;	
	margin-left:auto;
	margin-right:auto;
}
.right40 {
	position:relative;
	width:39%;
	height:auto;
	float:right;
	display:inline-block;
	overflow:auto;	
	padding-top:20px;
	padding-bottom:20px;
}
.right h1,h2,h3,p {
	text-align:center;
}
.thisPage{
	font-size:16pt;
	background:red;
	text-decoration:underline;
	color:blue;
}
.buttonSpacer {
	margin-left:20px;
	display:inline-block;
}

.buttonGold {
	background-color:#EAA70B;
	width: 150px;
	height: 20px;
	font-size: 10pt;
	font-weight: normal;
	font-family:"Roboto-Regular", "Times New Roman";
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	cursor: pointer;		
	margin-bottom:2px;	
}

a.buttonGold  {
	color:white;
}
.buttonGold:hover{
	/*background-color: #8C8C8C;*/
	box-shadow:1px 1px 1px #EAA70B;
}

.buttonGold img{
	float:right;
	margin-top:2px;
	width: 15px;
	height: 15px;	
}

.buttonLink{
}
.buttonLink:hover{
	/*background-color: #8C8C8C;*/
	box-shadow:1px 1px 1px #EAA70B;
}	
.floatRightClear {
	float: right;
}

/* secrity and features page css */
	.secBoxArea {
		position:relative;
		margin-top:15px;
		width: 100%;
		height:auto;
	}	
	.secBox {
		width:240px;
		height: 200px;
		margin: 20px 0 10px 15px;
		float: left;
	}

	.secBox h2, .secBox p{
		padding-top: 5px;	
		color:white;
		text-align:center;			
	}	
	.secBox h2 {
		font-size:12pt;
		letter-spacing:1px;	
			
	}
	.secBox .secTop{
		width:240px;
		height: 150;
	}
	.secBox .secTop img{
		width: 90px;
		display:block;		
		margin-left:auto;
		margin-right:auto;
	}	
	
	.secBox .secBottom {
		position:relative;	
		width:95%;
		height: 75px;
		padding: 10px 5px;	
	}		
	