.action-bar
{
	padding: 2px;
/* 	font: bold 10px geneva, verdana, arial, sans-serif; */
}

.action-bg , .action-bg a
{
	text-transform: uppercase;
/* 	font: bold 10px geneva, verdana, arial, sans-serif; */
}

.by-line
{
	color: #000;
	padding: 0 12px;
	border-top: 2px solid #6b6e60;
	border-right: 1px solid #EBF2FF;
	border-bottom: 1px solid #EBF2FF;
	border-left: 2px solid #6b6e60;
	background-color: #aeb39d;
}

.by-line i
{
	color: #000;
	text-align: left;
}

.by-line-emphasis
{
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-align: left;
}

.error , .required
{
	font-weight: bold;
	color: red;
}

/* .error */
/* { */
/* 	border: 1px dotted orange; */
/* 	padding: 1px 2px; */
/* } */

.field-desc
{
	padding: 0.5em;

}

.libnavb
{
/* 	font: bold 10px geneva, verdana, arial, sans-serif; */
	color: #000;
}

.libnavt
{
/* 	font: 10px geneva, verdana, arial, sans-serif; */
	border-bottom: 1px solid #fff;
}

ul.menu
{
	list-style: none;
	padding: 0;
	margin: 0;
    margin-right:10px;
    margin-top: 1px;
    margin-bottom: 8px;
	color: #222;
	border-right: 1px #B5AA9D solid;
	border-top: 1px #F2F6FF solid;
	border-left: 1px #F2F6FF solid;
	border-bottom: 1px #B5AA9D solid;
}

.menu li
{
	padding: 0;
	margin: 0;
	border: 0 none;
	white-space: nowrap;
}

.menu li a
{
	padding: 1px 2px;
	margin: 0;
	font-weight: normal;
	color: #F3F3EF;
	font-size: 0.9em;
        text-decoration: none;
}

.menu li a:active
{
	background-color: #EBF2FF;
}

