/*
Company:	MFA
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #fff;
}
body {
	
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 906px;
	margin-left: auto;
	margin-right: auto;
}

/* Body */
div#bd {
	width: 906px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

/* Footer */
div#ft {
	border-top: 5px solid #efefef;
	width: 906px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 30px;
}
div#ft p {
	font-size: 77%;
	color: #b9bbbe;
	float: left;
	width: auto;
	margin-right: 10px;
	
}
div#ft p a:link, div#ft p a:visited {
	color: #767676;
	text-decoration: none;
}
div#ft p a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 69px;
	height: 96px;
	background: url(../images/mfa-logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 15px 0 0 0;
	float: left;
	display: inline;
}
div#logo img  {

}
div#logo a {
	display: block;
	height: 100%;
}

/* Home Flash */
div.home-flash {
	margin: 0 0 20px 0;
}

/* Cols */
div.cols {
	background: url(../images/cols-bkg.gif) repeat-y 0 0;
}
div.cols div.col {
	width: 286px;
	margin-right: 30px;
	float: left;
	display: inline;
}
div.cols div.col h1  {
	width: 266px !important;
}
div.cols div.last-col {
	margin: 0 0 0 5px;
	width: 266px;
}

/* List Cols */
div.list-cols {
	
}
div.list-cols div.col {
	width: 180px;
	margin-right: 15px;
	float: left;
	display: inline;
}
div.list-cols div.col ul {
	margin: 0 10px;
}
div.list-cols div.col ul li {
	background: none;
}

/* News List */
ul.news-list {
	margin: 0;
	padding: 0;
}
ul.news-list li {
	list-style: none;
	margin: 0;
	padding: 0 0 15px 0;
}
div.cols img.col-img {
	margin: 0 0 10px 10px;
	float: right;
	display: inline;
}
div.cols h3 {
	font-size: 85%;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #d52806;
}
div.cols ul.news-list h3 {
	margin: 0;
}
div.cols p {
	font-size: 85%;
	color: #5c5c5c;
}
ul.news-list div.news-text {
	width: 235px;
	float: left;
	display: inline;
}
ul.news-list p.cal-date {
	margin: 0 12px 0 0;
	padding: 0;
	background: url(../images/cal-icon.gif) no-repeat 0 0;
	width: 34px;
	height: 32px;
	text-align: center;
	color: #fff;
	font-size: 93%;
	font-weight: bold;
	overflow: hidden;
	float: left;
	display: inline;
}
ul.news-list p.blog-pic {
	margin: 0 12px 0 0;
	overflow: hidden;
	float: left;
	width: 34px;
	height: 44px;
}
ul.news-list p.cal-date span {
	display: block;
	font-size: 77%;
	padding: 3px 0 2px 0;
}
div.cols a:link, div.cols a:visited {
	color: #d52806;
	text-decoration: none;
}
div.cols a:hover {
	text-decoration: underline;
}

/* Sidebar */
div.sidebar {
	width: 213px;
	overflow: hidden;
	margin: 15px 0 0 0;
	float: left;
	display: inline;
}
div.sidebar p, p.contactAddys {
	font-size: 85%;
	color: #403732;
	line-height: 130%;
	margin: 0 0 20px 0;
	padding: 0 17px 0 10px;
}
div.sidebar p strong {
	font-size: 108%;
}
div.sidebar h2, div.sidebar a.sideNav_subHead {
	padding: 6px 14px;
	margin: 0;
	color: #fff;
	font-size: 1em;
	font-weight:bolder;
}
div.sidebar a.sideNav_subHead  {
	margin-top:20px;
}
div.sidebar a.sideNav_subHead  {
	margin-top:20px;
}
div.sidebarnav {
	background: url(../images/sidebar-cover.gif) no-repeat 204px 502px #c74a1a;
	margin-bottom: 30px;
	width: 213px;
	overflow: hidden;
}
body.gallery div.sidebarnav {
	background: url(../images/sidebar-cover.gif) no-repeat 204px 448px #c74a1a;
}
div.sidebar1 {
	background: url(../images/sidebar-corner-top.gif) no-repeat 0 0;
}
div.sidebar2 {
	background: url(../images/sidebar-corner-btm.gif) no-repeat 0 100%;
	padding: 5px 0;
	overflow: hidden;
	min-height:150px;
}
div.side-shadow {
	width: 15px;
	height: 379px;
	background: url(../images/content-bkg.png) no-repeat 0 0;
	position: absolute;
	margin: 139px 0 0 -15px;
}
body.gallery div.side-shadow {
	margin: 84px  0 0 -15px;
}
img.side-ad {
	margin-bottom: 20px;
}

