html, body, div, hr {
	display: block;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: #000000;
}


body {
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	color: #cccccc;
}

#wrapper {
	position: relative;
	height: 100%;
	min-width: 62em;
	width: 100%;
	background-repeat: repeat-x;
	background-size: 100% 100%;
	text-align: center;
}



/* ############## HEADER  HEADER HEADER HEADER ############### */
/* ############## HEADER  HEADER HEADER HEADER ############### */
/* ############## HEADER  HEADER HEADER HEADER ############### */



header {
	position: relative;
	background-color: #000000;
	margin: 0;
	padding: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	height: 18em;
	color: #999999;
}

#banner {
	display: block;
	position: absolute;
	top: 2.5em;
	left: 5.0em;
	min-width: 32em;
	max-width: 38em;
	border: 0;
	width: 55%;
}

#logotitle {
	width: 500px;
}


/* ############## MAIN CONTENT MAIN CONTENT ############### */
/* ############## MAIN CONTENT MAIN CONTENT ############### */
/* ############## MAIN CONTENT MAIN CONTENT ############### */


#logoimage {
	width: 48em;
}



/* ##############   FOOTER FOOTER FOOTER FOOTER ##############  */
/* ##############   FOOTER FOOTER FOOTER FOOTER ##############  */
/* ##############   FOOTER FOOTER FOOTER FOOTER ##############  */


#docfooter {
	position: absolute;
	background-color: #ffffff;
	background-image: url("images/footerbg.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 2.625em;
	max-height: 2.625em;
	left: 0;
	bottom: 0;
	right: 0;
	border: 0;
	border-radius: 0;
	text-align: center;
	vertical-align: middle;
	clear: both;
	z-index: 100;
	overflow: auto;
	color: #000000;
}

#docfooterlogo {
	display: inline-block;
/*	background-image: url("images/footerlogo.png");	*/
	height: 2.625em;
	max-height: 2.625em;
	width: 12.875em;
	margin: 0;
	padding: 0;	
	border: 0;
}

#docfooterlogo img {
	margin: 0;
	padding: 0;
	border: 0;
}

#docfooteraddy {
	float: left;
	max-height: 2.625em;
	margin: 0.4em 0 0 5%;
	text-align: left;
}

#docfooterphonemail {
	float: right;
	max-height: 2.625em;
	margin: 0.4em 5% 0 0;
	text-align: right;
}




/* ##############  STANDARD ELEMENTS CLASSES ##############  */
/* ##############  STANDARD ELEMENTS CLASSES ##############  */
/* ##############  STANDARD ELEMENTS CLASSES ##############  */




div, a, img {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}

.boxshadowheavy {
	box-shadow: 0.4em 0.4em 0.1em 0.1em #0c2256;
}

.boxshadowmed {
	box-shadow: 0.3em 0.2em 0.1em 0.1em #0c2256;
}
.boxshadowlight {
	box-shadow: 0.15em 0.2em 0.1em 0.1em #0c2256;
}

.bordernorm {
	border: 0.1875em ridge slategray;
}

.bordermed {
	border: 0.125em ridge slategray;
}

.borderlight {
	border: 0.0625em ridge white;
}

.radiushard {
	border-radius: 0.9em;
	overflow: hidden;
}

.radiusmed {
	border-radius: 1.8em;
	overflow: hidden;
}

.radiussoft {
	border-radius: 2.1em;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6, b, strong {
    font-weight: 700;
}

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.1em;
}

h4 {
    font-size: 0.8em;
}

p {
    font-size: 0.85em;
}

.p1 {
	font-size: 1.0em;
}

.p2 {
	font-size: 1.2em;
}

a {
	text-decoration: none;
	color: #000000;
}

.linklike {
	color: #0c2256;
	text-decoration: underline;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@font-face { 
	font-family: Skia; src: url('fonts/Skia.ttf');
}

.bumpup {
	font-size: 120%;
}

.bigtext {
    font-size: 140%;
	font-weight: 700;
}

.biggertext {
	font-size: 160%;
	font-weight: 900;
}

.subtext {
	font-size:0.95em;
	font-weight: normal;
	color: #0c2256;
}

.isHidden {

}

.isShown {

}

.infoHidden {
	
}

.infoShown {
	
}

.opaque {
    opacity: 1.0;
}

.center {
    width: auto;
    margin: 0 auto;
    text-align: center;
}

.centeringdiv {
    position: absolute;
    left: 50%;
    border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}

.inlineleft {
    display: inline;
    text-align: left;
}

.blockleft {
    margin: 0.4em 0;
    padding: 0;
    display: block;
    float: left;
    border: none;
}

.blockright {
    margin: 0.4em 0;
    padding: 0;
    display: block;
    float: right;
    border: none;
}

.nodisplay {
    display: none;
}

.hidden {
    visibility: hidden;
}

.floatclear {
    clear: both;
    margin: 0;
    padding: 0;
    border: none;
}