.menu li a:hover { background-color: #ffffff; color:#A8A19B; text-decoration:none;}
/* .menu li a:visited { background-color: #aeb39d; } */

.price
{
	font-size: inherit;
	font-family: inherit;
}

.price a
{
	font-weight: normal;
	text-decoration: none;
}

.price a:hover
{
	cursor: help;
	text-decoration: underline;
}

.query
{
	border-top: 1px solid #EBF2FF;
	border-right: 1px solid #6b6e60;
	border-bottom: 1px solid #6b6e60;
	border-left: 1px solid #EBF2FF;
	padding: 2px;
}

.search-button
{
	border-top: 1px solid #EBF2FF;
	border-right: 1px solid #6b6e60;
	border-bottom: 1px solid #6b6e60;
	border-left: 1px solid #EBF2FF;
	padding: 2px;
/* 	font: 10px geneva, verdana, arial, sans-serif; */
}

.small { font-size: 0.9em; }

.space-right { padding-right: 30px; }

.wizard-error-label { color: #c00; }

.wizard-label, .wizard-mesg
{
	/* 	font: 10px geneva, verdana, arial, sans-serif; */
	color: #006;
	font-size: 0.9em;
}

.wizard-main-title { /* font-size: 1.3em; */ }

#actions
{
	height: 104px;
	text-transform: uppercase;
}

#body-content
{
/* 	margin-top: 10px; */
	padding: 15px;
	border-right:1px #385894 solid;
	border-top:1px #F2F6FF solid;
	border-left:1px #F2F6FF solid;
	border-bottom:1px #385894 solid;
	background-color: #F1F0EC;
}

#body-content p img , #body-content img
{
	margin: 5px;
	padding: 5px;
	padding-bottom: 10px;
	background-color: #F3F6FB;
	border: 1px solid #F2F6FF;
	border-bottom: 1px solid #385894;
	border-right: 1px solid #385894;
}

#content
{
	padding: 10px 10px;
	margin: 10px 10px;
	border-right:1px #385894 solid;
	border-top:1px #F2F6FF solid;
	border-left:1px #F2F6FF solid;
	border-bottom:1px #385894 solid;
	background-color: #A8A19B;
	/*background-image: url("Images/bg");
	background-repeat: repeat-x;*/
}
#content p {
    margin:5px 10px 15px 10px;
    line-height:20px;
    text-align:left;
}
#footer , .marginalia
{
/* 	font: 10px geneva, verdana, arial, helvetica, sans-serif; */
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 10px;

    font-size: 0.9em;
}

#footer a
{
	text-decoration: none;
	font-weight: normal;
}

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

#footer a:link { color: #006; }
/* #footer a:visited { color: #c30; } */
#navbar { padding-top: 4px; }

a
{
	text-decoration: underline;
	font-weight: bold;
}

a:active { color: #cc0; }

a:hover
{
	color: #f60;
	text-decoration: none;
}

a:link { color: #8F491A; }
a:visited { color: #905934; }

body
{
	margin: 0;
	padding: 0;
	color: #703914;
	background-color: #ffffff;
	background-image: url("Images/bg-alt");
	background-repeat: repeat-x;
 	font-family:  Lucida Grande, Verdana, sans-serif; 
    font-size: 13px;
}

code , tt , pre
{
/* 	font: 12px "andale mono", monaco, monospace; */
	color: #06c;
	background: transparent;
}

div.action-bar , div.sub-nav , td.sub-nav
{
	padding: 4px 12px;
	border-right: 1px #385894 solid;
	border-top: 1px #F2F6FF solid;
	border-left: 1px #F2F6FF solid;
	border-bottom: 1px #385894 solid;
 	background-color: #D7D6D3;
	margin-left: 10px;
}

div.sub-nav , td.sub-nav
{
/* 	font: 10px geneva, verdana, arial, sans-serif; */
	white-space: nowrap;
    font-size: 0.9em;
}

div.sub-nav
{
	float: right;
/* 	font: 10px geneva, verdana, arial, sans-serif; */
	color: #6b6e60;
}

td.sub-nav
{
	margin-top: 0;
	padding: 0;

}

div.action-bar
{
	padding: 2px;
	margin-left: 0;
}

div.float { float: left; }
div.float img { float: none; }
div.float p { text-align: center; }

div.form-box
{
	width: 85%;
	border-left: 1px #F2F6FF solid;
	border-bottom: 1px #385894 solid;
	border-right: 1px #385894 solid;
	border-top: 1px #F2F6FF solid;
	padding: 15px;
	margin: 0 auto;
}

input, textarea, select
{
	color: #333;
	font-family: Lucida Grande, Verdana, sans-serif;
 	font-size: 0.9em; 
	font-weight: normal;
}

div.row
{
	clear: both;
	padding-top: 5px;
}

select { width: 150px; }

/* div.row span.formw */
/* { */
/* 	font-family: geneva, verdana, arial, sans-serif; */
/* 	font-size: 10px; */ 
/* 	font-weight: bold; */
/* } */

.spacer
{
	clear: both;
	display: block;
}

dt
{
	font-weight: bold;
	margin-top: 1.5em;
	font-size: 1.1em;
}

h1 , h2 , h3 , h4 , h5 , h6 { text-align: left; color: #592D10;}

h1
{
	font-size: 2em;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
}

h2 { font-size: 1.75em; }

h2
{
	margin: 0;
	padding: 0;
}

h2.page-head
{
color:#45413C;	
font-weight: bold;
	font-family: arial, helvetica, sans-serif;
/* 	border-bottom: 1px solid #222; */
}

h3 , h4 , h5 , h6
{
	margin: 8px 0 0 0;
}

h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1em; }
h6 { font-size: 0.8em; }

hr.horizontal-line
{
	height: 1px;
	color: #828c99;
	margin-bottom: 5px;
}

p
{
	padding-top: 0;
	margin: 0.5em 0;
}