#content {  
  height: 100%;
  min-height: 100%;
  text-align: left;
}

#content,
#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 950 ? "950px" : "94%");  
  max-width: 950px;
  margin: 0 auto;
}

#content[id],
#width[id] {
  width: 94%;
  height: auto;
}

/**************************************************************
   #upperHeader: Holds the upper site links such as Sign in, Gallery, Downloads, etc.
 **************************************************************/
#upperHeader {
height:33px;
margin:0px;
right:0px;
padding:0px;
vertical-align:middle;
line-height:26px;
}

#upperHeader p#upperLinks {
vertical-align:middle;
margin:0px;
font: 700 14px arial, verdana, sans-serif;
text-align:right;
padding-right:0px;
padding-top:4px;
}

#upperHeader p#upperLinks a {
font: 700 14px arial, verdana, sans-serif;
text-decoration:none;
border:none;
margin-right:8px;
margin-left:8px;
color:#F5FFD7;
}

#upperHeader p#upperLinks a:hover {
color:#D9FF66;
}

/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#home #header {
  position: relative;
  height: 141px;
  vertical-align:middle;
}

#site #header {
  position: relative;
  height: 65px;
}


#header h1 {
  margin: 0;
  padding: 0;

  font: 700 4em arial, verdana, sans-serif;
  letter-spacing: -3px;
  text-transform: lowercase;
  color: #FFF;
}

#header h2 {
  position: absolute;
  top: 10px;
  right: 5px;

  margin: 0;
  padding: 0;

  font: 700 1em arial, verdana, sans-serif;
  color: #FFFFFF;
}


/* Sets where the header images will go */
#header img.left {
  position: float;
  z-index: 2;

  top: 0;
  left: 0;
}

#header img.center {
  position: float;
  z-index: 1;

/*
  top: 0;
  left: 0; */
}

#header img.right {
  position: absolute;
  z-index: 0;

  top: 0;
  right: 0;
}

#header p#tagline {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
}


/**************************************************************
   #mainMenu: The top level site menu
 **************************************************************/

#mainMenu { 
  float: left;
  width: 100%;
  clear: both; 

}

#mainMenu ul {
  margin: 0;
  padding: 0;
  margin-top:-1px;
  margin-bottom:1px;

}

#mainMenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu li a {
  float: left;
  margin: 0 6px;
  padding: 4px;
  font: 700 15px arial, verdana, sans-serif;
  text-decoration: none;
  color: #FFF;
  border:0px;

}

#mainMenu li a:hover {
  color:#D9FF66;
 
}


#mainMenu li a.last {
  margin-right: 0;

}

/**************************************************************
   .sideMenu: The side bar menu
 **************************************************************/

ul.sideMenu {
  margin: 0;
  padding: 0;
}

.sideMenu li {
  display: inline;
  
  /* Needed since IE fails when you give it list-style: none; */  
  list-style-image: url(foo.gif);
  font: 700 15px arial, verdana, sans-serif;
}

.sideMenu li a {
  display: block;
  margin: 0.2em 0;
  padding: 3px 0px;    
  
  text-decoration: none;
  color: #111111;
  border:0px;
} 

.sideMenu li a:hover {
  color: #89B700;
  border:0px;
}

.sideDescription {
color:#666666; font-size: 0.8em; font-weight:400; text-align:left;
}


.tlinks img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.tlinks:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.topic{
font: 700 1.2em arial, verdana, sans-serif;
color: #333333;
}

.newsDate {
font-weight:bold; color:#6666CC;
}



/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
  float: left;
  width: 100%;
  clear: both;
  padding-bottom: 4em;
 }

/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/

#footer {
  float: left;
  width: 100%;
  clear: both;
  margin-top: -3.8em;
  background: #FFF url(../images/library/bg/bg_fade_gray.png) repeat-x top left;
  color:#000000;
  
}

/* Sets the width of the footer content */
#footer #width {
  position: relative;
  z-index: 3;
  font-size: 0.75em;
  padding-top: 5px;
  height:50px;
  font: verdana, arial, sans-serif;
}

#footer a{
color:#000000;
}



/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width80 {
  width: 79.7%;
}

.width70 {
  width: 73%;
  background: url(../images/library/bg/bg_page_right.png) no-repeat top right;
}

.width66 {
  width: 65.7%;
}

.width50 {
  width: 49.7%;
}

.width33 {
  width: 32.7%;
}

.width30 {
  width: 26.9%;
  background: url(../images/library/bg/bg_page_left.png) no-repeat top right;
}

.width20 {
  width: 19.7%;
}


