/* --------
Brand Colors

Tan: #fbf5dd
Red: #4f2a2a
Brown: #3c2300
red 2: #b50202
---------*/

#body h2, #body h3, #body h4{
	margin-top:8px;
}
#body h1{}
#body h1 a{}
#body h1 a:hover{}
#body h2{}
#body h2 a{}
#body h2 a:hover{}
#body h3{
	color:#b50202;
}
#body h3 a{}
#body h3 a:hover{}

#body p{
	color:#474747;
}
#body a{
	color:#7d981d;
}
#body a:hover{}
#body a:visited{}
#body a:active{}
#body small{}
#body form{}
#body .navigation-container{
	overflow:hidden;
}
#body ul.navigation{}
#body ul.navigation li{}
#body ul.navigation li a{}
#body ul.navigation li a:hover{}
#body ul.navigation li a.selected{}
#body ul.navigation li a.selected:hover{}
#body{
	background:url(https://lygo.net/ly/zeeblio/styles/escape/images/ptnBkgd.jpg) no-repeat top center #fbf5dd;
	}


/*---- OuterContainer and Container CSS ---- */
#body #outerContainer{
	margin:0 auto;
	width:960px;}
#body #container{}


/* ---- Header CSS ---- */
#body #header{
	background:url(https://lygo.net/ly/zeeblio/styles/escape/images/header.png) no-repeat top center;
	height:200px;
	padding: 30px 10px 50px 350px;
	position:relative;
	margin-bottom:30px;
}
#body #header .navigation-container{
	background: #edcc8b; /* Old browsers */
background: -moz-linear-gradient(top, #edcc8b 0%, #3f2900 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edcc8b), color-stop(100%,#3f2900)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #edcc8b 0%,#3f2900 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #edcc8b 0%,#3f2900 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #edcc8b 0%,#3f2900 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edcc8b', endColorstr='#3f2900',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #edcc8b 0%,#3f2900 100%); /* W3C */
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	padding:1px;
	position:absolute; bottom:0; left:1px;
	min-height:41px;
	width:956px;
	}
#body #header ul.navigation {
	background: #f7d99d; /* Old browsers */
background: -moz-linear-gradient(top, #f7d99d 0%, #ac7822 50%, #ba8a3b 50%, #573507 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7d99d), color-stop(50%,#ac7822), color-stop(50%,#ba8a3b), color-stop(100%,#573507)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f7d99d 0%,#ac7822 50%,#ba8a3b 50%,#573507 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f7d99d 0%,#ac7822 50%,#ba8a3b 50%,#573507 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #f7d99d 0%,#ac7822 50%,#ba8a3b 50%,#573507 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7d99d', endColorstr='#573507',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #f7d99d 0%,#ac7822 50%,#ba8a3b 50%,#573507 100%); /* W3C */
display:inline-block;
min-height:38px;
width:100%;

}
#body #header ul.navigation li{
	float:left; 
	min-width:30px; 
}
#body #header ul.navigation li.first{}
#body #header ul.navigation li.last{
	border-right:none;
}
#body #header ul.navigation li a{
	color:#fff;
	display:block;
	font-size:14px;
	font-weight:bold;
	padding:10px 20px;
	text-transform:uppercase;
}
#body #header ul.navigation li a span{}
#body #header ul.navigation li a:hover, #body #header ul.navigation li a.selected{
	background: rgb(164,110,28); /* Old browsers */
