body{
   background-color:#39C;
    /*  background-image: url('../pics/blueprintLT.jpg'); */
    background-image: url('/pics/lt_blue_bg.jpg');
   background-repeat: cover;
   width:960px;
   margin:auto;
  max-width:100%;
  box-sizing:border-box;
}
*{
	font-family: Verdana, arial, helvetica, tahoma, sans-serif;
	font-size: 14px;
	box-sizing:border-box;
    max-width:100%;
}
.pic, .img{
  display:block;
  text-align:center;
  margin:4px auto;
  }
input,textarea,select{
  border-radius:6px;
  background-color: #FFC;
  font-size: 12px;
  color: #333;
  border-color: blue;
  border-width: 1px;
  padding: 2px;
  margin-bottom: 4px;
  }
option:nth-child(odd){
  background-color: #0FF;}
input[type=button], input[type=submit], input[type=reset]
{
   background-color: #CFC;
   color: #30F;
   font-size: 13px;
}
fieldset{padding:12px;   border-radius:8px;}
 .mailButton{
  font-size: 13px;
  width: 120px;
  height: 25px;
  font-weight: 600;
}
.floatleft{float:left;}
.clearboth{clear:both;}
 *:focus{background-color: #FCF;}
  	label {
     font-size: 8pt;
   }
#divMain{
   padding: 8px;
   min-height:590px;
   background-color: #FFFBE1;
   opacity:.8;
}
small{
   font-size: 8pt;
   font-style: italic;
}
#fsSpecial{
   max-width:600px;
   text-align: left;
   font-size: 12pt;
   font-weight: 800;
}
#fsSpecial legend{
   font-size: 14pt;
   padding:4px;
   font-style: italic;
   color:#306;
}
caption{
   font-size: 16pt;
   font-weight: 700;
 }
#headera{
   font-size: 22pt;
   font-weight: 700;
 }
h1{font-size:24px;}
h2 {font-size: 21px;}
h3, h3 * {font-size: 18px;}
h4, h4 * {font-size: 15px;}
h1,h2,h3,h4,h5{
	line-height: 109%;
	text-align: center;
	margin: 5px 2px;
	color:#3A4DF3
}
a{
    font-weight: 600;
    text-decoration:none;
    color:#111;
 }
a:hover{
	color: #900;
	font-weight: 700;
	text-decoration: underline;
}
.navBottom a{
  height:22px;
  padding:0 2px;
  font-size: 12px;
}
 p
 {
   text-indent: .4in;
   text-align: left;
   font-size: 15px;
  }
  .alter
  {
    background-color:#66F;
  }
th{
   font-size: 18px;
   font-weight:700;
   margin-bottom:12px;
 }
label{font-size:9pt;}
  /*  applies to slide show 3/8/2009  */
#info   /*  for pic show listings div  */
{
  font-size:11pt;
    /*  margin-left: 100px;
  margin-right: 100px;   */
  border: 2px solid blue;
  border-top: 0px solid blue;
  padding: 10px;
  padding-top: 0px;
  width:620px;
}
hr{
 margin:4px 12px;
 text-align:center;}
.brownLine  /*  nice thick brown rule hr  */
{
  color:brown;
  height:3px;
}
#footer
{
   font-size: 10pt;
   font-weight:600;
}
#footer{padding-bottom: 12px;}
#divHeader{padding:2px;position: relative;}
ul#nav2
{
	list-style-type: none;
	height: 30px;
	width: 100%;
	margin:0;
	padding:0;
	position: relative;
}
#nav2 li
{
   float: left;
   width:16.666%;
   border: 1px solid blue;
   border-right-width: 0px;
   height:54px;
}
#nav2 li:last-child{ border-right-width: 1px;}
#nav2 li a
{
	padding: 0px 2px;
	display: block;
	text-align:center;
	text-decoration: none;
	font-size: 13px;
	color: #33C;
    font-weight: 600;
}
#nav2 a:hover
{
	color: #F00;
	background-color: #FFF;
}
ul#nav2 li:hover  div#subMenu
{
	display: block;
}
div#subMenu
{
	display: none;
	position: absolute;
    width:50%;
	background-color: #EEE;
}
#nav2 li div#subMenu a{
    font-size: 12px;
	text-align: left;
    line-height:24px;
    padding-left: 2px;
 }
#nav2 li div#subMenu a:nth-child(odd){ background-color: #FFF;}
#nav2 li div#subMenu a:hover{ background-color: #FF3;}
	 /* NEW STUFF BELOW  */
.yesShow, .yesShowIn{display:none;}
#CLICK a, #CLICK {display: none;}
	#navSlide{ z-index:100; display:none;}
    #SlideMenu {display:none; background-color: #F63;position:absolute; width:100%; z-index:100;}
	 #SlideMenu a{
		border: 1px solid blue;
		border-bottom-width: 0;
		display: block;
		min-height: 30px;
		font-size: 17px;
		text-align: left;
		padding-left:2%;
	}
	 #SlideMenu a:hover{
        background-color: #FFF;
		color:#F00;
		}
	 #SlideMenu a:last-child{
		border-bottom: 1px solid blue;
		}
	#SlideMenu a.sub{padding-left:12%; font-size: 13px;}
	.CTC{font-size:inherit; font-weight:inherit;}
	.img{display:block; margin:4px auto;}
     select{width:70%;}
	 input[type=text], textarea, fieldset{width:68%;}
 @media screen and (max-width: 520px)
  {
    ul{padding-left:8px;}
    #navSlide {display: block;}
    #navSlide:hover > #SlideMenu{display: block;}
   .noShow, td#conPic {display:none;}
   #CLICK{ background-color: gold;  border: 2px solid blue; width:98%; height:47px;}
   #CLICK a {display:block; line-height:47px; font-size: 22pt; font-weight: 700;}
     .tdBlock, table.tdBlock > tbody> tr >td {display:block; width:100% !important;}
      #navSlide {display: block;}
   #rhLogo,  #tdLHS, .noShow {display:none;}
    .floatleft{float:none; width:100% !important;}
    .yesShow{display:block;}
	.yesShowIn{display:inline;}
     input[type="text"], input[type="password"], input[type=email], select{height:32px; font-size: 11pt !important ;}
	 input[type="text"],  input[type="password"], input[type=email], select, textarea{width: 90%; font-size: 11pt !important ;}
    #frmSS input[type=button]{height:32px;}
	 label{ font-size:9px; }
	iframe, img{max-width:98%; height:auto;}
   h1{font-size: 14pt;}
   h2 {font-size: 13pt;}
   h3, h3 * {font-size: 12pt;}
   #specialPics, #divSlideShow{height:auto !important;}
    #divSlideShow{max-width:99% !important;}
    #divTopMenu{}
	#HAMBURGER{display:block;}
    #INDEX{
      font-size: 17px;
      left: 1%;
      text-shadow: 1px 1px #309;
      top: .1%;
    }
.overlaycontrols {
    font-size: 25pt;
    font-weight: 700;
    text-shadow: 2px 2px gold;
    top: 15%;
 }
 #main{padding:1px;}
 div {overflow:hidden;}
 #fbLogo{height:28px; width:28px;}
  #tdfbLogo{width:28px;}
}