/* tag elements
-------------------------------------------------------------------*/
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

body,td,th {
  font-size: 90%;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}

img a {
  border: none;
}
/* intro page
---------------------------------------------------------------------------------*/
#intro {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	display: table;
}

img.center {
  display: block;
  margin: 1em auto;
}

p.center {
  display: table-cell;
  vertical-align: middle;
}



/* class items
---------------------------------------------------------------------------------*/
.projectTitles {
  font-family:Arial, Helvetica, sans-serif;
  font-size: small;
  color:#FF9933;
  font-weight:bold;
}

.projectLocation {
  font-family: Arial, Helvetica, sans-serif;
  font-size:xx-small;
  color: #FF9933;
}

.projectHeader {
  font-family: Arial, Helvetica, sans-serif;
  font-size: xx-small;
  color: #FFFFFF;
}

.projectInfo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: xx-small;
  color: #CCCC99;
}

.projectInfo a:visited {
  color: #CCCC99;
  font-weight: bold;
  text-decoration: none;
}

.projectInfo a:link {
  color: #cccc99;
  font-weight: bold;
  text-decoration: none;
}

.projectInfo a:hover {
  color: orange;
}

.thumbLabels {
  font-family:Arial, Helvetica, sans-serif;
  font-style:italic;
  font-size: x-small;
  color:#FFFFFF;
 }
 

/* Header
-------------------------------------------------------------------------------*/
#header {
  background-color:#000;
  position: fixed;
  height: 30px;
  width: 99%;
  padding-top: 10px;
  margin-top: 0;
  padding-left:20px;
  top: 0;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 6px;
}

#contact {
  background-color:#000;
  position: fixed;
  top: 0;
  right: 1%;
  font-size: 70%;
  margin: 10px 20px 0px 0px;
  padding-right: 5px;
  padding-left: 5px;
  color: #0000FF;
  font-weight: bold;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
 
#contact a:link { 
  text-decoration: none; color:blue; 
}

#contact a:visited { 
  text-decoration: none; color:blue;
}

#contact a:hover { 
  text-decoration: none; color:orange; 
}

/* Content
-------------------------------------------------------------------------------*/
#content {
  margin: 80px 20px 50px 20px;
}

/* Footer
--------------------------------------------------------------------------------*/
#footer {
  background-color:#000000;
  font-size: 90%;
  font-weight: bold;
  font-family:Arial, Helvetica, sans-serif;
  text-align: center;
  margin-top: 5px;
  padding-bottom: 20px;
  position: fixed;
  top: auto;
  left: 0;
  height: 20px;
  width: 100%;
  right: 0;
  bottom: 0px;
}

#footer ul {
  list-style-type: none;
  background-color: #000000;
}

#footer li {
  display: inline;
  padding: 0px 15px;
  border-right: 1px solid #ccc;
}

.end {
  border-left: 1px solid #ccc;
}

#footer a:link { 
  text-decoration: none; color:blue;
}

#footer a:visited { 
  text-decoration: none; color:blue;
}

#footer a:hover {
  text-decoration:none; color:orange;
}



.textboxstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
}

/*contactForm
-----------------------------------------------------------------------------------*/
.contactForm {
  background-color: #000;
  color: #ffffff;
  border: 1px solid #999;
  width: 300px;
}

#contactFormColumn {
  float: left;
  margin-top: 50px;
  margin-left:50px;
  display: inline;
}

#contactFormInfo {
  float:left;
  display: inline;
  margin-top: 50px;
  margin-left: 80px;
  width: 200px;
}

#contactFormInfo h2 {
  color:#CCCC99;
  font-size: 1.0em;
  text-transform: uppercase;
}