background: -moz-linear-gradient(top, rgba(164,110,28,1) 0%, rgba(102,69,18,1) 50%, rgba(128,85,19,1) 50%, rgba(60,35,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(164,110,28,1)), color-stop(50%,rgba(102,69,18,1)), color-stop(50%,rgba(128,85,19,1)), color-stop(100%,rgba(60,35,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(164,110,28,1) 0%,rgba(102,69,18,1) 50%,rgba(128,85,19,1) 50%,rgba(60,35,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(164,110,28,1) 0%,rgba(102,69,18,1) 50%,rgba(128,85,19,1) 50%,rgba(60,35,0,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(164,110,28,1) 0%,rgba(102,69,18,1) 50%,rgba(128,85,19,1) 50%,rgba(60,35,0,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a46e1c', endColorstr='#3c2300',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(164,110,28,1) 0%,rgba(102,69,18,1) 50%,rgba(128,85,19,1) 50%,rgba(60,35,0,1) 100%); /* W3C */
}

#body #header h1{
	color:#4f2a2a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	}
#body #header h2{
	color:#4f2a2a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}
#body #header h3{}
#body #header h4{}
#body #header p{
	color:#3c2300;
	font-weight:bold;
}


/* ---- Main / Content Area & Side bar CSS Defaults ---- */
#body #main{}
#body #main ul, #body #main ol {
	color:#3c2300;
}
#body #main li:nth-child(even){
	background:#ece2bb;
}

#body #content{
	width:580px;
}

#body #content ul.navigation{overflow:hidden; background:rgba(255, 255, 255, .6)}

#body #content ul.navigation, #body #sidebar ul.navigation {
	display:inline-block;
	margin:10px 0;
}
#body #content h1, #body #content h2{
	color:#3c2300;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#body #content ul.navigation li{
	background:none;
	float:left; 
	min-width:30px;
	padding-left:0;
}
#body #content ul.navigation li.first{}
#body #content ul.navigation li.last{
	border-right:none;
}
#body #content ul.navigation li a{
	border:1px solid #fbf5dd;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px; 
	color:#3c2300;
	display:block;
	font-weight:bold; 
	padding:2px 20px;
}
#body #content ul.navigation li a span{}
#body #content ul.navigation li a:hover, #body #content ul.navigation li a.selected{}{
	color:#3c2300;
	background-color:rgba(219, 197, 164, 0.6);
	border:1px solid #e6c998;
}

/* ---- Sidebar CSS ---- */
#body #sidebar{
	background:#e2d5b5;
	padding:15px;
	width:260px; 
}
#body #sidebar ul.navigation {
	margin:10px 0;
}
#body #sidebar ul.navigation li{
	background:none;  
	min-width:30px;
}
#body #sidebar ul.navigation li.first{}
#body #sidebar ul.navigation li.last{}
#body #sidebar ul.navigation li a{
	border-bottom:2px solid #d5c7a4;
	color:#7d981d;
	display:block;
	font-weight:bold;
	margin:4px; 
	text-transform:uppercase;
}
#body #sidebar ul.navigation li a span{}
#body #sidebar ul.navigation li a:hover, #body #sidebar ul.navigation li a.selected:hover{
	border-bottom:2px solid #3c2300;
	color:#3c2300;
}
#body #sidebar ul.navigation li a:visited{}
#body #sidebar ul.navigation li a:hover span{}
#body #sidebar ul.navigation li a.selected{
	color:#3c2300;
}
#body #sidebar ul.navigation li a.selected span{
	color:#3c2300;
}
#body #sidebar ul.navigation li a.selected:hover span{}

#body #sidebar h1, #body #sidebar h2{
	color:#4f2a2a;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* ---- Footer CSS ---- */
#body #footer{
	background:url(https://lygo.net/ly/zeeblio/styles/escape/images/footBkgd.png) no-repeat bottom center;
	min-height:70px;
	margin-top:40px;
	padding:80px 10px 10px 20px;
} 
#body #footer ul.navigation {
	font-weight:bold;
	margin:10px 0;
}
#body #footer ul.navigation li{
	float:left; 
	min-width:30px; 
}
#body #footer ul.navigation li.first{}
#body #footer ul.navigation li.last{
	border-right:none;
}
#body #footer a{
	color:#3c2300;
}
#body #footer ul.navigation li a{
	color:#3c2300;
	display:block; 
	padding:0 10px;
}
#body #footer ul.navigation li a span{}
#body #footer ul.navigation li a:hover, #body #footer ul.navigation li a.selected{
	color:#b50202;
}

/* ____________________ Layout Specific CSS ______________________________________________________________________________ */

