/* ____________________ #body overwrites ______________________________________________________________________________ */
#body h1{}
#body h2{}
#body h3{}
#body p{}
#body a{color:#ff0066;}
#body a:hover{}
#body small{}
#body form{}
#body ul.navigation li{}
#body{
	background-color:#fff;
	color:#292929;
}
/* ____________________ OuterContainer and Container CSS ______________________________________________________________________________ */
#outerContainer{
	margin:0 auto;
	width:1000px;
}
#container{}
/* ____________________ Header CSS ______________________________________________________________________________ */
#header{
	background-image:url(https://lygo.net/ly/webon/styles/autumn-sunrise/images/header.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	border-bottom:1px solid #00baff;
	color:#fff;
	.height:255px;
	margin:0;
	min-height:255px;
	padding:90px 530px 30px 10px;
	position:relative;
	text-align:left;
	width:460px;
}
#header h1{
	color:#fff;
	font-family:Georgia, Times New Roman, serif;
	font-weight:normal;
}
#header h2, #header h3, #header p{
	color:#ffe732;
	font-weight:normal;
}
#header ul.navigation{
	bottom:0;
	height:auto;
	left:0;
	margin:0;
	position:absolute;
	width:1000px;
}
#header ul.navigation li{
	background-image:url(https://lygo.net/ly/webon/styles/autumn-sunrise/images/8835.gif);
	background-position:right center;
	background-repeat:no-repeat;
	float:left;
	height:28px;
	margin:0;
	min-width:30px;
	padding:0 25px 0 10px;
	text-align:left;
	white-space:nowrap;
	_width:1%;
}
#header ul.navigation li a{
	border-bottom:none;
	color:#00baff;
	display:block;
	font-size:14px;
	font-weight:normal;
	height:22px;
	line-height:1.6em;
	margin:3px 0;
	padding:0;
	text-decoration:none;
}
#header ul.navigation li a:hover, #header ul.navigation li a.selected{color:#ff0066;text-decoration:underline;}
/* ____________________ Main / Content Area & Side bar CSS ______________________________________________________________________________ */
#main{
	background-color:#f4fafc;
	margin:10px auto;
	padding:10px 0;
	width:100%;
}
#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:1%;
}
#content ul.navigation li a{
	color:#00baff;
	height:auto;
	width:auto;
	font-weight:bold;
	font-size:12px;
	border-right:1px solid #00baff;
	padding-right:5px;
}
#content ul.navigation li a:hover, #content ul.navigation li a.selected{color:#ff0066;}
#sidebar{
	background:#ebf2f4;
	min-height:20px;
	width:210px;
}
/* ____________________ Footer CSS ______________________________________________________________________________ */
#footer{
	border-top:8px solid #00baff;
	color:#00baff;
	height:auto;
	margin:10px auto 0;
	min-height:20px;
	padding:10px 0;
	text-align:left;
	width:100%;
}
#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:1%;
}
#footer ul.navigation li a{
	border-right:1px solid #00baff;
	color:#00baff;
	font-size:12px;
	font-weight:bold;
	height:auto;
	margin:0;
	padding-right:5px;
	width:auto;
}
#footer ul.navigation li a:hover, #footer ul.navigation li a.selected{color:#ff0066;}
/* ____________________ Layout Specific CSS ______________________________________________________________________________ */
/*----LAYOUT 1 Column----*/
.layout1c #content{
	margin:0 auto;
	padding:10px;
	width:980px;
}
.layout1c #sidebar{
	border-bottom:none;
	.height:auto;
	margin:0 0 0 0;
	min-height:5px;
	padding:10px;
	width:980px;
	_width:960px;
}
.layout1c #sidebar ul.navigation{
	height:auto;
	margin-bottom:5px;
	position:relative;
	top:0;
	width:100%;
}
.layout1c #sidebar ul.navigation li{
	float:left;
	height:28px;
	min-width:10px;
	padding:0 5px 0 0;
	text-align:center;
	white-space:nowrap;
	_width:1%;
}
.layout1c #sidebar ul.navigation li a{
	border-right:1px solid #00baff;color:#00baff;
	font-size:12px;
	font-weight:bold;
	height:auto;
	padding-right:5px;
	width:auto;
}
.layout1c #sidebar ul.navigation li a:hover, .layout1c #sidebar ul.navigation li a.selected{color:#ff0066;}
/*----LAYOUT 2 Column Left----*/
.layout2cl #content{
	padding:0 10px;
	width:685px;
}
.layout2cl #sidebar{
	margin:0 0 0 10px;
	_margin:0 0 0 5px;
	padding:20px 20px 10px 20px;
}
.layout2cl #sidebar ul.navigation{
	clear:both;
	margin-bottom:15px;
}
.layout2cl #sidebar ul.navigation li{
	border-bottom:1px solid #00baff;
	height:auto;
	margin-bottom:5px;
	width:auto;
}
.layout2cl #sidebar ul.navigation li a{
	border-left:5px solid #00baff;
	color:#00baff;
	display:block;
	font-size:14px;
	font-weight:normal;
	height:25px;
	line-height:2.0em;
	margin-bottom:1px;
	padding:0 0 0 10px;
	text-decoration:none;
	width:auto;
}
.layout2cl #sidebar ul.navigation li a:hover, .layout2cl #sidebar ul.navigation li a.selected{
	border-left:5px solid #ff0066;
	color:#ff0066;
	text-decoration:none;
}
/*----LAYOUT 2 Column Right----*/
.layout2cr #content{
	padding:0 10px;
	width:685px;
}
.layout2cr #sidebar{
	margin:0 10px 0 0;
	_margin:0 5px 0 0;
	padding:20px 20px 10px 20px;
}
.layout2cr #sidebar ul.navigation{
	clear:both;
	margin-bottom:15px;
}
.layout2cr #sidebar ul.navigation li{
	border-bottom:1px solid #00baff;
	height:auto;
	margin-bottom:5px;
	width:auto;
}
.layout2cr #sidebar ul.navigation li a{
	border-left:5px solid #00baff;
	color:#00baff;
	display:block;
	font-size:14px;
	font-weight:normal;
	height:25px;
	line-height:2.0em;
	margin-bottom:1px;
	padding:0 0 0 10px;
	text-decoration:none;
	width:auto;
}
.layout2cr #sidebar ul.navigation li a:hover, .layout2cr #sidebar ul.navigation li a.selected{
	border-left:5px solid #ff0066;
	color:#ff0066;
	text-decoration:none;
}
/* ____________________ Module Specific Styling ______________________________________________________________________________ */
#body h1 a.addOnBasicLink{color:#006699;
	font-family:Georgia, Times New Roman, serif;
	font-size:20px;
	font-weight:normal;
	text-decoration:none;
}
#body h1 a.addOnBasicLink:hover{text-decoration:underline;}
#body h3.addOnSectionHead{
	border-bottom:none;
	color:#006699;
	font-family:Georgia, Times New Roman, serif;
	font-size:18px;
	font-weight:normal;
} 
#body .addOnButton{
	background-color:#ff006c;
	background-image:none;
	border:solid 2px #ff006c;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