/* Main */
div.main {
background:transparent url(../images/content-bkg.png) no-repeat scroll 0 139px;
display:inline;
float:right;
margin-left:-15px;
overflow:hidden;
padding-left:15px;

width:693px;
}
body.gallery div.main {
	background: url(../images/content-bkg.png) no-repeat 100% 84px;
}
div.main div.content {
	padding: 0 6px 0 20px;
	min-height:450px;
}

/* Email Print Buttons */
p.util-bar {
	width: 140px;
	float: right;
	display: inline;
}
.util-bar a.email {
	display: block;
	background: url(../images/email-icon.gif) no-repeat 100% 50%;
	padding: 0 30px 0 0;
	margin: 0 20px 0 0;
	font-size: 85%;
	line-height: 24px;
	width: auto;
	float: left;
	display: inline;
}
.util-bar a.email:link, .util-bar a.email:visited {
	color: #798086;
	text-decoration: none;
}
a.print {
	display: block;
	background: url(/assets/images/print-icon.gif) no-repeat 100% 50%;
	padding: 0 30px 0 0;
	font-size: 85%;
	width: auto;
	line-height: 24px;
	float: right;
	display: inline;
}
a.print:link, a.print:visited {
	color: #798086;
	text-decoration: none;
}
hr  {
	background: url(/assets/images/related-bar.gif) no-repeat 0 0;
	border: none;
	height:1px;
	width: 100%;
}
/* Related */
div.main div.related h4, h5 {
	font-family: Georgia, Times, serif;
	font-size: 161.6%;
	color: #78a108;
	font-weight: normal;
	background: url(/assets/images/related-bar.gif) no-repeat 0 82%;
	text-indent: 10px;
}
div.main div.related ul {
	margin-left: 11px;
}
div.main div.related ul li {
	list-style: none;
	background: none;
}
div.main div.related ul li a:link, div.main div.related ul li a:visited {
	color: #403732;
	text-decoration: none;
}
div.main div.related ul li a:hover {
	text-decoration: underline;
}
table, tbody, thead, tr, td, th {
	border: none;
}
.header  {
	margin-bottom: 5px;
}
/* Rates Table */
div.rates {
	border: 1px solid #cbcbcb;
	margin-bottom: 15px;
}
table.rates {
	margin: 0;
	width: 100%;
}
table.rates th, table.rates thead td {
	border: none;
	background-color: #b0c058;
	color: #fffaef;
	font-weight: normal;
	font-size: 85%;
	padding: 10px;
}
table.rates td {
	border: none;
	border-bottom: 1px solid #fff;
	font-size: 93%;
	background-color: #fff;
	padding: 5px 10px;
	text-align: center;
	color: #685536;
}
table.rates tr.alt td {
	background-color: #f6f6f6;
}

/* HR */
div.hr, hr {
	background: url(../images/hr.gif) no-repeat 50% 0;
	height: 9px;
	overflow: hidden;
	margin-bottom: 20px;
	clear:both;
}
div.hr hr {
	display: none;
}

