/* standard.css SEEdit Template Toolbox*/

/* Kill margin and padding on all elements - because different browsers have different defaults */
* {
	margin: 0;
	padding: 0;
	}

html {
	/* Fixes background nastiness when a sidebar is open in Firefox */
	min-width: 780px;
	}
/* =============site background container===================*/
div#container {
	margin: 10px auto;
	width: 780px;
	height: 100%;
	text-align: left;
	background:#622010 url(../chrome/container.jpg) 0 0 /*original #792008*/;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	height: 1%;
	height: auto;
	}

/* Header */

#header * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	}

/* ============ NOT USED =====================
#header h1 {
	float: left;
	padding: 120px 0 0 10px;
}

#header h2 {
	float: right;
	padding: 120px 10px 0 0;
}
============ NOT USED =====================*/

/* ============  Content  UN-USED===============

#content {
	width: 780px;
	margin: 0 auto;
	background: url(images/img2.jpg);
	border: 2px solid #F7EBBB;
	text-align:left;
}
 =============  Content  UN-USED  =============*/

body {
	/* relative font sizing to allowing scaling in IE - http://www.clagnut.com/blog/348/*/
	font: normal 62.5%/1.8em Arial, Helvetica, sans-serif;
	}

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: small;
	text-align: center;
	background: transparent url(../images/rblines.jpg) repeat;
	}

/*========   Main DIV's START   =========*/

/*---------------------  HEADER  -----------------------*/

div#header {
	padding: 0;
	text-align: center;
	background: url(images/header.jpg) no-repeat center center;
	width: 780px /* changes size of header */;
	height: 150px;
	background-color: #622010;
	color: #a45210;
	}

/*---------------------  FOOTER  ----------------------*/
div#footer {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	text-align: center;
	clear: both;
	height: 20px;
	background-color: #000000;/* background color 622010*/
	font-size: x-small;
	color: #ffd561 /* color of font*/;
	}

/*----------------  MAIN CONTENT  ------------------*/

div#maincontent {

	background-position: 50% 0px /*new added to try and fix this container in IE*/;
	padding: 10px;
	align: right;
	text-align: justify;
	width: 605px;
	margin-left: 150px;
	min-height:285px;
	_height:285px;
	/*======== START  =========to set background of maincontent*/
	background: #F2EDD9 url(../images/container.jpg) 0 0;
	background-repeat: no-repeat;
	/*========FINISH ========to set background of maincontent*/
	/*background-color: #ffffff;*/
	color: #4B0E08;
	border-left: solid #000000 0px;
	}

div#menucontent {
	background-position: 50% 0px /*new added to try and fix this container in IE*/;
	padding: 10px;
	align: right;
	text-align: justify;
	width: 605px;
	margin-left: 150px;
	/*======== START  =========to set background of maincontent*/
	background: #BD7139; /*not used here url(../images/container.jpg) 0 0;*/
	background-repeat: no-repeat;
	/*========FINISH ========to set background of maincontent*/
	/*background-color: #ffffff;*/
	color: #4B0E08;
	border-left: solid #000000 0px;
	}

/* #content ul for list stuff */
#maincontent ul {
	margin: 0.8em 0 0.6em 1em;
	padding-left: 1em;
	list-style-type: square;
	}

ol {
	margin: 0.8em 0 0.6em 2em;
	padding-left: 1em;
	list-style-type: lower-roman;
	}

blockquote {
	margin: 0.8em 0 0.6em 1em;
	padding-left: 1em;
	font-style: italic;
	border-left: 4px solid #E2D7CF;
	}

.imagefloat {
	float: right;
	padding: 4px;
	border: 1px solid #000000;
	margin: 0 0 10px 10px;
	}

.imagefloatright {
	float: right;
	padding: 2px;
	border: 1px solid #000000;
	margin: 12px 12px 12px 12px;
	}

.imagefloatleft {
	float: left;
	padding: 2px;
	border: 1px solid #9FA41D;
	margin: 8px 12px 5px 0px;
	}