#body .addOnBasicLink{color:#00baff;}
#body a:hover.addOnBasicLink{color:#ff0066;}
.addOnBorderColor{border-color:#CCC;}
.addOnHeadline{color:#006699;}
.addOnSubHead{color:#006699;}
.addOnSubH3{
	color:#006699;
	font-family:Georgia, Times New Roman, serif;
	font-size:18px;
	font-weight:normal;
	line-height:1.2em;
}
.addOnSubH4{color:#006699;}
.addOnPlainText{}
.addOnBasicLink{
	color:#00baff;
	font-size:12px;
}
.addOnSmallText{}
.addOnBackground{background:#ebf2f4;}
.addOnShadedText{background-color:#C8DAEC;}
.addOnAccentText{background-color:#C8DAEC;}
.addOnSectionHead{
	border-bottom:none;
	color:#006699;
	font-family:Georgia, Times New Roman, serif;
	font-size:18px;
	font-weight:normal;
}
.addOnBorder{border:1px solid #999;}

/* ____________________ 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/webon/styles/autumn-sunrise/images/mBG.jpg) no-repeat #fff}

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

/* styling for navigation menu to be placed at bottom of page */
#body.mobileLayout .mobileNav ul{}
#body.mobileLayout .mobileNav ul li a{background:#02baff; color:#fff}
#body.mobileLayout .mobileNav ul li a:hover, #body.mobileLayout .mobileNav ul li a.selected{background:#ff006c}
#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:#fff; border-top:2px solid #02baff}
	#body.mobileLayout #content{color:#444; margin-bottom:15px}
	#body.mobileLayout #sidebar{background:#f4fafc; border-bottom:3px solid #02baff; color:#444; margin-bottom:15px}
	#body.mobileLayout #footer{background:#ebf2f4; color:#444}
}