/* Featured */
div.main div.featured {
	margin-bottom: 25px;
}
div.main div.featured h4 {
	font-weight: normal;
	font-size: 123.1%;
	color: #483c35;
	margin: 0 0 15px 0;
	font-family: "Century Gothic", Arial, sans-serif;
}
div.main div.featured-box {
	background: url(../images/featured-bkg.gif) no-repeat 0 0;
	width: 608px;
	height: 161px;
	padding: 15px 15px 0 15px;
	margin-bottom: 10px;
}
div.main div.featured h5 {
	font-size: 138.5%;
	font-weight: normal;
	font-family: "Century Gothic", Arial, sans-serif;
	color: #577015;
	margin: 0;
}
div.main div.featured h6 {
	font-size: 93%;
	font-weight: normal;
	color: #577015;
	margin: 0 0 10px 0;
}
div.main div.featured img {
	margin: 0 0 0 20px;
	float: right;
	display: inline;
}
div.main div.featured a.more:link, div.main div.featured a.more:visited {
	color: #95ac1c;
	text-decoration: underline;
}
div.main div.featured a.more:hover {
	text-decoration: none;
}
/* Gallery Display */
div.gallery-display {
	margin-bottom: 10px;
}
.visualTreatment_Top div.gallery-display {
	background:transparent url(/images/projectSummaryBack.png) repeat-y scroll 0 0;
	padding:0 43px 0 15px;
	margin-bottom: 0px;
}

.main h6  {
	margin-bottom: 10px;
}
div.main div.gallery-display h2 {
	font-size: 138.5%;
	font-weight: normal;
	color: #577015;
	margin: 0 0 4px 0;
}
div.main div.gallery-display h3 {
	font-size: 93%;
	font-weight: normal;
	color: #577015;
	margin: 0 0 13px 0;
}
.project-image  {
	float: right;
	margin-left:20px;
}
.project-image img  {
	padding:5px;
	float: left;
	border:1px solid #ccc;
	background-color: #fff;
}

.visualTreatment_Top {
	background:transparent url(/images/projectSummaryBackTop.png) no-repeat scroll 0 0;
	margin-top:-10px;
}
.visualTeatment_Bottom {
	background:transparent url(/images/projectSummaryBackBottom.png) no-repeat scroll 0 100%;
	padding-bottom:36px;
	padding-top:15px;
	margin-bottom: 20px;
}
/* @end */

/* @group Nav */
div#nav {
	margin: 85px 0 0 0;
	width: 620px;
	float: right;
	display: inline;
}
div#nav ul {
	margin: 0;
	padding: 0;
	float: right;
	display: inline;
}
div#nav ul li {
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	background: url(../images/nav-tab-left.gif) no-repeat 0 0;
}
div#nav ul li a span {
	display: block;
	padding: 0 10px 3px 10px;
	line-height: 31px;
	background: url(../images/nav-tab-right.gif) no-repeat 100% 0;
}

div#nav ul li a:link, div#nav ul li a:visited {
	color: #484546;
	text-decoration: none;
}


div#nav ul li:hover a, div#nav ul li.sfhover a {
	background-position: 0 -50px;
}
div#nav ul li:hover a span, div#nav ul li.sfhover a span {
	background-position: 100% -50px;
}
div#nav ul li:hover a:link, div#nav ul li:hover a:visited, div#nav ul li.sfhover a:link, div#nav ul li.sfhover a:visited {
	color: #fff;
}
div#nav ul li a.active:link, div#nav ul li a.active:visited {
	color: #9bb02a;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background: url(../images/nav-drop1-btm.gif) no-repeat 0 100% transparent;
	width: 187px;
	z-index:200;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 0;
	padding-bottom: 7px;
}
div#nav ul li ul li {
	background-image: none;
	height: auto;
	float: left;
	display: block;
	width: 187px;
}
div#nav ul li ul li.first {
	background: url(../images/nav-drop1-top.gif) no-repeat 0 0;
	padding-top: 7px;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 18px;
	padding: 3px 10px;
	width: 167px;
	margin: 0;
	font-size: 93%;
	display: block;
	font-weight: normal;
	background-image: none!important;
	background-color: #695c54;
	overflow: hidden;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul li ul li:hover a:link, div#nav ul li ul li:hover a:visited, div#nav ul li ul li.sfhover a:link, div#nav ul li ul li.sfhover a:visited {
	background-color: #7e6b5f;
}
/*div#nav ul li ul li:hover ul li a:link, div#nav ul li ul li:hover ul li a:visited, div#nav ul li ul li.sfhover ul li a:link, div#nav ul li ul li.sfhover ul li a:visited {
	background-color: ;
}*/

