/* CSS Document */
body {
margin:0;
padding: 0;
	/* Reduce default font size to 10pt */
    font: 70%/1.5  "Lucida Grande", "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
min-width:1200px;
background-color: #FFFFFF;
}

/*---------Layout Items---------*/
#container
{
width: 100%;
margin:0px 0px 0px 0px;
/*background-color: #fff;
color: #333;*/
line-height: 120%;
background-image:url(images/greenbar.jpg);
background-repeat:repeat-y;

}

#leftnav
{
float: left;
width: 200px;
height:100%;
margin: 0px;
padding: 0px;
border-right:solid 1px #FFFFFF;
background-color: #666666;
}

#content
{
margin: 0 2em 0 0;
padding: 0px;
/*max-width: 36em;*/
width:900px;
float:left;
/*border:thin solid #333333;*/
/*height:100%;*/
}

#footer
{
clear: both;
margin: 0;
padding: 1em 1em 1em 3em;
color: #666666;
background-color: #FFFFFF;
border-top: 1px solid  #333333;
}

#footer a {
color: #666666;
text-decoration:none;
}

#footer a:hover {
color:#333333;
}

/*#leftnav p { 
margin: 0 0 1em 0; 
}*/

#content h2 { 
margin: 0 0 .5em 0; 
}

#blurb{
width:85%;
margin: 0px auto;
text-align:center;
font-size:0.9em;
}

#logo {
margin:10px 0px 5px 0px;
}


/*---------Nav Items---------*/

#menubar {
width:100%;
margin-top:23px;
text-transform:uppercase;
text-indent:1.1em;
text-align:left;
font-size:.9em;
font-weight:bold;
letter-spacing:.15em;

}

#menubar ul {
margin-left: 0;
padding-left: 0;
list-style-type:none;
}

#menubar a
{
display: block;
padding: 4px 0px 4px 0px;
width:100%;
color:#000000;
text-decoration:none;
border-bottom:solid 1px #FFFFFF;;
}

#menubar a:hover
{
background-color: #333333;
color: #FFFFFF;
}

.beige {
/*---- border-top:solid 1px #FFFFFF;-----*/
background-color: #CCCC99;
}

.yellow {
background-color: #FFFF66;
}

.dkgrey {
background-color: #666666;
}

.grey {
background-color: #CCCCCC;
}

.ltgrey {
background-color: #999999;
}

.ltgreyb {
border-top:solid 1px #FFFFFF;
background-color: #999999;
}

.green {
background-color: #D1E39F;
}

.brown {
background-color: #C4C35C;
}

.white {
background-color: #FFFFFF;
}

/*------------Content--------------*/

.imageleft {
float:left;
}

.collections {
background-color:#EBEFBE;
}

.headline {
font-family:"Century Gothic", sans-serif;
font-size:1.75em;
letter-spacing:.2em;
}



/*-------CollectionDetails------*/
#top
{
margin-left: 201px;
padding: 2em 1em 2em 1.5em;
background-color: #333333;
border-bottom: 1px solid #FFFFFF;
color:#FFFFFF;
}

#top ul {
margin:1em 0 0 0;
padding:0;
}

#top li {
list-style:none;
display:inline;
margin-left:2.5em;
}

#top a {
color:#FFFFFF;
text-decoration:none;
}

#top a:hover {
text-decoration:underline;
}

.collections2 {
background-color: #A6C6C6;
}

#longdescription {
margin: 15px 15px 0px 15px;
width:150px;
float:left;
line-height:1.5em;
}

.resultTitle {
font-family:"Times New Roman", Times, serif;
font-size:1.5em;
font-weight:normal;
}

#longdescription ul {
list-style:none;
}

#longdescription a {
color:#000000;
}

#longdescription a:hover {
color:#660000;
}

#grid {
float:left;
width:450px;
}

.thumbnail {
float:left;
}

/*------Wisdom & Meaning-------*/

.wisdom {
background-color: #CCCCCC;
}

.cornerimage {
	float:left;
	clear:left;
	margin-right:15px;
	margin-bottom:15px;
	margin-left: -30px;
}

#wisdomcontent {
	width:550px;
	line-height:1.7em;
	padding-left: 30px;
}

#wisdomcontent a {
font-weight:bold;
color:#000000;
}

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

#materials {
margin:8px 20px;
}

/*------My Path-------*/

#picturebox {
	margin-bottom:25px;
	width: 550px;
	float: left;
}

/*------Form Styles-------*/

#formcontent {
	width:450px;
	padding: 20px;
	line-height:1.7em;
}

.smallbody {
font: 57%/1.5  "Lucida Grande", "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
}

