@charset "utf-8";
/* Spine Metrics CSS Document */

body {
	background-color: #fff;
	background-image: url(images/Bk1.png); 
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

html{
	height:100%;				/* Force vertical scrollbars in VTz + Opera to prevent 'jumping' */
	margin-bottom:1px;
	overflow-y:scroll;			/* this line is for IE */
}

p {   margin: 0px;   padding: 0px;}

a:link, a:visited, a:active {color: #7a7a7a;	font-weight: bold;	text-decoration: none;}
a:hover {color: #ee383a;	font-weight: bold;	text-decoration: none;}



h1 {	
	text-align: left;
	vertical-align: top;
	color: #ee383a;	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom:15px;
	margin-top: 0px;
}

h2 {	
	color: #ee383a;	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: inline;
}
h3 {	
	color: #7a7a7a;		/* charcoal */	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: inline;
}
h4{	
	color: #000;		/* black */	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: inline;
}

#BannerTable {text-align: center;}

.BkWhite {
	background-color: #fff;
	box-shadow: 0 0 15px #222;
	z-index: 100;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.Blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}


.Centered {margin: auto; }
.CenterThis {margin-left: auto; margin-right: auto;}
.Clear {clear: both;}

.ColorRed {color: #ee383a;}
.ColorGray {color: #9a9a99;}
.ColorCharcoal {color: #7a7a7a;}

.ContentsCentered {text-align: center;}
.ContentsLeft {text-align: left;}
.ContentsRight {text-align: right;}

.Copyright{
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:middle;
	font-weight:normal;
}

.Dot {padding-left:15px; padding-right:15px; padding-bottom: 2px; }


.FloatR {float: right;}
.FloatL {float: left;}

#Footer {clear: both; text-align: center; padding-top: 15px; padding-bottom: 15px; }
.FrameGray {
	background-color: #7a7a7a;
	padding: 6px;
	-webkit-box-shadow: 0 0 8px rgba(132, 132, 132, .75);
	-moz-box-shadow: 0 0 8px rgba(132, 132, 132, .75);
	box-shadow: 0 0 8px rgba(132, 132, 132, .75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


img.framed {border-color: #7a7a7a; border-style:inset; border-width:thin; }

.Link_Red  {color:#ee383a!important;}
.Link_Red:hover { color:#7F7A7A!important;}

.Link_Copyright:link, .Link_Copyright:visited, .Link_Copyright:active {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.Link_Copyright:hover {
	color:#ee383a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.Link_Nav:link, .Link_Nav:visited, .Link_Nav:active {
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.Link_Nav:hover {
	color:black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#Main {margin-left: auto; margin-right: auto; text-align: center; min-height: 400px;}


.MarginL20 {margin-left: 20px;}
.MarginR20 {margin-right: 20px;}

.NavBar {
	background-image: url(images/Bk2.png); 
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 8px; padding-bottom: 8px;
	border-top-color: #7a7a7a;
	border-top-style: ridge;
	border-top-width: medium;
	border-bottom-color: #7a7a7a;
	border-bottom-style: ridge;
	border-bottom-width: medium;

}

.MarginR {margin-right: 20px;}
.MarginL {margin-left: 20px;}

.MarginSiteTop {margin-top: 5px;}

.PadR10 {padding-right: 10px;}

.TextBody {
	color: #000000;
	font-family: Arial, "Trebuchet MS", "Century Gothic", Century;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
.TablePad5 td {padding: 5px;}
.VertBottom {vertical-align: bottom;}
.VertMid {vertical-align: middle;}
.VertTop {vertical-align: top;}

#XraySubmit label {display: inline-block; width: 200px; margin-top: 5px; }    
#XraySubmit input {display: inline-block; }
#XraySubmit .RequiredInput {background-color: #ffffe0; }
#XraySubmit .RequiredField::after {content: " * " }

/* Font Size Initial Settings */
h1         {font-size: 22px;}
h2, h3, h4 {font-size: 18px;}
.TextBody {	font-size: 16px; line-height: 22px;}
.Link_Nav {	font-size: 16px; line-height: 28px;}
.Copyright, .Link_Copyright {font-size: 14px; line-height: 16px; }
    
#Content { padding-top: 20px; padding-left: 30px; padding-right: 30px;}
    
    
/* MOBILE OPTIMIZATION *************************************** */
img { max-width: 100%; height: auto; } 
.MobileOpt img {height: auto;}

/* FOR SPECIFIED VIEWPORT */ 
/* Desktop */
@media all and (min-width: 1000px) {
    #BannerTable {width: 1000px;}
    #Main {width: 1000px;}
    .MobileShow {display: none;}
	.MobileHide {display: inline;}	
}

/* medium devices */ 
@media all and (max-width: 999px) {
    #BannerTable {width: 100%;}
    #Main {width: 100%; }
    #Content img, .BodyText img {max-width: 30%; }
    .MobileHide {display: none;}
	.MobileShow {display: inline;}
}

/* small devices */ 
@media all and (max-width: 749px) {
    .NavBar { text-align: left; padding-left: 15px; padding-right: 15px;}
    .Dot {padding-left: 1px; padding-right: 1px; padding-bottom: 5px;}
    img.Dot {width: 1px; height: 5px;}
    #XraySubmit label {display: block; margin-top: 0px; }    
    #XraySubmit input {display: block; margin-top: 0px; line-height: 14px;}
}

/* very small devices ONLY HAVE A FEW DIFFERENCES to override the above */ 
@media all and (max-width: 480px) { 

}

/* VERY small devices ONLY HAVE A FEW DIFFERENCES to override the above */ 
@media all and (max-width: 320px) {
    .Copyright, .Link_Copyright {font-size: 10px; line-height: 12px; }
}



