.book-navigation .menu {
	border-top: 1px solid #888;
	padding: 1em 0 0 3em;
}

.book-navigation .page-links {
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	text-align: center;
	padding: 0.5em;
}

.book-navigation .page-previous {
	text-align: left;
	width: 42%;
	display: block;
	float: left;
}

.book-navigation .page-up {
	margin: 0 5%;
	width: 4%;
	display: block;
	float: left;
}

.book-navigation .page-next {
	text-align: right;
	width: 42%;
	display: block;
	float: right;
}

#book-outline {
	min-width: 56em;
}

.book-outline-form .form-item {
	margin-top: 0;
	margin-bottom: 0;
}

#edit-book-bid-wrapper .description {
	clear: both;
}

#book-admin-edit select {
	margin-right: 24px;
}

#book-admin-edit select.progress-disabled {
	margin-right: 0;
}

#book-admin-edit tr.ahah-new-content {
	background-color: #ffd;
}

#book-admin-edit .form-item {
	float: left;
}

.node-unpublished {
	background-color: #fff4f4;
}

.preview .node {
	background-color: #ffffea;
}

#node-admin-filter ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

#node-admin-buttons {
	float: left;
	margin-left: 0.5em;
	clear: right;
}

td.revision-current {
	background: #ffc;
}

.node-form .form-text {
	display: block;
	width: 95%;
}

.node-form .container-inline .form-text {
	display: inline;
	width: auto;
}

.node-form .standard {
	clear: both;
}

.node-form textarea {
	display: block;
	width: 95%;
}

.node-form .attachments fieldset {
	float: none;
	display: block;
}

.terms-inline {
	display: inline;
}

fieldset {
	margin-bottom: 1em;
	padding: .5em;
}

form {
	margin: 0;
	padding: 0;
}

hr {
	height: 1px;
	border: 1px solid gray;
}

img {
	border: 0;
}

table {
	border-collapse: collapse;
	width: 99%;

}

th {
	text-align: left;
	padding-right: 1em;
	border-bottom: 3px solid #ccc;
}

.clear-block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear-block {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clear-block {
	height: 1%;
}

.clear-block {
	display: block;
}

body.drag {
	cursor: move;
}

th.active img {
	display: inline;
}

tr.even,tr.odd {
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	padding: 0.1em 0.6em;
}

tr.drag {
	background-color: #fffff0;
}

tr.drag-previous {
	background-color: #ffd;
}

td.active {
	background-color: #ddd;
}

td.checkbox,th.checkbox {
	text-align: center;
}


.breadcrumb {
	padding-bottom: .5em
}

div.indentation {
	width: 20px;
	height: 1.7em;
	margin: -0.4em 0.2em -0.4em -0.4em;
	padding: 0.42em 0 0.42em 0.6em;
	float: left;
}

div.tree-child {
	background: url(../img/shared_assets/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(../img/shared_assets/tree.png) no-repeat -11px center;
}

.error {
	color: #e55;
}

div.error {
	border: 1px solid #d77;
}

div.error,tr.error {
	background: #fcc;
	color: #200;
	padding: 2px;
}

.warning {
	color: #e09010;
}

div.warning {
	border: 1px solid #f0c020;
}

div.warning,tr.warning {
	background: #ffd;
	color: #220;
	padding: 2px;
}

.ok {
	color: #008000;
}

div.ok {
	border: 1px solid #00aa00;
}

div.ok,tr.ok {
	background: #dfd;
	color: #020;
	padding: 2px;
}

.item-list .icon {
	color: #555;
	float: right;
	padding-left: 0.25em;
	clear: right;
}

.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;
	list-style: disc;
}

ol.task-list li.active {
	font-weight: bold;
}

.form-item {
	margin-top: 1em;
	margin-bottom: 1em;
}

tr.odd .form-item,tr.even .form-item {
	margin-top: 0;
	margin-bottom: 0;
	white-space: nowrap;
}

tr.merge-down,tr.merge-down td,tr.merge-down th {
	border-bottom-width: 0 !important;
}

tr.merge-up,tr.merge-up td,tr.merge-up th {
	border-top-width: 0 !important;
}

.form-item input.error,.form-item textarea.error,.form-item select.error {
	border: 2px solid red;
}

.form-item .description {
	font-size: 0.85em;
}

.form-item label {
	display: block;
	font-weight: bold;
}

.form-item label.option {
	display: inline;
	font-weight: normal;
}

.form-checkboxes,.form-radios {
	margin: 1em 0;
}

.form-checkboxes .form-item,.form-radios .form-item {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

.marker,.form-required {
	color: #f00;
}

.more-link {
	text-align: right;
}

.more-help-link {
	font-size: 0.85em;
	text-align: right;
}

.nowrap {
	white-space: nowrap;
}

.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;
}

.tips {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 0.9em;
}

dl.multiselect dd.b,dl.multiselect dd.b .form-item,dl.multiselect dd.b select {
	font-family: inherit;
	font-size: inherit;
	width: 14em;
}

dl.multiselect dd.a,dl.multiselect dd.a .form-item {
	width: 8em;
}

dl.multiselect dt,dl.multiselect dd {
	float: left;
	line-height: 1.75em;
	padding: 0;
	margin: 0 1em 0 0;
}

dl.multiselect .form-item {
	height: 1.75em;
	margin: 0;
}

.container-inline div,.container-inline label {
	display: inline;
}

ul.primary {
	border-collapse: collapse;
	padding: 0 0 0 1em;
	white-space: nowrap;
	list-style: none;
	margin: 5px;
	height: auto;
	line-height: normal;
	border-bottom: 1px solid #bbb;
}

ul.primary li {
	display: inline;
}

ul.primary li a {
	background-color: #ddd;
	border-color: #bbb;
	border-width: 1px;
	border-style: solid solid none solid;
	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: #fff 1px solid;
}

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 {
	display: inline;
	padding: 0 1em;
	border-right: 1px solid #ccc;
}

ul.secondary a {
	padding: 0;
	text-decoration: none;
}

ul.secondary a.active {
	border-bottom: 4px solid #999;
}

#autocomplete {
	position: absolute;
	border: 1px solid;
	overflow: hidden;
	z-index: 100;
}

