﻿@font-face {
    font-family: Monotype Corsiva;
    src: url('fonts/Monotype%20Corsiva.ttf') format('truetype');
}

@font-face {
    font-family: Blogger_Sans-Bold;
    src: url('fonts/Blogger_Sans-Bold.otf') format('opentype');
}
@font-face {
    font-family: GoodDog;
    src: url('fonts/GoodDog.otf') format('opentype');
}

body {
	margin:0;
	color: #666;
	background-image: url('Images/Backdrop.jpg');
    background-attachment: fixed;
	background-color:black;
}

.Image {
	-webkit-box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.75);
	border-radius:18px;
}

.ImgSecurity {
	border: thin solid black;
}

.ImgSecurityRed {
	border: thin solid red;
}

p {
	padding-top: 0;
	margin-top: 5px;
    text-align: justify;
}

h1 {
	font-family: Monotype Corsiva;
	font-size:20pt;	
	margin:0;
}

h2 {
	font-family: Monotype Corsiva;
	font-size:20pt;
	padding: 0;
	margin-top: 0;
	margin-bottom: 2px;
}

.FBtn {
	font-family: 'Trebuchet MS','Calibri', 'Blogger_Sans-Bold','Arial','Comic Sans MS';
	font-size:100%;
	font-weight:bold;

}

.FTxtCut {
	font-family: 'Trebuchet MS','Calibri','Blogger_Sans-Bold','Comic Sans MS','Arial';
	font-size:13px;
	font-weight: bold;
	text-align:center;
	padding:3px;
	border-radius: 6px;
}

.FTxtLCut {
	font-family: 'Trebuchet MS','Calibri','Blogger_Sans-Bold','Comic Sans MS','Arial';
	font-size:13px;	
	font-weight: bold;
	text-align:left;
	padding:3px;
	border-radius: 6px;
}

.FLstCut {
	font-family: 'Trebuchet MS','Calibri','Blogger_Sans-Bold','Comic Sans MS','Arial';
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	border-radius: 6px;
}

.FTxt {
	font-family: 'Trebuchet MS','Calibri','Blogger_Sans-Bold','Comic Sans MS','Arial';
	font-size:13px;
	text-align:left;
	padding:4px;
	border-radius: 6px;

}

.FTxtRed {
	font-family: 'Trebuchet MS','Calibri','Blogger_Sans-Bold','Comic Sans MS','Arial';
	font-size:12px;
	text-align:left;
	padding:4px;
	border-radius: 6px;
	border: thin solid red;

}
.FLst {
	font-family: 'Trebuchet MS','Calibri','Blogger_Sans-Bold','Comic Sans MS','Arial';
	font-size:13px;
	text-align: center;
	padding:3px;
	border-radius: 6px;
}

.FTxtArea {
	font-family: 'Trebuchet MS','Calibri','Blogger_Sans-Bold','Comic Sans MS','Arial';
	font-size:13px;
	text-align:left;
	padding:3px;
	border-radius: 6px;
}

.PosWrapAll {
	position: relative;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
}
.PosHeaderH1 {	  
  	font-family: Impact,Blogger_Sans-Bold;
	position:absolute;
	font-weight: bold;
	top: -5px;
	right:0;
	font-size:550%;
	color: #231901;
	text-align:right;	
}
	
.PosHeaderH2 {	
	position:absolute;
	text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);	
	top:90px;
	right:0;
    font-family: 'Trebuchet MS','Calibri','Arial';
	color: #231901;
	font-weight: bold;
	font-size:104%;
	text-align:right;
}
.PosLogo {
	position: absolute;
	background-image: url('Images/Logo.png');
	width:145px;
	height:133px;
	top:5px;
	left:30px;
}

.PosNav {
    font-family: 'Trebuchet MS','Calibri','Monotype Corsiva','Arial';
    position:absolute;
	top:145px;
	width:94%;
	font-size:95%;	
	background-image: url('Images/Nav.png');
	height:40px;
	margin-left:3%;
	box-shadow: -9px -10px 23px -9px rgba(0,0,0,0.75);
	text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);		
	border-top-left-radius:18px;
	border-top-right-radius:18px;
	border: 2px solid #444;
}

.PosNav div {
	width:auto;
	padding:5px;
	margin-left:4%;
	margin-right:1.6%;
	margin-top:8px;
	float: left;
	text-align:center;
}

.PosNav div a {
	color: #231901;
	font-weight:bold;
	text-decoration:none;
}

.PosNav div a:hover {
	text-shadow: 0px 1px 0px orange, 0px -1px 0px orange;
}

.PosWrapContFoot {
	position:relative;
	top:185px;
}
.PosCont {
	font-family: Trebuchet MS,Calibri, Blogger_Sans-Bold, Open Sans,Arial;
	font-size: 100%;
	font-weight:bold;
	line-height: 130%;
	background-color:#222;
	border: 1px solid #666;
	box-shadow: 3px 3px 15px #222;
	padding-bottom:30px;
	color:white;
	border-radius:18px;
	height:auto;
	padding:25px;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.PosFoot {
   font-family: 'Trebuchet MS','Calibri','Monotype Corsiva','Arial';
	font-size:12pt;
	font-weight:bold;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	padding:5px;
	color: #231901;
	text-shadow: 0px 1px 1px #4d4d4d;
}

.TblLogon td {
	padding:5px;
}

.TblServices {	
	
}

.TblServices td {
	width:44%;
	padding-right:3%;	
	padding-top:1%;
	vertical-align:top;
}

.Tbl {
	width:100%;
}

.Tbl td {
	vertical-align: top;
}

.Tbl a {
	color: white;
	text-decoration:none;
}

.TblResults {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	border-collapse: collapse;
	font-size: 13px;
}

.TblResultsH td {
	background-color:#111;
	border-top: solid thin black;
	border-bottom: solid thin black;	
} 

.TblResultsT td {

	background-color:#222;
	border-top: solid thin black;
	border-bottom: solid thin black;
}

.TblResults td {
	border-bottom: solid thin black;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
}

.TblResults tr:nth-child(odd) {
	background-color: #444;
	color:white;
}

.TblResults tr:nth-child(even) {
	background-color: #333;
	color:white;
}

.TblResults tr:nth-child(1n+3):hover td {
	background-color:olive;	
}

@media print { 
	.PrintHide {display:none;}
	.PrintShow {display:block;}
	body {
	background-image: none;
	background-color:white;
}
.PosCont {
	border: 1px solid white;
	background-color:white;
	box-shadow: 3px 3px 15px white;
	padding-bottom:0px;
	box-shadow: 3px 3px 15px white;
	border-radius:18px;
	height:auto;
	padding:0px;
}

.PosWrapAll {
	width: 800px;
}

.PosNav {
	height:30px;
	margin-left:0px;
}

.PosFoot {
display:none;
}

.TblResults {
	margin-left:0;
}

.TblResults td {
background-color:white;
color:black;
}
}
