/* CSS Document */

h1, h2, h3, h4, h5 {
font-family: 'Droid Serif', serif !important;	
}
.page-header h2 {
  font-size: 150%;
}
.items-leading > div {
  margin: 0 0 20px;
  padding: 0 0 30px;
  background: #fff;
  padding: 20px;
}
.moduletable h3 {
	font-size: 22px;
	color: #DC8916;	
}
#autocomplete {
	border: 1px solid;
	overflow: hidden;
	position: absolute;
	z-index: 100;
}
#autocomplete ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
#autocomplete li {
	background: #fff;
	color: #000;
	cursor: default;
	white-space: pre;
	zoom: 1;
}
html.js input.form-autocomplete {
	background-image: url(/misc/throbber-inactive.png);
	background-position: 100% center;
	background-repeat: no-repeat;
}
html.js input.throbbing {
	background-image: url(/misc/throbber-active.gif);
	background-position: 100% center;
}
html.js fieldset.collapsed {
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	height: 1em;
}
html.js fieldset.collapsed .fieldset-wrapper {
	display: none;
}
fieldset.collapsible {
	position: relative;
}
fieldset.collapsible .fieldset-legend {
	display: block;
}
.form-textarea-wrapper textarea {
	display: block;
	margin: 0;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.resizable-textarea .grippie {
	background: #eee url(/misc/grippie.png) no-repeat center 2px;
	border: 1px solid #ddd;
	border-top-width: 0;
	cursor: s-resize;
	height: 9px;
	overflow: hidden;
}
body.drag {
	cursor: move;
}
.draggable a.tabledrag-handle {
	cursor: move;
	float: left;
	height: 1.7em;
	margin-left: -1em;
	overflow: hidden;
	text-decoration: none;
}
a.tabledrag-handle:hover {
	text-decoration: none;
}
a.tabledrag-handle .handle {
	background: url(/misc/draggable.png) no-repeat 6px 9px;
	height: 13px;
	margin: -0.4em 0.5em;
	padding: 0.42em 0.5em;
	width: 13px;
}
a.tabledrag-handle-hover .handle {
	background-position: 6px -11px;
}
div.indentation {
	float: left;
	height: 1.7em;
	margin: -0.4em 0.2em -0.4em -0.4em;
	padding: 0.42em 0 0.42em 0.6em;
	width: 20px;
}
div.tree-child {
	background: url(/misc/tree.png) no-repeat 11px center;
}
div.tree-child-last {
	background: url(/misc/tree-bottom.png) no-repeat 11px center;
}
div.tree-child-horizontal {
	background: url(/misc/tree.png) no-repeat -11px center;
}
.tabledrag-toggle-weight-wrapper {
	text-align: right;
}
table.sticky-header {
	background-color: #fff;
	margin-top: 0;
}
.progress .bar {
	background-color: #fff;
	border: 1px solid;
}
.progress .filled {
	background-color: #000;
	height: 1.5em;
	width: 5px;
}
.progress .percentage {
	float: right;
}
.ajax-progress {
	display: inline-block;
}
.ajax-progress .throbber {
	background: transparent url(/misc/throbber-active.gif) no-repeat 0px center;
	float: left;
	height: 15px;
	margin: 2px;
	width: 15px;
}
.ajax-progress .message {
	padding-left: 20px;
}
tr .ajax-progress .throbber {
	margin: 0 2px;
}
.ajax-progress-bar {
	width: 16em;
}
.container-inline div, .container-inline label {
	display: inline;
}
.container-inline .fieldset-wrapper {
	display: block;
}
.nowrap {
	white-space: nowrap;
}
html.js .js-hide {
	display: none;
}
.element-hidden {
	display: none;
}
.element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	overflow: hidden;
	height: 1px;
}
.element-invisible.element-focusable:active, .element-invisible.element-focusable:focus {
	position: static !important;
	clip: auto;
	overflow: visible;
	height: auto;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
}
*:first-child + html .clearfix {
	min-height: 1%;
}
ul.menu {
	border: none;
	list-style: none;
	text-align: left;
}
ul.menu li {
	margin: 0 0 0 0.5em;
}
ul li.expanded {
	list-style-image: url(/misc/menu-expanded.png);
	list-style-type: circle;
}
ul li.collapsed {
	list-style-image: url(/misc/menu-collapsed.png);
	list-style-type: disc;
}
ul li.leaf {
	list-style-image: url(/misc/menu-leaf.png);
	list-style-type: square;
}
li.expanded, li.collapsed, li.leaf {
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}
li a.active {
	color: #000;
}
td.menu-disabled {
	background: #ccc;
}
ul.inline, ul.links.inline {
	display: inline;
	padding-left: 0;
}
ul.inline li, ul.nav li {
	display: inline;
	list-style-type: none;
	padding: 0 0.5em;
}
.breadcrumb {
	padding-bottom: 0.5em;
}
ul.primary {
	border-bottom: 1px solid #bbb;
	border-collapse: collapse;
	height: auto;
	line-height: normal;
	list-style: none;
	margin: 5px;
	padding: 0 0 0 1em;
	white-space: nowrap;
}
ul.primary li {
	display: inline;
}
ul.primary li a {
	background-color: #ddd;
	border-color: #bbb;
	border-style: solid solid none solid;
	border-width: 1px;
	height: auto;
	margin-right: 0.5em;
	padding: 0 1em;
	text-decoration: none;
}
ul.primary li.active a {
	background-color: #fff;
	border: 1px solid #bbb;
	border-bottom: 1px solid #fff;
}
ul.primary li a:hover {
	background-color: #eee;
	border-color: #ccc;
	border-bottom-color: #eee;
}
ul.secondary {
	border-bottom: 1px solid #bbb;
	padding: 0.5em 1em;
	margin: 5px;
}
ul.secondary li {
	border-right: 1px solid #ccc;
	display: inline;
	padding: 0 1em;
}
ul.secondary a {
	padding: 0;
	text-decoration: none;
}
ul.secondary a.active {
	border-bottom: 4px solid #999;
}
div.messages {
	background-position: 8px 8px;
	background-repeat: no-repeat;
	border: 1px solid;
	margin: 6px 0;
	padding: 10px 10px 10px 50px;
}
div.status {
	background-image: url(/misc/message-24-ok.png);
	border-color: #be7;
}
div.status, .ok {
	color: #234600;
}
div.status, table tr.ok {
	background-color: #f8fff0;
}
div.warning {
	background-image: url(/misc/message-24-warning.png);
	border-color: #ed5;
}
div.warning, .warning {
	color: #840;
}
div.warning, table tr.warning {
	background-color: #fffce5;
}
div.error {
	background-image: url(/misc/message-24-error.png);
	border-color: #ed541d;
}
div.error, .error {
	color: #8c2e0b;
}
div.error, table tr.error {
	background-color: #fef5f1;
}
div.error p.error {
	color: #333;
}
div.messages ul {
	margin: 0 0 0 1em;
	padding: 0;
}
div.messages ul li {
	list-style-image: none;
}
fieldset {
	margin-bottom: 1em;
	padding: 0.5em;
}
form {
	margin: 0;
	padding: 0;
}
hr {
	border: 1px solid gray;
	height: 1px;
}
img {
	border: 0;
}
table {
	border-collapse: collapse;
}
th {
	border-bottom: 3px solid #ccc;
	padding-right: 1em;
	text-align: left;
}
tbody {
	border-top: 1px solid #ccc;
}
tr.even, tr.odd {
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	padding: 0.1em 0.6em;
}
th.active img {
	display: inline;
}
td.active {
	background-color: #ddd;
}
.item-list .title {
	font-weight: bold;
}
.item-list ul {
	margin: 0 0 0.75em 0;
	padding: 0;
}
.item-list ul li {
	margin: 0 0 0.25em 1.5em;
	padding: 0;
}
.form-item, .form-actions {
	margin-top: 1em;
	margin-bottom: 1em;
}
tr.odd .form-item, tr.even .form-item {
	margin-top: 0;
	margin-bottom: 0;
	white-space: nowrap;
}
.form-item .description {
	font-size: 0.85em;
}
label {
	display: block;
	font-weight: bold;
}
label.option {
	display: inline;
	font-weight: normal;
}
.form-checkboxes .form-item, .form-radios .form-item {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
.form-type-radio .description, .form-type-checkbox .description {
	margin-left: 2.4em;
}
input.form-checkbox, input.form-radio {
	vertical-align: middle;
}
.marker, .form-required {
	color: #f00;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
	border: 2px solid red;
}
.container-inline .form-actions, .container-inline.form-actions {
	margin-top: 0;
	margin-bottom: 0;
}
.more-link {
	text-align: right;
}
.more-help-link {
	text-align: right;
}
.more-help-link a {
	background: url(/misc/help.png) 0 50% no-repeat;
	padding: 1px 0 1px 20px;
}
.item-list .pager {
	clear: both;
	text-align: center;
}
.item-list .pager li {
	background-image: none;
	display: inline;
	list-style-type: none;
	padding: 0.5em;
}
.pager-current {
	font-weight: bold;
}
#autocomplete li.selected {
	background: #0072b9;
	color: #fff;
}
html.js fieldset.collapsible .fieldset-legend {
	background: url(/misc/menu-expanded.png) 5px 65% no-repeat;
	padding-left: 15px;
}
html.js fieldset.collapsed .fieldset-legend {
	background-image: url(/misc/menu-collapsed.png);
	background-position: 5px 50%;
}
.fieldset-legend span.summary {
	color: #999;
	font-size: 0.9em;
	margin-left: 0.5em;
}
tr.drag {
	background-color: #fffff0;
}
tr.drag-previous {
	background-color: #ffd;
}
.tabledrag-toggle-weight {
	font-size: 0.9em;
}
body div.tabledrag-changed-warning {
	margin-bottom: 0.5em;
}
tr.selected td {
	background: #ffc;
}
td.checkbox, th.checkbox {
	text-align: center;
}
.progress {
	font-weight: bold;
}
.progress .bar {
	background: #ccc;
	border-color: #666;
	margin: 0 0.2em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.progress .filled {
	background: #0072b9 url(/misc/progress.gif);
}
#comments {
	margin-top: 15px;
}
.indented {
	margin-left: 25px;
}
.comment-unpublished {
	background-color: #fff4f4;
}
.comment-preview {
	background-color: #ffffea;
}
.field .field-label {
	font-weight: bold;
}
.field-label-inline .field-label, .field-label-inline .field-items {
	float: left;
}
form .field-multiple-table {
	margin: 0;
}
form .field-multiple-table th.field-label {
	padding-left: 0;
}
form .field-multiple-table td.field-multiple-drag {
	width: 30px;
	padding-right: 0;
}
form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
	padding-right: .5em;
}
form .field-add-more-submit {
	margin: .5em 0 0;
}
.node-unpublished {
	background-color: #fff4f4;
}
.preview .node {
	background-color: #ffffea;
}
td.revision-current {
	background: #ffc;
}
.search-form {
	margin-bottom: 1em;
}
.search-form input {
	margin-top: 0;
	margin-bottom: 0;
}
.search-results {
	list-style: none;
}
.search-results p {
	margin-top: 0;
}
.search-results .title {
	font-size: 1.2em;
}
.search-results li {
	margin-bottom: 1em;
}
.search-results .search-snippet-info {
	padding-left: 1em;
}
.search-results .search-info {
	font-size: 0.85em;
}
.search-advanced .criterion {
	float: left;
	margin-right: 2em;
}
.search-advanced .action {
	float: left;
	clear: left;
}
#permissions td.module {
	font-weight: bold;
}
#permissions td.permission {
	padding-left: 1.5em;
}
#permissions tr.odd .form-item, #permissions tr.even .form-item {
	white-space: normal;
}
#user-admin-settings fieldset .fieldset-description {
	font-size: 0.85em;
	padding-bottom: .5em;
}
#user-admin-roles td.edit-name {
	clear: both;
}
#user-admin-roles .form-item-name {
	float: left;
	margin-right: 1em;
}
.password-strength {
	width: 17em;
	float: right;
	margin-top: 1.4em;
}
.password-strength-title {
	display: inline;
}
.password-strength-text {
	float: right;
	font-weight: bold;
}
.password-indicator {
	background-color: #C4C4C4;
	height: 0.3em;
	width: 100%;
}
.password-indicator div {
	height: 100%;
	width: 0%;
	background-color: #47C965;
}
input.password-confirm, input.password-field {
	width: 16em;
	margin-bottom: 0.4em;
}
div.password-confirm {
	float: right;
	margin-top: 1.5em;
	visibility: hidden;
	width: 17em;
}
div.form-item div.password-suggestions {
	padding: 0.2em 0.5em;
	margin: 0.7em 0;
	width: 38.5em;
	border: 1px solid #B4B4B4;
}
div.password-suggestions ul {
	margin-bottom: 0;
}
.confirm-parent, .password-parent {
	clear: left;
	margin: 0;
	width: 36.3em;
}
.profile {
	clear: both;
	margin: 1em 0;
}
.profile .user-picture {
	float: right;
	margin: 0 1em 1em 0;
}
.profile h3 {
	border-bottom: 1px solid #ccc;
}

