<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 */


/* tabs */
/* different than phone */
	#gen_tabs{
		width: 95%;
		border: 1px solid #AAA;
		margin: 0 1% 0 0;
		float: left;
		background: white;
	}

	#gen_tabs ul, #gen_tabs li{
	margin-left: 1.5em !important;
	}

	#gen_tabs ul{
	list-style-type: disc !important;
	}
	
	#tab1_selector, #tab2_selector, #tab3_selector, #tab4_selector, #tab5_selector{
		padding: 1.0em 0;
		background: #FFF url(../../images/graybar.jpg) no-repeat right top;	
		float: left;
		width: 19.9%;
		height: 1em;
	}

	
	#tab1_selector a, #tab2_selector a, #tab3_selector a, #tab4_selector a, #tab5_selector a{
		color: #000;	
	}

	
	#tab1_selector.selected, #tab2_selector.selected, #tab3_selector.selected, #tab4_selector.selected, #tab5_selector.selected{
		border-bottom: none;	
	}
	
	#tab1_selector.selected a, #tab2_selector.selected a, #tab3_selector.selected a, #tab4_selector.selected a, #tab5_selector.selected a{
		color: #663399;	
	}
	
	#tab1_selector, #tab2_selector, #tab3_selector, #tab4_selector, #tab5_selector{
		border-bottom: 1px solid #AAA;
	}	

	#tab1_selector, #tab2_selector, #tab3_selector, #tab4_selector{
		border-right: 1px solid #AAA;
	}

	#tab1_selector h3, #tab2_selector h3, #tab3_selector h3, #tab4_selector h3, #tab5_selector h3{
		font-size: 1em;	
		font-weight: bold;
		text-align: center;
		padding: 0 !important;
		margin: 0 auto;
		width:90%;
	
	}	

/* Mobile Selectors */

#tab1_mselector, #tab2_mselector, #tab3_mselector, #tab4_mselector, #tab5_mselector{
		display:none;
	}

#tab1_mselector a, #tab2_mselector a, #tab3_mselector a, #tab4_mselector a, #tab5_mselector a{
		color: #AAA;	
	}

#tab1_mselector.selected, #tab2_mselector.selected, #tab3_mselector.selected, #tab4_mselector.selected, #tab5_mselector.selected{
		border-bottom: none;	
	}
	
	#tab1_mselector.selected a, #tab2_mselector.selected a, #tab3_mselector.selected a, #tab4_mselector.selected a, #tab5_mselector.selected a{
		color: black;	
	}
	
	#tab1_mselector, #tab2_mselector, #tab3_mselector, #tab4_mselector, #tab5_mselector{
		border-bottom: 1px solid #AAA;
	}	

	#tab1_mselector, #tab2_mselector, #tab3_mselector, #tab4_mselector{
		border-right: 1px solid #AAA;
	}

	#tab1_mselector h3, #tab2_mselector h3, #tab3_mselector h3, #tab4_mselector h3, #tab5_mselector h3{
		font-size: 1.2em;	
		font-weight: bold;
		text-align: center;
		padding: 0 !important;
	}	

/* Computer Content */
	
	#tab1_content, #tab2_content, #tab3_content, #tab4_content, #tab5_content{
		position: absolute;
		left: -2000%;
		bottom: -2000%;
		width: 0;
		display:none;
	}
			
	#tab1_content.selected, #tab2_content.selected, #tab3_content.selected, #tab4_content.selected, #tab5_content.selected{
		position: relative;
		left: 0;
		bottom: 0;
		width: 94%;
		clear: both;	
		padding: 3%;
		display: inline-block;
	}

	#tab1_content .tab1_left{
		width:60%;
		display:block;
		float:left;
		padding:0 2%;

	}
	
	#tab1_content .tab1_left img{
		width: 90%;
		margin: 0 auto;
		border: 2px solid black;
	}
	
	#tab1_content .tab1_right{
		width:33%;
		display:block;
		float:left;
	}

	#tab1_content .tab1_right iframe{
		width:100%;
		min-height:350px;
	}


	#tab1_content, #tab2_content, #tab3_content, #tab4_content table{
		width:100%;
	}

	#tab1_content table, #tab1_content td, #tab1_content tr{
		border:none;
	}

	.links ul, .links li{
		list-style-type: none !important;
		margin-left: -1em;
		
	}
	
	#tab2_content h4, #tab2_content h5, #tab2_content p{
	text-align:left !important;
	}

	#tab2_content table, #tab2_content td, #tab2_content tr{
		border:none;
	}

	#tab2_content ul, #tab2_content li{
	text-align:left;
	list-style-position: inside;
	}
	
	
	#tab3_content table, #tab3_content td, #tab3_content tr{
		border:none;
	}

	#tab4_content table, #tab4_conten tr, #tab4_conten td{
		border:none;
		text-align: center !important;
}



