/* Global Styles */
body {
  background-image: url(/images/bg.gif);
  background-position: top left;
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-color: #ffffff; 
  color: #006893;
  border-left: 0px;
  border-right: 0px;
  border-top: 23px solid white;
  border-bottom: 0px;
  margin: 0px;
  padding: 0px;
  font-family: georgia, times new roman, times;
  font-size: 11px;
  line-height: 120%;
}

p {
  line-height: 140%;
  margin-bottom: 20px;
}

a {
  color: #006893;
  text-decoration: none;
}

a:hover {
  color: #006893;
  text-decoration: underline;
}

h1 {
  color:#006893;
  font-size:100%;
  line-height:120%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding:0px;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  width: 180px;
  float: left;
  text-align: right;
  font-size: 11px;
  padding-right: 5px;
}

label.wide {
  clear:both;
  width: 400px;
  float: left;
  text-align: left;
  font-size: 11px;
}

input{
  font-size: 11px;
  width: 200px;
  margin-bottom:5px;
}

input.checkbox {
  display:inline;
  margin:0px;
  padding:0px;
  width:20px;
}

input.submit {
  width: 70px;
  float: right;
  margin-top: 10px;
  text-align:center;
}

select{
  font-size: 11px;
  margin-bottom:5px;
}

textarea {
  width: 400px;
  height: 100px;
  float: right;
  margin-bottom:10px;
}



pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 width: 500px;
 overflow: hidden;
 font-family: georgia, times new roman, times;
 font-size: 11px;
}

/* Nav Styles */

#Nav {
  float:left;
  margin: 0;
  padding: 0;
  margin-top: -30px;
  padding-top: 10px;
}

#Nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#Nav li {
  margin: 0; 
  padding: 0;
  list-style-type: none;
}

#Nav .NavTable a {
  border-right:1px solid #FFFFFF;
  color: #006893;
  background-color: #ffffff;
  display:block;
  width:158px;
  margin:0px;
  text-decoration: none;
}

#Nav a:hover, #Nav a:active {
  color: #c4a006;
  background-color: #ffffff;
  text-decoration: none;
}

#Nav a.Selected, #Nav a.Selected:hover, #Nav a.Selected:active, #Nav a.Selected:visited  {
  border-right:1px solid #006893;
  color: #ffffff;
  background-color: #006893;
  text-decoration: none;
}

#Nav a.ContactSelected, #Nav a.ContactSelected:hover, #Nav a.ContactSelected:active, #Nav a.ContactSelected:visited  {
  border-bottom:1px solid #ffffff;
  color: #ffffff;
  background-color: #006893;
  text-decoration: none;
}

#Nav a.SubSectionSelected, a.SubSectionSelected:hover, #Nav a.SubSectionSelected:active, #Nav a.SubSectionSelected:visited  {
  color: #c4a006;
  border-bottom:1px solid #006893;
  background-color: #ffffff;
  text-decoration: none;
}

#Nav .NavTable a {
  font-size: 12px;
  font-weight:normal;
  line-height: 120%;
  margin:0px;
  padding-top:12px;
  padding-bottom:12px;
  padding-left:22px;
  width: 135px;
  border-bottom:1px solid #006893;
}
#Nav .SubNav a {
  padding-left:32px;
  color: #c4a006;
  width: 125px;
}

#Nav .SubNav a:hover {
  color: #006893;
}

#Nav .Selected a{
  background-color:#006893;
  color: #ffffff;
  border-right:1px solid #006893;
}
#Nav .SelectedContact
{
	border-bottom: 1px solid #ffffff;
}

#Nav a.HomeLink {
  border-bottom:1px solid #006893;
  border-right:1px solid #ffffff;
  display:block;
  background-color: #ffffff;
  background-image: url(/images/zarella_logo.gif);
  background-repeat: no-repeat;
  background-position: 20px 0px;
  height:77px;
  width:158px;
  padding-bottom:10px;
}

#Nav a.HomeLink h2 {
  display: none;
}

#Nav a.HomeNewsTitle {
  color:#ffffff;
  background-color: #006893;
  border:0px;
  margin:0px;
  padding-top:30px;
  padding-bottom:0px;
  width:100px;
}

#Nav a.HomeNewsTitle:hover, #Nav a.HomeNewsItem:active {
  border:0px;
  color: #ffffff;
  background-color: #006893;
  text-decoration: underline;
}