.profile dl {
	margin: 0 0 1.5em 0;
}
.profile dt {
	margin: 0 0 0.2em 0;
	font-weight: bold;
}
.profile dd {
	margin: 0 0 1em 0;
}
.views-exposed-form .views-exposed-widget {
	float: left;
	padding: .5em 1em 0 0;
}
.views-exposed-form .views-exposed-widget .form-submit {
	margin-top: 1.6em;
}
.views-exposed-form .form-item, .views-exposed-form .form-submit {
	margin-top: 0;
	margin-bottom: 0;
}
.views-exposed-form label {
	font-weight: bold;
}
.views-exposed-widgets {
	margin-bottom: .5em;
}
.views-align-left {
	text-align: left;
}
.views-align-right {
	text-align: right;
}
.views-align-center {
	text-align: center;
}
.views-view-grid tbody {
	border-top: none;
}
.view .progress-disabled {
	float: none;
}
.rteindent1 {
	margin-left: 40px;
}
.rteindent2 {
	margin-left: 80px;
}
.rteindent3 {
	margin-left: 120px;
}
.rteindent4 {
	margin-left: 160px;
}
.rteleft {
	text-align: left;
}
.rteright {
	text-align: right;
}
.rtecenter {
	text-align: center;
}
.rtejustify {
	text-align: justify;
}
.ibimage_left {
	float: left;
}
.ibimage_right {
	float: right;
}
body {
	font-size: 100%;
	margin: 10px;
}
#skip-to-nav, #page {
	font-size: 0.875em;
	line-height: 1.8em;
}
body, caption, th, td, input, textarea, select, option, legend, fieldset {
	font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
}
pre, code, kbd, samp, tt, var {
	font-family: "Courier New", "DejaVu Sans Mono", monospace;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, hr, table, fieldset {
	margin: 1.5em 0;
}
h1 {
	font-size: 2em;
	line-height: 1.5em;
	margin: 0.75em 0;
}
h2 {
	font-size: 1.5em;
	margin: 1em 0;
}
h3 {
	font-size: 1.3em;
	margin: 1.154em 0;
}
h4, h5, h6 {
	font-size: 1.1em;
	margin: 1.364em 0;
}
p {
}
blockquote {
	margin-left: 2em;
	margin-right: 2em;
}
pre {
	font-size: 1.1em;
	margin: 1.364em 0;
}
hr {
	height: 1px solid #999999;
	border: 1px solid #999999;
}
address {
}
ul, ol {
	margin-left: 0;
	padding-left: 2em;
}
.item-list ul {
	margin: 1.5em 0;
	padding: 0 0 0 2em;
}
ul ul, ul ol, ol ol, ol ul, .item-list ul ul, .item-list ul ol, .item-list ol ol, .item-list ol ul {
	margin: 0;
}
li {
	margin: 0;
	padding: 0;
}
.item-list ul li, ul.menu li, li.expanded, li.collapsed, li.leaf {
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: disc;
}
ul ul {
	list-style-type: circle;
}
ul ul ul {
	list-style-type: square;
}
ul ul ul ul {
	list-style-type: circle;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style-type: lower-alpha;
}
ol ol ol {
	list-style-type: decimal;
}
dl {
}
dt {
	margin: 0;
	padding: 0;
}
dd {
	margin: 0 0 0 2em;
	padding: 0;
}
table {
	border-collapse: collapse;
}
th {
	text-align: left;
	padding: 0;
	border-bottom: none;
}
tbody {
	border-top: none;
}
thead {
}
tfoot {
}
caption {
}
colgroup {
}
col {
}
tr {
}
td {
}
form {
	margin: 0;
	padding: 0;
}
fieldset {
	padding: 0.5em;
}
legend {
}
label {
}
input {
}
select {
}
optgroup {
}
option {
}
textarea {
}
button {
}
a:link {
	color: #747A90;
}
a:visited {
	color: #747A90;
}
a:hover, a:focus {
	color: #C6862F;
}
a:active {
}
img {
	border: 0;
}
.node-albumtest .field-name-field-albumpic .field-item {
	float: left;
	margin: 20px;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
	white-space: nowrap;
}
q {
}
cite {
}
strong, b {
}
em, i {
}
code, kbd, samp, tt, var {
}
del {
}
ins {
}
big {
}
small {
}
sub {
}
sup {
}
.node-gallery .field-name-field-picture .field-item {
	float: left;
	margin: 20px;
}
.with-wireframes #header .section, .with-wireframes #content .section, .with-wireframes #navigation .section, .with-wireframes .region-sidebar-first .section, .with-wireframes .region-sidebar-second .section, .with-wireframes .region-footer, .with-wireframes .region-bottom {
	outline: 1px solid #ccc;
}
body {
}
#page-wrapper, .region-bottom {
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
}