#autocomplete ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#autocomplete li {
	background: #fff;
	color: #000;
	white-space: pre;
	cursor: default;
}

#autocomplete li.selected {
	background: #0072b9;
	color: #fff;
}

html.js input.form-autocomplete {
	background-image: url(/misc/throbber.gif);
	background-repeat: no-repeat;
	background-position: 100% 2px;
}

html.js input.throbbing {
	background-position: 100% -18px;
}

html.js fieldset.collapsed {
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	margin-bottom: 0;
	height: 1em;
}

html.js fieldset.collapsed * {
	display: none;
}

html.js fieldset.collapsed legend {
	display: block;
}

html.js fieldset.collapsible legend a {
	padding-left: 15px;
	background: url(../img/shared_assets/menu-expanded.png) no-repeat 5px 75%;
}

html.js fieldset.collapsed legend a {
	background-image: url(../img/shared_assets/menu-collapsed.png);
	background-position: 5px 50%;
}

* html.js fieldset.collapsed legend,* html.js fieldset.collapsed legend *,* html.js fieldset.collapsed table * {
	display: inline;
}

html.js fieldset.collapsible {
	position: relative;
}

html.js fieldset.collapsible legend a {
	display: block;
}

html.js fieldset.collapsible .fieldset-wrapper {
	overflow: auto;
}

.resizable-textarea {
	width: 95%;
}

.resizable-textarea .grippie {
	height: 9px;
	overflow: hidden;
	background: #eee url(../img/shared_assets/grippie.png) no-repeat center 2px;
	border: 1px solid #ddd;
	border-top-width: 0;
	cursor: s-resize;
}

html.js .resizable-textarea textarea {
	margin-bottom: 0;
	width: 100%;
	display: block;
}

.draggable a.tabledrag-handle {
	cursor: move;
	float: left;
	height: 1.7em;
	margin: -0.4em 0 -0.4em -0.5em;
	padding: 0.42em 1.5em 0.42em 0.5em;
	text-decoration: none;
}

a.tabledrag-handle:hover {
	text-decoration: none;
}

a.tabledrag-handle .handle {
	margin-top: 4px;
	height: 13px;
	width: 13px;
	background: url(../img/shared_assets/draggable.png) no-repeat 0 0;
}

a.tabledrag-handle-hover .handle {
	background-position: 0 -20px;
}

.joined + .grippie {
	height: 5px;
	background-position: center 1px;
	margin-bottom: -2px;
}

.teaser-checkbox {
	padding-top: 1px;
}

div.teaser-button-wrapper {
	float: right;
	padding-right: 5%;
	margin: 0;
}

.teaser-checkbox div.form-item {
	float: right;
	margin: 0 5% 0 0;
	padding: 0;
}

textarea.teaser {
	display: none;
}

html.js .no-js {
	display: none;
}

.progress {
	font-weight: bold;
}

.progress .bar {
	background: #fff url(../img/shared_assets/progress.gif);
	border: 1px solid #00375a;
	height: 1.5em;
	margin: 0 0.2em;
}

.progress .filled {
	background: #0072b9;
	height: 1em;
	border-bottom: 0.5em solid #004a73;
	width: 0%;
}

.progress .percentage {
	float: right;
}

.progress-disabled {
	float: left;
}

.ahah-progress {
	float: left;
}

.ahah-progress .throbber {
	width: 15px;
	height: 15px;
	margin: 2px;
	background: transparent url(/misc/throbber.gif) no-repeat 0px -18px;
	float: left;
}

tr .ahah-progress .throbber {
	margin: 0 2px;
}

.ahah-progress-bar {
	width: 16em;
}

#first-time strong {
	display: block;
	padding: 1.5em 0 .5em;
}

tr.selected td {
	background: #ffc;
}

table.sticky-header {
	margin-top: 0;
	background: #fff;
}

#clean-url.install {
	display: none;
}

html.js .js-hide {
	display: none;
}

#system-modules div.incompatible {
	font-weight: bold;
}

#system-themes-form div.incompatible {
	font-weight: bold;
}

span.password-strength {
	visibility: hidden;
}

input.password-field {
	margin-right: 10px;
}

div.password-description {
	padding: 0 2px;
	margin: 4px 0 0 0;
	font-size: 0.85em;
	max-width: 500px;
}

div.password-description ul {
	margin-bottom: 0;
}

.password-parent {
	margin: 0 0 0 0;
}

input.password-confirm {
	margin-right: 10px;
}

.confirm-parent {
	margin: 5px 0 0 0;
}

span.password-confirm {
	visibility: hidden;
}

span.password-confirm span {
	font-weight: normal;
}

ul.menu {
	list-style: none;
	border: none;
	text-align: left;
}

ul.menu li {
	margin: 0 0 0 0.5em;
}

li.expanded {
	list-style-type: circle;
	list-style-image: url(/misc/menu-expanded.png);
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}

li.collapsed {
	list-style-type: disc;
	list-style-image: url(/misc/menu-collapsed.png);
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}

li.leaf {
	list-style-type: square;
	list-style-image: url(/misc/menu-leaf.png);
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}

li a.active {
}

td.menu-disabled {
	background: #ccc;
}

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

ul.links.inline {
	display: inline;
}

ul.links li {
	display: inline;
	list-style-type: none;
	padding: 0 0.5em;
}

.block ul {
	margin: 0;
	padding: 0 0 0.25em 1em;
}

#permissions td.module {
	font-weight: bold;
}

#permissions td.permission {
	padding-left: 1.5em;
}

#access-rules .access-type,#access-rules .rule-type {
	margin-right: 1em;
	float: left;
}

