@charset "utf-8";

body {
	background-color: #e4e4e4;
	/*background-image: url(images/dots_bkgd.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;*/
	}


#homeText {	
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 55%;
}

.navbar-inverse {
	color: #000;
	background-color: #29292E;
	border: none;
	/* border: 10px solid #887A7A; */
}

.headerImage{
	width: 200px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.formFields {
  padding-left: 20px;
  padding-bottom: 10px;
}

form  {
  display: table;
  margin-left: 10px;

}
p {
  display: table-row;
}
label { 
  display: table-cell;
  text-align: right;
  padding: 5px;
}
input {
  display: table-cell;
  
}

.requiredRed {
  color: #9A0000;
  font-weight: bold;
}

th {
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
         -o-user-select: none;
    }

th.hovering {
      color: #394766;
      border: 1px solid #99A1B2;
      background-color: #B3C5EA;
    }

.grayback {
    background-color: #f0f0f0;
}

.funFact {
	color: #777;
	font-style: italic;
	
	border-style: dotted;
	border-width: 3px;	
	border-color: #fff;
	padding: 14px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.iconHover {
	background-color: #f6f6f6; 
}

.headerIcon {
cursor: pointer;
-webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
}

.cycle-slidshow {
	width: 50%;
}

#contactLogos {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.logo {
	float: left;
	margin: 0 20px 0 20px;
}

#formSubmit {
	margin-left: 195px;
}

#requiredInst {
	margin-left: 106px;
	margin-bottom: 10px;
	font-style: italic;
}