p, h1, h2, h3, h4, h5, h6, img, body {
margin: 0;
padding: 0;
} /* sets all padding and margins to zero */

body {
  font-size: 12px;
}

/*/*/a{}
body {
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
html>body {
    font-size: small;
}
/* */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #FFFFFF url(../images/interface/body_background.gif) top left repeat-x;
}

.hidden, .print {
display: none;
}

a:link, a:visited {
color: #666666;
text-decoration: none;
}

a:hover, a:active {
color: #FF6600;
}

#container {
width: 760px;
margin: 0;
padding: 0;
background: transparent url(../images/interface/container_background.gif) bottom left no-repeat;
}

.clear {
clear: both;
height: 1%;
font-size: 1px;
}

/* The following is to expand the box-container to the full height of the photo when the photo is longer than the text. This is due to float: right */

.box-container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.box-container {display: inline-table;}

/* Hides from IE-mac \*/
* html .box-container {height: 1%;}
.box-container {display: block;}
/* End hide from IE-mac */

/* Top banner */

#top {
padding: 0;
margin-bottom: 0;
height: 94px;
width: 517px;
}

#top h1 a span {
text-indent: -9999px; /* fixes problem in IE5.0 */
}

#top h1 a:link, #top h1 a:visited {
background: transparent url(../images/interface/top_background.gif) 0 0 no-repeat;
display: block;
width: 517px;
height: 94px;
voice-family:"\"}\"";
voice-family:inherit;
text-indent: -9999px; /* hide from IE5.0 */
}

.nonsense { border: 0px;} /* stops the hiding from IE5.0 */

#top h1 a:hover, #top h1 a:active {
background: transparent url(../images/interface/top_background.gif) 0 -94px no-repeat;
}

/* Content */

#content {
padding: 0 0 0 38px;
margin: 20px 0 0 198px;
height: 1%;
}

#content .box-container {
width: 494px;
padding: 0 0 0 0;
margin: 0 0 0 0;
border: 1px solid #CCCCCC;
}

#content .plain-box {
width: 492px;
padding: 12px 0 0 0;
margin: 0 0 10px 0;
border: 1px solid #CCCCCC;
}

#content #detail-box, #content .extra-box {
width: 492px;
padding: 0 0 0 0;
margin: 0 0 10px 0;
border: 1px solid #CCCCCC;
}

#content #detail-box #detail-image {
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
padding: 23px 35px 23px 35px;
margin: 0 0 10px 0;
}

#content .extra-box .extra-image {
border-bottom: 1px solid #CCCCCC;
padding: 23px 35px 23px 35px;
margin: 0 0 10px 0;
}

#content #detail-box #detail-image img, #content .extra-box .extra-image img {
margin: 0 0 7px 0;
}

#content #detail-box p, #content .extra-box p {
padding: 0 2em 1em 15px;
}

#content #detail-box h4 {
padding: 11px 2em 0 15px;
}

#content .box {
width: 494px;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

#content h2 {
margin: 0 0 1em 0;
padding: 0 0 0 0;
font-size: 116%;
color: #FF6600;
font-weight: normal;
}

#content h3 {
margin: 0 0 1em 0;
padding: 2em 0 0 0;
font-size: 85%;
color: #666666;
font-weight: bold;
clear: both;
}

#content p, body#biography-page #content .plain-box p {
color: #666666;
line-height: 1.4em;
font-size: 85%;
padding: 0 2em 1em 30px;
}

#content h4 {
padding: 20px 2em 0 30px;
color: #FF6600;
line-height: 1.4em;
font-size: 85%;
font-weight: normal;
}

#content #quote {
width: 494px;
background: transparent url(../images/interface/open_quotes.gif) top left no-repeat;
}

#content #quote p, body#biography-page #content #quote p {
font-style: italic;
padding: 0.5em 2.2em 1em 30px;
background: transparent url(../images/interface/close_quotes.gif) bottom right no-repeat;
margin: 0 0 0 0;
}

