body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin: 0px;
	padding: 0px;
}
#QE_Toolbar ul, #QE_Toolbar h1, .QE_Link {
display:none;
}
hr {
	border: 0;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 15px 0px 15px 0px;
}
h1 {
	font-size: 120%;
	margin: 0px 0px 10px;
	padding: 0px;
	font-weight: bold;
}
h2 {
	font-size: 120%;
	font-weight: normal;
	line-height: 1.4em;
	margin: 5px 0px 15px;
	padding: 0px;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	line-height: 1.4em;
	margin: 5px 0px 15px;
	padding: 0px;
}
h4 {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.4em;
	margin: 5px 0px 15px;
	padding: 10px;
}
h5 {
	font-size: 90%;
	font-weight: normal;
	line-height: 1.4em;
	margin: 5px 0px 15px;
	padding: 0px;
}
h6 {
	font-size: 80%;
	font-weight: normal;
	line-height: 1.4em;
	margin: 5px 0px 15px;
	padding: 0px;
}
blockquote {
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	line-height: 1.4em;
	margin: 20px;
}
code {
	font-size: 120%;
}
pre {
	font-size: 120%;
}
a {
	color: #5D0309;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#logo {
	display:none;
}
#search {
	display:none;
}
#mainmenu {
	float: left;
	clear: left;
	width: 180px;
}
#mainmenu ul, #submenu ul, #submenu dl {
	float: left;
	margin: 0px 0px 15px;
	padding: 0px;
	list-style-type: none;
}
#mainmenu ul {
	width: 180px;
	line-height: 1.4em;
}
#mainmenu li, #submenu li {
	clear: left;
}
.active a {
	float: left;
	font-weight: bold;
	border: 0px;
	padding-left: 15px;
	background: url(/assets/templates/site/images/link-arrow.gif) no-repeat left center;
}
#submenu {
	width: 250px;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 1.4em;
	position: absolute;
	right: 0px;
}
#submenu ul {
	width: 250px;
	padding-bottom: 20px;
	clear: left;
	float: left;
}
#submenu dl {
	float: left;
	width: 250px;
	margin: 0px 0px 20px;
	padding: 0px;
}
#submenu dt {
	float: left;
	width: 250px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#submenu dd {
	float: left;
	width: 250px;
	margin: 0px 0px 15px;
	padding: 0px;
}
#store {
	display:none;
}
#content {
	float: left;
	width: 460px;
	position: static;
	line-height: 1.4em;
	left: 180px;
}
#text {
	padding: 10px 15px 15px 30px;
	float: left;
	width: 415px;
}
#content img {
	border: 0px;
	padding: 0px 0px 8px 0px;
}
#content p {
	margin: 5px 0px 10px;
	padding: 0px;
}
#tools {
	display: none;
}
#footer {
	float: left;
	width: 415px;
	line-height: 1.4em;
	padding: 15px 15px 15px 30px;
	font-size: 95%;
}
#footer img {
	display:none;
}


	/* --- RB: added ----------------------------------------------- */
	
#mainmenu h1 {
	font-size: 120%;
	margin: 8px 0px 5px 0px;
}
#mainmenu a {
	font-size: 100%;
	border: 0;
}
#mainmenu .active a {
	font-weight: bold;
	border: 0;
}
.clearer {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin:0; 
	padding:0;
	background: transparent;
}

	/* -- Documents List pages -------------------------------------------- */
	
#doc_header {
	font-weight: bold;
	margin: 10px 0;
	font-size: 120%;
}


.doc_title {
	font-weight: bold;
	margin: 0;
	cursor: pointer;
	width: 100%;
}

#sort_by_title, #sort_by_type {
	display: block;
	padding-right: 15px;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(images/sortable.gif);
	width: 2.6em;
}

#sort_by_type {
	float: right;
	width: 6em;
}

#sort_by_title.ascending, #sort_by_type.ascending {
	background-image: url(images/sorted_down.gif);
}
	
#sort_by_title.descending, #sort_by_type.descending {
	background-image: url(images/sorted_up.gif);
}


.doc_title a {
	font-weight: normal;
	font-size: 100%;
}

.doc_title span.filetype {
	font-weight: normal;
	float: right;
	display: block;
	width: 7em;
}

.doc_details {
	margin: 0px 0 0px 0;
}

.doc_link {
	margin-top: 3px;

	margin-bottom: 10px;
}

.doc_link span {
	font-weight: bold;
}

a.lightbox {
	text-decoration: none;
	border: 0;
}

div.thumbnail {
	float: right;
	width: 160px;
	font-size: 95%;
	border: 0;
	margin: 0px 0px 5px 10px;
	padding: 5px;
	text-align: center;

}
div.thumbnail span {
	float: right;
	clear: right;
	width: 160px;
}