#access-rules .access-type .form-item,#access-rules .rule-type .form-item {
	margin-top: 0;
}

#access-rules .mask {
	clear: both;
}

#user-login-form {
	text-align: center;
}

#user-admin-filter ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

#user-admin-buttons {
	float: left;
	margin-left: 0.5em;
	clear: right;
}

#user-admin-settings fieldset .description {
	font-size: 0.85em;
	padding-bottom: .5em;
}

.profile {
	clear: both;
	margin: 1em 0;
}

.profile .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;
}

.field .field-label,.field .field-label-inline,.field .field-label-inline-first {
	font-weight: bold;
}

.field .field-label-inline,.field .field-label-inline-first {
	display: inline;
}

.field .field-label-inline {
	visibility: hidden;
}

.node-form .content-multiple-table td.content-multiple-drag {
	width: 30px;
	padding-right: 0;
}

.node-form .content-multiple-table td.content-multiple-drag a.tabledrag-handle {
	padding-right: .5em;
}

.node-form .content-add-more .form-submit {
	margin: 0;
}

.node-form .number {
	display: inline;
	width: auto;
}

.node-form .text {
	width: auto;
}

.form-item #autocomplete .reference-autocomplete {
	white-space: normal;
}

.form-item #autocomplete .reference-autocomplete label {
	display: inline;
	font-weight: normal;
}

#content-field-overview-form .advanced-help-link,#content-display-overview-form .advanced-help-link {
	margin: 4px 4px 0 0;
}

#content-field-overview-form .label-group,#content-display-overview-form .label-group,#content-copy-export-form .label-group {
	font-weight: bold;
}

table#content-field-overview .label-add-new-field,table#content-field-overview .label-add-existing-field,table#content-field-overview .label-add-new-group {
	float: left;
}

table#content-field-overview tr.content-add-new .tabledrag-changed {
	display: none;
}

table#content-field-overview tr.content-add-new .description {
	margin-bottom: 0;
}

table#content-field-overview .content-new {
	font-weight: bold;
	padding-bottom: .5em;
}

.advanced-help-topic h3,.advanced-help-topic h4,.advanced-help-topic h5,.advanced-help-topic h6 {
	margin: 1em 0 .5em 0;
}

.advanced-help-topic dd {
	margin-bottom: .5em;
}

.advanced-help-topic span.code {
	background-color: #EDF1F3;
	font-family: "Bitstream Vera Sans Mono",Monaco,"Lucida Console",monospace;
	font-size: 0.9em;
	padding: 1px;
}

.advanced-help-topic .content-border {
	border: 1px solid #AAA
}

.filefield-icon {
	float: left;
	margin-right: 0.4em;
}

.filefield-element {
	margin: 1em 0;
	white-space: normal;
}

.filefield-element .widget-preview {
	float: left;
	padding-right: 10px;
	border-right: 1px solid #CCC;
	margin-right: 10px;
	max-width: 30%;
}

.filefield-element .widget-edit {
	float: left;
	max-width: 70%;
}

.filefield-element .filefield-preview {
	width: 16em;
	overflow: hidden;
}

.filefield-element .widget-edit .form-item {
	margin: 0 0 1em 0;
}

.filefield-element input.form-submit,.filefield-element input.form-file {
	margin: 0;
}

.filefield-element input.progress-disabled {
	float: none;
	display: inline;
}

.filefield-element div.ahah-progress,.filefield-element div.throbber {
	display: inline;
	float: none;
	padding: 1px 13px 2px 3px;
}

.filefield-element div.ahah-progress-bar {
	display: none;
	margin-top: 4px;
	width: 28em;
	padding: 0;
}

.filefield-element div.ahah-progress-bar div.bar {
	margin: 0;
}

.filefield-generic-edit .filefield-icon {
	float: left;
	margin-right: 0.7em;
	margin-top: 0.3em;
}

.filefield-generic-edit-description {
	margin-right: 6em;
}

.filefield-generic-edit .form-text {
	width: 99%;
}

.filefield-generic-edit .description {
	white-space: normal;
	margin-bottom: 0;
	overflow: auto;
}

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

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearboth {
	clear: both;
}

.floatleft {
	float: left;
	margin: 0 10px 5px 0 !important;
}

.floatright {
	float: right;
	margin: 0 0 5px 10px !important;
}

.right {
	text-align: right;
}

.floatleft .caption {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
}

#skip-nav {
	display: none;
}

#skip-nav a,#skip-nav a:hover,#skip-nav a:visited {
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#skip-nav a:active,#skip-nav a:focus {
	position: static;
	width: auto;
	height: auto;
}


#header {
	background-color: #2c3c61;
	height: 111px;
	/*background-color: #4a2818;*/
}


.logoTop {
	margin-top: 11px;
}




#content,#sidebar-left,#sidebar-right,#footer {
	overflow: visible;
	word-wrap: break-word;
}

div.view div.views-admin-links {
	width: auto;
}

*,html {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100%;
}

#fauxBody {
	background-color: #e5e5d2;
}


#page {
	font-size: 13px;
	line-height: 16.718px;
	margin: 0 auto;
	background-repeat: repeat-x;
}

.outer-inner {
	width: 960px;
	margin: 0 auto;
}

#content {
	float: left;
	width: 100%;
	margin-right: -100%;
	padding: 0;
}

#header #logo-title {
	margin: 0;
	padding: 20px 0;
	position: relative;
}

#header #logo-title #logo {
	vertical-align: baseline;
}

#header #logo-title #site-name {
	margin: 0;
}


#header #logo-title #site-slogan {
	margin-left: 20px;
}

#header #header-region {
	overflow: hidden;
}

.sidebar {
	float: left;
}

/* @group FORMS */



input.txt,
textarea {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #999;
	background: url(../img/shared_assets/txt.gif) repeat-x;
	padding: 5px 2px;
	width: 70%;
}

form.basic input.txt,
form.basic textarea {
	width: 100px;
}

