@charset "UTF-8";

/**** Main Structure Styles ****/

body {
	margin: 0;
}

div.wrapper {
	width: 100%;
}

div.inner-wrapper {
	width: 960px;
	margin: auto;
	font: 12px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	line-height: 15px;
}

div.wrapper.header {
	background: #fff url(../images/header-bg.png) bottom center repeat-x;
	height: 108px;
}

div#logo {
	float: left;
	width: 387px;
	position: relative;
	top: 17px;
	left: 2px;
}

div#sizer {
	float: right;
	padding: 9px 0 0 15px;
}

div#header-right {
	float: right;
	width: 500px;
	text-align: right;
	margin-top: 5px;
}

div.wrapper.main-nav {
	border-top: 1px solid #2b2e2a;
	background: #474a43 url(../images/main-menu-bg.png) top center repeat-x;
	height: 43px;
}

div#main-nav {
}

div.wrapper.content {
	background: #777866;
	overflow: auto;
}

div.wrapper.content div.inner-wrapper {
	background: #fff url(../images/bottom-bg.png) bottom center repeat-x;
	overflow: auto;
	border: solid 1px #5a5b4d;
	border-top: none;
	margin-bottom: 4px;
}

table.content-table {
	border-collapse: collapse;
}

table.content-table td {
	vertical-align: top;
	padding: 0 0 50px 0;
}

table.content-table td td {
	vertical-align: top;
	padding: 0;
}

td#left-column {
	width: 220px;
	border-right: solid 1px #ddd;
}

td#center-column {
	padding: 20px 15px 30px;
	width: 508px;
}

td#main-column-right {
	padding: 20px 15px 30px;
}

td#right-column {
	width: 200px;
	border-left: solid 1px #ddd;
}

div#content-top {
}

div#content-bottom {
}

div.wrapper.footer {
	background: #474842;
	padding-bottom: 15px;
	overflow: auto;
}

div#copyright {
	color: #a3a38d;
	padding: 25px 15px 35px;
}

/**** Link Styles ****/

a:link, a:visited {
	text-decoration: none;
	color: #b18730;
	outline: none;
}

a:hover, a:active {
	text-decoration: underline;
	outline: none;
}

a img {
	border: none;
}

div#copyright a:link, div#copyright a:visited {
	color: #C3C5AA;
}

div#copyright a:hover, div#copyright a:active {
}

div.module-wrapper-inner.dark a {
	color: #b1b4ae;
}

div.module-wrapper-inner.upcoming a {
	color: #000;
}

.dt_event_title a:link, .dt_event_title a:visited {
	color: #000;
}

/**** Menu Styles ****/

ul.joomla-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.joomla-nav li {
	float: left;
}

div#main-nav ul.joomla-nav li {
	background: url(../images/main-menu-divider.jpg) no-repeat 0% 50%;
    float: left;
}

div#header-right ul.joomla-nav {
	float: right;
}

div#header-right ul.joomla-nav li {
	padding: 10px 12px 0;
}

div#header-right ul.joomla-nav a:link, div#header-right ul.joomla-nav a:visited {
	color: #666;
	font-size: 110%;
}

div#header-right ul.joomla-nav a:hover, div#header-right ul.joomla-nav a:active {
	color: #b18730;
	text-decoration: none;
}

div#main-nav ul.joomla-nav li.item101 {
	background: none;
}

div#main-nav a:link, div#main-nav a:visited {
    display: block;
	color: #fff;
	font-size: 120%;
	font-weight: normal;
	line-height: 43px;
	text-decoration: none;
    padding: 0 15px;
    height: 43px;
    margin-left: 2px;
}

div#main-nav a:hover, div#main-nav a:active, div#main-nav ul.joomla-nav li.selected a {
	background: url(../images/main-menu-on.jpg) top left repeat-x;
	border-left: solid 1px #7e807b;
	border-right: solid 1px #7e807b;
    padding: 0 14px;
}

/**** Heading Styles ****/

h1, h2, h3, h4, h5, h6 {
	line-height: 120%;
    margin: 20px 0 5px;
    padding-bottom: 5px;
    font-weight: normal;
    color: #333;
}

h1 {
	font-size: 180%;
	line-height: 130%;
}


h2 {
	font-size: 140%;
	line-height: 100%;
}

div.blog-featuredhomepage h2 {
	font-size: 190%;
	line-height: 100%;
}

td#main-column-right h1:first-child, td#main-column-right h2:first-child, td#center-column h1:first-child, td#center-column h2:first-child {
    margin: 0;
}

td#main-column-right div.items-row h2:first-child, td#center-column div.items-row h2:first-child, td#main-column-right div.items-leading h2:first-child, td#center-column div.items-leading h2:first-child {
    margin: 20px 0 5px;
}

h3 {
	font-size: 130%;
}