/* phones */

@media 
only screen and (min-width: 320px) and (max-width: 736px){
	
	#contact_tabs{
		width: 90%;
		border: 1px solid #AAA;
		margin-left: auto;
		margin-right: auto;
		float: none;
		background: white;
		font-size: .8em;
	}
	
	#tab1_selector, #tab2_selector, #tab3_selector, #tab4_selector, #tab5_selector{
		display:none;
	}
	
	#tab1_mselector, #tab2_mselector, #tab3_mselector, #tab4_mselector, #tab5_mselector{
		padding: 1.0em 0;
		background: #FFF url(../../images/graybar.jpg) no-repeat right top;	
		float: left;
		display:inline-block;
		clear:both;
		width: 100%;
		height: 1em;
	}
	
	#tab1_mselector a, #tab2_mselector a, #tab3_mselector a, #tab4_mselector a, #tab5_mselector a{
		color: #AAA;
		font-size: 1.2em;
	}
	
	#tab1_mselector.selected, #tab2_mselector.selected, #tab3_mselector.selected, #tab4_mselector.selected, #tab5_mselector.selected{
		border: none;	
	}
	
	#tab1_selector.selected a, #tab2_selector.selected a, #tab3_selector.selected a, #tab4_selector.selected a, #tab5_mselector.selected a{
		color: black;	
	}
	
	#tab1_mselector, #tab2_mselector, #tab3_mselector, #tab4_mselector{
		border-bottom: 1px solid #AAA;
	}	

	#tab1_mselector, #tab2_mselector, #tab3_mselector, #tab4_mselector, #tab5_mselector{
		border-right: 1px solid #AAA;
		border-left: 1px solid #AAA;
	}

	#tab1_mselector h3, #tab2_mselector h3, #tab3_mselector h3, #tab4_mselector h3, #tab5_mselector h3{
		font-size: 1.2em;	
		font-weight: bold;
		text-align: center;
		padding: 0 !important;
	
	}	
	
	#tab1_content, #tab2_content, #tab3_content, #tab4_content, #tab5_content{
		position: absolute;
		left: -2000%;
		bottom: -2000%;
		width: 0;
		display:none;
	}
			
	#tab1_content.selected, #tab2_content.selected, #tab3_content.selected, #tab4_content.selected, #tab5_content.selected{
		position: relative;
		left: 0;
		bottom: 0;
		width: 100%;
		clear: both;	
		padding: 3%;
		display: inline-block;
	}
	
	#tab1_content, #tab2_content, #tab3_content, #tab4_content, #tab5_content{
		position: absolute;
		left: -2000%;
		bottom: -2000%;
		width: 0;
		display:none;
	}
			
	#tab1_content.selected, #tab2_content.selected, #tab3_content.selected, #tab4_content.selected, #tab5_content.selected{
		position: relative;
		left: 0;
		bottom: 0;
		width: 94%;
		clear: both;	
		padding: 3%;
		display: inline-block;
	}

	#tab1_content .tab1_left{
		width:100%;
	}
	
	#tab1_content .tab1_left img{
		width:100%;
	}
	
	#tab1_content .tab1_right{
		width:100%;
	}

	.tab1_right iframe{
		width:75%;
		margin: 0 auto !important;
		float:none;
	}


	#tab1_content, #tab2_content, #tab3_content, #tab4_content table{
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}

	#tab1_content table, td, tr{
		border:none;
	}
	
	#tab2_content table, td, tr{
		border:none;
	}
	
	
	#tab3_content table, td, tr{
		border:none;
		margin:0 !important;
	}

	#tab3_content td {
		margin: 0 !important;
	}

	#tab4_content table, td, tr{
		border:none;
	}
	

	#tab3_content img{
	width:75%;
	margin:0 auto;
	
	}

	#tab3_content .tab3_left, .tab3_right{
	width:100% !important;
	margin: 15px auto;
	}

	.tab2_bottom td{
		width:100% !important;
		display:block;
	}

	.tab4_content td{
		width:100% !important;
		display:block;
	}

}

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