input.error,
textarea.error {
	border-color: #d35757;
	background-image: url("img/txt-error.gif");
}

span.loading {
	background: url("img/upload.gif") 0 50% no-repeat;
	padding: 3px 0 3px 20px;
}

form.fields {
	float: left;
	font-size: 11px;
}

form.fields fieldset {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 10px 15px 15px 15px;
	width: 510px;
}

form.fields fieldset.last {
	margin-bottom: 0;
	border-right: 1px solid #ccc !important;
}

form.fields fieldset legend {
	padding: 0 10px;
	font-size: 110%;
}

form.fields label,
form.fields div.sep {
	display: block;
	margin-top: 6px;
}

form.fields label.check,
form.fields label.radio {
	display: inline;
	margin-top: 0;
}

form.fields span.loading {
	margin-left: 10px;
}

/* @end */






.two-sidebars #content-inner {
	margin-left: 250px;
	margin-right: 360px;
}


#content-area {
}

#content-area  ul {
	margin-bottom: 24px;
	margin-top: 18px;
	padding: 0;
}

.greenBullet {
	color: #696969;
	background: url(../img/shared_assets/bullet.png) no-repeat 0 4px;
	list-style-type: none;
	padding-left: 20px;
	padding-bottom: 2px;
}


.orangeBullet {
	color: #696969;
	background: none no-repeat;
	list-style-type: none;
	padding-right: 20px;
}





.sidebar-right #content-inner {
	margin-right: 360px;
	margin-bottom: 20px;
}

.sidebar-left #content-inner {
	margin-left: 250px;
}

#sidebar-left {
	width: 250px;
	margin-right: -360px;
}

#sidebar-right {
	float: right;
	width: 360px;
}

.inner {
	padding: 15px 24px 15px 30px;
}





#footer {
	float: none;
	clear: both;
	margin: 0;
	font-size: 11px;
	background: #e5e5d2 url(../img/shared_assets/sawtooth-bottom.png) repeat-x;
	color: #776b5d;
	padding-top: 0;
	padding-bottom: 40px;
	padding-right: 0;
}

#bottomFeeder {
	float: none;
	clear: both;
	margin: 0;
	font-size: 11px;
	background: #f5f5e3 none repeat-x;
	color: #776b5d;
	padding-top: 0;
	padding-bottom: 40px;
	padding-right: 0;
	border-top: 1px solid #ccccbd;
}


#markus {
	clear: both;
	margin: 0;
	font-size: 11px;
	color: #776b5d;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 0;
	border-top: 1px solid #e4e4e4;
	background-color: white;
	background-image: none;
	text-align: center;
}




#footer ul {
	margin-bottom: 10px;
	margin-top: 10px;
}

#footer li {
	margin-bottom: 4px;
}
	
	
#footer h3 {
	color: #333;
	font-size: 16px;
	margin-bottom: 12px;
}

.tableContact {
	font-size: 11px;
	margin-bottom: 60px;
	margin-top: 30px;
}

.tableContact .title {
	font-weight: bold;
	margin-bottom: 5px;
}

.tableContact .cellLeft {
	padding-right: 16px;
}

.tableTeam {
	margin-top: 20px;
}

.tableTeam .lineBorder{
	border-top: 1px solid #e4e4e4;
}



.tableTeam td {
	vertical-align: top;
	padding-top: 30px;
	padding-bottom: 20px;
}

.tableTeam h4 {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 20px;
	color: #e44700;
}

.tableTeam h5 {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.portrait {
	margin-right: 30px;
}

.tableSkills {
	margin-top: 20px;
}

.tableSkills .skillIcon {
	margin-right: 30px;
}

.tableSkills td {
	padding-bottom: 22px;
	padding-top: 22px;
}

.tableSkills .lineBorder{
	border-top: 1px solid #e4e4e4;
}


.tableSkills h4 {
	color: #e44700;
}

.tableSkills p {
	font-style: italic;
}


.tableServices {
	margin-top: 20px;
}

.tableServices .skillIcon {
	margin-right: 30px;
}

.tableServices td {
	padding-bottom: 42px;
	padding-top: 22px;
}

.tableServices .lineBorder{
	border-top: 1px solid #e4e4e4;
}


.tableServices h4 {
	color: #e44700;
	margin-bottom: 6px;
	font-size: 14px;
}

.tableServices p {
	line-height: 18px;
	margin-bottom: 13px;
}

.successStory {
	margin-top: 20px;
	background: #f3f3e6 url(../img/shared_assets/sawtooth-bottom.png) repeat-x 0 0;
	padding: 22px;
	border-bottom: 1px solid #ccccbd;
}

.successStory p {
	background: url(../img/shared_assets/pen.png) no-repeat 4px 6px;
	padding-left: 75px;
	line-height: 18px;
	font-size: 11px;
}

.topLink {
	margin-top: 10px;
	float: right;
	font-style: italic;
	font-size: 10px;
}


.tableFooter {
	color: #776b5d;
	margin-left: 26px;
	width: 900px;
	line-height: 15px;
}

.tableFooter td {
	width: 33%;
	vertical-align: top;
	padding-right: 16px;
}


.tableFooter .resultItem {
	border-bottom: 1px solid #ccccbd;
	padding-bottom: 14px;
	padding-top: 14px;
	margin-right: 12px;
}

.tableFooter .resultItem .title {
	font-size: 11px;
	color: #476f6e;
}

.tableFooter .resultItem p {
	font-style: italic;
}

.tableFooter .resultItem a:link {

}

.copyrightLogo {
	margin-top: 10px;
	padding-top: 30px;
	text-align: center;
	padding-bottom: 20px;
}


.copyrightLogo p {
	font-size: 9px;
	line-height: 10px;
	color: #a7a08a;
}

.copyrightLogo a:link, .copyrightLogo a:visited {
	color: #6c6c62;
}

.copyrightLogo a:hover, .copyrightLogo a:active {
	color: black;
}

.tableFooter h1 {
	font-size: 28px;
	font-weight: normal;
	font-style: normal;
	color: #333;
	margin-top: 12px;
	margin-bottom: 24px;
}

.view-header h3 {
	font-size: 14px;
	color: #696969;
	font-weight: bold;
	margin-bottom: 18px;
	margin-top: 14px;
}

body,caption,th,td,input,textarea,select,option,legend,fieldset {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.node p,.webform-confirmation p,#sidebar-right .block .content p,
.view-header p {
	margin: 0 0 15px;
	line-height: 1.5em;
	color: #666;
}

.node p strong,.webform-confirmation p strong,#sidebar-right .block .content p strong,.view-header p strong {
	color: #666;
}

#sidebar-right .block .content p {
	margin: 0 0 10px;
	text-align: left;
}

