/* ____________________ #body overwrites ______________________________________________________________________________ */
#body h1{
	color:#a58f54;
	font-family:Georgia,Times New Roman,serif; 
	font-size:36px; 
}
#body h2{font-family:Georgia, Times New Roman, serif; color:#515151; }
#body h3{font-family:Georgia, Times New Roman, serif; font-size:15px; }
#body p{}
#body a{color:#a58f54;}
#body a:hover{}
#body small{ }
#body ul.navigation li a{text-decoration:none;}
#body form{ }
#body{
	background-image:url('https://lygo.net/ly/zeeblio/styles/gold-lace/images/1137712.gif');
	background-repeat:repeat;
	color:#292929; 
	padding:50px 0;
}
/* ____________________ OuterContainer and Container CSS ______________________________________________________________________________ */
#body #outerContainer{
  	background-color:#fff;
  	-moz-box-shadow:0 0 8px #000; -webkit-box-shadow:0 0 8px #000; box-shadow:0 0 8px #000; 
	margin:0 auto; 
  	padding:2px 0;
  	width:856px; 
}
#body #container{
	border:1px solid #e2c574; 
	margin:0 auto;
 	text-align:center;
  	width:850px; 
}
/* ____________________ Header CSS ______________________________________________________________________________ */
#body #header{	
        background-image:url('https://lygo.net/ly/zeeblio/styles/gold-lace/images/1141160.gif');
	background-repeat:no-repeat;
	background-position:center top;  
	color:#000;
	.height:180px;
	margin:0 auto;
	min-height:180px;
	padding:20px 100px 25px 100px;
	position:relative;
	text-align:left; 
	width:650px;
}
#body #header h1{color:#a58f54;}
#body #header ul.navigation{
	background-color: #ca9b14;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f0dfa3), to(#ca9b14)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f0dfa3, #ca9b14); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #f0dfa3, #ca9b14); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #f0dfa3, #ca9b14); /* IE10 */
  background-image:      -o-linear-gradient(top, #f0dfa3, #ca9b14); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #f0dfa3, #ca9b14);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0dfa3', EndColorStr='#ca9b14'); /* IE6–IE9 */border:1px solid #917114; 
        bottom:0;
        clear:both;
        left:0;
	margin:0; 
        position:absolute;
	width:100%;
}
#body #header ul.navigation li{
	float:left; 
	min-width:80px; 
	text-align:center;
	white-space:nowrap; 
	_width:5%; 
}
#body #header ul.navigation li a{
	color:#292929;
	display:block;
	font-family:Georgia,Times New Roman,serif;
	font-size:12px;
	font-weight:bold;
	line-height:2.3em;
	padding:0 15px;
}
#body #header ul.navigation li a:hover, #body #header ul.navigation li a.selected{
	color:#fff;
  	text-decoration:none; 
	text-shadow:1px 1px 2px #000;
}
#body #header a{ color:#fff; }
/* ____________________ Main / Content Area & Side bar CSS ______________________________________________________________________________ */
#body #main{
	margin:20px auto 0;
	width:810px;
	.width:830px;
}
#body #content{width:580px;}
#body #content ul.navigation li{
	float:left; 
	height:28px; 
	min-width:10px; 
	padding:0 5px 0 0; 
	text-align:center;
	white-space:nowrap;
	_width:5%; 
}
#body #content ul.navigation li.first a{
border-left:1px solid #333;
padding-left:5px;
}
#body #content ul.navigation li a{
	border-right:1px solid #333;
	color:#292929;
	font-size:12px;
	height:auto; 
	padding-right:5px;
	width:auto;
}
#body #content ul.navigation li a:hover, #body #content ul.navigation li a.selected{color:#a58f54;}
#body #sidebar{
	min-height:20px; 
	width:180px; 
}
/* ____________________ Footer CSS ______________________________________________________________________________ */
#body #footer{
  	background-color:#e2c574;
	margin:10px auto 0;
  	min-height:20px;
  	padding:10px;
  	text-align:left;
}
#body #footer a{color:#000}
#body #footer ul.navigation li{
	float:left; 
	margin:0; 
	min-width:10px; 
	padding:0 5px 0 0;
	text-align:center;
	white-space:nowrap;
	_width:5%;
}
#body #footer ul.navigation li.first a{
border-left:1px solid #333;
padding-left:5px;
}
#body #footer ul.navigation li a{
	border-right:1px solid #333;
	color:#000;
	font-size:12px; 
	margin:0;
	padding-right:5px;
	width:auto;
}
#body #footer ul.navigation li a:hover, #body #footer ul.navigation li a.selected{color:#a58f54;}
/* ____________________ Layout Specific CSS ______________________________________________________________________________ */
/*----LAYOUT 1 Column----*/
#body.layout1c #content{
	margin:0 auto; 
	width:810px;
}
#body.layout1c #sidebar{
	margin:0 auto; 
	width:810px;
}
#body.layout1c #sidebar ul.navigation{ 
	background-color: #ca9b14;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f0dfa3), to(#ca9b14)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f0dfa3, #ca9b14); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #f0dfa3, #ca9b14); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #f0dfa3, #ca9b14); /* IE10 */
  background-image:      -o-linear-gradient(top, #f0dfa3, #ca9b14); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #f0dfa3, #ca9b14);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0dfa3', EndColorStr='#ca9b14'); /* IE6–IE9 */
			border:1px solid #917114; 	
        margin:0 0 5px;
	width:810px;
}
#body.layout1c #sidebar ul.navigation li{
	float:left; 
	min-width:80px; 
	text-align:center;
	white-space:nowrap;
	_width:5%; 
}
#body.layout1c #sidebar ul.navigation li a{
	color:#292929;
	display:block;
	font-family:Georgia,Times New Roman,serif;	
	font-size:12px;
	font-weight:bold;
	line-height:2.3em;
	padding:0 15px;
}
#body.layout1c #sidebar ul.navigation li a:hover, #body.layout1c #sidebar ul.navigation li a.selected{
	color:#fff;
  	text-decoration:none; 
	text-shadow:1px 1px 2px #000;
}
/*----LAYOUT 2 Column Left----*/
#body.layout2cl #content{
	border-left:1px solid #e2c574;
	margin:0;
	padding:0 10px 0 20px;
	width:580px;
	.width:600px;
}
#body.layout2cl #sidebar{}
#body.layout2cl #sidebar ul.navigation{
	background-color:#e2c574;
	clear:both;
	margin-bottom:15px;
}
#body.layout2cl #sidebar ul.navigation li{
	border-bottom:1px solid #a58f54;
	height:auto; 
	width:auto;
}
#body.layout2cl #sidebar ul.navigation li a{
	color:#292929;
	display:block;
	font-family:Georgia,Times New Roman,serif;
	font-size:12px;
	font-weight:bold;
	height:auto; 
	line-height:2.3em;
	padding:0 0 0 15px;
	width:auto;       
}
#body.layout2cl #sidebar ul.navigation li a:hover, #body.layout2cl #sidebar ul.navigation li a.selected{
	background-color:#a58f54;
    color:#fff;
	text-shadow:1px 1px 2px #000;
}
/*----LAYOUT 2 Column Right----*/
#body.layout2cr #content{
	border-right:1px solid #e2c574;
	padding:0 20px 0 10px;
	width:580px;
	.width:600px;
}
#body.layout2cr #sidebar{}
#body.layout2cr #sidebar ul.navigation{
	background-color:#e2c574;
	clear:both;
	margin-bottom:15px;
}
#body.layout2cr #sidebar ul.navigation li{
	border-bottom:1px solid #a58f54;
	height:auto; 
	width:auto;
}
#body.layout2cr #sidebar ul.navigation li a{
	color:#292929;
	display:block;
	font-family:Georgia,Times New Roman,serif;
	font-size:12px; 
	font-weight:bold;
	height:auto; 
	line-height:2.3em;
	padding:0 0 0 15px;
	width:auto;
}
#body.layout2cr #sidebar ul.navigation li a:hover, #body.layout2cr #sidebar ul.navigation li a.selected{
	background-color:#a58f54;
    color:#fff; 
	text-shadow:1px 1px 2px #000;
}
/* ____________________ 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-color: #ca9b14;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f0dfa3), to(#ca9b14)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f0dfa3, #ca9b14); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #f0dfa3, #ca9b14); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #f0dfa3, #ca9b14); /* IE10 */
  background-image:      -o-linear-gradient(top, #f0dfa3, #ca9b14); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #f0dfa3, #ca9b14);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0dfa3', EndColorStr='#ca9b14'); /* IE6–IE9 */border:1px solid #917114; color:#333}

/* ____________________ mobile layout ______________________________________________________________________________ */
@media screen and (max-device-width:480px), screen and (max-width:600px){
/* adds mobile only background */
#body.mobileLayout{background:url(https://lygo.net/ly/zeeblio/styles/gold-lace/images/mBG.jpg) no-repeat #e2c575}

/* style for menu button at top right of page */
#body.mobileLayout #mNavLink{background-color: #ca9b14;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f0dfa3), to(#ca9b14)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f0dfa3, #ca9b14); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #f0dfa3, #ca9b14); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #f0dfa3, #ca9b14); /* IE10 */
  background-image:      -o-linear-gradient(top, #f0dfa3, #ca9b14); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #f0dfa3, #ca9b14);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0dfa3', EndColorStr='#ca9b14'); color:#000; border:1px solid #ca9b14}

/* styling for navigation menu to be placed at bottom of page */
#body.mobileLayout .mobileNav ul{}
#body.mobileLayout .mobileNav ul li a{background-color: #ca9b14;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f0dfa3), to(#ca9b14)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f0dfa3, #ca9b14); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #f0dfa3, #ca9b14); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #f0dfa3, #ca9b14); /* IE10 */
  background-image:      -o-linear-gradient(top, #f0dfa3, #ca9b14); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #f0dfa3, #ca9b14);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0dfa3', EndColorStr='#ca9b14'); color:#000}
#body.mobileLayout .mobileNav ul li a:hover, #body.mobileLayout .mobileNav ul li a.selected{background:#ca9b14; color:#000}
#body.mobileLayout .mobileNav ul li.first a{}
#body.mobileLayout .mobileNav ul li.last a{}

/* mobile layout/content styling */
#body.mobileLayout #header{padding-top:20px; color:#000}
#body.mobileLayout #main{background:#fff; border:2px solid #333; box-shadow:0 0 4px #000; margin:20px!important}
#body.mobileLayout #content{margin-bottom:15px}
#body.mobileLayout #sidebar{padding-top:15px}
#body.mobileLayout #footer{background:#E2C574}
}