/* ____________________ #body overwrites ______________________________________________________________________________ */
#body h1{}
#body h2{}
#body h3{}
#body p{ }
#body a{color:#A5DDFF;}
#body a:hover{}
#body small{}
#body form{}
#body ul.navigation li{}
#body{
	background-color:#514D41;
	background-image:url(https://lygo.net/ly/zeeblio/styles/skyline/images/8830.jpg);
	background-position:left 78px;
	background-repeat:repeat-x;
	color:#fff; 
	font-family:Tahoma,Geneva,sans-serif;
}
/* ____________________ OuterContainer and Container CSS ______________________________________________________________________________ */
#body #outerContainer{
	margin:0 auto 10px; 
	width:1004px;
}
#body #container{
  margin:0 auto;
  width:900px; 
}
/* ____________________ Header CSS ______________________________________________________________________________ */
/* If you replace the background image in the header, please take notice 
  that #header.navigation is used for positioning and will also be getting
  the background image you have specified for #header */
#body #header{
  color:#fff;
  margin:0;
  min-height:185px;
  _height:185px;
  padding:10px 20px 0 20px;
	position:relative;
  text-align:left; 
  width:860px;
}
#body #header.navigation{
  _height:155px;
  min-height:155px;
  padding:30px 20px 0;
}
#body #header h1{color:#C5C4A8; }
#body #header h2, #body #header h3, #body #header p{color:#FFF; } 
#body #header ul.navigation{
	background:none;
	height:auto;
	margin:0; 
	max-width:900px;
	position:absolute;
	right:0; 
	top:0; 
	_width:900px;
}
#body #header ul.navigation li{
	float:left; 
	height:25px; 
	margin:0 0 0 10px;
	min-width:20px; 
	text-align:center;
	white-space:nowrap; 
	_width:2%; 
}
#body #header ul.navigation li a{
	background-color:#332927;
	color:#fff;
	display:block;
	font-size:16px;
	font-weight:normal;
	height:25px; 
	line-height:1.4em;
	margin:0 0 0 0;
	padding:0 15px;
    text-decoration:none;
    text-transform:uppercase;
}
#body #header ul.navigation li a:hover, #body #header ul.navigation li a.selected{
	color:#98C9E7;
	text-decoration:none;
}
/* ____________________ Main / Content Area & Side bar CSS ______________________________________________________________________________ */
#body #main{ 
  	margin:10px auto 0;
	width:100%;
}
#body #content{
  padding:0 10px; 
  width:610px;
}
#body #content ul.navigation li{
	border-right:1px solid #999;
	float:left;  
	margin:0 10px 10px 0;
	min-width:30px; 
	text-align:center;
	white-space:nowrap; 
	_width:5%; 
}
#body #content ul.navigation li.last{border:none}
#body #content ul.navigation li a{
	color:#A5DDFF;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:auto; 
	line-height:1em;
	margin:0;
	padding:0 10px 0 0;
	text-decoration:none;
	text-transform:uppercase;
}
#body #content ul.navigation li a:hover, #body #content ul.navigation li a.selected{
	color:#fff;
	font-weight:bold;  
	text-decoration:none;
}
#body #sidebar{
	min-height:20px; 
	width:200px; 
}
/* ____________________ Footer CSS ______________________________________________________________________________ */
#body #footer{
	border-top:1px solid #656152;
  	color:#938D78;
  	height:auto;
  	margin:15px auto 0; 
	min-height:20px;
	padding:10px 20px 20px;
  	text-align:left;
  	width:860px;
} 
#body #footer ul.navigation li{
	border-right:1px solid #999;
	float:left; 
	height:12px; 
	margin:0 10px 10px 0;
	min-width:30px; 
	text-align:center;
	white-space:nowrap; 
	_width:5%; 
}
#body #footer ul.navigation li.last{border:none}
#body #footer ul.navigation li a{
	color:#A5DDFF;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:auto; 
	line-height:1em;
	margin:0;
	padding:0 10px 0 0;
	text-decoration:none;
	text-transform:uppercase;
}
#body #footer ul.navigation li a:hover, #body #footer ul.navigation li a.selected{
	color:#fff;
	font-weight:bold;  
	text-decoration:none;
}
/* ____________________ Layout Specific CSS ______________________________________________________________________________ */
/*----LAYOUT 1 Column----*/
#body.layout1c #content{
	margin:0 20px; 
	padding:0;
	width:860px;
}
#body.layout1c #sidebar{
	border-bottom:none;
	margin:0 20px 0 20px;
	min-height:5px;
	width:860px;
}
#body.layout1c #sidebar ul.navigation{
	height:auto;
	margin-bottom:5px; 	
	position:relative;
	top:0; 
	width:100%;
}
#body.layout1c #sidebar ul.navigation li{
	border-right:1px solid #999;
	float:left; 
	margin:0 10px 10px 0;
	min-width:30px; 
	text-align:center;
	white-space:nowrap; 
	_width:5%; 
}
#body.layout1c #sidebar ul.navigation li.last{border:none}
#body.layout1c #sidebar ul.navigation li a{
	color:#A5DDFF;
	display:block;
	font-weight:normal;
	height:auto; 
	line-height:1em;
	margin:0;
	padding:0 10px 0 0;
	text-decoration:none;
	text-transform:uppercase;
}
#body.layout1c #sidebar ul.navigation li a:hover{
	color:#fff;
	text-decoration:none;
}
#body.layout1c #sidebar ul.navigation li a.selected{
	color:#fff;
  	font-weight:bold;
	text-decoration:none;
}
/*----LAYOUT 2 Column Left----*/
#body.layout2cl #content{
	margin:20px 20px 0 0;
}
#body.layout2cl #sidebar{height:auto;
	margin:20px 0 0 20px;
}
#body.layout2cl #sidebar ul.navigation{
	clear:both;
	margin-bottom:15px;
}
#body.layout2cl #sidebar ul.navigation li{
	height:auto; 
	margin-bottom:5px;
	width:auto;  
}
#body.layout2cl #sidebar ul.navigation li a{
	background-color:#514D41;
	border:1px solid #928B76;
    color:#fff;
	display:block;    
    height:auto; 
	font-size:14px;
	font-weight:bold;
	line-height:auto;
	padding:3px 0 5px 10px;
	text-decoration:none;
    text-transform:uppercase;
	width:auto;
}
#body.layout2cl #sidebar ul.navigation li a:hover, #body.layout2cl #sidebar ul.navigation li a.selected{
	background-color:#908975;
    text-decoration:none;
}
/*----LAYOUT 2 Column Right----*/
#body.layout2cr #content{
	margin:20px 0 0 20px; 
}
#body.layout2cr #sidebar{
    margin:20px 20px 0 0;
}
#body.layout2cr #sidebar ul.navigation{
	clear:both;
	margin-bottom:15px;
}
#body.layout2cr #sidebar ul.navigation li{
	height:auto; 
	margin-bottom:5px;
	width:auto;    
}
#body.layout2cr #sidebar ul.navigation li a{
	background-color:#514D41;
	border:1px solid #928B76;
    color:#fff;
	display:block;    
    font-size:14px;
	font-weight:bold;
	height:auto; 
	line-height:auto;
	padding:3px 0 5px 10px;
	text-decoration:none;
    text-transform:uppercase;
	width:auto;
}
#body.layout2cr #sidebar ul.navigation li a:hover, #body.layout2cr #sidebar ul.navigation li a.selected{
	background-color:#908975;
    text-decoration:none;
}
/* ____________________ Module Specific Styling ______________________________________________________________________________ */
#body h1 a.addOnBasicLink{color:#fff; font-size:20px; font-weight:bold; text-decoration:none; }
#body h1 a.addOnBasicLink:hover{text-decoration:underline; }
#body h3.addOnSectionHead{border-bottom:1px solid #928B76; color:#fff; text-transform:uppercase; } 
#body .addOnButton{background-color:#000; background-image:none; border:solid 2px #000; color:#fff; font-size:13px; font-weight:bold; text-align:center; text-decoration:none; }
#body .addOnBorderColor{border-color:#656152;}
#body .addOnHeadline{color:#fff; }
#body .addOnSubHead{color:#fff; }
#body .addOnSubH3{color:#fff; font-weight:bold; text-transform:uppercase; line-height:1.2em; }
#body .addOnSubH4{color:#fff; }
#body .addOnPlainText{color:#fff; }
#body .addOnBasicLink{color:#A5DDFF;}
#body .addOnSmallText{color:#fff; }
#body .addOnBackground{background:#615E4F; }
#body .addOnShadedText{background-color:#DDDACE; }
#body .addOnAccentText{fbackground-color:#DDDACE; }
#body .addOnSectionHead{color:#006699; border-bottom:none; }
#body .addOnBorder{border:1px solid #656152; } 

/* ____________________ 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/skyline/images/8830.jpg) repeat-x #514D41}

/* style for menu button at top right of page */
#body.mobileLayout #mNavLink{background:#514D41; color:#fff; border:1px solid #928B76}

/* styling for navigation menu to be placed at bottom of page */
#body.mobileLayout .mobileNav ul{}
#body.mobileLayout .mobileNav ul li a{background:#514D41; color:#fff}
#body.mobileLayout .mobileNav ul li a:hover, #body.mobileLayout .mobileNav ul li a.selected{background:#908975; color:#fff}
#body.mobileLayout .mobileNav ul li.first a{}
#body.mobileLayout .mobileNav ul li.last a{}

/* mobile layout/content styling */
#body.mobileLayout #header{padding-top:20px}
#body.mobileLayout #main{background:rgba(0, 0, 0, .3)}
#body.mobileLayout #content{margin-bottom:15px}
#body.mobileLayout #sidebar{border-top:4px solid #333; padding-top:15px}
#body.mobileLayout #footer{background:#353228; color:#fff}
}