
html {
  height: 100%; 
  margin-bottom: 1px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
  margin: 8px 0px 0px 0px;
  padding: 0px;
  background-color: #fff;
}

/* DEFINE THE MAIN LINK COLORS */
a:link {
  color: #999;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: #999;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #583517;
  font-weight: bold;
} 

a:active {
  color: #583517;
  text-decoration: none;
  font-weight: bold;
}


/* Build the main layout for the site */

#mainContainer {
  width: 980px;
  margin: 0 auto;
  padding: 0;
}

#topNav { 
  padding: 20px 0px 0px 0px;
  border-bottom: 1px solid #bdbdbd;
}

/*
#topNav table {
  width: 980px;
}
*/

#contentWrap {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

#contentMain {
  padding: 0px;
  margin: 0px 0px 10px 180px;
}

#sideBar {
  float: left;
  width: 180px;
  margin-left: -980px; /* should be negative of mainContainer */
  
  /* for testing
  background: #e6f2f2;
  */
}


/* SETUP THE TOP NAV LINKS*/

#nav {
  list-style-type:none;
  margin:0px;
  padding:0px;
}

#nav li {
  color:#000;
  font-weight: bold;
  font-size: 14px;
  font-family: arial, sans-serif;
  text-decoration: none;
  display:inline;
  padding:0px;
  margin: 0px 0px 0px 19px;
}

#nav a {
  color: #bdbdbd;
  font-weight: bold;
  font-size: 14px;
  font-family: arial, sans-serif;
  text-decoration: none;
}

#nav a:hover {
  color: #583517;
  text-decoration: overline;
}


/*
#navLinks {
  vertical-align: bottom;
  text-align: right;
}

	
#navLinks a {
  color: #bdbdbd;
  font-weight: bold;
  font-size: 14px;
  font-family: arial, sans-serif;
  text-decoration: none;
  margin: 0px 0px 0px 18px;
}

#navLinks a:hover {
  color: #583517;
  text-decoration: overline;
} 

.navNotLinked {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  font-family: arial, sans-serif;
  text-decoration: none;
  margin: 0px 0px 0px 18px;
}
*/
  
/* Setup the home page table */

table.hpImage {
  padding: 0px;
  margin: 90px 0px 0px 0px;
  width: 810px;
}

table.hpImage td {
  padding: 26px;
  margin: 0px;
  /*
  border-width:1px;
  border-style:solid;
  */
}

table.hpImage img {
  border-style: solid;
  border-color: #000;
  border-width: 1px;
}


/* Setup the portfoio grid table */

table.grid1 {
  padding: 0px;
  margin: 10px 0px 0px 0px;
  width: 770px;
}

table.grid1 td {
  padding: 7px;
  margin: 0px;
  text-align:center;
  /*
  border-width:1px;
  border-style:solid;
  */
}

table.grid1 img {
  border-style: solid;
  border-color: #000;
  border-width: 1px;
}


/* setup the clients table */

table.clientTable {
  padding: 0px;
  margin: 10px 0px 0px 0px;
  width: 700px;
}

table.clientTable td {
  padding: 10px;
  margin: 0px;
  color:#bdbdbd;
  vertical-align: top;
}

.clientTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

#htTitle {
  margin: 30px 0px 0px 0px;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  color: #000; 
}

#sideLogo {
  margin: 30px;
}
  
#footerContent {
  clear: both;
  width: 100%;
  margin: 30px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#bdbdbd;
  border-top:1px solid #bdbdbd;
}

.galleryImg {
  margin:15px 5px 30px 5px;
  border-style: solid;
  border-color: #000;
  border-width: 1px;
}

#galleryNav {
  padding: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  border-top: 1px solid #bdbdbd;
}


#galleryNavTable td {
  width: 60px;
  height: 60px;
  padding: 10px;
  text-align: center;
  border-style: solid;
  border-color: #999;
  border-width: 1px;
  
}

#galleryNavTable .currentImg {
  background: #ccc;
  border-color: #000;  
}


#galleryNavTable img {
  border: 0px;
}

#galleryNav {
  float: left;
  width: 100%;
  padding: 10px 0px 10px 0px;
  margin: 0px;
}

#galleryTableWrapper {
  padding: 0px;
  margin: 0px 0px 0px 180px;
}

#galleryTitle {
  float: left;
  width: 180px;
}

#theImg {
  height:420px;
}   


.text1 {
  width:580px;
  padding-top: 12px;
}

.captionText {
  color: #999;
  font-weight: normal;
  font-size: 13px;
}  

#contactWrapping {
  margin-top:6px;
  background:url(/contact/images/background.jpg) no-repeat center;
  width:770px;
  height:438px;
}

#servicesWrap {
  margin-top:6px;
  background:url(/services/images/background.jpg) no-repeat center;
  width:770px;
  height:400px;  
}

#servicesWrap p, #servicesWrap h4 {
  padding-left:10px;  
  
} 

#contact1 {
  display:inline;
  float:left;
  padding:10px;
  color:#583517;
}

#contact2 {
  display:inline;
  float:right;
  padding:10px;
  text-align:right;
  color:#583517;
}

#contact2 a, #contact1 a {
  color:#583517;
}


#contact2 a:hover, #contact1 a:hover {
  color:#583517;
  text-decoration:underline;
}


.fineArtThumb {
  margin:10px 10px 4px 10px;
  border:1px solid #000;
}


.newH3 {
  padding-left:10px;
  padding-top:8px;
  padding-bottom:0px;
}