/* global.css style sheet (generic for all media types)  border: 2px solid red ; */

* {
  margin: 0 ;
  padding: 0 ;
}

/* background elements on the page */

body {
  background: #fff url(../images/backgrounds/bg_grad.gif) top left repeat-x;
  font-size: 12px/14px ;
  font-family: Arial, Tahoma, sans-serif ;
  text-align: center ;
  color: #000 ;
}

#outer-wrapper {
  position: relative ;
  width: 951px ;
  text-align: left ;
  margin: auto ;
  /*border: 1px solid blue ;*/

  }

#border-left {
  position: absolute ;
  top: 0 ;
  left: 0 ;
  width: 69px ;
  margin-right: 882px ;
  /*border: 1px solid red ;*/

}

#border-right {
  position: absolute ;
  top: 0 ;
  right: 0 ;
  width: 69px ;
  margin: 0 ;
}

#inner-wrapper {
  width: 813px ;
  background: #fff url(../images/backgrounds/bg_content.jpg) top right repeat ;
  margin-left: 69px ;
  margin-right: 69px ;
  /*border: 1px solid blue ;*/
}

#main{
  position: relative ;
  top: 0;
  left: 0;
  width: 779px ;
  /*height: 600px ;*/
  margin-top: 10px ;
  margin-left: 17px ;
  /*border: 1px dashed red ;*/
}

/* header content */
#header {
  width: 813px ;
  height: 200px ;
  background: url(../images/header/header.jpg) top left no-repeat ;
  margin-left: 0px ;
  margin-right: 0px ;
}

#header h1 {
  display: none ;  
}

/* topbar content where project lists go */
#topNav {
  width: 780px ;
  height: 30px ;
  background: url(../images/backgrounds/bg_topNav.jpg) top left repeat-x ;
  margin-left: 17px ;
  padding: 0 ;
  /*border: 1px dashed yellow ;*/
}

#topNav li {
  display: inline ;
}


/* actual page content on main page*/
#content {
  width: 369px ;
  position: absolute ;
  top: 0 ;
  right: 0 ;
  padding: 10px ;
  /*border: 1px solid orange ;*/
}

/* bottom navigation */
#bottomNav {
  background: url(../images/footer/footer.jpg) bottom left no-repeat ;
  padding: 6px ;
  /*border: 1px dashed blue ;*/

}

/* last but not least, the all-important footer! */
#footer {
  width: 813px ;
  text-align: right ;
}

#footer p {
  padding: 7px 16px 0 0 ;
}

/*project section of main page*/

#projects {
  position: relative ;
  width: 389px ;
  /*border: 1px solid orange ;*/
  padding-top: 10px ;
  
 }

#projectsTitle{
  text-align: center ;
}

#projHeader{
  text-align: center ;
}

#projHeader  a {
  font-size: 14px;
  font-family: Arial, Tahoma, sans-serif;
  font-weight: bold;
  text-align: center ;
  color: #99a34d ;
}

#projHeader  a :link, #projHeader  a :visited, #projHeader a:active  {
  color: #99a34d ;
}

#projHeader a:hover{
  color: #000000 ;
}

#projectItem {
  position: relative ;
  top: 0 ;
  left: 0 ;
  padding: 10px ;
}

#projImage {
  position: relative ;
  top: 0 ;
  left: 0 ;
  height: 135px ;
  width: 179px ;
  overflow: hidden ;
}

#projContent {
  width: 179px ;
  height: 115px ;
  position: absolute ;
  top: 0 ;
  right: 0 ;
  padding: 10px 10px 0 10px ;
  overflow: hidden ;
}

#projContent p {
  font-family: Arial, Tahoma, sans-serif ;
  font-size: 12px ;
  font-weight: bold ;
  text-align: left ;
  color: #000000 ;
}

#projContent h1 {
  font-size: 18px;
  font-family: Arial, Tahoma, sans-serif;
  
  font-weight: bold;
  text-align: center ;
  color: #99a34d ;
}

#projMore{
  position: absolute ;
  bottom: 0 ;
  right: 0 ;
  padding: 10px ;
}

#projMore  a {
  font-size: 12px;
  font-family: Arial, Tahoma, sans-serif;
  font-weight: bold;
  text-align: right ;
  color: #99a34d ;
}

#projMore  a :link, #projMore  a :visited {
  color: #99a34d ;
}

#projMore a:hover, #projMore a:active {
  color: #000000 ;
}

#projSeperator {
  text-align: center ;
  margin: 5px ;
}

#welcome-header{
	
}

#welcome-text{
  
  font-family: Arial, Tahoma, sans-serif ;
  font-size: 12px ;
  font-weight: bold ;
  text-align: left ;
  color: #000000 ;
}

#picOfWeekHeader{
   text-align: center;
}

#picOfWeek{
  width: 350px ;
  text-align: center;
}

#picOfWeekCaption{
  font-family: Arial, Tahoma, sans-serif ;
  font-size: 12px ;
  font-weight: bold ;
  text-align: left ;
  color: #000000 ;
}

#contentHeader  {
}

#contentHeader h1 {
  font-size: 22px;
  font-family: Arial, Tahoma, sans-serif;
  font-weight: bold;
  text-align: center ;
  color: #99a34d ;
}

#content-text p{
  
  font-family: Arial, Tahoma, sans-serif ;
  font-size: 12px ;
  font-weight: bold ;
  text-align: left ;
  color: #000000 ;
}

#contentImage{
  width: 350px ;
  text-align: center;
}