#footer,#main #content .mission,#main #content .breadcrumb,#main #content .node {
	clear: both;
	background-repeat: repeat-x;
}

a {
	outline: none;
}

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

a:hover,a:active {
	color: #ff6622;
}

h1 {
	font-size: 15px;
	line-height: 16.9px;
	margin-top: 0px;
	margin-bottom: 0.5em;
}



tr.even td,tr.odd td {
	padding: 15px(7.5)px;
}

tr.even {
	background-color: white;
}

tr.odd {
	background-color: #efefef;
}

code,pre {
	background-color: #efefef;
	border: 0;
	display: inline;
	padding: 2px;
}

ul {
	list-style-type: disc;
	padding-left: 2em;
	margin-left: 0;
}

ul ul {
	list-style-type: circle;
	margin-left: 30px;
}

ul ul ul {
	list-style-type: square;
}

ul ul ul ul {
	list-style-type: circle;
}

ol {
	list-style-type: decimal;
	margin-left: 0;
	padding-left: 2em;
}

ol ol {
	list-style-type: lower-alpha;
}

ol ol ol {
	list-style-type: decimal;
}

abbr {
	border-bottom: 1px dotted #666;
	cursor: help;
	white-space: nowrap;
}

abbr .created {
	border: none;
	cursor: auto;
	white-space: normal;
}

.resizable-textarea textarea {
	font-size: 11px !important;
}

.messages {
	background-color: #d0ffd3;
	border: 0px;
	color: #04a107;
	margin: 15px 0;
	padding: 15px;
}

.messages.error {
	background-color: #ffd7d7;
	border: 0px;
	color: #b30b0b;
	margin: 15px 0;
	padding: 15px;
}

form {
	margin: 15px 0;
}

body.admin div.block {
	position: relative;
}

body.admin div.block div.edit {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 40;
	border: 1px solid #eee;
	font-size: 10px;
	background-color: #fff;
}

body.admin div.block:hover div.edit {
	display: block;
}

div.tabs {
	right: 0;
	top: 0;
	position: absolute;
	font-size: 11px;
	z-index: 9;
}

div.tabs ul.secondary {
	margin-left: 10px !important;
}

div.tabs ul.primary,div.tabs ul.secondary {
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #e4e4e4;
	-moz-border-radius: 8px;
	padding: 0;
	margin: 0;
	float: left;
	background: #fff url('/misc/menu-collapsed.png') no-repeat 95% 7px;
}

div.tabs ul.primary.expanded,div.tabs ul.secondary.expanded {
	background: #fff url('/misc/menu-expanded.png') no-repeat 95% 9px;
}

div.tabs ul.primary li,div.tabs ul.secondary li {
	display: block;
	border-bottom: 1px solid #e4e4e4;
	padding: 1px 15px 1px 2px;
}

div.tabs ul.primary li.last,div.tabs ul.secondary li.last {
	border: 0;
}

div.tabs ul.primary li a,div.tabs ul.secondary li a {
	display: block;
	border: 0;
	padding: 2px 10px 2px 5px;
	min-width: 100px;
	margin: 0;
}

div.tabs ul.primary li a:link,div.tabs ul.primary li a:visited,div.tabs ul.secondary li a:link,div.tabs ul.secondary li a:visited {
	background: none;
}

fieldset {
	border-width: 1px 2px 2px 1px;
	border-color: #e4e4e4;
	border-style: solid;
	-moz-border-radius: 8px;
}

html.js fieldset.collapsed {
	-moz-border-radius: 0;
}

input.form-text,textarea.form-textarea {
	border: 1px inset #e4e4e4;
	padding: 3px 2px;
	font-size: 11px;
	line-height: 16.718px;
	width: 360px;
}

input.form-submit {
	float: right;
	font-size: 15px;
	line-height: 16.9px;
}

.webform-client-form .form-item label {
	float: left;
	padding-right: 10px;
	width: 180px;
}

#webform-client-form-25 fieldset {
	border: 0;
	padding: 0;
}

#webform-client-form-25 fieldset legend {
	font-size: 17px;
	color: #666;
}

.clear-block:empty {
	line-height: 0 !important;
	font-size: 0 !important;
}

#user-login-form li.openid-link,#user-login li.openid-link {
	background-position: 0 50%;
	padding-left: 22px;
}

#main h1.title, 
#main h3.block-title {
	color: #696969;
	font-weight: normal;
	font-size: 19px;
	background: url(/img/shared_assets/content_header.gif) no-repeat 50% 100%;
	padding-bottom: 13px;
	margin-bottom: 0px;
	padding-top: 4px;
	line-height: 1.3em;
}

#main h1.title span,
#main h3.block-title span 
{
	border-bottom: 1px solid #e4e4e4;
	display: block;
	padding-bottom: 8px;
	text-align: left;
}



#header-inner h3.block-title {
	color: #fff;
}

#header-inner {
	height: 80px;
}


#header-region {
	float: right;
	margin: 12px 0;
	font-size: 12px;
}





#header-region #block-user-0 {
	background: #3c4635;
	border: 1px solid #3c4635;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height: 30px;
	padding: 11px;
	width: 100px;
}