#Nav a.HomeNewsItem {
  color:#ffffff;
  background-color: #006893;
  border:0px;
  margin:0px;
  padding-top:0px;
  padding-bottom:0px;
  padding-left:22px;
  width:124px;
}

#Nav a.HomeNewsItem:hover, #Nav a.HomeNewsItem:active {
  border:0px;
  color: #ffffff;
  background-color: #006893;
  text-decoration: underline;
}

#Nav h3.HomeNewsDate {
  color:#ffffff;
  font-weight:bold;
  font-size:100%;
  line-height: 120%;
  margin:0px;
  padding-top:20px;
  padding-bottom:0px;
  padding-left:22px;
  width:124px;
}

/* Content styles */

#MainContent {
  margin-left: 179px;
  width: 596px;
  min-height:512px;
  margin-top:20px;
}

#MainContent p {
  color: #000000;
}

h1.IndexTitle {
  margin-top:30px;
}

p.IndexFirst {
  margin-top: 20px;
}

.Divider {
	margin:2px;
}
 
#formbox {
  width: 400px;
  margin-top:-1px;
  margin-bottom:30px;
}

.IndexImage {
  float:right;
  width:365px;
  height:479px;
  margin-top:0px;
  margin-bottom:20px;
  margin-left:10px;
  padding:0px;
  overflow: visible;
  text-align:right;
}

.IndexImagePlaceholder {
  float:right;
  width:365px;
  height:479px;
  margin-top:0px;
  margin-bottom:20px;
  margin-left:10px;
  padding:0px;
  overflow: visible;
	border:1px solid #666666;
}

.ProjectImage {
  float:left;
  width:256px;
  height:142px;
  margin-bottom:20px;
  margin-left:20px;
  padding:0px;
}

.ProjectImagePlaceholder {
  float:left;
  width:256px;
  height:142px;
  margin-bottom:20px;
  margin-left:20px;
  padding:0px;
	border:1px solid #666666;
}

.ProjectInfo {
  float:left;
  width:300px;
  margin:0px;
  margin-bottom:20px;
}


.PeopleInfo {
  float:left;
  width:556px;
  margin:0px;
  margin-bottom:20px;
}

#MainContent h1.ProjectName {
  padding-top:20px;
  margin-bottom:10px;
}

#MainContent h1.TeamtName {
  padding-top:20px;
  margin-bottom:10px;
  color:#000000;
  font-size:14px;
  font-family: arial, helvetica, sans-serif; 
}
#MainContent p.ProjectLocation {
  color:#9299A0;
  margin-top:0px;
  margin-bottom:10px;
  padding:0px;
  font-family: arial, helvetica, sans-serif;
}

#MainContent p.ProjectCost {
  margin-top:0px;
  margin-bottom:10px;
  font-family: arial, helvetica, sans-serif;
}

#MainContent p.ProjectDate {
  margin-top:0px;
  margin-bottom:10px;
  font-family: arial, helvetica, sans-serif;
}

h1.PressRelease {
  color:#006893;
  font-size:100%;
  line-height:120%;
  margin-top: 10px;
  padding:0px;
}

p.Abstract {
  margin-top:10px;
  margin-bottom:20px;
}

.BlueText {
	color: #006893;
	
}

.BlueTextCap {
	color: #006893;
	text-transform: uppercase;
	font-size: 10px;
}

.InitialCap {
	font-size: 12px;
}
#MainContent p.contactingus
{
	color: #006893;
	text-align: right;
}
p.contactingus select
{
	margin-right:155px;
}
/* Footer Styles*/
#footer {
  margin-left: 179px;
  width: 596px;
}

#footer p {
  color: #006893;
  margin-top:20px;
}
.Gallery, 
html,
form,
body.GalleryBody
{
	height:95%;
	width:100%;
}
.GalleryButtons
{
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#MainContent table tr
{
	border: 1px solid #ffffff;
}
#Nav .SubNav .SelectedLink
{
	font-weight: bold;
}

table.News
{
	color: #ffffff;
	width: 158px;
	margin-top: 30px;
}
table.News td
{
	padding-left: 22px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
table.News tr
{
	border-bottom:1px solid #006893;
	border-top:1px solid #006893;
}
table.News a
{
	color: #ffffff;
}
#Nav table.News a:hover
{
	color: #ffffff;
	text-decoration: underline;
	background: none;
}
body.GalleryBody
{
	background: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
body.GalleryBody table
{
    
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
.dlSections
{
    margin-left:30px;
}
