body, html {
  margin:0;
  padding:0;
  color:#000;
  /*background:#a7a09a;*/
}

/* Changed width from 976px to 1005px */
#wrap {
  width:1005px;
  margin:0 auto;
  /*background:#99c;*/
}

#header {
  /* sms: changed from 75px */
  padding-top:25px;
  padding-left:85px;
  padding-bottom:10px;
}

#headerBar {
  position:relative;
  margin-top:-2px;
  margin-left:40px;
}

h1 {
  margin:0;
}

/* Changed height from 875px to 582px; changed width from width from 780px to 806px */
#main {
  float:right;
  width:806px;
  height:582px;
  padding-top:26px;
  padding-left:10px;
  /*background:#9c9;*/
}

#singleTextBlock{
  float:right;
  width:222px;
  height:228px;
  font-size:-1.9em;
  padding: 18px 15px 2px 15px;
  margin-right:272px;
  margin-top:10px;
  font-family:sanford;
  
  /* This adds the border */
  border:solid;
  border-color: #8c8c8c #8c8c8c #8c8c8c #8c8c8c;
  border-width: 1px 1px 1px 1px;
  background-color:white;
}

#mainTextBlockTopLeft {
  float:left;
  width:239px;
  height:351px;
  font-size:.8em;
  font-family:sanford;
  color:gray;
    
  /* This adds the border 
  padding:12px 2px 2px 7px;*/
  /*border:solid;
  border-color: #8c8c8c #8c8c8c #8c8c8c #8c8c8c;
  border-width: 1px 1px 1px 1px;
  background-color:white;*/
}

#mainPicTopRight {
  float:right;
  left:-27px;
  position:relative;

  /* This adds the border */
  padding:8px 8px 4px 8px;
  border:solid;
  border-color: #8c8c8c #8c8c8c #8c8c8c #8c8c8c;
  border-width: 1px 1px 1px 1px;
  background-color:white;
}

#mainTextBlockBottomRight {
  float:right;
  width:317px;
  height:128px;
  font-size:.9em;
  font-family:sanford;
  left:-60px;
  padding-top:26px;
  position:relative;
  color:black;  
  /* This adds the border */
  padding: 34px 1px 0px 48px;
  /* border:solid;
  border-color: #8c8c8c #8c8c8c #8c8c8c #8c8c8c;
  border-width: 1px 1px 1px 1px;
  background-color:white; */
}

#mainPicBottomLeft {
  float:left;
  margin: 26px 0px 0px 0px;
  
  /* This adds the border */
  padding:8px 8px 4px 8px;
  border:solid;
  border-color: #8c8c8c #8c8c8c #8c8c8c #8c8c8c;
  border-width: 1px 1px 1px 1px;
  background-color:white;

}

/* Added padding top and bottom */
#menuColumn {
  margin-left: 168px;
  padding-top: 27px;
  padding-bottom: 20px;
}

/* Changed width from 131px to 135px */
#sidebar {
  float:left;
  text-align:right;
  width:135px;
  /* you bastard!*/
  padding-top:26px;
  /*background:#99c;*/
  text-decoration:none;
  font-size:1em;
}

/* YO */

li {
  list-style-type:none;
}

/* Changed the color */
#current_page a {
  text-decoration:underline;
  color: #0000FF;
}

#current_page_parent a {
  text-decoration:underline;
  color:black;
}

/* added a font family */
a {
  text-decoration:none;
  font-family: arial;
}

/* Changed the color for a:link, a:visited, a:hover, and a:active */
a:link {
  color:gray;
}
a:visited {
  color:gray;
}
a:hover {
  color: #7d7d7d;
  text-decoration: underline;
}
a:active {
  color: #7d7d7d;
}


#child{
  padding-top:5px;
  padding-bottom:6px;
}

#childFirst{
  padding-top:8px;
  padding-bottom:6px;
}

#childLast{
  padding-top:5px;
  padding-bottom:10px;
}

.child{
  padding-top:5px;
  padding-bottom:5px;
  font-size:.8em;
  padding-right:12px;
  color:blue;
}

#portfolioChild {
  font-size:.8em;
  padding-right:10px;
}

#footerBar {
  position:relative;
  margin-left:30px;
}

#footerIndex {
  clear:both;
  padding:36px 10px;
  /*background:#cc9;*/
}


#footer {
  clear:both;
  padding:27px 10px;
  /*background:#cc9;*/
}
S
#footer p {
  margin:0;
}

* html #footer {
  height:1px;
}


img { border: none; } 

/* Chnaged the width from 145px to 135px */
#icons {
  float: right;
  width: 150px;
  position: relative;
  top: 26px;
  left: -20px;
}

#icons a {
  margin: 0 4px 0 0;
}

/* Changed border color to grey */
.icon_links img	 {
  margin:1px 1px 1px 1px;
  padding:0 0 0 0;
  /* top right bottom left*/
  border-color:#C0C0C0;
  border-style:solid;
  border-width:2px;
}

.icon_links img.dude {
  border-color:orange;
  border-style:solid;
  border-width:2px;
}

#imgvwrFeature {
  position: relative;
  top: 15px;
  left: 15px;
  float: left;
}

#imgvwrBackground {
  background-image: url(pics/fw/img_viewer_fw.gif);
  background-repeat: no-repeat;
  background-attachment: scroll;
  height:800px;
  width: 742px;
}

/* About page img */
#personalImg {
  float: left;
  padding: 10px 9px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #C0C0C0;
  margin-left: 26px;
  width: 110;
  height: 147;
}

#TextBlockResources{
  float:left;
  width:370px;
  height:355px;
  font-size:.9em;
}

#TextBlockResourcesRight{
  float:right;
  width:370px;
  height:355px;
  font-size:.9em;
  padding-right:30px;
}


#TextBlockServices{
  float:left;
  width:500px;
  height:355px;
  font-size:.9em;
}

#TextBlockAbout{
  float:right;
  width:372px;
  height:355px;
  font-size:.9em;
  font-family: sanford;
  padding-right: 224px;
}

.toggle{
  background:#D3D3D3;
  padding:10px 10px 10px 10px;
}
.NOtoggle{
  background:#D3D3D3;
  padding:10px 10px 10px 10px;
}