#header-region #block-user-0 .content {
	float: left;
	width: 308px;
}

#header-region #block-user-0 .content form {
	margin: 3px 0;
}



#header-region #block-user-0 .content #edit-submit,#header-region #block-user-0 .content .form-item,#header-region #block-user-0 .content label,#header-region #block-user-0 .content .item-list {
	float: left;
	margin: 0;
}

#header-region #block-user-0 .content label {
	margin: 5px 10px;
	position: absolute;
	color: #ccc;
	font-weight: normal;
	text-transform: lowercase;
}

#header-region #block-user-0 .content input {
	margin: 0 5px;
	padding: 6px 5px;
	border: 0;
}

#header-region #block-user-0 .content .item-list {
	display: none;
}

#content-header {
	position: relative;
}

.more-link {
	margin: 10px 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.content hr {
	border-width: 0 0 1px;
	border-color: #e4e4e4;
	border-style: solid;
}



#content-bottom {
	padding-top: 15px;
}

#footer a:link,
#footer a:visited {
	color: #476f6e;
	text-decoration: none;
}

#footer a:hover,#footer a:active {
	color: #203736;
}

#footer #footer-inner {
	padding-top: 30px;
}

#footer #footer-inner #footer-inner-container {
	padding: 24px 15px 15px;
	line-height: 1.4em;
}





#footer #footer-inner #footer-inner-container .block {
	float: left;
	width: 33%;
	margin-right: 23px;
}

#footer #footer-inner #footer-inner-container .block h3.block-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	float: left;
	color: #333;
}

#footer #footer-inner #footer-inner-container .block div.feed-icon {
	float: left;
	margin: 2px 10px;
}

#footer #footer-inner #footer-inner-container .block .item-list ul {
	margin: 0;
	padding: 0;
}

#footer #footer-inner #footer-inner-container .block .item-list ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer #footer-inner #footer-inner-container .block .item-list ul li a {
	display: block;
	padding: 8px 5px;
	font-size: 10px;
}

#footer #footer-inner #footer-inner-container .block .item-list ul li a:hover {
	background: #3a4434;
}

#footer #footer-inner #footer-inner-container #block-views-tweets-block_1 li {
	color: #776b5d;
}

#footer #footer-inner #footer-inner-container #block-views-tweets-block_1 li .views-field-text {
	padding: 8px 5px;
}

#footer #footer-inner #footer-inner-container #block-views-tweets-block_1 li .views-field-text:hover {
	background: #3a4434;
	color: #fff;
}

#footer #footer-inner #footer-inner-container #block-views-tweets-block_1 li a {
	display: inline;
	padding: 0;
}

#footer #footer-message {
	color: #fff;
	font-size: 11px;
	text-align: right;
	padding: 22.5px 0;
}

#footer #footer-message .block {
	float: left;
}

#footer #footer-message .block ul {
	margin: 0;
	padding: 0;
}

#footer #footer-message .block ul li {
	border-right: 1px solid #3F4937;
	list-style-type: none;
	display: inline;
	margin: 0 5px 0 0;
	padding: 0 10px 0 0;
}

#footer #footer-message .block ul li.last {
	border-right: 0;
	padding: 0;
	margin: 0;
}

#footer #footer-message .block ul li a {
	color: #fff;
	font-weight: bold;
}

#credit-info {
	clear: both;
	text-align: right;
	display: block;
}

.view-latest-content .views-row-odd,.view-latest-content .views-row-even {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.view-latest-content .views-row-last {
	margin: 0;
	padding: 0;
}

.node h2.title {
	line-height: 1.2em;
	font-weight: normal;
}

.node .submitted {
	text-align: right;
	font-size: 11px;
	margin-bottom: 15px;
}

.node ul {
	margin: 5px 0 15px;
	color: #444;
}

.node .center {
	text-align: center;
}

#sidebar-right .block {
	margin-bottom: 30px;
}

#sidebar-right .block .item-list ul {
	margin: 0;
	padding: 0;
}

#sidebar-right .block .item-list ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e4e4e4;
}

#sidebar-right .block .item-list ul li a {
	display: block;
	padding: 5px;
}

#sidebar-right .block .item-list ul li a:hover {
	background: #fcfcfc;
}

/* @group NAV */

#navigation {
	background: #952d10;
	height: 50px;
	font-size: 11px;
}

#navigation #primary {
	position: relative;
}

#navigation #primary ul.links {
	position: absolute;
	right: 0;
	top: 10px;
}

#navigation li {
	display: block;
	float: left;
	margin-right: 0;
}





/* @group SLIDING BUTTON */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url(../img/slider/bg_button_a.gif) no-repeat scroll right 0;
    display: block;
    float: left;
    height: 29px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	font-style: normal;
	font-size: 11px;
	color: white;
	text-transform: uppercase;
}

a.button span {
    background: transparent url(../img/slider/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 8px 0 7px 18px;
}


a.button:hover {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 8px 0 7px 18px; /* push text down 1px */
}



a.button:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 8px 0 7px 18px; /* push text down 1px */
}





.buttonIdle {
    background: transparent url(../img/slider/bg_button_a.gif) no-repeat scroll right 0;
    display: block;
    float: left;
    height: 29px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	font-style: normal;
	font-size: 11px;
	color: white;
	text-transform: uppercase;
}

.buttonIdle span {
    background: transparent url(../img/slider/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 8px 0 7px 18px;
}


.buttonIdle {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

.buttonIdle span {
    background-position: bottom left;
    padding: 8px 0 7px 18px; /* push text down 1px */
}




/* @end */




/*#navigation a {
	display: block;
	cursor: hand;
	cursor: pointer;
}

#navigation a span {
	display: block;
	padding: 8px 18px;
	height: 13px;
}

#navigation a:link, 
#navigation a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation a:hover,#navigation a:active {
} 

#navigation a.active {
	color: #fff;
	background: transparent url(../img/shared_assets/navigation_btn.gif) no-repeat 0 0;
}

#navigation a.active span {
	background: transparent url(../img/shared_assets/navigation_btn.gif) no-repeat 0 0;
}*/

/* @end */


body {
	background: #fff;
}

#page {
	background: url(../img/shared_assets/background_content.gif) repeat-x;
	padding-top: 0;
	color: #333333;
}

#page #gradient-left {
	background: url(../img/shared_assets/content_gradient_left.png) no-repeat;
}

