@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #A78953;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 40px 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#FFFDD7;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
#mainContent {
	padding: 10px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

p{
    font-size: .8em;
    line-height:17px;
}

.footnote {
font-size:.6em;
}

dt {
font-size:.8em;
font-weight:bold;
padding:5px 0 2px 0;
}

dd {
font-size:.8em;
font-weight:normal;
padding:0 0 2px 0;
}


#menu
{
margin: 0;
padding: 0px 2px 20px 10px;
border 1px solid #A78953;
}

ul#navlist
{
list-style: none;
padding: 0;
margin: 0 ;
width: 100%;
font-size: 0.65em;
}

ul#navlist li
{
display: block;
float: left;
width: 9.5%;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
margin:0;
padding: 0.2em 0em 0.5em 0em;
border-width: 1px;
border-color: #55652C #aaab9c #ccc #55652C;
border-style: solid;
color: #2C312A;
text-decoration: none;
text-align:center;
background:transparent ;
font-weight:bold;

}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #A78953;
color: #000;
font-weight:bold;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #FFFDD7;
background: #A78953;
border-color: #aaab9c #FFFDD7 #FFFDD7 #55652C;
font-weight:bold;
}

#tagline {
/*color:#55652C;*/
color: #2F441D;
font-size:24px;
font-weight:normal;
padding:2px 5px 5px 25px;
}

.news {
color: #2F441D;
font-size:16px;
font-weight:bold;
margin:0;
text-decoration:underline;
text-transform:capitalize;
}

#textarea {
margin:-5px 300px 0 0;
padding:0 0 0 10px;
}

#textarea li {
font-size: .8em;
padding 0px 0px 8px 0px;
margin-bottom:8px;
}

.plain {
padding:0px 10px;
}

#quote, #quotepage {
font-size:13px;
line-height:17px;
font-style:italic;
color:#684F48;
font-weight:bold;
}

#quote {
padding:5px 350px 5px 30px;
}

#quotepage {
padding:5px 350px 20px 30px;
}
.author {
font-style:normal;
padding:0px 0px 0px 55px;
}

#linksarea {
float:right;
width:275px;
padding:10px 2px 2px 2px;
}

#linksarea a {
text-decoration:underline;
}

.paintchip4{
clear:left;
float:left;
}

.paintchip1, .paintchip2, .paintchip3, .paintchip5, .paintchip6 {
float:left;
}

.paintchip1, .paintchip2, .paintchip3, .paintchip1 a, .paintchip2 a, .paintchip3 a,
.paintchip4 a:hover, .paintchip5 a:hover, .paintchip6 a:hover
{
color:#2C312A;
}

.paintchip4, .paintchip5, .paintchip6, .paintchip4 a, .paintchip5 a, .paintchip6 a,
.paintchip1 a:hover, .paintchip2 a:hover, .paintchip3 a:hover  {
color:#FFFDD7;
}


.paintchip1, .paintchip2, .paintchip3, .paintchip4, .paintchip5, .paintchip6 {
width:87px;
height:90px;
font-weight:bold;
font-size:12px;
border:1px solid #FFFDD7;
padding:0px 0px 0px 2px;
}
 
#clearing {
clear:both;
}

#footer {
clear:both;
padding:8px;
color:#55652C;
font-size: 12px;
font-weight:bold;
border-top: 1px solid #A78953;
text-align:center;
}

#breadCrumb{
	padding: 0px 0px 1px 10px;
	color: #000;
	font-size: 10px;
	font-weight:bold;
}

#breadCrumb a{
	color: #005FA9;
	
}

#breadCrumb a:hover{
	color: #A8C0EE;
	text-decoration: underline;
}

#figure {
margin-bottom:2px;
position:relative;
float:right;
}

#figure p {
position:absolute;
bottom:2px;
color:#fff;
font-size:.6em;
font-weight:bold;
margin:0;
}

#figure a:hover{
color: #A8C0EE;
text-decoration:underline;
}

#figure a {
text-decoration:none;
color:#fff;
}

.caption {
padding:0 0 0px 5px;
}

.credit {
padding:0px 2px 0px 665px;
}

#figure img {
display:block;
}

img.gallery {
float:right;
margin-left:10px;
margin-bottom:10px;
border:1px solid #666;
padding:10px;
}

.gallery img {
border:1px solid #666;
padding:10px;
}

div.gallery {
float:right;
width:222px;
margin:15px 10px 5px 10px;
}

.gallery p {
font-weight:bold;
font-size:.7em;
text-align:center;
color:#333;
margin:1px 0 0 0;
} 

.photo { background: url(images/drop_shadow.gif) right bottom no-repeat;
}

.photo img {
border:1px solid #666;
background-color:#FFF;
padding:4px;
position:relative;
top: -5px;
left:-5px;
}

.gallery {
float:left;
width:210px;
margin: 0 10px 10px 10px;
}

/*IE 5/6 border erase bug */
* html #gallery {
width:100%;
}

/*IE 5 placement bug */
* html #gallery img {
width:100%;
}