/* ____________________ #body overwrites ______________________________________________________________________________ */
#body h1{ font-size:32px; line-height:2em; }
#body h2{}
#body h3{}
#body p{color:#222}
#body a{color:#007718}
#body a:hover{}
#body small{ }
#body form{ }
#body ul.navigation li{}
#body{
	background-color:#007718;
	background-image:url('http://lygo.com/ly/zeeblio/styles/gv-penguins/images/body.png');
	background-position:center bottom;
	background-repeat:repeat-x;
	color:#000;
}
/* ____________________ OuterContainer and Container CSS ______________________________________________________________________________ */
#body #outerContainer{background-color:#fff;}
#body #container{
	background-image:url('http://lygo.com/ly/zeeblio/styles/gv-penguins/images/container.jpg');
	background-repeat:repeat-x;
}
/* ____________________ Header CSS ______________________________________________________________________________ */
#body #header{
	background-image:url('http://lygo.com/ly/zeeblio/styles/gv-penguins/images/header.jpg'); 
	background-position:top right;
	background-repeat:no-repeat;
	min-height:122px; 
	padding:30px 40px 0;
	position:relative;
}
#body #header h1{margin-top:10px;}
#body #header ul.navigation{
	border-left:1px solid #00350f; 
	left:1%;
	min-width:940px;
	position:absolute; 
	top:0; 
	width:95%; 
}
#body #header ul.navigation li{
	border-right:1px solid #00350f; 
	height:42px;
	float:left;  
	min-width:30px;  
	text-align:center; 
}
#body #header ul.navigation li a{
        color:#BFE4C9;
        display:block;
        font-size:16px;    
        height:20px;   
        line-height:2.5em;  
        padding:0 10px;   
        text-decoration:none; 
        width:auto;  
}
#body #header ul.navigation li a:hover, #body #header ul.navigation li a.selected{
        background-color:#004213;
        color:#fff;
        height:42px; 
        text-decoration:none; 
}
/* ____________________ Main / Content Area & Side bar CSS ______________________________________________________________________________ */
#body #main{
	background-image:url('http://lygo.com/ly/zeeblio/styles/gv-penguins/images/main.png'); 
	background-position:center bottom;
	background-repeat:repeat-x;
	margin:10px auto 0;
	min-width:1000px;
}
#body #content{
	background-image:url('http://lygo.com/ly/zeeblio/styles/gv-penguins/images/1305096.png'); 
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:0 30px 140px;
	width:60%;
}
#body #content ul.navigation li{
	border-bottom:2px solid #292929; 
	border-left:2px solid #292929; 
	border-top:2px solid #292929; 
	float:left;
	margin-bottom:5px;  
	min-width:30px;  
	text-align:center;
	width:auto; 
}
#body #content ul.navigation li.last{border-right:2px solid #292929;}
#body #content ul.navigation li a{
	background:#007718;
	color:#eee;   
	display:block; 
	font-size:15px;
	font-weight:bold; 
	height:26px; 
	line-height:1.7em;  
	padding:0 10px;
	width:auto; 
}
#body #content ul.navigation li a:hover, #body.layout1c #content ul.navigation li a.selected{
	background:#a2b85f; 
	color:#000; 
	text-decoration:none; 
}
#body #sidebar{
	min-height:20px; 
	width:180px;
}
#body #sidebar ul.navigation{
	margin-top:5px;
	width:100%;
}
#body #sidebar ul.navigation li{
	line-height:2.3em; 
	margin-bottom:5px;
	min-width:30px; 
	width:auto; 
}
#body #sidebar ul.navigation li a{
	background:#007718;
	color:#eee;  
	display:block; 
	font-size:15px;
	font-weight:bold;    
	padding:0 10px; 
	width:auto;
}
#body #sidebar ul.navigation li a:hover, #body #sidebar ul.navigation li a.selected{
	background:#a2b85f; 
	color:#000; 
	text-decoration:none; 
}
/* ____________________ Footer CSS ______________________________________________________________________________ */
#body #footer{
	background-color:#007718;
	background-image:url('http://lygo.com/ly/zeeblio/styles/gv-penguins/images/gv.png');
	background-position:right center;
	background-repeat:no-repeat;
	color:#fff;
	margin:0;
	min-height:131px;
	padding:30px 250px 30px 20px; 
}
#body #footer ul.navigation{}
#body #footer ul.navigation li{
	float:left; 
	margin:0 3px;
	min-width:30px; 
	text-align:center;
	width:auto;   
}
#body #footer ul.navigation li a{
	display:block; 
	font-size:12px;
	line-height:1.7em;  
	padding:0 10px;
	width:auto;  
}
#body #footer ul.navigation li a{
	color:#eee; 
	display:block;
	font-size:15px;
	font-weight:bold; 
	height:26px; 
	padding:0 10px;  
	width:auto;
}
#body #footer ul.navigation li a:hover, #body #footer ul.navigation li a.selected{
	background:#1f6eaf; 
	color:#fff; 
	text-decoration:none; 
}
/* ____________________ Layout Specific CSS ______________________________________________________________________________ */
/*----LAYOUT 1 Column----*/
#body.layout1c #content{
	background:none;
	margin:0 auto; 
        padding-top:15px;
	width:900px;
}
#body.layout1c #sidebar{
        margin:0 auto;
	padding:0;
	width:900px; 	
}
#body.layout1c #sidebar ul.navigation li{
	border-right:2px solid #292929; 
	float:left; 
	margin-bottom:0; 
	min-width:30px; 
	text-align:center;
	width:auto; 
}
#body.layout1c #sidebar ul.navigation li a{
	display:block; 
	font-size:12px; 
	padding:0 10px; 
	width:auto; 
}
/*----LAYOUT 2 Column Left----*/
#body.layout2cl #content{
	background-position:right bottom; 
	padding-top:15px;
	position:relative;
	left:-45px;
	width:60%;  
}
#body.layout2cl #sidebar{
	color:#000;
	padding:15px 25px 60px;
	width:250px;
}
#body.layout2cl #sidebar p{ color:#fff;}
/*----LAYOUT 2 Column Right----*/
#body.layout2cr #sidebar{
	color:#000;
	padding:15px 25px 60px;
	width:250px;
}
#body.layout2cr #sidebar p{ color:#fff;}
/* ____________________ 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:#007718; border:none}

/* ____________________ 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/gv-penguins/images/mBG.jpg) no-repeat #fff}

/* style for menu button at top right of page */
#body.mobileLayout #mNavLink{background:#007718; color:#eee; 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:#007718; color:#eee}
#body.mobileLayout .mobileNav ul li a:hover, #body.mobileLayout .mobileNav ul li a.selected{background:#a2b85f; 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}
#body.mobileLayout #main{position:static}
#body.mobileLayout #content{margin-bottom:15px; position:static}
#body.mobileLayout #sidebar{background:#f3fbfd; margin-bottom:15px; padding-top:15px; position:static}
#body.mobileLayout #footer{background:#007718; color:#fff}
#body.mobileLayout #footer a{color:#ddd}
}