#page #gradient-right {
	background: url(../img/shared_assets/content_gradient_right.png) no-repeat;
}

#page #page-inner #page-inner-1 {
	background: url(../img/shared_assets/content_gradient_left.png) no-repeat 0 0;
	padding-left: 22px;
	margin-left: -22px;
		font-size: 12px;
	color: #696969;
}

#page #page-inner #page-inner-2 {
	background: url(../img/shared_assets/content_gradient_right.png) no-repeat 100% 0;
	margin-right: -22px;
	padding-right: 22px;
	font-size: 12px;
	color: #696969;
}

#page #page-inner #main {
	background: #fff url(../img/shared_assets/background_container.gif) repeat-x;
	border: 4px solid #fff;
}

.node .links {
	text-align: right;
	font-size: 12px;
}

#feature-region {
	background: #bf3a14 url(../img/shared_assets/main_image.png) no-repeat 50% 0;
	padding-top: 0;
	height: 231px;
}

#feature-region-int {
	background: #bf3a14 url(../img/shared_assets/main_image-int.jpg) no-repeat 50% -65px;
	padding-top: 0;
	height: 66px;
}

#feature-region h1 {
	color: white;
	font: normal normal 40px/44px Georgia, "Times New Roman", Times, serif;
	padding-top: 42px;
	letter-spacing: -1px;
	text-decoration: none;
	padding-left: 354px;
}



#feature-region #feature-region-inner #views-cycle-featured_content-block_1 {
	color: #fff;
}

#feature-region #feature-region-inner #views-cycle-featured_content-block_1 li {
	list-style-type: none;
}

#feature-region #feature-region-inner #views-cycle-featured_content-block_1 li.views-cycle-item-1,#feature-region #feature-region-inner #views-cycle-featured_content-block_1 li.views-cycle-item-2 {
	display: none;
}

#feature-region #feature-region-inner #views-cycle-featured_content-block_1 .views-field-title {
	font-size: 28px;
	margin: 20px 0 10px;
}




#views-cycle-featured_content-block_1-nav {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	z-index: 999;
}

#views-cycle-featured_content-block_1-nav li {
	list-style-type: none;
	padding: 0;
	margin: 0 15px 0 0;
	display: block;
	float: left;
}

#views-cycle-featured_content-block_1-nav li a {
	background: url(../img/shared_assets/featured_tabs.gif) no-repeat 0 0;
	display: block;
	height: 16px;
	width: 16px;
	text-indent: -999px;
	overflow: hidden;
}

#views-cycle-featured_content-block_1-nav li a.activeSlide {
	background-position: 0% 100%;
}

#block-views-featured_content-block_1 .views-cycle.item-list {
	position: relative;
}

#block-views-featured_content-block_1 #views-cycle-featured_content-block_1 {
	padding: 0;
	margin: 0;
}

#block-views-featured_content-block_1 #views-cycle-featured_content-block_1 li {
	margin: 0;
	padding: 10px 20px;
	width: 920px !important;
}

#block-views-featured_content-block_1 #views-cycle-featured_content-block_1 .views-field-title {
	margin-bottom: 5px;
}

#block-views-featured_content-block_1 #views-cycle-featured_content-block_1 .views-field-teaser,#block-views-featured_content-block_1 #views-cycle-featured_content-block_1 .views-field-body {
	color: #49562c;
	font-size: 17px;
	line-height: 21px;
}

#block-views-featured_content-block_1 #views-cycle-featured_content-block_1 .views-field-field-image-fid {
	float: left;
	margin-right: 15px;
}

#block-views-featured_content-block_1 #views-cycle-featured_content-block_1 .views-field-view-node {
	margin-top: 0;
	text-align: right;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}


body.front .view-solutions-page .views-field-field-image-fid {
	float: left;
	margin-right: 15px;
}

body.front .view-solutions-page .views-field-field-deck-value {
	font-size: 12px;
	color: #666;
}


.quotePageBlock {
	background: url(../img/shared_assets/quotes_bg.gif) no-repeat 0 0;
	padding-left: 50px;
	line-height: 21px;
	margin-top: 50px;
	font-style: italic;
	margin-bottom: 20px;
	margin-left: 8px;
}


.quotePageBlockSig {
	text-align: right;
	text-transform: uppercase;
	font-size: 11px;
}



table.views-view-grid tbody {
	border: 0;
}

table.views-view-grid tr td {
	border-bottom: 1px solid #e4e4e4;
	padding: 20px;
	vertical-align: top;
	width: 50%;
}

table.views-view-grid tr td.hover {
	background: #fcfcfc;
}

table.views-view-grid tr td .views-field-field-image-fid,table.views-view-grid tr td .views-field-picture {
	float: left;
	margin-right: 15px;
}

table.views-view-grid tr td .views-field-field-deck-value,table.views-view-grid tr td .views-field-value {
	font-size: 12px;
	color: #666;
}

table.views-view-grid tr td p {
	margin: 0;
}

table.views-view-grid tr td.col-1 {
	border-right: 1px solid #e4e4e4;
}

table.views-view-grid tr.row-last td {
	border-bottom: 0;
}

#block-views-testimonals_page-block_1 .view .view-content {
	background: url(../img/shared_assets/quotes_bg.gif) no-repeat 0 0;
	padding-left: 45px;
	color: #999;
	font-style: oblique;
}

#block-views-quotes_page-block_1 .view .view-content {
	background: url(../img/shared_assets/speach_bubble-sm.gif) no-repeat 0 0;
	padding-left: 45px;
	color: #999;
}