#content #quote p.quote-credit, body#biography-page #content #quote p.quote-credit {
color: #000000;
font-style: normal;
padding: 0.5em 2.2em 1em 30px;
background: none;
margin: 0 27px 20px 0;
}

#content p.sculpture-details {
color: #999999;
}

#content .box img.image-floatright {
float: right;
margin-left: 20px;
border: 0;
}

#content .gallery-nav {
margin: 15px 0 0 0;
}

#content .gallery-nav img {
margin: 0 9px 15px 0;
padding: 0;
float: left;
}

#content .gallery-nav a:link img, #content .gallery-nav a:visited img {
border: 1px solid #CCCCCC;
}

#content .gallery-nav a:hover img, #content .gallery-nav a:active img {
border: 1px solid #FF6600;
}

.gallery-box {
border: 1px solid #CCCCCC;
height: 128px;
width: 494px;
padding: 0 0 0 0;
margin: 0 0 15px 0;
}

#content .gallery-box .gallery-box-image {
float: left;
width: 128px;
height: 128px;
}

#content .gallery-box img {
width: 128px;
height: 128px;
border: 0;
margin: 0 0 -3px 0;
border-right: 1px solid #CCCCCC;
}

html>body #content .gallery-box img { /* hack to hide this from IE PC (could cause problems for IE PC7) */
margin: 0 0 0 0;
}

#content .gallery-box .gallery-details {
width: 363px;
height: 100px;
float: right;
voice-family:"\"}\"";
voice-family:inherit;
width: 365px; /* hide from IE5.0 */
}

.nonsense { border: 0px;} /* stops the hiding from IE5.0 */

#content .gallery-box .gallery-details h4 {
padding: 8px 2em 0 10px;
margin: 0 0 0 0;
}

#content .gallery-box .gallery-details p {
padding: 0 2em 1em 10px;
margin: 0 0 0 0;
}

#content #detail-box div.back-link {
clear: right;
width: 492px;
border-top: 1px solid #CCCCCC;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#content #detail-box div.back-link p {
margin: 0 0 0 0;
padding: 4px 0 5px 15px;
}

#content div.back-link p a {
padding: 0 15px 0 15px;
margin: 0 0 0 0;
background: transparent url(../images/interface/back_arrow.gif) 0 50% no-repeat;
}

#content .gallery-box .gallery-box-link {
width: 363px;
height: 28px;
float: right;
voice-family:"\"}\"";
voice-family:inherit;
width: 365px; /* hide from IE5.0 */
}

.nonsense { border: 0px;} /* stops the hiding from IE5.0 */


#content .gallery-box .gallery-box-link p {
border-top: 1px solid #CCCCCC;
margin: 0 0 0 0;
padding: 5px 0 0 178px;
}

#content .gallery-box .gallery-box-link p a {
padding: 0 15px 0 0;
margin: 0 18px 0 0;
background: transparent url(../images/interface/link_arrow.gif) 100% 50% no-repeat;
}

#content div.link {
clear: right;
width: 494px;
border: 1px solid #CCCCCC;
margin: 0 0 0 0;
padding: 0 0 0 0;
}


#content .box-container div.link {
border-top: 1px solid #CCCCCC;
border-bottom: 0;
border-left: 0;
border-right: 0;
}

#content div.link p {
margin: 0 0 0 0;
padding: 4px 0 5px 30px;
}

#content div.link p a {
padding: 0 15px 0 0;
margin: 0 0 0 0;
background: transparent url(../images/interface/link_arrow.gif) 100% 50% no-repeat;
}

#content #box-link {
clear: both;
border: 1px solid #CCCCCC;
width: 494px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#content #box-link p {
margin: 0 0 0 390px;
padding: 4px 0 5px 0;
}