/*----LAYOUT 1 Column----*/
#body.layout1c #content{
	width:auto;
}
#body.layout1c #sidebar{
	background-color: rgba(226, 213, 181, 0.4);
	border-top:3px solid #3c2300;
	margin-top:20px;
	width:auto;
}
#body.layout1c #sidebar ul.navigation {
	margin:10px 0;
}
#body.layout1c #sidebar ul.navigation li{
	float:left; 
	min-width:30px; 
}
#body.layout1c #sidebar ul.navigation li.first{}
#body.layout1c #sidebar ul.navigation li.last{
	border-right:none;
}
#body.layout1c #sidebar ul.navigation li a{
	display:block; 
	padding:0 10px; 
}
#body.layout1c #sidebar ul.navigation li a span{}
#body.layout1c #sidebar ul.navigation li a:hover{
	
}
#body.layout1c #sidebar ul.navigation li a:visited{}
#body.layout1c #sidebar ul.navigation li a:hover span{}
#body.layout1c #sidebar ul.navigation li a.selected{
	
}
#body.layout1c #sidebar ul.navigation li a.selected:hover{
	
}
#body.layout1c #sidebar ul.navigation li a.selected span{}
#body.layout1c #sidebar ul.navigation li a.selected:hover span{}
#body.layout1c #sidebar #footer{}


/*----LAYOUT 2 Column Left ----*/
#body.layout2cl #content{
	padding-right:20px;
	width:610px;
}
#body.layout2cl #sidebar{}
#body.layout2cl #footer{}


/*----LAYOUT 2 Column Right----*/
#body.layout2cr #content{}
#body.layout2cr #sidebar{}
#body.layout2cr #footer{}


/* ---- Module Specific Styling ---- */
#body .addOnBorder{} 
#body .addOnBorderBottom{} 
#body .addOnBorderTop{} 
#body .addOnGradientTop{} 
#body .addOnGradientBottom{}
#body .addOnShadowBox{} 
#body .addOnShadowBoxSmall{} 
#body .addOnTableHeading{}
#body .addOnTableHeadingBg{} 
#body .addOnTableRowBg{} 
#body .addOnTableRowAltBg{}
#body .addOnTableColumnBg{} 
#body .addOnTableColumnAltBg{}
#body .addOnBackgroundImage{}
#body .addOnHeadline{}
#body .addOnSubHead{}
#body .addOnSubH3{}
#body .addOnSubH4{}
#body .addOnPlainText{}
#body .addOnBasicLink{}
#body .addOnSmallText{}
#body .addOnBackground{}
#body .addOnShadedText{}
#body .addOnAccentText{}
#body .addOnSectionHead{}
#body .addOnMiniNavBox{}
#body .addOnButton{background: #edcc8b; /* Old browsers */
background: -moz-linear-gradient(top, #edcc8b 0%, #3f2900 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edcc8b), color-stop(100%,#3f2900)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #edcc8b 0%,#3f2900 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #edcc8b 0%,#3f2900 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #edcc8b 0%,#3f2900 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edcc8b', endColorstr='#3f2900',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #edcc8b 0%,#3f2900 100%); /* W3C */
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; border:none}

/* ---- mobile layout ---- */

@media screen and (max-device-width:480px), screen and (max-width:600px){
/* adds mobile only background (https://lygo.net/ly/zeeblio/styles/escape/images/mBG.jpg)*/
#body.mobileLayout{background:url(images/mBG.png) no-repeat top center #fbf5dd}

/* style for menu button at top right of page */
#body.mobileLayout #mNavLink{background:#613706; color:#e2c967; border:1px solid #613706;}
#body.mobileLayout #mNavLink:hover{background:#b99b27; color:#613706; border:1px solid #b99b27;}
/* styling for navigation menu to be placed at bottom of page */
#body.mobileLayout .mobileNav ul{}
#body.mobileLayout .mobileNav ul li a{background:#613706; color:#e2c967; border:1px solid #e2c967;}
#body.mobileLayout .mobileNav ul li a:hover, #body.mobileLayout .mobileNav ul li a.selected{background:#b99b27; color:#613706; border:1px solid #b99b27;}
#body.mobileLayout .mobileNav ul li.first a{}
#body.mobileLayout .mobileNav ul li.last a{}

/* mobile layout/content styling */
#body.mobileLayout #header{padding-top:60px; padding-right:20px; min-height:130px;text-align:right;}
#body.mobileLayout #header h1{}
#body.mobileLayout #main{}
#body.mobileLayout #content{margin-bottom:15px}
#body.mobileLayout #sidebar{background:rgba(255, 255, 255, .8); margin-bottom:15px; padding-top:15px}
#body.mobileLayout #footer{}
}