#publicityBlock {
	color: #999;
	padding-left: 45px;
	background: url(../img/shared_assets/speach_bubble-sm.gif) no-repeat 0 0;
}


#block-views-quotes_page-block_1 .view .view-content ul {
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0;
}


#block-views-quotes_page-block_1 .view .view-content li {
	padding-top: 13px;
	background: url(../img/shared_assets/bullet.png) no-repeat 0 17px;
	margin: 0;
	padding-left: 21px;
	list-style-type: none;
}

#block-views-quotes_page-block_1 .view .view-content a:link {
	padding-top: 13px;
	color: #e44700;
}





#block-views-testimonals_page-block_1 .view .pager {
	text-align: right;
}

#block-views-testimonals_page-block_1 .view .pager li {
	border: 0 !important;
}

#block-views-testimonals_page-block_1 .view .pager li.pager-current {
	display: none;
}

#block-views-testimonals_page-block_1 .view .pager li.pager-next a,#block-views-testimonals_page-block_1 .view .pager li.pager-previous a {
	background: url(../img/shared_assets/more_button.gif) no-repeat;
	font-size: 12px;
	padding: 2px 7px !important;
	display: inline-block;
	height: 18px;
}

#comment-form .form-item {
	height: 23px;
}

#comment-form .form-item label {
	float: left;
	width: 110px;
}

#edit-comment-wrapper #comment-form .form-item label {
	float: none;
}

#comment-form .form-item input.form-text,#comment-form .form-item textarea.form-textarea {
	float: left;
}

#edit-comment-wrapper #comment-form .form-item input.form-text,#edit-comment-wrapper #comment-form .form-item textarea.form-textarea {
	float: none;
}

#comment-form .resizable-textarea {
	clear: both;
}

#comment-form .resizable-textarea .grippie {
	clear: both;
	margin-right: -6px;
}

#comment-form .tips {
	display: none;
}

.box {
	margin-top: 30px;
}

.box h3 {
	background: url(../img/shared_assets/block_header.gif) no-repeat 50% 100%;
	font-weight: normal;
	font-size: 17px;
	color: #666;
	padding-bottom: 13px;
}

.box h3 span {
	padding-bottom: 10px;
	border-bottom: 1px solid #E4E4E4;
	display: block;
}

#comments {
	margin-top: 5px;
	padding-top: 20px;
	border-top: 1px solid #e4e4e4;
}

#comments .comment .submitted {
	text-align: right;
	margin: 5px 0;
	font-size: 11px;
}

#comments .comment p {
	margin: 8px 0;
	color: #666;
	font-size: 12px;
	line-height: 1.5em;
}

#comments .comment div.links {
	text-align: right;
	margin: 20px 0 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #e4e4e4;
}

.view-about-author .picture {
	float: left;
	margin: 0 15px 0 0;
}

.browser-ie6 {
	
}

.browser-ie6 #views-cycle-featured_content-block_1-nav li a.activeSlide {
	background-position: 0% 115%;
}

.browser-ie6 #page {
	zoom: 1;
}

.browser-ie6 #main {
	position: relative;
	padding-bottom: 15px;
}

.browser-ie6 #credit-info {
	position: absolute;
	bottom: 0px;
	right: 0px;
}


.browser-ie6 #block-views-latest_content-block_1 li {
	clear: both;
}

.browser-ie6 #block-views-latest_content-block_1 li a {
	zoom: 1;
	clear: both;
}

.browser-ie6 a.quote {
	position: fixed;
	z-index: 99;
	height: 1%;
}

.browser-ie6 #footer * {
	zoom: 1;
}

.browser-ie6 .sidebar li a {
	zoom: 1;
}

.browser-ie6 .sidebar .clear-block,.browser-ie6 #footer-inner .clear-block {
	line-height: 0px;
}

.browser-ie6 #footer .item-list {
	clear: both !important;
}

.browser-ie6 #footer .item-list .clear-block {
	height: 1% !important;
	font-size: 0 !important;
	line-height: 0 !important;
}

.browser-ie6 #navigation li {
	display: inline;
	float: none;
}

.browser-ie6 #navigation li a {
	display: inline;
}

.browser-ie6 #navigation li a.active:hover {
	color: #fff;
}

.browser-ie6 #navigation li a span {
	display: inline;
	zoom: 1;
	padding: 8px 18px 7px 18px;
}

.browser-ie6 div.admin .left,.browser-ie6 div.admin .right {
	width: 46%;
}

.browser-ie6 #content tr.even th,.browser-ie6 #content tr.even td,.browser-ie6 #content tr.odd th,.browser-ie6 #content tr.odd td {
	border-bottom: 1px solid #ccc;
}

.browser-ie7 {
	
}

.browser-ie7 #views-cycle-featured_content-block_1-nav li a.activeSlide {
	background-position: 0% 115%;
}

.browser-ie7 #page {
	zoom: 1;
}

.browser-ie7 #main {
	position: relative;
	padding-bottom: 15px;
}

.browser-ie7 #credit-info {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.browser-ie7 .sidebar .clear-block,.browser-ie7 #footer-inner .clear-block {
	line-height: 0px;
}

.browser-ie7 #page-inner-2 {
	zoom: 1;
}

.browser-ie7 #footer #footer-inner {
	padding-bottom: 15px;
}

.browser-ie7 #footer .item-list {
	clear: both !important;
}

.browser-ie7 #footer .item-list .clear-block {
	height: 1% !important;
	font-size: 0 !important;
	line-height: 0 !important;
}

.browser-ie7 #content tr.even th,.browser-ie7 #content tr.even td,.browser-ie7 #content tr.odd th,.browser-ie7 #content tr.odd td {
	border-bottom: 1px solid #ccc;
}

.browser-ie7 ul.primary li a:hover,.browser-ie7 ul.secondary li a:hover {
	cursor: pointer;
	color: #555;
	text-decoration: none;
}


