html {
	/*height: 100%;*/
	}
body {
	background: url(images/body_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	/*margin: 9px 0px 10px 0px;*/
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 100%;
	font-size: 11px;
	color: #333333;
	background-color: #CC980D;
	}
.clr {
	clear: both;
	line-height: 0px;
	}
.outline {
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 2px;
	}
/*start main layout*/
#pagewidth_outer {
	width: 100%;
	background: none;
	}
#pagewidth_inner {
	width: 782px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	background: none;
	z-index: 0;
	}
#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	width: 782px;
	height: 122px;
	}
#bar {
	background-image: url(images/bar.png);
	background-repeat: no-repeat;
	width: 782px;
	height: 30px;
	}
#pathway_holder {
	background-image: url(images/pathway_bg.png);
	background-repeat: no-repeat;
	width: 780px;
	height: 34px;
	}
#pathway_inner {
	text-indent: 20px;
	padding-top: 7px;
	}
.pathway {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	}
a.pathway:link, a.pathway:visited {
	color: #C64934;
	font-weight: bold;
	font-size: 11px;
	}
a.pathway:hover {
	color: #C64934;
	text-decoration: underline;
	}
#banner_holder {
	padding-bottom: 6px;
	}
#left_outer {
	float: left;
	width: 201px;
	}
#left_inner {
	margin-left: 10px;
	}
#right_outer {
	float: left;
	width: 579px;
	padding-bottom: 12px;
	}
#right_inner{
	display: table;
	width: 559px;
	margin-left: auto;
	margin-right: auto;
	line-height: 130%;
	}
#right_inner form {
	display: table;
	width: 100%;
	}
#midblock_outer {
	display: table;
	background-image: url(images/midblock_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 782px;
	}
#midblock_inner {
	display: table;
	background-image: url(images/midblockbot_bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 782px;
	}
#footer-bottom {
	background-image: url(images/bodybot_bg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	line-height: 100%; 
	width: 782px;
	height: 12px;
	background-color: none;
	}
#footer {
	display: table;
	background-color: none;
	background-image: url(images/pagewidth_bg.png);
	background-repeat: repeat-y;
	padding-top: 10px;
	width: 782px;
	}
#footer_inner {
	float: right;
	width: 48%;
	margin-right: 10px;
	}
#footer_menu {
	float: left;
	width: 48%;
	margin-left: 10px;
	}
/*end main layout*/
#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
	}
ul#mainlevel-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 32px;
/*	font-size: 0.8em;
*/}
ul#mainlevel-nav li {
	background-image: url(images/highlight.png);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	/*white-space: nowrap;*/
	/*border-right: 1px solid #cccccc;*/
	}
ul#mainlevel-nav li a {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 4px;
	text-decoration: none;
	color: #fff;
	background: transparent;
	text-align: center;
	line-height: 28px;
	}
#buttons>ul#mainlevel-nav li a { width: auto; }

ul#mainlevel-nav li a:hover {
	color: #FF9E1A;
	}
a.mainlevel-nav:hover {
	text-decoration: none;
	color: #FF9E1A;
	}
a.mainlevel-nav#active_menu-nav {
	/*background-position: 0 -40px;*/
	color:#FF9E1A;
	background-color: #6C8098;
	}
a.mainlevel-nav#active_menu-nav:hover {
	color: #FF9E1A;
	}

a.mainlevel-bot:link, a.mainlevel-bot:visited {
	text-decoration: none;
	color: #000;
	font-weight: normal;
	}
a.mainlevel-bot:hover {
	text-decoration: underline;
	color: #000;
	font-weight: normal;
	}
a.mainlevel-bot#active_menu-bot, a.mainlevel-bot#active_menu-bot:hover {
	text-decoration: none;
	color: #000;
	font-weight: normal;
	}

table.content_table {
	width: 100%;
	padding: 0px;
	margin: 0px;
	}
table.content_table td {
	padding: 0px;
	margin: 0px;
	}
table td.body_outer {
	padding: 2px;
	border: 1px solid #cccccc;
	}
.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
	}
.error {
	font-style: italic;
	text-transform: uppercase;
	padding: 5px;
	color: #cccccc;
	font-size: 14px;
	font-weight: bold;
	}
/** old stuff **/
.back_button {
	float: left;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #cccccc;
	width: auto;
	background: url(images/button_bg.png) repeat-x;
	padding: 0px 10px;
	line-height: 20px;
	margin: 1px;
	}
.pagenav {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #cccccc;
	width: auto;
	background: url(images/button_bg.png) repeat-x;
	padding: 0px 10px;
	line-height: 20px;
	margin: 1px;
}
.pagenavbar {
	margin-right: 10px;
	float: right;
	}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