div#nav ul li ul.projectNav  {
	display:none;
}

/* 3rd Level Dropdown */
div#nav ul ul ul {
	position: absolute;
	left: -999em!important;
	margin: -1.9em 0 0 160px;
	background: url(../images/nav-drop2-btm.gif) no-repeat 0 100%;
	padding: 0 0 6px 0;
}
div#nav ul li ul li ul li {
	float: none;
	display: block;
}
div#nav ul ul ul li.first {
	padding-top: 6px;
	background: url(../images/nav-drop2-top.gif) no-repeat 0 0!important;
}
div#nav ul li ul li:hover ul, div#nav ul li ul li.sfhover ul {
	left: auto!important;
}
div#nav ul li ul li ul li a {
	background-color: #7e6b5f;
}
div#nav ul li ul li ul li a:hover {
	background-color: #5a5143!important;
}
div#nav ul li ul li ul li:hover a, div#nav ul li ul li ul li.sfhover a {

}

/* Sidebar */
div.sidebar ul {
	margin: 0;
	padding: 0;
}
div.sidebar ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.sidebar ul li a {

	display:block;
	font-size:93%;
	margin-left:6px;
	padding:6px 10px 6px 8px;
	width:186px;
}
div.sidebar ul.short li a {
	width: 177px;
}
div.sidebar ul li a:link, div.sidebar ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div.sidebar ul li a:hover, div.sidebar .selected  {
	background-color: #8b3412;
}
div.sidebar ul li.active a.active, div.sidebar ul li.active-parent a.active  {
 	color:#FCD491;
 }
div.sidebar ul li a.parent  {
	background:transparent url(/assets/images/plussNav.gif) no-repeat scroll 0 11px;
}
div.sidebar ul li a.selected  {
	background-image:url(/assets/images/minusNav.gif);
}
div.sidebar ul li a.sideNav_subHead:hover  {
	background-color: transparent;
	cursor: default;
}
div.sidebar ul ul {
	background-color: #b34217;
	border-bottom: 1px solid #9f3b15;
}
div.sidebar ul ul li a {
	background-image:none;
	padding-left: 20px;
	font-size: 85%;
	width: 176px;
}
div.sidebar ul ul li a:hover, div.sidebar ul ul li a.active {
	background-color: transparent;
	color: #fcd491;
}
div.sidebar ul.checklist {
	padding: 4px 0;
}
div.sidebar ul.checklist li {
	padding: 4px 17px 4px 20px;
	width: 176px;
	font-size: 85%;
	color: #fff;
	clear: both;
}
div.sidebar ul.checklist li:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.sidebar ul.checklist li {display: inline-block;}

/* Hides from IE-mac \*/
* html div.sidebar ul.checklist li {height: 1%;}
div.sidebar ul.checklist li {display: block;}
/* End hide from IE-mac */

div.sidebar ul.checklist li div.checkbox-wrap {
	width: 18px;
	float: left;
	display: inline;
}
div.sidebar ul.checklist li label {
	padding-left: 5px;
	width: 150px;
	padding-top: 1px;
	display: block;
	float: left;
	display: inline;
}
div.sidebar h2.sidenav-head {
	margin-top: 15px;
}
/* @end */