#main-wrapper {
	position: relative;
}
#main {
	clear: both;
}
#content, .no-sidebars #content {
	float: left;

	margin-left: 0;
	padding: 0;
}
.sidebar-first #content {

	margin-left: 200px;
	margin-right: -960px;
}
.sidebar-second #content {
	width: 70%;
	margin-left: 0;

}
.two-sidebars #content {

	margin-left: 200px;
	margin-right: -760px;
}
#content .section {
	margin: 0;
	padding: 0px 30px 0px 30px;
}
#navigation {

}
.with-navigation #content, .with-navigation .region-sidebar-first, .with-navigation .region-sidebar-second {
	margin-top: 2.5em;
	margin-bottom: 2em;
}
#navigation .section {
}
.region-sidebar-first {
	float: left;
	width: 200px;
	margin-left: 0;
	margin-right: -200px;
	padding: 0;
}
.region-sidebar-first .section {
	margin: 0 20px 0 0;
	padding: 0;
}
.region-sidebar-second {
	float: left;
	width: 30%;

	padding: 0;

}
.borderme {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	
}
.region-sidebar-second .section {
	margin: 0;
	padding: 0px 20px 0px 20px;
}
.region-footer {
	border-top: 1px solid #888888;
}
.region-bottom {
}
#header, #content, #navigation, .region-sidebar-first, .region-sidebar-second, .region-footer, .region-bottom {
	overflow: visible;
	word-wrap: break-word;
}
body {
	background-color: #D0D6DB;
}
#page-wrapper {
	background-color: #EEEEEE;
}
#page {
}
#header {
}
#header .section {
}
#main-wrapper {
}
#main {
}
.region-footer {
}
div.tabs {
	margin: 0 0 5px 0;
}
ul.primary {
	margin: 0;
	padding: 0 0 0 10px;
	border-width: 0;
	list-style: none;
	white-space: nowrap;
	line-height: normal;
	background: url(/sites/all/themes/suffolk/images/tab-bar.png) repeat-x left bottom;
}
ul.primary li {
	float: left;
	margin: 0;
	padding: 0;
}
ul.primary li a {
	display: block;
	height: 24px;
	margin: 0;
	padding: 0 0 0 5px;
	border-width: 0;
	font-weight: bold;
	text-decoration: none;
	color: #777;
	background-color: transparent;
	background: url(/sites/all/themes/suffolk/images/tab-left.png) no-repeat left -38px;
}
ul.primary li a .tab {
	display: block;
	height: 20px;
	margin: 0;
	padding: 4px 13px 0 6px;
	border-width: 0;
	line-height: 20px;
	background: url(/sites/all/themes/suffolk/images/tab-right.png) no-repeat right -38px;
}
ul.primary li a:hover, ul.primary li a:focus {
	border-width: 0;
	background-color: transparent;
	background: url(/sites/all/themes/suffolk/images/tab-left.png) no-repeat left -76px;
}
ul.primary li a:hover .tab, ul.primary li a:focus .tab {
	background: url(/sites/all/themes/suffolk/images/tab-right.png) no-repeat right -76px;
}
ul.primary li.active a, ul.primary li.active a:hover, ul.primary li.active a:focus {
	border-width: 0;
	color: #000;
	background-color: transparent;
	background: url(/sites/all/themes/suffolk/images/tab-left.png) no-repeat left 0;
}
ul.primary li.active a .tab, ul.primary li.active a:hover .tab, ul.primary li.active a:focus .tab {
	background: url(/sites/all/themes/suffolk/images/tab-right.png) no-repeat right 0;
}
ul.secondary {
	margin: 0;
	padding: 0 0 0 5px;
	border-bottom: 1px solid #c0c0c0;
	list-style: none;
	white-space: nowrap;
	background: url(/sites/all/themes/suffolk/images/tab-secondary-bg.png) repeat-x left bottom;
}
ul.secondary li {
	float: left;
	margin: 0 5px 0 0;
	padding: 5px 0;
	border-right: none;
}
ul.secondary a {
	display: block;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 1px solid #c0c0c0;
	text-decoration: none;
	color: #777;
	background: url(/sites/all/themes/suffolk/images/tab-secondary.png) repeat-x left -56px;
}
ul.secondary a .tab {
	display: block;
	height: 18px;
	margin: 0;
	padding: 3px 8px;
	line-height: 18px;
}
ul.secondary a:hover, ul.secondary a:focus {
	background: url(/sites/all/themes/suffolk/images/tab-secondary.png) repeat-x left bottom;
}
ul.secondary a.active, ul.secondary a.active:hover, ul.secondary a.active:focus {
	border: 1px solid #c0c0c0;
	color: #000;
	background: url(/sites/all/themes/suffolk/images/tab-secondary.png) repeat-x left top;
}
body {
	padding: 0;
	font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
	color: #555555;
	font-size: 0.8em;
	line-height: 1em;
}
h1 {
	font-weight: bold;
	text-align: left;
	font-size: 150%;
	
	color: #747A90;
}
h2 {
	font-weight: bold;
	text-align: left;
	padding: 0px;
	font-size: 115%;

	color: #555555;
}
h3 {
	font-weight: normal;
	text-align: left;
	font-size: 105%;

	color: black;
}
.smalltext {
	font-size: 90%;
}
.caption {
	font-size: 90%;
	font-weight: bold;
	margin-top: -15px;
}
hr {
	height: 1px #747A90;
}
#page-wrapper {
}
#page {
}
#skip-link a, #skip-link a:visited {
	display: block;
	width: 100%;
	padding: 2px 0 3px 0;
	text-align: center;
	background-color: #666;
	color: #fff;
}
#header {
}
#header .section {
}
#logo {
	float: left;
	margin: 0;
	padding: 0;
}
#logo img {
	vertical-align: bottom;
}
#name-and-slogan {
	float: left;
}
h1#site-name, div#site-name {
	margin: 0;
	font-size: 2em;
	line-height: 1.5em;
}
#site-name a:link, #site-name a:visited {
	color: #000;
	text-decoration: none;
}
#site-name a:hover, #site-name a:focus {
	text-decoration: underline;
}
#site-slogan {
}
.region-header {
	clear: both;
}
#main-wrapper {
}
#main {
}
#content {
}
#content .section {
}
.region-highlighted {
}
.breadcrumb {
	padding-bottom: 0;
}
h1.title, h2.node-title, h2.block-title {
font-weight:bold;
}
h2.title, h2.comment-form, h3.title {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	color: #747A90;
}
tr.even {
}
tr.odd {
}
div.messages {
	margin: 1.5em 0;
}
div.messages ul {
	margin-top: 0;
	margin-bottom: 0;
}
div.status {
}
div.warning, tr.warning {
}
div.error, tr.error {
}
.error {
}
.warning {
}
div.tabs {
}
.region-help {
}
.more-help-link {
}
.region-content {
}
ul.links {
}
ul.links.inline {
	display: block;
}
ul.links li {
	padding: 0 1em 0 0;
}
.item-list .pager {
	padding: 0;
}
.item-list .pager li {
	padding: 0 0.5em;
}
.feed-icon {
}
.more-link {
}
.region-sidebar-first {
}
.region-sidebar-first .section {
}
.region-sidebar-second {
	font-size: 90%;
	line-height: 1.5em;
}
.region-footer {
	padding: 0px 30px 10px 30px;
}
.region-bottom {
}
.emphasis {
	font-weight: normal;
	text-align: left;
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 160%;
	color: #747A90;
}
.textWhiteBack {
	background-color: #FFFFFF;
	border: 1px solid #747A90;
	padding: 20px 25px 20px 25px;
}
.imgright {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
	position: static;
	display: inline;
}
.imgleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	position: static;
	display: inline;
}
.highlightBox {
	background-color: #FFFFFF;
	border: 2px solid #C6862F;
	padding: 10px 25px;
}
.block {
	margin-bottom: 1.2em;
}
.block.first {
}
.block.last {
}
.block.odd {
}
.block.even {
}
h2.block-title {
}
.block .content {
}
#block-aggregator-category-1 {
}
#block-aggregator-feed-1 {
}
#block-block-1 {
}
#block-block-5 {
	border-top: 1px solid #666666;
}
#block-blog-recent {
}
#block-book-navigation {
}
#block-comment-recent {
}
#block-forum-active {
}
#block-forum-new {
}
#block-locale-language {
}
#block-menu-menu-NAME {
}
#block-node-recent {
}
#block-node-syndicate {
}
#block-poll-recent {
}
#block-profile-author-information {
}
#block-search-form {
}
#block-shortcut-shortcuts {
}
#block-statistics-popular {
}
#block-system-main-menu {
}
#block-system-management {
}
#block-system-navigation {
}
#block-system-user-menu {
}
#block-system-help {
}
#block-system-main {
}
#block-system-powered-by {
}
#block-user-login {
	font-size: 60%;
}
#block-user-new {
}
#block-user-online {
}
#block-views-news-block img, object {
	display: none;
}
#block-views-news-block a:link, a.mod-articles-category-title {
	display: inline;
	color: #555555;
	font-weight: normal;
	text-decoration: none;
}
.category-module li > a.mod-articles-category-title {
	font-size: 135%;
	font-family: 'Droid Serif', serif;
}
#block-views-news-block a:visited {
	display: inline;
	color: #555555;
	font-weight: normal;
	text-decoration: none;
}
#block-views-news-block a:hover {
	color: #747A90;
	font-weight: normal;
	text-decoration: none;
}
#block-views-event-block img, object {
	display: none;
}
#block-views-event-block a:link {
	display: inline;
	color: #555555;
	font-weight: normal;
	text-decoration: none;
}
#block-views-event-block a:visited {
	display: inline;
	color: #555555;
	font-weight: normal;
	text-decoration: none;
}
#block-views-event-block a:hover {
	color: #747A90;
	font-weight: normal;
	text-decoration: none;
}
#block-block-22 a:link {
	display: inline;
	color: #555555;
	font-weight: normal;
	text-decoration: none;
}
#block-block-22 a:visited {
	display: inline;
	color: #555555;
	font-weight: normal;
	text-decoration: none;
}
#block-block-22 a:hover {
	color: #747A90;
	font-weight: normal;
	text-decoration: none;
}
li a.active {
	color: #000;
}
#navigation {
	background-color: #FFFFFF;
	height: 2em;
	line-height: 1.3em;
	border-top: 2px solid #C6862F;
	border-bottom: 2px solid #C6862F;
}
#navigation ul.links, #navigation .content ul, .nav {
	margin: 0;
	padding: 0;
	text-align: left;
}
#navigation ul.links li, #navigation .content li, #navigation .megamenu li {

	padding: 3px 5px 0 9px;
}
#navigation a:link {
	font-weight: bold;
	padding: 3px 14px 3px 0px;
	border-right: 1px solid #444444;
	color: #777777;
	background-color: #FFFFFF;
	text-decoration: none;
}
#navigation a:visited {
	font-weight: bold;
	padding: 3px 15px 3px 0px;
	border-right: 1px solid #444444;
	color: #777777;
	text-decoration: none;
}
#navigation a:hover {
	color: #C6862F;
}
.region-navigation {
}
#main-menu, .nav {
	font-size: 1em;
	color: #666666;
	/*background-color: #FFFFFF;*/
}
.moduletable .nav li {
	display: block;
}
#secondary-menu {
	float: right;
}
.block-menu {
}
.block-menu-block {
}
.node {
}
.preview .node {
}
.node-promoted {
}
.node-sticky {
}
.node-unpublished {
}
.node-unpublished div.unpublished, .comment-unpublished div.unpublished {
	height: 0;
	overflow: visible;
	color: #d8d8d8;
	font-size: 75px;
	line-height: 1;
	font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	word-wrap: break-word;
}
.node-by-viewer {
}
.node-teaser {
}
.node-page {
}
.node-article {
}
h2.node-title {
	font-size: 120%;
}
.node .user-picture {
}
.node .submitted {
}
.node .content {
}
.node ul.links {
}
#comments {
	margin: 1.5em 0;
}
#comments h2.title {
}
#comments h2.comment-form {
}
.comment {
}
.comment-preview {
	background-color: #ffffea;
}
.comment.new {
}
.comment.first {
}
.comment.last {
}
.comment.odd {
}
.comment.even {
}
.comment-unpublished {
}
.comment-unpublished div.unpublished {
}
.comment-by-anonymous {
}
.comment-by-node-author {
}
.comment-by-viewer {
}
h3.comment-title {
}
.new {
	color: #c00;
}
.comment .user-picture {
}
.comment .submitted {
}
.comment .content {
}
.comment .user-signature {
}
.comment ul.links {
}
.indented {
}
.form-item {
	margin: 1.5em 0;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
	border: 1px solid #c00;
}
.form-item label {
	display: block;
	font-weight: bold;
}
.form-item label.option {
	display: inline;
	font-weight: normal;
}
.form-required {
	color: #c00;
}
.form-item .description {
	font-size: 0.85em;
}
.form-checkboxes .form-item, .form-radios .form-item {
	margin: 0;
}
.form-submit {
}
.container-inline div, .container-inline label {
	display: inline;
}
.tips {
}
.password-parent, .confirm-parent {
	margin: 0;
}
#block-search-form {
}
#user-login-form {
	text-align: left;
}
#user-login-form ul {
	margin-bottom: 0;
}
html.js #user-login-form li.openid-link, #user-login-form li.openid-link {
	margin-top: 1.5em;
	margin-left: -20px;
}
#user-login-form li.user-link {
	margin-top: 1.5em;
}
#user-login ul {
	margin: 1.5em 0;
}
form th {
	text-align: left;
	padding-right: 1em;
	border-bottom: 3px solid #ccc;
}
form tbody {
	border-top: 1px solid #ccc;
}
form tr.even {
	background-color: #fff;
}
form table .item-list ul {
	margin: 0;
}
.field {
}
.field-type-text {
}
.field-type-text-long {
}
.field-type-text-with-summary {
}
.field-type-image {
}
.field-type-file {
}
.field-type-taxonomy-term-reference {
}
.field-type-number-integer {
}
.field-type-number-decimal {
}
.field-type-number-float {
}
.field-type-list-text {
}
.field-type-list-boolean {
}
.field-type-list-integer {
}
.field-type-list-float {
}
.field-type-datetime {
}
.field-type-node-reference {
}
.field-type-user-reference {
}
.field-name-body {
}
.field-name-field-image {
}
.field-name-field-tags {
}
.field-name-field-FIELDNAME {
}


#megamenucss #js-mainnav.blackwhite .js-megamenu {
	background-color: transparent !important;	
}

@media (max-width: 768px) {
	.sidebar-second #content {
		width: 100%;	
	}
	.region-sidebar-second {
		width: auto;	
	}
}