/* body */
body {
	margin: 0;
	padding: 0;
	border: 0;
	overflow:auto;
	background-attachment:fixed;
	background-color: #fff;
	scrollbar-arrow-color:#666666;
	scrollbar-face-color:#666666;
	scrollbar-highlight-color:#4d4d4d;
	scrollbar-3dlight-color:#4d4d4d;
	scrollbar-darkshadow-color:#4d4d4d;
	scrollbar-shadow-color:#4d4d4d;
	scrollbar-track-color:#4d4d4d;
	font-size:14px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	cursor:default;
}
::-webkit-scrollbar {
 width:10px;
 height:10px;
 background-color:transparent;
}
::-webkit-scrollbar:hover {
 background-color:transparent;
}
::-webkit-resizer {
 -webkit-border-radius:4px;
 background-color:transparent;
}
::-webkit-scrollbar-thumb {
 min-height:0.8em;
 min-width:0.8em;
 background-color: #666666;
 box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset -1px -1px 0 rgba(0, 0, 0, .07);
}
::-webkit-scrollbar-thumb:hover {
 background-color: #666666;
}
::-webkit-scrollbar-thumb:active {
 background-color:#666666;
}
/* Hidden content */
.linkscontent {
	display:none;
}
/* remove focus border */
:focus {
outline: 0;
}
/* Links */
a:link {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: none;
	color:#666666;
}
a:active {
	text-decoration: none;
	color:#000000;
}
a.TopMenu:link {
	text-decoration: none;
	color:#FFFFFF;
}
a.TopMenu:visited {
	text-decoration: none;
	color:#FFFFFF;
}
a.TopMenu:hover {
	text-decoration: none;
	color:#999999;
}
a.TopMenu:active {
	text-decoration: none;
	color:#FFFFFF;
	text-decoration:underline;
}
/* Backgrounds */
.trnsbg {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
}
/* corners */
.rndcr0 {
	-khtml-border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:0px;
	outline:none;
}
.rndcr1 {
	-khtml-border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #000000;
	outline:none;
}
/* shadow */
.shadow {
	-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.70);
	-moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.70);
	box-shadow:   3px 3px 5px 0px rgba(50, 50, 50, 0.70);
}
/* boxes */
#Loadr {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.3);
	position:fixed;
	left:0px;
	width:100%;
	top:0px;
	height:100%;
	z-index:999;
	background-attachment:fixed;
	background-image:url(../images/loader.gif);
	background-position:center 50px;
	background-repeat:no-repeat;
}
#DivTop {
	position:fixed;
	background-color:#043369;
	color:#FFF;
	left:0px;
	top:0px;
	right:0px;
	height:58px;
	overflow:hidden;
	z-index:1;
	display:none;
}
#DivBase {
	position:fixed;
	background-color:#043369;
	color:#FFF;
	left:0px;
	height:42px;
	right:0px;
	bottom:0px;
	overflow:hidden;
	z-index:1;
	display:none;
}
#DivMain {
	position:absolute;
	left:0px;
	top:58px;
	right:0px;
	bottom:42px;
	overflow:auto;
	z-index:2;
	display:none;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