/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}



/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 0.8em;
}

.green {
  color: #A1FF45;
}

.red {
  color: #EA1B00;
}

.grey {
  color: #666;
}

.grey a {
  color: #999;
}

.grey a:hover {
  color: #EEE;
}

.pagecontent {
  margin-bottom: 2em;
  text-align:justify;
}


/**************************************************************
Icon classes
 **************************************************************/
#dmapicons25 {
background: url(../images/library/icons/dmapicons_25px.jpg) no-repeat left center;
padding-left:30px;
}

#dmapicons50 {
background: url(../images/library/icons/dmapicons_50px.jpg) no-repeat left center;
padding-left:55px; height:50px; line-height:50px;
}

#dmapicons75 {
background: url(../images/library/icons/dmapicons_75px.jpg) no-repeat left center;
padding-left:80px; padding-top:15px; padding-bottom:15px;
}

#dmapicons100 {
background: url(../images/library/icons/dmapicons_100px.jpg) no-repeat left center;
padding-left:105px;
}

#geoxtract25 {
background: url(../images/library/icons/geoxtract_25px.jpg) no-repeat left center;
padding-left:30px;
}

#geoxtract50 {
background: url(../images/library/icons/geoxtract_50px.jpg) no-repeat left center;
padding-left:55px; height:50px; line-height:50px;
}

#geoxtract75 {
background: url(../images/library/icons/geoxtract_75px.jpg) no-repeat left center;
padding-left:80px; padding-top:15px; padding-bottom:15px;
}

#geoxtract100 {
background: url(../images/library/icons/geoxtract_100px.jpg) no-repeat left center;
padding-left:105px;
}

#ims25 {
background: url(../images/library/icons/ims_25px.jpg) no-repeat left center;
padding-left:30px;
}

#ims50 {
background: url(../images/library/icons/ims_50px.jpg) no-repeat left center;
padding-left:55px; height:50px; line-height:50px;
}

#ims75 {
background: url(../images/library/icons/ims_75px.jpg) no-repeat left center;
padding-left:80px; padding-top:15px; padding-bottom:15px;
}

#ims100 {
background: url(../images/library/icons/ims_100px.jpg) no-repeat left center;
padding-left:105px;
}

#consulting25 {
background: url(../images/library/icons/consulting_25px.jpg) no-repeat left center;
padding-left:30px;
}

#consulting50 {
background: url(../images/library/icons/consulting_50px.jpg) no-repeat left center;
padding-left:55px; height:50px; line-height:50px;
}

#consulting75 {
background: url(../images/library/icons/consulting_75px.jpg) no-repeat left center;
padding-left:80px; padding-top:15px; padding-bottom:15px;
}

#consulting100 {
background: url(../images/library/icons/consulting_100px.jpg) no-repeat left center;
padding-left:105px;
}

#development25 {
background: url(../images/library/icons/development_25px.jpg) no-repeat left center;
padding-left:30px;
}

#development50 {
background: url(../images/library/icons/development_50px.jpg) no-repeat left center;
padding-left:55px; height:50px; line-height:50px;
}

#development75 {
background: url(../images/library/icons/development_75px.jpg) no-repeat left center;
padding-left:80px; padding-top:15px; padding-bottom:15px;
}

#development100 {
background: url(../images/library/icons/development_100px.jpg) no-repeat left center;
padding-left:105px;
}

#labs25 {
background: url(../images/library/icons/labs_25px.jpg) no-repeat left center;
padding-left:30px;
}

#labs50 {
background: url(../images/library/icons/labs_50px.jpg) no-repeat left center;
padding-left:55px; height:50px; line-height:50px;
}

#labs75 {
background: url(../images/library/icons/labs_75px.jpg) no-repeat left center;
padding-left:80px; padding-top:15px; padding-bottom:15px;
}

#labs100 {
background: url(../images/library/icons/labs_100px.jpg) no-repeat left center;
padding-left:105px;
}

#resources{
background: url(../images/library/icons/resources.png) no-repeat left center;
padding-left:30px;
}

#terralinks {
text-align:center; ; padding-left:5px; padding-right:5px;
}


/**************************************************************
Tag Cloud Class
 **************************************************************/

#tagcloud { padding: 0px 15px; text-align:justified; }
.tagcloud { padding: 3px; text-decoration: none; }
.tagcloud:link { color: #888888; }
.tagcloud:active { color: #666666; }
.tagcloud:visited { color: #999999; }
.tagcloud:hover { color: #FFFFFF; background: #99CC00; }
.tagcloud:focus { background: #CCCCFF; }