#content #box-link p a {
padding: 0 15px 0 0;
margin: 0 20px 0 0;
background: transparent url(../images/interface/link_arrow.gif) 100% 50% no-repeat;
}

body#biography-page #content p {
padding: 0 2em 1em 0;
}

body#biography-page #content h3 {
margin: 0 30px 1em 0;
padding: 10px 0 0 0;
border-top: 1px solid #CCCCCC;
}

#content ol {
margin: 0 4em 0 23px;
padding: 0 0 1em 0;
font-size: 85%;
color: #FF6600;
}

#content ol li {
margin: 0.5em 0 0.5em 0;
padding: 0;
font-weight: bold;
line-height: 1.4em;
}

#content ol li span {
color: #666666;
font-weight: normal;
font-style: italic;
}

#content ol li ul {
list-style-type: none;
margin: 0;
padding: 0 0 0.5em 0;
color: #666666;
}

#content ol li ul li {
margin: 0;
padding: 0;
font-weight: normal;
}

#content ol li ol {
list-style-type: lower-alpha;
font-size: 100%;
margin: 0 0 0 23px;
}

#content ol li ol li ul li span {
color: #666666;
font-weight: normal;
font-style: italic;
margin-top: .5em;
}

#content ol li ol li ul li {
margin-top: .5em;
}

#content ol li ol li span {
color: #666666;
font-weight: bold;
font-style: normal;
}

/* Navigation */

#navigation {
float: left;
width: 198px;
margin: 0;
margin-top: 15px;
padding: 0;
}

#navigation ul {
width: 145px;
margin: 0;
padding: 0 0 0 35px;
list-style-type: none;
text-align: right;
}

#navigation ul li {
font-size: 85%;
font-weight: bold;
display: inline;
}

#navigation ul li a {
display: block;
color: #666666;
text-decoration: none;
padding: 5px 15px 7px 0;
background: transparent url(../images/interface/li_background.gif) bottom right no-repeat;
width: 145px;
voice-family: "\"}\""; 
voice-family:inherit;
width: 125px;
}

.nonsense { border: 0px;} /* stops the hiding from IE5.0 */

#navigation ul li a:hover, #navigation ul li#sub a:hover, body#sculpture-page #navigation ul li#sculpture a, body#publicart-page #navigation ul li#publicart a, body#gardenornaments-page #navigation ul li#gardenornaments a, body#carving-page #navigation ul li#carving a, body#biography-page #navigation ul li#biography a, body#links-page #navigation ul li#links a, body#contact-page #navigation ul li#contact a {
color: #FF6600;
text-decoration: none;
}
.orangebold {
color: #FF6600;
text-decoration: bold;
}

#navigation ul li ul {
padding: 0 0 0 0;
}

#navigation ul li#sub ul {
background: transparent url(../images/interface/li_li_sub_background.gif) bottom right no-repeat;
display: block;
}

#navigation ul li ul li {
font-size: 100%;
font-weight: normal;
display: inline;
}

#navigation ul li#sub ul li a {
display: block;
color: #666666;
text-decoration: none;
padding: 5px 15px 7px 0;
background: none;
width: 145px;
voice-family: "\"}\""; 
voice-family:inherit;
width: 125px;
}

.nonsense { border: 0px;} /* stops the hiding from IE5.0 */

#navigation ul li#sub a {
display: block;
color: #666666;
text-decoration: none;
padding: 5px 15px 7px 0;
background: transparent url(../images/interface/li_sub_background.gif) bottom right no-repeat;
width: 145px;
voice-family: "\"}\""; 
voice-family:inherit;
width: 125px;
}

.nonsense { border: 0px;} /* stops the hiding from IE5.0 */

/* Footer */

#footer {
clear: both;
padding: 30px 0 0 0;
margin-top: 0;
}

#footer p {
color: #999999;
font-size: 85%;
line-height: 1.6em;
margin: 0;
padding: 0 10px 1em 238px;
}
.imgfloatr {
	float: right;
}