/* @group Default Headings */
div.main h1, body.home div.col h1 {
	font-weight: normal;
	font-size: 161.6%;
	color: #483c35;
	margin: 0 0 15px 0;
	font-family: "Century Gothic", Arial, sans-serif;
	width:500px;
}
div.main h2 {
	font-size: 108%;
	font-weight: normal;
	margin: 0 0 5px 0;
	color: #483c35;
	font-weight: bold;
}
div.main h3 {
	color: #403732;
	font-size: 93%;
	font-weight: bold;
	margin: 0 0 5px 0;
}
div.main h4 {
	color: #403732;
	font-size: 93%;
	font-weight: bold;
	margin: 0 0 5px 0;
}
/* @end */

/* @group Common Text Styles */
div.main p {
	font-size: 93%;
	line-height: 200%;
	color: #403732;
	margin: 0 0 15px 0;
}


blockquote {
	background: url(../images/blockquote-bkg.gif) no-repeat 0 0;
	padding: 10px 20px;
	margin-left: 15px;
	margin-bottom: 25px;
	color: #d52806;
	line-height: 160%;
	font-size: 93%;
	width: 477px;
	font-family: Georgia, Times, serif;
}
div.main blockquote p {
	display: inline;
	color: #d52806;
	line-height: 160%;
	font-size: 93%;
	font-family: Georgia, Times, serif;
}

div.main p small {
	font-size: 85%;
	color: #716b66;
	line-height: 150%;
	font-style: italic;
}
/* @end */

/* @group Default Lists */
div.main ul, div.main ol {
	margin-bottom: 20px;
}
div.main ul ul, div.main ol ol {
	margin: 0 0 0 15px;
}
div.main li {
	font-size: 93%;
	color: #403732;
	line-height: 200%;
}
div.main ul {
	margin-left: 10px;
}
div.main ul li {
	background: url(../images/red-bullet.gif) no-repeat 0 10px;
	padding-left: 10px;
	list-style: none;
}
div.main li li {
	font-size: 100%;
}
div.main ul ul li {
	background: url(../images/gray-bullet.gif) no-repeat 0 10px;
	padding-left: 10px;
}
/* @end */
table tr td {
	vertical-align:top;
}
/* @group Forms */
form.search {
	margin: 90px 4px 0 5px;
	width: 195px;
	float: right;
	display: inline;
}
form.search input.txt  {
	width: 126px;
	height: 17px;
	padding-top: 4px;
	padding-left: 8px;
	border: none;
	background: url(../images/search-bkg.gif) no-repeat 0 0 #a1948c;
	color: #fff;
	font-size: 93%;
	float: left;
	display: inline;
}
.contact tbody input, .contact tbody textarea   {
	font-size: 93%;
	display: inline;
	padding-top: 4px;
	padding-left: 8px;
	width:18em;
	border:1px solid #ccc;
	background-color: #fbfbfb;
}
.contact tbody select  {
	background-color: #fbfbfb;
	width:17.6em;
	border:1px solid #ccc;
}
.contact tbody textarea {
	height:119px;
}
form.search input.btn {
	border: none;
	background:#817670 url(../images/search-btn.gif) no-repeat 100% 0;
	width: 59px;
	height: 21px;
	font-size: 93%;
	font-weight: bold;
	color: #fff;
	float: left;
	display: inline;
}
tr.submit input  {
	background:#817670 url(../images/submit-btn.gif) no-repeat 50% 50%;
	width:100px;
	border:none;
	height: 21px;
	font-size: 93%;
	color: #fff;
	font-weight: bold;
	float: right;
	padding:0px 1.5em;
	margin:0px;
	display: inline;
}

.contact td {
	border:none;
	width:auto;
	vertical-align:top;
	padding-left:0px;
}
#TB_ajaxContent form table {
	margin:0px auto;
}
#TB_ajaxContent h1  {
	
}
.required  {
	color: #de4e00;
}
.contact label {
	text-align:right;
	float:right;
	font-weight:bold;
	color:#625650;
}
.contact .bd {
	width:auto;
}
.contact .bd form table, .contact .bd h2  {
	width:auto;
}
form.search input.btn:hover, .submit input:hover {
	opacity: 0.75;
	filter:alpha(opacity=75);
}
/* @end */