#content div.thumbnail img {
	margin: 0;
	float: right;
}

	/* -- Documents Store main page -------------------------------------- */

#DocStore h2 {
	font-weight: bold;
	margin: 5px 0;
	/*text-decoration: underline;*/
}
#DocStore h3 {
	font-size: 120%;
	margin: 8px 0px 5px 0px;
}
#DocStore ul {
	margin: 0px 0px 15px;
	padding: 0px;
	list-style-type: none;
	color: blue;
	padding-right: 20px;
}

#DocStore li {
padding-bottom: 1px;	
margin-bottom: 5px;
	border-bottom: 1px solid #929CA1;
}

#DocStore a {
	text-decoration: none;
	border: 0;
}

#DocStore div {
	margin: 0;
	padding: 0;
	float: left;
	width: 49%;
}

	/* --- FORMS --------------------------------------------------------- */

form .invalid {
	/*border-color: red;*/
	color: #900;
}

.marginForm fieldset {
	display: block;
	margin: 0;
	border: 0;
	border-top: 1px solid black;
	padding: 0 1em .1em 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 99.9%;
}

.marginForm fieldset.borderless {
	border: 0;
}

.marginForm fieldset.radio {
	margin: 0 0 0 -1em;
	border: 0 solid #FFFFFF;
}

.marginForm fieldset.radio input {
	position: static;
	clear: both;
	float: left;
}

.marginForm fieldset.radio label {
	position: relative;
	top: -1.25em;
	display: inline;
	width: auto;
	margin: 0 0 0 8em;
	font-weight: bold;
	font-weight: normal;
}

.marginForm fieldset.radio legend {
	float: left;
	font-weight: bold;
}

.marginForm input, .marginForm select, .marginForm textarea {
	position: relative;
	top: -1.4em;
	left: 6em;
	display: block;
	width: 20em;
}

.marginForm select {
	width: 20em;
}

.marginForm textarea {
	height: 15em;
	width: 20em;
}

.marginForm input.button {
	clear: both;
	display: inline;
	margin-top: 0.2em;
	width: 9em;
}

.marginForm label {
	clear: both;
	float: left;
	display: block;
	width: 10em;
	margin-top: -0.5em;
}

.marginForm label.first {
	margin-top: 1em;
}

	/* -- EditorForm ------------------------------------------- */
	
.editorForm
{
	margin-bottom: 5px;
}
.editorForm fieldset
{
	background-color: #666;
	border: 1px solid #aaa;
}

.editorForm fieldset legend {
	font-weight: bold;
	background-color: #ddd;
	border: 1px solid #aaa;
	color: #666;
	cursor: pointer;
	padding: 2px 10px;
}
.editorForm input.button {
	clear: both;
	display: block;
	margin-top: 0.3em;
	margin-bottom: -10px;
	width: 5em;
}
.editorForm textarea {
	height: 10em;
	width: 22em;
}
.editorForm input.wide {
	width: 21em;
}
.editorForm textarea#richEdit1, 
.editorForm textarea#richEdit2,
.editorForm textarea#richEdit3 {
	width: 540px;
	height: 200px;
}
.editorForm .mceEditor {
	margin-bottom: 20px;
}
.editorForm .errors {
	color: red;
	margin: 0 0 15px 40px;
}
.mceToolbarTop img {
	float: none;
	border: 0;
}
.mceToolbarTop select {
	display: inline;
	width: auto;
	position: static;
}

	/* --- Search results ----------------------------- */

div.ajaxSearch_result {
  margin-bottom: 10px;
}

a.ajaxSearch_resultLink {
	font-weight: bold;
}

span.ajaxSearch_resultDescription {
  color: #3b311f;
}

#content span.ajaxSearch_highlight, 
#content span.ajaxSearch_highlight1, 
#content span.ajaxSearch_highlight2, 
#content span.ajaxSearch_highlight3 {
	background-color: #5D0309;
	padding: 0px 2px;
}

.searchTerms {
	margin: 5px 0 10px 0;
}

 /* --- Archives -------------------------------------- */

#Archive_btn, #Delete_btn {
	display: none;
}

div.result {
	border: 1px solid #933;
	padding: 5px;
}

div.ArchiveItem {
	margin-bottom: 20px;
}

div.ArchiveItem h1 {
	font-size: 110%;
	margin-bottom: 3px;
}

div.ArchiveItem p {
}

 /* --- RB: images ----------------------------------- */
 
img.plainImageLeft {
	float: left;
	clear:left;
}
img.plainImageRight {
	float: right;
	clear: right;
}
img.plainImageFull {
	float: left;
	clear: both;
}