<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*pages used*/
/*wips_menu_32.aspx*/





body {
	font: 1em/150% Arial, Helvetica, sans-serif;
	
	
}
 

/*login*/
h1 {
	font: 1em/150% Arial, Helvetica, sans-serif;
	color: #337AB7;
}


#hypForgot,
#btnSubmit,
#btnEmail,
#btnLogReturn {
	 color: #FFFFFF !important;
	 font-weight:bold !important;
	 background:none !important;
	 border:none !important;
	
	
 }

#btnRequest,
#btnMuni,

#btnJobs,
#btnCont,

#btnUtil,
#btnAcctUser,
#btnAdmin,
#btnSNotes,
#btnGuestApps,
#btnDocs,
#btnStayCon,
#btnLogOut {
	 color: #337AB7 !important;
	 font-weight:bold;
	 background-image:url(images/gray_block.png);
	 
}


#hypForgot:hover,
#btnLogReturn:hover,
#btnEmail:hover,
#btnSubmit:hover  {
	
	color: #f90b05 !important;
	font-weight:bold !important;
	 cursor: pointer;
	 background:none !important;
	 border:none !important;

}

#btnRequest:hover,
#btnMuni:hover,


#btnJobs:hover,
#btnCont:hover,

#btnUtil:hover,
#btnAcctUser:hover,
#btnAdmin:hover,
#btnSNotes:hover,
#btnGuestApps:hover,
#btnDocs:hover,
#btnStayCon:hover,
#btnLogOut:hover {
 color: #000088 !important;
	 font-weight:bold;
	 cursor: pointer;
	 border-bottom-right-radius: 10px;
	 border-bottom-left-radius: 10px;
	 border-top-left-radius: 10px;
	 border-top-right-radius:10px;
	 border:thin #000088 solid ;
	 background-image:none;
	 background-color: none;
	 
}


/************************************************************************************
MAIN STRUCTURE
 *************************************************************************************/
#intro {
background-image:url(season/summer.jpg);
	background-origin:content-box;
	background-size: cover;
	background-repeat:no-repeat;
	background-color: #2B5E01;
}
/*all*/	
#pagewrap {

	align-items:left;
	padding:0px;
}
/*all*//*68A205*/
#header {

	color: #FFFFFF;
	background-color:#99A47E;
	align-content:left;
	vertical-align:top;
	width:100%;
	height:15%;
	position: inherit;
	background-image:none;
	
	
}
/*all*/
#uia {
	
	float:left;
	width:25%;
}

/*login-email*/
#entrytable {

	width: 70%;
	float: right;
	align-content: center;
	valign-content:center;
	height:100%;
}

/*menu*/
#menubuttons {
	width: 70%;
	float: right;
	padding: 10px;
	
}

/*menu*/
#button {

	width: 30%;
	float: left;
	align-content:center;
	valign-content:center;
	padding:4px;
	background-color: none;
		
}

/*menu*/
#message {
	clear:both;
	margin-left: 20px;
	margin-right: 20px;
	word-wrap:normal;
	
}
#iss {
	clear:both;
	position: relative;
}
	
#footer {
	color: #ffffff;
}

/*log*/
/*#footerS {
    color: #ffffff!important;

	clear:both;
	width:100%;
	
	background: rgba(0,99,155, .7);
	
	bottom:0;
	position: fixed;
	background-image:none;
	
}*/

/*log*/
#footerS a {
	color: #fff;
}

#footerS a:hover, a:active {
	color: #f90b05;
}


img {
	max-width: 100%;
	height: auto;
	
}



/********************************************************
MEDIA QUERIES
****************************************************************************/

/* --------  large screen ( 981px or more) -----------  */
@media screen and (min-width: 981px) {
	#pagewrap {
	width: 100%;
	align-items:left;
	
	
}
	
#header {
		width: 100%;	
		background-image:none;
		
	}
	
	#uia {
	float:left;
	width:25%;
}
	


	#entrytable {
		width: 70%;
		float:right;
	}
	

/*#footerS {
   color: #ffffff!important;
	clear:both;
	width:100%;
	
	 /*background: rgb(0,99,155); Fall-back for browsers that don't
                                    support rgba */
    /*background-color: rgba(0,99,155, .7);
	bottom: 0px;
	position:fixed;
	background-image:none;
}*/
	
	
	
}


/* for 980px or less - 1 */
@media screen and (max-width: 980px)  {
	

#pagewrap {
	width: 100%;
	align-items:left;
	
	
}
	
#header {
		width: 100%;	
		background-image:none;
		
	}
	
	#uia {
	float:left;
	width:25%;
}
	


	#entrytable {
		width: 70%;
		float:right;
	}
	

/*#footerS {
	clear:both;
	width:100%;
	color: #ffffff!important;
	
	/*background: rgb(0,99,155);  Fall-back for browsers that don't
                                    support rgba */
     /*background-color: rgba(0,99,155, .7);
	
	bottom:0px;
	position:fixed;
	background-image:none;
}*/
}

/* for 700px or less - 2 */
@media screen and (max-width: 768px)  {





#header { 
		background-image:none;
		display:inherit;
	
		
	
}

#uia{
	height:auto;
	width:100%;

			
}

#entrytable {
		width: 100%;
		float: left;
		height:auto;
	}
	

#menubuttons {
	width: 70%;
	float: right;
	padding: 10px;
	height:auto;
	

	
}
#button {

	width: 40%;
	float: left;
	align-content:center;
	valign-content:center;
	padding:5px;
	
	
		
}


/*#footerS {
    color: #ffffff!important;
	clear:both;
	width:100%;
	 background-color: rgba(0,99,155, .7);
	bottom:0px;
	position:fixed;
	background-image:none;
	
}*/
}

/* --------  iphone landscape-----------  */
/* for 480px or less - 3 */
@media screen and (max-width: 480px)  {

body {
	background-image:none;
	

}


	#pagewrap {
	width: 100%;
	align-items:left;
	background-image:none;
	
	
	}

	#header { 
		height: auto;
		
	
}
	
	
#uia {
		height: auto;
		width:100%;
		
			
}
			
#entrytable {
		width: auto;
		float: none;
		height:auto;
	}
	


#menubuttons {
	width: 100%;
	float: none;
	padding: 10px;
	

	
}
#button {

	width: 90%;
	float: left;
	align-content:center;
	valign-content:center;
	padding:4px;
		
}







/*#footerS {
    color: #ffffff!important;
	clear:both;
	width:100%;
	 background-color: rgba(0,99,155, .7);
	position: inherit;
	padding-bottom:0;

}*/

}


</pre></body></html>