td#left-column h3, td#right-column h3 {
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	background: url(../images/module-title-bg.png) top left repeat-x;
	height: 30px;
	font-size: 130%;
    font-weight: bold;
    line-height: 22px;
    padding: 10px 15px 0;
    margin: 0;
}

td#left-column div.module-wrapper-inner.dark h3, td#right-column div.module-wrapper-inner.dark h3 {
	border: none;
	background: none;
	color: #b18730;
	margin-bottom: 5px;
}

td#left-column h3 span, td#right-column h3 span {
	color: #b18730;	
}

td#left-column div.module-wrapper-inner.dark h3 span, td#right-column div.module-wrapper-inner.dark h3 span {
	color: #b1b4ae;
}

h4 {
	color: #b18730;
	font-size: 120%;
}

td#left-column h4, td#right-column h4 {
	color: #008000;
	font-weight: bold;
}

h5 {
	font-size: 110%;
}

h6 {
	color: #b18730;
	font-size: 110%;
}

/**** Font Size Adjuster Styles ****/

a.increase {
	font-size: 150%;
}

a.reset {
	font-size: 130%;
}

a.decrease {
	font-size: 110%;
}

a.reset span.button {
	padding: 0 4px 0 1px;
}

/**** Reading List styles ****/

div.categories-listreading li {
	padding-bottom: 10px;
	clear: both;
	border: solid 1px #fff;
}

div.categories-listreading span.item-title {
	display: block;
	width: 125px;
	float: left;
}

div.categories-listreading dl {
	float: left;
	width: 150px;
	font-size: 80%;
	color: #666;
}

div.categories-listreading dt {
	float: left;
}

div.categories-listreading dd {
	float: left;
	margin: 0 0 0 3px;
}

/**** System Messages ****/

#system-message {
	margin-bottom: 10px;
	padding: 0;
}

#system-message dt {
	font-weight: bold;
}

#system-message dd {
	margin: 0;
	font-weight: bold;
	text-indent: 30px;
}

#system-message dd ul {
	color: #0055bb;
	margin-bottom: 10px;
	list-style: none;
	padding: 10px;
	border-top: 3px solid #84a7db;
	border-bottom: 3px solid #84a7db;
}

/**** System Standard Messages ****/

#system-message dt.message {
	display: none;
}

#system-message dd.message ul {}

/**** System Error Messages ****/

#system-message dt.error {
	display: none;
}

#system-message dd.error ul {
	color: #c00;
	background-color: #e6c0c0;
	border-top: 3px solid #de7a7b;
	border-bottom: 3px solid #de7a7b;
}

/**** System Notice Messages ****/

#system-message dt.notice {
	display: none;
}

#system-message dd.notice ul {
	color: #c00;
	background: #efe7b8;
	border-top: 3px solid #f0dc7e;
	border-bottom: 3px solid #f0dc7e;
}

/**** Debug ****/

#system-debug {
	color: #ccc;
	background-color: #fff;
	padding: 10px;
	margin: 10px;
}

#system-debug div {
	font-size: 11px;
}

/**** Misc. Styles ****/

.dt_separator {
	display: none;
}

div.module-wrapper-inner.upcoming hr {
	display: none;
}

div.items-row {
	clear: both;
}

div.item.column-1 {
	width: 47%;
	float: left;
	padding-left: 3%;
}

div.item.column-2 {
	width: 42.5%;
	padding-left: 7%;
	float: right;
}

div.blogreading div.item-separator {
	padding-top: 30px;
	width: 88%;
}

div.pagination ul {
	list-style: none;
}

div.pagination li {
	float: left;
	padding-right: 10px;
}

span.indent {
	display: block;
	margin: 10px 0 10px 30px;
}

div.category-desc {
	padding: 10px 0 0;
}


ul.actions {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 25px;
	width: 75px;
	float: right;
}

div.blog-featuredhomepage ul.actions {
	width: 100%;
	float: none;
}

ul.actions li {
	float: right;
	padding-right: 10px;
}

p {
	margin: 10px 0;
}

p.readmore {
	background: url(../images/small-right-arrow.png) left center no-repeat;
	padding-left: 13px;
	margin: 10px 0 ;
}

td#left-column div.module-wrapper-inner.dark, td#right-column div.module-wrapper-inner.dark {
	background: #2b2e2a;
	color: #b1b4ae;	
}

div.module-content {
	padding: 0 15px 30px;
}

fieldset.input {
	border: none;
	padding: 0;
}

p#form-login-username, p#form-login-password {
	margin-left: 0;
} 

p#form-login-username label, p#form-login-password label {
	display: block;
	padding-bottom: 3px;
}

p#form-login-username input, p#form-login-password input {
	width: 180px;
	height: 20px;
	border: solid 1px #ddd;
}

form#form-login ul {
	padding-left: 15px;
}

.hide-button + p {display:none}