.errorExplanation {
	background-color:#fdfff0;
	border-width:1px 1px 1px 8px;
	border-style:solid;
	border-color:#d0d791 ;
	margin-bottom:10px;
	padding:10px 0 0 70px;
	width:auto;
}
#errorExplanation h2  {
	margin-left:0px;
	font-size:14px;
	border-bottom:1px solid #d0d791 ;
}
/*
#errorExplanation h3  {
	margin-left:0px;
	font-size:14px;
	border-bottom:1px solid #F5E6C5;
	color:#6A573C;
	font-weight:bold;
	margin:0 0 5px 0px;
}
*/

.searchResultSection {
}
.searchResult {
	margin-bottom:20px;
}
div.main div.searchResult h2 {
	font-size:1.3em;
	margin:0px
}
.searchResult h2 a {
	padding-right:3em;
}
div.searchResult p {
	line-height:1.6em;
	margin-bottom:5px;
}
.searchResult span {
	color:#7f9813;
	display:block;
}

/* @group Default Links - link visited hover active */
a:link {
	color: #d52806;
	text-decoration: underline;
	cursor: pointer;
}
a:visited {
	color: #a9a4a0;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	cursor: pointer;
	color: #95ac1c;
	text-decoration: none;
}
/* @end */

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

.clearfix {display: inline-block;}
.submit input, .btn, a  {
	
	cursor:pointer;
}
:-moz-any-link:focus {
  outline: none;
}
a {outline: none; }
a:active {outline: none;}
:focus { -moz-outline-style: none;}


/* Content Pic */
div.content-pic {
	width: 197px;
	margin: 0 0 20px 20px;
	float: right;
	display: inline;
}
div.content-pic p {
	font-size: 77%;
	color: #403732;
	background-color: #f6f6f6;
	padding: 6px;
	border: 1px solid #e5e5e5;
}
div.content-pic img {
	margin-bottom: 5px;
}

.imgRight  {
	float: right;
	margin:10px 0px 10px 10px;
}
.imgLeft  {
	float: left;
	margin:10px 10px 10px 0px;
	
}

div.project-thumbnail {
	width: auto;
	height: auto;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
div.project-thumbnail a img  {
	padding:3px;
	border:1px solid #ccc;
}
div.project-thumbnail a {
	display:block;
	height:100%;
	width:100%;
}
div.project-thumbnail-tooltip  {
	position: absolute;
	left:auto;
	margin-left:-40px;
	padding:15px;
	position:absolute;
	top:auto;
	width:175px;
}

div.project-thumbnail-tooltip span {
	border:1px solid #a1948c;
	background-color:#fff;
	width:175px;
	display:block;
	opacity:0.87;
	filter:alpha(opacity=87);
	width:100%;
	height:100%;
	padding:10px;
	cursor:pointer;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

.gallery .side-shadow  {
	margin-top:88px;
}
div.jcarousel-skin-tango div.project-thumbnail {
	margin: 0px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal, .jcarousel-skin-ie7 .jcarousel-prev-horizontal,
.jcarousel-skin-tango .jcarousel-next-horizontal, .jcarousel-skin-ie7 .jcarousel-next-horizontal  {
	height: 100px  !important;
	width: 17px !important;
}
a#site_credits {
	opacity:0.7;
	clear: both;
	background-color: transparent;
	margin-bottom: 20px;
	display: block;
}
a#site_credits:hover {
	/* CSS3 standard */
	opacity:0.4;
}
.sidebarnav a {
  color: #fff;
  text-decoration: none;
}
.sidebarnav a:hover {
  color: #8B3412;
}
.sidebarnav a:visited {
  color: #fff;
}