li {
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	}
td {
	text-align: left;
	font-size: 11px;
	}
/* Joomla core stuff */
a:link, a:visited {
	color: #c64934; text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #900;	text-decoration: none;
	font-weight: bold;
	}
table.contentpaneopen {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	}
table.contentpaneopen td {
	padding-right: 5px;
	}
table.contentpaneopen td.componentheading {
	padding-left: 4px;
	}
table.contentpane {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	}
table.contentpane td {
	margin: 0px;
	padding: 0px;
	}
table.contentpane td.componentheading {
	padding-left: 4px;
	}
table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
	}
.button {
	color: #c64934;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #cccccc;
	width: auto;
	padding: 0px 5px;
	line-height: 18px !important;
	line-height: 16px;
	height: 26px !important;
	height: 24px;
	margin: 1px;
	}
.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
	}
.componentheading {
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 11px;
	text-transform: none;
	}
.contentcolumn {
	padding-right: 5px;
	}
.contentheading {
	height: 30px;
	color: #c64934;
	font-weight: bold;
	font-size: 14px;
	/*white-space: nowrap;*/
	}
.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
	}
table.searchinto {
	width: 100%;
	}
table.searchintro td {
	font-weight: bold;
	}
table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
/*custom module*/

table.moduletable th, div.moduletable h3 {
/*	background-image: url(images/th_bg.png);
	background-repeat: no-repeat;
	background-position: left;
*/	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-align: left;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	font-size: 14px;
	text-transform: none;
	margin: 0px 0 6px 0;
	}
table.pollstableborder td {
	padding: 2px;
	}
.sectiontableheader {
	font-weight: bold;
	background: #f0f0f0;
	padding: 4px;
	}
.sectiontablefooter {

	}
.sectiontablelabel1 {
	color: #666666;
	background-color : #ffffff;
	}
.sectiontablelabel2 {
	color: #666666;
	background-color : #f9f9f9;
	}
.sectiontableentry1 {
	background-color : #ffffff;
	}
.sectiontableentry2 {
	background-color : #f9f9f9;
	}
.small {
	color: #999999;
	font-size: 11px;
	}
.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
	}
.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
	}
table.contenttoc {
	border: 1px solid #cccccc;
	padding: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	}
table.contenttoc td {
	padding: 2px;
	}
table.contenttoc th {
	background: url(images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	}
a.mainlevel:link, a.mainlevel:visited {
	background: url(images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #F7EDD4;
	text-indent: 10px;
	display: block;
	vertical-align: middle;
	line-height: 28px;
	height: 28px !important;
	width: 191px;
	text-decoration: none;
	padding: 2px 0 2px 0;
	}
a.mainlevel:hover {
	text-decoration: none;
	color: #FF9E1A;
	}
a.mainlevel#active_menu {
	color:#FF9E1A;
	}
a.mainlevel#active_menu:hover {
	color: #FF9E1A;
	}
/**/
a.mainlevel-subnav:link, a.mainlevel-subnav:visited {
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	line-height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	}
a.mainlevel-subnav:hover {
	text-decoration: none;
	color: #FF9E1A;
	}
a.mainlevel-subnav#active_menu-subnav {
	color:#FF9E1A;
	}
a.mainlevel-subnav#active_menu-subnav:hover {
	color: #FF9E1A;
	}
/**/
a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	}
a.sublevel:hover {
	color: #900;
	text-decoration: none;
	}
a.sublevel#active_menu {
	color: #333;
	}
a.linklevel:link, a.linklevel:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #F7EDD4;
	text-indent: 10px;
	display: block;
	vertical-align: middle;
	line-height: 11px;
	width: 170px;
	}
a.linklevel:hover {
	text-decoration: none;
	color: #FF9E1A;
	}
a.linklevel#active_menu {
	color:#FF9E1A;
	}
a.linklevel#active_menu:hover {
	color: #FF9E1A;
	}
.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
	}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
	}
form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}
div.mosimage {
	border: 1px solid #ccc;
	}
.mosimage {
	border: 1px solid #cccccc;
	margin: 5px
	}
.mosimage_caption {
	margin-top: 2px;
	background: #efefef;
	padding: 1px 2px;
	color: #666;
	font-size: 10px;
	border-top: 1px solid #cccccc;
	}

span.article_seperator {
	display: block;
	height: 1.5em;
}
#mod_search_searchword {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	}
body.contentpane {
	background-color: #FFFFFF;
	padding: 40px;
	}
#mod_login_remember {
	background: none;
	border: none;
	}