/*Last Updated: 5/31/2018*/

/*InfoEyes Logo*/
.logo {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

/*Navigation Bar*/
#navbar ul { 
        margin: 0;
        padding: 4px;
        list-style-type: none;
        background-color: #000000;
		white-space: nowrap;
		font-family: "Arial", sans-serif;
        } 

 #navbar { 
	width: 900px;
	text-align: center;
 }

#navbar ul li {  
        display: inline;
        } 
 
#navbar ul li a { 
        text-decoration: none;
        padding: .2em 1em;
        color: #ffffff;
        background-color: #000000;
        } 
 
#navbar ul li a:hover, a:focus, a:active { 
        color: #000000;
        background-color: #ffff00;
		font-weight: normal;
        }

/*Diamonds in Navigation Bar*/
.diamond {
	color: #ffffff;
}

/*Skip Navigation*/
div.skipNav {
	width: 100px;
	float: right;
	font-family: "Arial", sans-serif;
	font-size: 10pt;
}

/*From Home Page - index.html*/
.aboutService {
	background: #ebf4f3;
	border-radius: 20px; 
	-webkit-border-radius: 20px;
	border: 2px solid #000000;
	padding-right:0.5cm;
	padding-left:0.5cm;
}

/*GENERAL*/
html {
	background-color: #ffffff;
}

body {
	color: #000000;
	font-family: "APHont", "Arial", sans-serif;
	font-size: 14pt;
	width: 900px;
	margin: 0 auto;
}

a:hover, a:focus {  
    background-color: #ffff00;
	font-weight: bold;
} 

h1 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 3em;
	margin: 0;
	padding: 0;
}

.mainBody {
	margin-top:1cm;
	margin-right:1cm;
	margin-left:1cm;
}

h2, h3 {
	margin-top:0.75cm;
	margin-bottom: -0.4cm;
}

a.h1 {
	text-decoration:none;
	color:#000000;
}

a.h1:visited {
	color:#000000;
}

span.centerText {
	text-align: center;
}

div.center {
	text-align: center;
}

p.center {
	text-align: center;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.BoldUnder {
	text-decoration:underline;
	font-weight:bold;
}

span.redText {
	color: #ff0000;
}

p.textIndent {
	text-indent: 25px;
}

p.ComputerText {
	font-family: "Courier New", "Courier", serif;
}

div.footer {
	font-family: "Arial", sans-serif;
	text-align: center;
	clear: both;
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 10pt;
}

/*From members/logos.html*/
#imageList {
	overflow: auto;
}

#imageList img {
	float: left;
	margin-top:-1px;
	margin-left:50px;
}

#imageList ul {
	position: absolute;
	margin-top:-1px;
	margin-left:200px
}

/*Found in member.html*/
#memberNav {
	font-size: 90%;
	margin-left:1cm;
}

div.highlight {
	background: #bfff00;
}

/*Found in members/proposals/project_proposal.*/
#proposalHeader {
	text-align:center;
	font-size: 45%;
}

/*From tables found in members/usagestats/..*/
table {
	margin-left: 50px;
}

.smallTextTable {
	font-family: "Arial", sans-serif;
	font-size: 11pt;
}

tr.yellow {
	background-color: #fffdda;
}

th.textLeft {
	text-align: left;
}

th.blackWhite {
	background-color: #000000;
	color: #ffffff;
}

td.textRight {
	text-align: right;
}

td.textCenter {
	text-align: center;
}

td.yellow {
	background-color: #fffdda;
}

/*Email a Question*/
button.bigButton {
	font-size: 16pt;
}

input:focus, textarea:focus {
	background-color: #ffff00;
}