/* RESET EVERYTHING */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
margin: 0;
padding: 0;
} 
table { 
border-collapse: collapse; 
border-spacing: 0; 
} 
fieldset,img { 
border: 0; 
} 
address,caption,cite,code,dfn,th,var { 
font-style: normal; 
font-weight: normal; 
} 
ol,ul { 
list-style: none; 
} 
caption,th { 
text-align: left; 
} 
h1,h2,h3,h4,h5,h6 { 
font-weight: normal; 
} 
q:before,q:after { 
content: ''; 
} 
abbr,acronym { 
border: 0; 
} 
/* GLOBAL STYLES */
body {
  font-family: "Lucida Grande", "trebuchet ms", arial, helvetica, sans-serif;
  color: #666;
  margin-bottom: 20px;
  background-color: #efefef;
  font-size: 100%;
}
p {
  margin-bottom: 1em;
}
img {
  border: 0;
}
a {
  color: #000;
  text-decoration: underline;
}
/* LAYOUT */
#preload {
  position: absolute;
  top: -1000px;
}
#head {
	float: left;
	clear: both;
	padding-top: 20px;
	width: 100%;
	background-color: #D4D0B3;
}
#content {
  float: left;
  clear: both;
  width: 100%;
  background-color: #efefef;
  text-align: center;
}
#copyBottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  float: left;
  padding-bottom: 10px;
  text-align: center;
  font-family: "lucida grande", "trebuchet ms", helvetica, arial, sans-serif;
  font-size: 0.6875em;
  color: #666;
}

/* NAVBAR */
#head a, #head img, #head span {
  display: block;
  float: left;
}
#head a, #head span {
  margin-right: 4px;
  text-decoration: none;
}
#head img {
  margin-right: 10px;
}
#Nav1, #Nav2 {
  float: left;
  clear: both;
  width: 100%;
  font-size: 0.75em;
}
#Nav1 {
  text-transform: uppercase;
  background-color: #D4D0B3;
}
#Nav2 {
  background-color: #ccc;
}
#Nav1 a {
  padding: 7px 10px;
  color: #666;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}
#Nav2 a {
  padding: 7px 10px;
  margin-top: 5px;
  color: #777;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}
#Nav1 a:hover {
  color: #444;
  background-color: #fff;
}
#Nav2 a:hover {
  color: #555;
  background-color: #dedede;
}
#Nav1 div.spacer {
  float: left;
  width: 20px;
  height: 30px;
}
#Nav2 div.spacer {
  float: left;
  width: 112px;
  height: 30px;
}

.activeLive, .activeLiveTop {
  font-weight: normal;
  margin: 0 2px 0 0;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  box-shadow: -1px -1px 6px #666;
  -webkit-box-shadow: -1px -1px 6px #666;
  -moz-box-shadow: -1px -1px 6px #666;
}
#Nav1 .activeLive {
  padding: 7px 10px 10px 10px;
  color: #444;
  background-color: #efefef;
}
#Nav1 .activeLiveTop {
  padding: 7px 10px 10px 10px;
  color: #666;
  background-color: #ccc;
}
#Nav2 .activeLive {
  padding: 7px 10px 10px 10px;
  margin-top: 5px;
  color: #555;
  background-color: #efefef;
}



/* HOME PAGE */

#contentHome {
  width: 100%;
  float: left;
  background-color: #efefef;
  text-align: center;
}
#slides {
 width: 500px;
 height: 500px;
 margin: 30px auto 0;
}

/* IMAGE PAGES */
#ImageNav {
  position: absolute;
  top: 100px;
  left: 20px;
  z-index: 1000;
}
#ImageNav img {
  filter: alpha(opacity=50);
  opacity: 0.5;
  width: 35px;
  height: 35px;
  border-color: #efefef;
  border-style: solid;
  border-width: 1px;
}
#ImageNav p {
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  letter-spacing: -1px;
  font-size: 1.0em;
  color: #ccc;
  text-decoration: none;
  margin-bottom: 5px;
  text-align: left;
}
#ImageNav ul {
  list-style-type: none;
  text-align: left;
}
#ImageNav li {
  width: 35px;
  height: 35px;
  display: block;
  margin-bottom: 5px;
}
#SectionDesc {
  margin: 10px auto;
}

#ImageArray {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  text-align: center;
}

#ImageArray div {
  position: absolute;
  top: .5;
  left: 0;
  display: none;
  width: 100%;
  text-align: center;
}
#ImageArray span.position {
	display: block;
	width: 670px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#ImageArray p.default {
  width: 670px;
  font-size: 0.75em;
  text-align: left;
  margin: 30px auto 0;
}
.ImageCaption {
  display: block;
  width: 600px;
  padding: 0 10px 10px 0;
  text-align: left;
  float: left;
}
.ImageTitle {
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  letter-spacing: -2px;
  font-size: 2.0em;
  color: #ccc;
  margin-bottom: -5px;
}
.ImageDesc {
  color: #666;
  font-size: 0.6875em;
  padding-left: 20px;
  margin-bottom: 2px;
}
.ProjectTitle {
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  letter-spacing: -3px;
  font-size: 2.5em;
  color: #dedede;
  margin-bottom: -8px;
}

#ImageNav .active {
  filter: alpha(opacity=100);
  opacity: 1.0;
  border-color: #999;
}
#ImageArray .active {
  display: block;
}

#ImageArray img {
	box-shadow: 1px 1px 15px #888;
	margin: 15px;
	-webkit-box-shadow: 1px 1px 15px #888;
	margin: 15px;
	-moz-box-shadow: 1px 1px 15px #888;
	margin: 30px;
}


#footer {
  padding: 15px 0;
  font-size: 0.6875em;
  color: #ccc;
  text-align: center;
}
