/******************************************
 * site-wide styling
 ******************************************/

/*
 * Common stuff - kill browser defaults, etc.
 */

html, body {
	padding: 0;
	margin: 0;
}

table, img {
	border: none;
}

table, tr, td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

/* "Utility" classes... */

.left {
    float: left;
    margin-right: 15px;
} 
.right {
    float: right;
    margin-left: 15px;
}
.cleared { clear: both;}

.block { display: block;}
.inline { display: inline;}
.hidden { display: none;}

.nowrap { white-space: nowrap;}

.clearer {
	clear: both;
	height: 0;
}

.graphics {
  line-height: 0;
}


/**************/

body {
    text-align: center;         /* IE workaround */
    background-image: url(/static/images/body-bg.jpg);
    background-repeat: repeat-x;
	background-color: #EDE5CE;
    color: black;
    font-family: Verdana;
    font-size: 11px;
    line-height: 1.5em;
}

#main {
    margin: auto;
    text-align: left;           /* undo IE workaround */
    width: 760px;
	background-color: #eadcb8;
}

#content {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
   /* background-image: url(/static/images/bg.jpg); 
    background-repeat: none; */
}

h2 {
    margin-top: 1.0em;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #806B06;
    padding-bottom: 4px;
    border-bottom: 1px solid #6C5B0B;
}

h3 {
    margin-top: 1.5em;
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
    color: #333333;
}


h4 {
    padding-left: 15px;
    font-size: 11px;
    font-weight: bold;
    text-transform: none;
    color: #625998;
}

#footer {
    margin-top: 15px;
    padding-top: 4px;
    height: 24px;
    background-image: url(/static/images/footer-bg.jpg);
    background-repeat: repeat-x;
    text-align: center;
    color: #666;
    font-size: 10px;
}

.blockquote {
    font-style: italic;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
}

.keyline,
.inset
{
    border: 1px solid #7471a7;
    background-color: white;
    padding: 4px;
}

.inset-inner {
    background-color: #e9e8ed;
}

.inset-content,
.inset-title
{
    padding: 4px 10px 4px 10px;
}

.inset-content {
    background-color: #e9e8ed;
}

h2.inset-title {
    margin-top: 0;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #cfced1;
    color: #933807;
    border: none;
}

.inset-content h3 {
    font-size: 13px;
    font-weight: bold;
    color: #625998;
    border: none;
    margin-top: 0px;
}


img.page-header {
    display: block;
    margin-bottom: 10px;
}


.crumbs {
    margin-top: 1.0em;
    margin-bottom: 1.0em;
    text-align: right;
}


a:link,
a:active,
a:visited
{
  color: #a23000;
  text-decoration: underline;
}
a:hover {
  color: #6B5CCC; 
}

.separator {
	border-top: 1px solid #B5A14E;
}

.gallerymargin {
	margin-top: 10px;
	margin-bottom: 10px;
}

.h4text {
	font-weight: normal;
	color: black;
}