/* ____________________ #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(http://lygo.com/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 ______________________________________________________________________________ */
#outerContainer{
	margin:0 auto 10px; 
	width:1004px;
}
#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 */
#header{
  color:#fff;
  margin:0;
  min-height:185px;
  _height:185px;
  padding:10px 20px 0 20px;
	position:relative;
  text-align:left; 
  width:860px;
}
#header.navigation{
  _height:155px;
  min-height:155px;
  padding:30px 20px 0;
}
#header h1{color:#C5C4A8; }
#header h2, #header h3, #header p{color:#FFF; } 
#header ul.navigation{
	background:none;
	height:auto;
	margin:0; 
	max-width:900px;
	position:absolute;
	right:0; 
	top:0; 
	_width:900px;
}
#header ul.navigation li{
	float:left; 
	height:25px; 
	margin:0 0 0 10px;
	min-width:20px; 
	text-align:center;
	white-space:nowrap; 
	_width:2%; 
}
#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;
}
#header ul.navigation li a:hover, #header ul.navigation li a.selected{
	color:#98C9E7;
	text-decoration:none;
}
/* ____________________ Main / Content Area & Side bar CSS ______________________________________________________________________________ */
#main{ 
  	margin:10px auto 0;
	width:100%;
}
#content{
  padding:0 10px; 
  width:610px;
}
#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%; 
}
#content ul.navigation li.last{border:none}
#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;
}
#content ul.navigation li a:hover,  #content ul.navigation li a.selected{
	color:#fff;
	font-weight:bold;  
	text-decoration:none;
}
#sidebar{
	min-height:20px; 
	width:200px; 
}
/* ____________________ Footer CSS ______________________________________________________________________________ */
#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;
} 
#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%; 
}
#footer ul.navigation li.last{border:none}
#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;
}
#footer ul.navigation li a:hover,  #footer ul.navigation li a.selected{
	color:#fff;
	font-weight:bold;  
	text-decoration:none;
}
/* ____________________ Layout Specific CSS ______________________________________________________________________________ */
/*----LAYOUT 1 Column----*/
.layout1c #content{
	margin:0 20px; 
	padding:0;
	width:860px;
}
.layout1c #sidebar{
	border-bottom:none;
	margin:0 20px 0 20px;
	min-height:5px;
	width:860px;
}
.layout1c #sidebar ul.navigation{
	height:auto;
	margin-bottom:5px; 	
	position:relative;
	top:0; 
	width:100%;
}
.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%; 
}
.layout1c #sidebar ul.navigation li.last{border:none}
.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;
}
.layout1c #sidebar ul.navigation li a:hover{
	color:#fff;
	text-decoration:none;
}
.layout1c #sidebar ul.navigation li a.selected{
	color:#fff;
  	font-weight:bold;
	text-decoration:none;
}
/*----LAYOUT 2 Column Left----*/
.layout2cl #content{
	margin:20px 20px 0 0;
}
.layout2cl #sidebar{height:auto;
	margin:20px 0 0 20px;
}
.layout2cl #sidebar ul.navigation{
	clear:both;
	margin-bottom:15px;
}
.layout2cl #sidebar ul.navigation li{
	height:auto; 
	margin-bottom:5px;
	width:auto;  
}
.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;
}
.layout2cl #sidebar ul.navigation li a:hover,  .layout2cl #sidebar ul.navigation li a.selected{
	background-color:#908975;
    text-decoration:none;
}
/*----LAYOUT 2 Column Right----*/
.layout2cr #content{
	margin:20px 0 0 20px; 
}
.layout2cr #sidebar{
    margin:20px 20px 0 0;
}
.layout2cr #sidebar ul.navigation{
	clear:both;
	margin-bottom:15px;
}
.layout2cr #sidebar ul.navigation li{
	height:auto; 
	margin-bottom:5px;
	width:auto;    
}
.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;
}
.layout2cr #sidebar ul.navigation li a:hover, .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;}
.addOnHeadline{color:#fff; }
.addOnSubHead{color:#fff; }
.addOnSubH3{color:#fff; font-weight:bold; text-transform:uppercase; line-height:1.2em; }
.addOnSubH4{color:#fff; }
.addOnPlainText{color:#fff; }
.addOnBasicLink{color:#A5DDFF;}
.addOnSmallText{color:#fff; }
.addOnBackground{background:#615E4F; }
.addOnShadedText{background-color:#DDDACE; }
.addOnAccentText{fbackground-color:#DDDACE; }
.addOnSectionHead{color:#006699; border-bottom:none; }
.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(http://lygo.com/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}
}
