/* Global Styles */
body {
  background-image: url(/images/bg.gif);
  background-position: top left;
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-color: #ffffff; 
  color: #666666;
  border-left: 0px;
  border-right: 0px;
  border-top: 23px solid white;
  border-bottom: 0px;
  margin: 0px;
  padding: 0px;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 120%;
}

p {
  line-height: 140%;
  margin-bottom: 20px;
}

a {
  color: #f61821;
  text-decoration: none;
}

a:hover {
  color: #f61821;
  text-decoration: underline;
}

h1 {
  color:#f61821;
  font-size:100%;
  line-height:120%;
  margin-top: 0px;
  margin-bottom: 20px;
  padding:0px;
}

h3 {
  color: #666666;
  font-size:100%;
  line-height:120%;
  margin: 0px;
  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;
}

ul {
	list-style:none;
	margin-left:10px;
}

/* Nav Styles */

#Navigation {
  float:left;
  margin: 0;
  padding: 0;
}

#Navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#Navigation li {
  margin: 0; 
  padding: 0;
  list-style-type: none;
}

#Navigation a {
  border-bottom:1px solid #666666;
  color: #666666;
  background-color: #ffffff;
  display:block;
  width:154px;
  margin:0px;
  text-decoration: none;
}

#Navigation a:hover, #Navigation a:active {
  border-bottom:1px solid #666666;
  color: #ffffff;
  background-color: #666666;
  text-decoration: none;
}

#Navigation a.Selected, #Navigation a.Selected:hover, #Navigation a.Selected:active, #Navigation a.Selected:visited  {
  border-bottom:1px solid #666666;
  color: #ffffff;
  background-color: #f61821;
  text-decoration: none;
}

#Navigation a.SubSectionSelected, a.SubSectionSelected:hover, #Navigation a.SubSectionSelected:active, #Navigation a.SubSectionSelected:visited  {
  border-bottom:1px solid #666666;
  background-color: #ffffff;
  text-decoration: none;
}

#Navigation a h2 {
  font-size: 12px;
  font-weight:normal;
  line-height: 120%;
  margin:0px;
  padding-top:12px;
  padding-bottom:12px;
  padding-left:22px;
}

#Navigation a.SubSection h2 {
  padding-left:32px;
  color: #000000;
  font-weight: bold;
}

#Navigation a.SubSection:hover h2 {
  color: #ffffff;
}

#Navigation a.SubSectionSelected h2 {
  padding-left:32px;
  font-weight:bold;
  color: #f61821;
}

#Navigation a.HomeLink {
  border-bottom:1px solid #666666;
  display:block;
  background-image: url(/images/ICSlogo.gif);
  height:63px;
  width:155px;
  padding-bottom:0px;
}

#Navigation a.HomeLink h2 {
  display: none;
}

#Navigation a.HomeNewsTitle {
  color:#ffffff;
  background-color: #f61821;
  border:0px;
  margin:0px;
  padding-top:30px;
  padding-bottom:0px;
  width:100px;
}

#Navigation a.HomeNewsTitle:hover, #Navigation a.HomeNewsItem:active {
  border:0px;
  color: #ffffff;
  background-color: #f61821;
  text-decoration: underline;
}

#Navigation a.HomeNewsItem {
  color:#ffffff;
  background-color: #f61821;
  border:0px;
  margin:0px;
  padding-top:0px;
  padding-bottom:0px;
  padding-left:22px;
  width:124px;
}

#Navigation a.HomeNewsItem:hover, #Navigation a.HomeNewsItem:active {
  border:0px;
  color: #ffffff;
  background-color: #f61821;
  text-decoration: underline;
}

#Navigation 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;
}

/* Homepage styles */

#Content {
  margin-left: 179px;
  width: 596px;
}

h1.IndexTitle {
  margin-top:30px;
}


/* Subpage styles */

#formbox {
  width: 400px;
  margin-top:30px;
  margin-bottom:30px;
}

.ProjectImage {
  float:left;
  width:200px;
  height:150px;
  margin-bottom:20px;
  padding:0px;
}

.ProjectInfo {
  height:150px;
  margin:0px;
  margin-bottom:20px;
  padding-left:220px;
}

.ProjectName {
  padding-top:20px;
}

.ProjectLocation {
  color:#000000;
  margin-top:0px;
  margin-bottom:20px;
}

.ProjectCost {
  margin:0px;
}

.ProjectDate {
  margin:0px;
}

h1.PressRelease {
  color:#f61821;
  font-size:100%;
  line-height:120%;
  margin:0px;
  padding:0px;
}

p.Abstract {
  margin-top:10px;
  margin-bottom:20px;
}

/* Footer Styles*/
#footer {
  margin-left:60px;
}

#footer p {
  color: #f61821;
  float:left;
  margin-right:20px;
  margin-top:50px;
}
