/* COMMON STYLE --------------------- */
html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	background: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

p {
  line-height: 150%;
  margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #516362;
}

a:hover {
	color: #33C;
}

ul{
  margin: 0 0 0 15px;
  padding: 0;
  line-height: 150%;
  list-style: outside;
  list-style-type: circle;
}

1i {
  padding: 0 0 0 5px;
}

h1 {
  font-size: 24px;
  color: #516362;
  margin: 20px 0 10px;
}

h2 { 
  font-size: 20px;
  color: #516362;
  margin: 20px 0 10px;
}

h3 {
  font-size: 16px;
  font-weight: bold;
}

h4 {
  font-size: 14px;
  font-weight: bold;
}

h5 {
  font-size: 14px;
  font-weight: bold;
}

.clearfix {
  clear:both !important;
  margin:0px !important;
  padding:0px !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important; 
}


/* RIVERFEST STYLES */
#wrapper {
	width: 783px;
	margin: auto;
}

.smallBreak {
	display: block;
	height: 5px;
}

#headerMenu {
	background-color: #283032;
	text-align: center;
	height: 48px;
	margin-bottom: 2PX;
}

#headerMenu ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 30px;
}

#headerMenu li {
	list-style: none;
	display: inline;
	float: left;
}

#headerMenu ul a {
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/header-menu-divider.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 45px 0 15px;
	height: 48px;
	background-position: right;
	display: block;
	line-height: 48px;
}

#headerMenu ul a:hover {
}

#headerMenu .noBorderRight {
	border: 0px;
}

#header {
	background-image: url(../images/header-background.jpg);
	background-repeat: no-repeat;
	height: 163px;
}

#logo {
	font-size: 36px;
	font-weight: bold;
	padding: 50px 0 0 25px;
	color: #FFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#mainContent {
	margin-top: 5px;
	text-align: left
}

#mainContentLeft {
	background-color:#FFF;
	text-align: left;
}

#mainContentRight {
	float:right;
	width:290px;
	text-align: left;
	display: table-row;
	height: 100%;
	background-color: #3D5150;
	display: block;
	min-height: 450px;
}

#mainContentRight ul {
	padding-left: 15px;
	list-style: none;
	list-style-position: outside;
}

#mainContentRight a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.menu_findUs ul {
    list-style: none; 
}

.menu_findUs li {
    list-style: none;
    border-bottom: 2px solid #516362;
    border-top: 2px solid #516362;
}

.menu_findUs td {
    text-align: center;
    display: block;
}

.menu_findUs li a {
    font-size: 20px;
    color: #FFF;
    text-align: center;
    list-style: none;
    text-align: center;
    display: block;
    width: 250px;
    padding: 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.menu_findUs li a:hover {
    background-color: #516362;
}

#footer {
	margin-top: 5px;
	clear: both;
	color: #FFF;
}

#footer .small {
	font-size: 10px;
	color: #FFF;
}

#footer a {
	text-decoration: none;
	color: #BDCFCF;
}

#footerLeft {
	float:left;
	width:480px;
	background:#3D5150;
	text-align: left;
	height: 70px;
	padding: 20px 0 0 10px;
}

#footerRight {
	float:right;
	width:280px;
	background:#516362;
	text-align: right;
	height: 70px;
	padding: 20px 10px 0 0;
}

#footerRight a {
	text-decoration: none;
	color: #BDCFCF;
	font-size: 12px;
}

/* Normal link */
a {
  color: # oration: none;
}

a:hover, a:active, a:focus {
	color: #516362;
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #333;
	font-size: 10px;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../images/hdot2.gif) repeat-x top;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

td, div {
	font-size: 100%;
}

img {
	border: none;
}

/* FORM ---------------------- */
form {
	margin: 0;
	padding: 0;
} h4 

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 3px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.button {
	padding: 3px 5px;
	border: 1px solid #333333;
	background: url(../images/grad1.gif) repeat-x top #333333;
	color: #CCCCCC;
	font-size: 85%;
	text-transform: uppercase;
}

.button:hover, .button:focus {
	border: 1px solid #999999;
	background: #333333;
	color: #FFFFFF;
}

* html .button {
	padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	background: #FFFFFF;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	padding: 0 0 0 20px;
	background: url(../images/so-q.gif) no-repeat left top;
}

blockquote span.close {
	padding: 0 20px 0 0;
	background: url(../images/sc-q.gif) no-repeat bottom right;
}

/* Quote hilight */
.quote-hilite {
	padding: 10px 15px;
	margin: 0;
	border: 1px solid #CACACC;
	background: #FFFFFF;
}

/* Small quote */
.small-quote {
	margin: 0;
	padding: 0;
	background: none;
}

.small-quote span.open-quote {
	margin: 0;
	padding-left: 20px;
	background: url(../images/so-q.gif) no-repeat center left;
}

.small-quote span.close-quote {
	margin: 0;
	padding-right: 20px;
	background: url(../images/sc-q.gif) no-repeat center right;
}

.small-quote span.author {
	padding: 2px 5px 2px 20px;
	border-top: 1px solid #DCDDE0;
	margin: 0.5em 0 0;
	display: block;
	background: url(../images/author.gif) no-repeat 5px 4px #EAEBEE;
	font-size: 90%;
	text-transform: uppercase;
}

/* Rropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #999999;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
p.error {
	padding-left: 25px;
	color: #BF0000;
	background: url(../images/icon-error.gif) no-repeat top left;
}

p.message {
	padding-left: 25px;
	color: #006699;
	background: url(../images/icon-info.gif) no-repeat top left;
}

p.tips {
	padding-left: 25px;
	color: #EE9600;
	background: url(../images/icon-tips.gif) no-repeat top left;
}

.highlight {
	padding: 1px 5px;
	background: #FFFFCC;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
}

p.download {
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}

/* Small checklist */
ul.small-checklist {
	list-style: none;
}

ul.small-checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/icon_list.gif) no-repeat 0 3px;
}

/* Check list */
ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url(../images/star-bg.gif) no-repeat 0 3px;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	background: url(../images/ol-bg.gif) no-repeat top left;
	color: #7BA566;
	font: bold 20px/normal Arial, sans-serif;
}

/* Legend */
.legend-title {
	margin: 0;
	padding: 0 3px;
	float: left;
	display: block;
	background: #F6F6F6;
	font-weight: bold;
	position: absolute;
	top: -10px;
	left: 7px;
}

.legend {
	margin: 20px 0;
	padding: 0 10px;
	border: 1px solid #CACACC;
	background: #FFFFFF;
	position: relative;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
  margin-top: 10px;
  line-height: 150%;
}

.article_separator {
	clear: both;
	display: block;
	height: 20px;
	padding: 0;
	margin: 0 0 15px;
}

.article_column {
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
td.sectiontableheader {
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

table.contentpane {
	border: none;
	width: 100%;
	background-color: #FFF;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #FFF;
}

.contentpaneopen_news {
	color: #FFF;
	text-align: left;
	font-size: 12px;
	margin-left: 20px;
}

.contentpaneopen_news a {
	color: #FFF;
	text-decoration: none
}

.contentpaneopen_news a:hover {
	background-color: #516362;
}

.contentpaneopen_news ul {
	margin-left: 15px;
	list-style-position: outside;
	list-style: disc;
}

.contentpaneopen_news li {
	padding-left: 5px;
}

.moduletable_news th {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #FFF;
	background-image: url(../images/th-bg.jpg);
	background-repeat: no-repeat;
	background-position:center;
	text-align: center;
	display: block;
	margin-left: 20px;
	display: block;
	width: 250px;
}

.moduletable_news .article_separator {
	clear: both;
	display: block;
	height: 20px;
	border-bottom: 2px solid #516362;
	padding: 0;
	margin: 0 0 15px;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	float: right;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
}

table.contenttoc th {
	padding: 0 0 3PX;
	border-bottom: 1px solid #CCCCCC;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 4px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #ECECEC;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
}

.adminform .inputbox {
}

.blog_more {
	padding: 10px 0;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	font-size: 125%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 17px;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	width: 100%;
	font-size: 24px;
	color: #516362;
	margin-top: 15px;
	padding: 15px 0;
	font-weight: bold;
	text-align: left;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	width: 100%;
	font-size: 24px;
	color: #516362;
	margin: 15px 0;
	padding: 15px 0;
	font-weight: bold;
	text-align: left;
}

table.blog .contentheading {
	font-size: 150%;
}

.contentheading {
	font-size: 200%;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none !important;
}

a.readon {
	float: right;
	margin-top: 10px;
	padding: 1px 5px 1px 14px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

a.readon:hover, a.readon:active, a.readon:focus {
	border: 1px solid #ECECEC;
}

a.readmore {
	float: right;
	margin-top: 10px;
	padding: 1px 5px 1px 14px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

a.readmore:hover, a.readmore:active, a.readmore:focus {
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto;
	padding: 10px 0;
}

ul.pagination li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 5px;
	border: 1px solid #F6F6F6;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	border: 1px solid #ECECEC;
	background: #FFFFFF;
}

.pagenavbar {
	padding-left: 14px;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
}

.sectiontableheader {
	padding: 8px 5px;
	background: #444444;
	color: #FFFFFF;
}

.sectiontableheader a {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* META
--------------------------------------------------------- */
.article-tools {
	border-top: 1px solid #DDDDDD;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	display: block;
	background: #ECECEC;
}

.article-meta {
	padding: 5px;
	width: 80%;
	float: left;
}

.createby {
	padding: 3px 3px 3px 20px;
}

.createdate {
	padding: 3px 0;
}

.modifydate {
	width: 100%;
	float: left;
}

div.buttonheading {
	float: right;
	width: 15%;
}

.buttonheading img {
	margin: 7px 5px 0 0;
	border: 0;
	float: right;
}

/* MODULE
--------------------------------------------------------- */
table.moduletable,
table.moduletable_menu,
table.moduletable_text {
	padding: 0 0 20px;
	margin-bottom: 15px;
}

table.moduletable th {
  font-size: 20px;
  color: #FFF;
  margin-bottom: 10px;
  font-weight: normal;
  margin: 20px 0 10px 0;
}

table.moduletable ul {
  line-height: 175%;
  list-style: square;
  font-size: 12px;
list-style-position: inside;
margin-left: 15px;
}

/* table.moduletable_top {font-size: 10px; text-align:right;} */
table.moduletable_top a {color:#333; text-align: right; text-decoration:none;margin:0 10px;}
table.moduletable_top a:hover {color:#516362; text-decoration:none;}

div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3 {
	padding: 0 0 8px;
	margin: 0;
	color: #7BA566;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
}

/* Tooltips */
.tool-tip {
	float: left;
	border: 1px solid #D4D5AA;
	padding: 5px;
	background: #FFFFCC;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
}

.tool-text {
	margin: 0;
	font-size: 100%;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	padding: 0;
	margin: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	padding: 5px;
	margin: 0;
	color: #FFFFFF;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #006699;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #BF0000;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #EE9600;
	border: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}