.imagefloatss {
	float: right;
	padding: 4px;
	border: 1px solid #000000;
	margin: 12px 12px 12px 12px;
	}

/*-----------------  LEFT COLUMN  ---------------------*/

div#leftcolumn {
display: inline;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 0px;
padding-top: 2px;
	/*padding: 10px;*/
	float: left;
	text-align: left;
	background-color: #622010;
	width: 130px;
	border-style: none;
	}

/*========   Main DIV's END   =========*/

/*===============  navigation  START ===============*/

div#navbar {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	background-color: #000000;/* changes menu background color 622010 */
	border-top: none;
	border-bottom: none;
	font-weight: bold;
	padding: 8px;
	width: 766px;
	}

#navbar ul li a:link,
#navbar ul li a:visited {
	color: #ffd561;
	background-color: #7b3108;
	text-decoration: none;
	border-top: solid #767675 1px;
	border-left: solid #767675 1px;
	border-bottom: solid #626261 1px;
	border-right: solid #626261 1px;
	display: inline;
	margin: 0px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 1px;
	margin-right: 5px;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-right: 10px;
	}

#navbar ul li a:hover,
#navbar ul li a.current {
	color: #ffffff;
	background-color: #a45218;
	text-decoration: none;
	border-top: solid #cccccc 1px;
	border-left: solid #aaa9bc 1px;
	border-bottom: solid #ffffee 1px;
	border-right: solid #ffffff 1px;
	}

#navbar ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	}

#navbar ul {
	margin: 0px;
	padding: 0px;
	}

/*===========  navigation  END ============*/

/*==============  navsub  START ========*/

div#navbarsub {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .8em;
	background-color: #622010;
	border-top: none;
	border-bottom: none;
	padding: 0px;
	width: 130px;
	height: 100%;
	}

#navbarsub ul li a:link,
#navbarsub ul li a:visited {
	color: #c0c065;
	background-color: #7b3108;
	text-decoration: none;
	display: block;
	border-top: solid #767675 1px;
	border-left: solid #767675 1px;
	border-bottom: solid #626261 1px;
	border-right: solid #626261 1px;
	margin-top: 1px;
	margin-left: 0px;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-left: 5px; /* this changes left sub nav padding*/
	padding-bottom: 5px;
	}

#navbarsub ul li a:hover,
#navbarsub ul li a.current {
	color: #ffffff;
	background-color: #a45218;
	text-decoration: none;
	border-top: solid #cccccc 1px;
	border-left: solid #aaa9bc 1px;
	border-bottom: solid #ffffee 1px;
	border-right: solid #ffffff 1px;
	}

#navbarsub ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	}

#navbarsub ul {
	margin: 0px;
	padding: 0px;
	}

/*===========  navsub  END  ============*/



/*------------Set font size for content area -----------*/
#content { 
font-size: 1.2em; }
p { margin: 0.3em 0 0.6em 0; }

a {
	color: #FFD561 /*darker color #c0c065*/;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	background: #a45218;
	color: #FFF;
	}

#article {
	line-height: 1.7em;
	color: #636331;
	}

h1, h2, h3, h4, h5, h6 { font-family: Georgia, Times New Roman, Times, serif; }


h2 {
	color: #622010;
	margin-bottom: .5em;
	line-height: 1.4em;
	font-size: 1.4em;
	text-align:center;
	}

h3 {
	color: #000000;
	margin: 0.8em 0 0.6em 0;
	font-size: 1.1em;
	text-align:center;
	}

h3a {
	color: #000000;
	margin: 0.8em 0 0.6em 0;
	font-size: 1.1em;
	text-align:left;
	}

h4 {
text-align: center;
	color: #000000;
	margin: 0.8em 0 0.6em 0;
	font-size: 1.1em;
	text-align:left;
	}

h5 {
	color: #000000;
	margin: 0.8em 0 0.6em 0;
	font-size: .9em;
	}

h6 {
	color: #000000;
	margin: 0.8em 0 0.6em 0;
	font-size: 0.8em;
	}

/* Sub Content */

#subContent h2 { font-size: 1.3em; }
#subContent h3 { font-size: 1.1em; }