/* ____________________ #body overwrites ______________________________________________________________________________ */
#body h1{font-size:24px; }
#body h2{}
#body h3{font-size:16px; font-weight:bold; }
#body p{font-size:14px; }
#body a{color:#3071A2; }
#body a:hover{}
#body small{ }
#body form{font-size:14px; }
#body ul.navigation li{}
#body{
	background-color:#d9e7ec;
  	background-image:url(http://lygo.com/ly/zeeblio/styles/cityscape/images/bg_tile.jpg);
  	background-repeat:repeat-x;
  	color:#000; 
   	pading:10px 0; 
}
/* ____________________ OuterContainer and Container CSS ______________________________________________________________________________ */
#outerContainer{
	background-image:url(http://lygo.com/ly/zeeblio/styles/cityscape/images/bg_shadowMid.png);
	background-position:center top;
 	background-repeat:repeat-y;
	margin:0 auto; 
	width:865px; 
}
#container{
	background-image:url(http://lygo.com/ly/zeeblio/styles/cityscape/images/bg_shadowTop.png);
  	background-repeat:no-repeat;
  	background-position:center top;
	padding:7px 0 0;
}
/* ____________________ 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{
  	background-image:url(http://lygo.com/ly/zeeblio/styles/cityscape/images/bg_header.jpg);
  	background-repeat:no-repeat;
	background-position:center bottom;
	.height:auto;
  	margin:10px auto 0 auto;
	.margin:15px 0 0 0; 
  	min-height:10px;
  	padding:0px 0 160px 0;
	position:relative;
  	text-align:left; 
  	width:830px; 
}
#header.navigation{padding:0 0 185px; }
#header h1, #header h2, #header h3, #header p, #header a{color:#000; } 
#header ul.navigation{
	background:none;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	margin:10px auto;
	text-transform:uppercase;
	width:830px;
}
#header ul.navigation li{
	float:left; 
	height:28px; 
	margin:0 10px;
	min-width:30px; 
	text-align:center;
	white-space:nowrap; 
	_width:5%; 
}
#header ul.navigation li a{
	border-bottom:none;
	color:#000;
	display:block;
	font-weight:bold;
	height:22px; 
	margin:3px 0;
	padding:0 5px;
	text-decoration:underline; 
}
#header ul.navigation li a:hover, #header ul.navigation li a.selected{
	color:#245479;
	text-decoration:none; 
}
/* ____________________ Main / Content Area & Side bar CSS ______________________________________________________________________________ */
#main{
  	margin:20px auto 0;
	width:810px; 
}
#content{width:560px; }
#content ul.navigation li{
	float:left; 
	height:28px; 
	min-width:10px; 
	padding:0 5px 0 0; 
	text-align:center;
	white-space:nowrap;
	_width:5%; 
}
#content ul.navigation li a{ 
	border-right:1px solid #000;
	color:#000;font-size:12px;
	font-weight:bold;
	height:auto;
	padding-right:5px;
	text-decoration:underline; 
	width:auto;
}
#content ul.navigation li.last a{border-right:none; padding-right:0}
#content ul.navigation li a:hover, #content ul.navigation li a.selected{
	color:#245479;
	text-decoration:none; 
}
#sidebar{
	min-height:20px; 
	width:180px; 
}
/* ____________________ Footer CSS ______________________________________________________________________________ */
#footer{
	background-color:#D9E7EC;
	background-image:url(http://lygo.com/ly/zeeblio/styles/cityscape/images/bg_shadowBottom.png);
	background-position:center top; 
  	background-repeat:no-repeat;
  	margin:10px auto 0;
	min-height:30px;
	padding:20px;
  	text-align:left;
} 
#footer ul.navigation li{
	float:left; 
	height:28px; 
	left:5px; 
	margin:0;
	min-width:10px; 
	padding:0 5px 0 0;
	position:relative; 
	text-align:center;
	top:0; 
	white-space:nowrap;
	_width:5%; 
}
#footer ul.navigation li a{
	border-right:1px solid #000;
	color:#000;
	font-size:12px;
	font-weight:bold;
	height:auto; 
	margin:0; 
	padding-right:5px;
	width:auto;
}
#footer ul.navigation li.last a{border-right:none; padding-right:0}
#footer ul.navigation li a:hover, #footer ul.navigation li a.selected{
	color:#245479;
	text-decoration:underline; 
}
/* ____________________ Layout Specific CSS ______________________________________________________________________________ */
/*----LAYOUT 1 Column----*/
.layout1c #content{
	margin:0; 
	width:100%;
}
.layout1c #sidebar{
	min-height:5px;
	width:100%; 
}
.layout1c #sidebar ul.navigation{
	background:none;
	border-top:1px solid #999;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 0; 
	text-transform:uppercase; 
	width:810px;
}
.layout1c #sidebar ul.navigation li{
	float:left; 
	height:28px; 
	margin:0 10px;
	min-width:30px; 
	text-align:center;
	white-space:nowrap; 
	_width:5%; 
}
.layout1c #sidebar ul.navigation li a{
	border-bottom:none;
	color:#000;
	display:block;
	font-weight:bold;
	height:22px; 
	margin:3px 0;
	padding:0 5px;
	text-decoration:underline; 
}
.layout1c #sidebar ul.navigation li a:hover, .layout1c #sidebar ul.navigation li a.selected{
	color:#245479;
	text-decoration:none; 
}
/*----LAYOUT 2 Column Left ----*/
.layout2cl #content{
	margin:0;
	padding:0 10px; 
	width:580px;
}
.layout2cl #sidebar{}
.layout2cl #sidebar ul.navigation{
	clear:both;
	margin-bottom:15px; 
}
.layout2cl #sidebar ul.navigation li{
	border-bottom:1px dotted #000;
}
.layout2cl #sidebar ul.navigation li a{
	color:#000;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:auto; 
	line-height:2.3em;
	padding:0 0 0 15px;
	text-decoration:none; 
	width:auto;
}
.layout2cl #sidebar ul.navigation li a:hover{color:#245479;}
.layout2cl #sidebar ul.navigation li a.selected{color:#245479;}
/*----LAYOUT 2 Column Right----*/
.layout2cr #content{
	margin:0; 
	padding:0 10px; 
	width:580px;
}
.layout2cr #sidebar{}
.layout2cr #sidebar ul.navigation{
	clear:both;
	margin-bottom:15px; 
}
.layout2cr #sidebar ul.navigation li{
	border-bottom:1px dotted #000;
	height:auto; 
	width:auto; 
}
.layout2cr #sidebar ul.navigation li a{
	color:#000;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:auto; 
	line-height:2.3em;
	padding:0 0 0 15px;
	text-decoration:none; 
	width:auto;
}
.layout2cr #sidebar ul.navigation li a:hover, .layout2cr #sidebar ul.navigation li a.selected{
	color:#245479;
}
/* ____________________ Module Specific Styling ______________________________________________________________________________ */
#body h1 a.addOnBasicLink{color:#000; font-size:22px; text-decoration:none; text-transform:uppercase; }
#body h1 a.addOnBasicLink:hover{text-decoration:underline; }
#body h3.addOnSectionHead{font-weight:bold; border-top:3px solid #000; border-bottom:1px solid #000; padding:4px 0; text-transform:uppercase; } 
#body .addOnBackground{background:#C8DAEC; }
#body .addOnButton{background:#5aab84; border:solid 2px #386F54; 
color:#fff; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; text-align:center; text-decoration:none; } 
.addOnHeadline{font-size:22px; color:#000; }
.addOnSubHead{font-size:20px; color:#000; }
.addOnSubH3{color:#000; font-weight:bold; text-transform:uppercase; font-size:16px; font-weight:bold; }
.addOnSubH4{font-size:16px; color:#000; }
.addOnPlainText{font-size:14px; color:#000; }
.addOnBasicLink{font-size:14px; color:#245479; }
.addOnSmallText{font-size:12px; color:#000; }
.addOnBackground{background:#C8DAEC; }
.addOnShadedText{ background-color:#C8DAEC; }
.addOnAccentText{font-size:12px; color:#000; background-color:#C8DAEC; }
.addOnSectionHead{font-size:18px; color:#000; border-bottom:1px solid #999; }
.addOnMiniNavBox{background-color:#C8DAEC; border:1px solid #94B6D9; padding:2px; }
.addOnBorder{border:1px solid #999; } 
.addOnBorderBottom{border-bottom:1px solid #999; } 
.addOnBorderTop{border-top:1px solid #999; } 
.addOnGradientTop{} 
.addOnGradientBottom{}
.addOnShadowBox{ } 
.addOnShadowBoxSmall{ } 
.addOnTableHeading{ }
.addOnTableHeadingBg{} 
.addOnTableRowBg{background:#e8e8e8; }
.addOnTableRowAltBg{background:#fff; } 
.addOnTableColumnBg{background:#fff; } 
.addOnTableColumnAltBg{background:#fff; } 

/* ____________________ 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/cityscape/images/bg_header.jpg) no-repeat #555754}

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

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

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