/* menu */
.menuat, .menuon {
	font-weight:bold;
	text-transform:uppercase;
	font-size: 14px;
	text-decoration: none;
	outline:none;
	text-align:center;
}
.menuat {
	color:#FFF;
	text-decoration:underline;
	cursor:default;
}
.menuon {
	color:#FFF;
	cursor:pointer;
}
.menuon:hover {
	color:#999;
	cursor:pointer;
}
/* text */
p {
	margin-top:0;
	text-align:justify;
}
.jtxt {
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
}
.ltxt {
	text-align:left;
	padding-left:10px;
	padding-right:10px;
}
.rtxt {
	text-align:right;
	padding-left:10px;
	padding-right:10px;
}
.ctxt {
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}
li {
	padding-top:0px;
}
.mtxt {
	font-weight:bold;
	text-transform:uppercase;
	font-size:90%;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
}
.quotes {
	display: none;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	text-shadow: 2px 1px 2px #000;
	text-align:center;
	padding-bottom:30px;
}
/* images */
.timg, .ximg {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.cimg {
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
/* image effect */
.imgbg, .imgbgla, .imgbglb, .imgbgra, .imgbgrb {
	background-position:center, center;
	background-repeat:no-repeat, no-repeat;
	background-size:cover, auto;
	border-radius:6px;
	border:2px solid #e8b923;
	outline:none;
}
.imgbgla {
	border-right:3px solid #e8b923;
	transform:perspective(210px) rotateY(23deg);
}
.imgbglb {
	border-right:3px solid #e8b923;
	transform:perspective(230px) rotateY(12deg);
}
.imgbgra {
	border-left:3px solid #e8b923;
	transform:perspective(210px) rotateY(-23deg);
}
.imgbgrb {
	border-left:3px solid #e8b923;
	transform:perspective(230px) rotateY(-12deg);
}
/* forms */
.frmhtxt {
	background-color:#043369;
	background:linear-gradient(to bottom, #043369, #064fa4, #043369);
	border-radius:5px;
	border:1px solid #0655b1;
	cursor:pointer;
	color:#ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:5px 8px;
	text-decoration:none;
	text-shadow:1px 1px 1px #000;
	text-transform:uppercase;
}
.frmitxt, textarea {
	border-radius: 5px;
	border: solid #999999 1px;
	border-bottom-width:2px;
	padding: 5px 8px 5px 8px;
	text-decoration: none;
	font-weight:bold;
	text-transform:none;
	outline:none;
	background: #cccccc;
	background-image: linear-gradient(to bottom, #cccccc, #ffffff, #cccccc);
	color: #000000;
	width:150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.frmbtxt {
	background: #4d4d4d;
	background-image: linear-gradient(to bottom, #4d4d4d, #000000);
	border-radius: 5px;
	color: #ffffff;
	font-size: 95%;
	font-weight:bold;
	text-transform:uppercase;
	padding: 5px 8px 5px 8px;
	border: solid #999999 1px;
	text-decoration: none;
	cursor:pointer;
	outline:none;
}
.frmbtxt:hover {
	background: #000000;
	background-image: linear-gradient(to bottom, #000000, #4d4d4d);
	color:#c1c1c1;
}
.reqtxt {
	border-bottom-color:#FF0000;
}
/* h text */
h1 {
	font-weight:bold;
	font-size:120%;
	text-transform:uppercase;
	text-align:left;
	margin:0;
	padding:0;
	text-shadow: 2px 2px #cccccc;
}
h2 {
	font-weight:bold;
	font-size:100%;
	text-transform:uppercase;
	text-align:left;
	margin:0;
	padding:0;
}
h3 {
	font-weight:bold;
	font-size:95%;
	text-transform:uppercase;
	text-align:left;
	margin:0;
	padding:0;
}
/* radio button */
.form-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #757575;
  top: -2px;
  height: 14px;
  width: 14px;
  border: 0;
  border-radius: 14px;
  cursor: pointer;  
  margin-right: 3px;
  outline: none;
}
.form-radio:checked::before {
  position: absolute;
  font: 12px/1 Verdana, Geneva, sans-serif;
		 font-weight:bold;
  left: 3px;
  top: 1px;
  content: '\02143';
  transform: rotate(40deg);
}
.form-radio:hover {
  background-color: #C1C1C1;
}
.form-radio:checked {
  background-color: #757575;
		 color:#FFF;
}
/* check box */
.form-check {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #FFF;
  color: #000;
  top: -1px;
  height: 14px;
  width: 14px;
  border:0px;
  border-radius: 3px;
  cursor: pointer;  
  margin-right: 3px;
  outline: none;
}
.form-check:checked::before {
  position: absolute;
  font: 12px/1 Verdana, Geneva, sans-serif;
		 font-weight:bold;
  left: 3px;
  top: 0px;
  content: '\02143';
  transform: rotate(40deg);
}
.form-check:hover {
  background-color: #C1C1C1;
}
.form-check:checked {
  background-color: #e8b923;
}
/* horizontal rule */
hr {
 border:0;
 height:3px;
 background-image:linear-gradient(to right, rgba(255, 255, 255, 0.25), rgba(255, 255, 255), rgba(255, 255, 255, 0.25));
}
hr.yellow {
 border:0;
 height:3px;
 background-image:linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.25));
}
