<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { padding: 0px; margin: 0px; height: 100%; background: #515151; }
body {  }
body,td { line-height: 1.5em; font-family: 'Open Sans', open-sans, Helvetica, sans-serif; font-size: 13px; color: #595959; font-weight: 300;  }



html { overflow-y: scroll; -webkit-text-size-adjust:none; height: 100%; }


h1,h2,h3,h4,h5,h6,p,form { margin: 0px; padding: 0px; }
h1,h2,h3,p { margin-bottom: 15px; }

a { outline: none; font-weight: bold; text-decoration: underline; color: #595959; }

@charset "UTF-8";

.box { background: #f2f2f2; box-shadow: 0px 0px 5px #d0d0d0; }
.green { background: #008752; height: 15px; width: 100%; }
.heading24 { font-size: 24px; line-height: normal; }
.heading26 { font-size: 26px; line-height: normal; }
.heading34 { font-size: 34px; line-height: normal; }
.heading40 { font-size: 40px; line-height: normal; }
.hide { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.left-box {  }
.line-height-normal { line-height: 1em; }
.link-white-thin { color: #fff; font-weight: 300; text-decoration: none; }
.link-white-thin:hover { text-decoration: underline; }
.link-normal-no-underline { font-weight: inherit; text-decoration: none; }
.link-normal-no-underline:hover { text-decoration: underline; }
.link-normal-no-underline-white { color: #fff; font-weight: inherit; text-decoration: none; }
.link-normal-no-underline-white:hover { text-decoration: underline; }
.no-bottom-margin { margin-bottom: 0px; }
.no-underline { text-decoration: none; }
.normal { font-weight: 400; }
.outage-box { background-color: rgba(255,255,255,0.2); border-radius: 15px; }
.outage-box td { padding-top: 2px; }
.outage-continue {  }
.valign-bottom { vertical-align: bottom; }
.white { background: #fff; padding-bottom: 0px; }
.wrapper { width: 960px; margin: 0px auto; }
.wrapper:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } 


h1 {
	font-style: normal;
	font-weight: 300;
	font-size: 26px;
	color: #595959;
}
h2 {
	font-style: normal;
	font-weight: 300;
	font-size: 22px;
	color: #595959;
}
h3 {
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	color: #595959;
}
p {
	font-style: normal;
	font-weight: 300;
	color: #595959;
}


strong { font-weight: 600; }

#content hr { border: 0px; color: #595959; background-color: #595959; height: 1px; }


img { vertical-align: middle; }

.gradient {
	
background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #F2F2F2),
        color-stop(0.8, #FFFFFF)
);
background-image: -o-linear-gradient(bottom, #F2F2F2 0%, #FFFFFF 80%);
background-image: -moz-linear-gradient(bottom, #F2F2F2 0%, #FFFFFF 80%);
background-image: -webkit-linear-gradient(bottom, #F2F2F2 0%, #FFFFFF 80%);
background-image: -ms-linear-gradient(bottom, #F2F2F2 0%, #FFFFFF 80%);
background-image: linear-gradient(to bottom, #F2F2F2 0%, #FFFFFF 80%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );

}

div.gradient:before,
div.gradient:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

div.gradient:after {
    clear: both;
}
div.gradient {
    *zoom: 1;
}

.wrap { width: 960px; margin: 0px auto; /*position: relative;*/ }
.wrap.clear:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }


form.validate {  }
form.validate label { display: block; font-weight: bold; }
form.validate label.radio { display: inline-block; float: left; }
form.validate input[type=radio] { display: inline-block; margin: 3px 4px 0 0;
    width: auto;
    float: left; }

form.validate input { display: block; margin-bottom: 10px; width: 200px }
form.validate input[type=checkbox] { display: inline; width: auto; }
form.validate input[type=text],
form.validate select,
form.validate textarea { padding: 3px; border: 1px solid #999; margin-bottom: 10px; }
form.validate input[type=text] { width: 300px; }
/*form.validate input[name=address],
form.validate input[name=city],
form.validate input[name=sender_email],
form.validate input[name=phone] { width: 300px; }
form.validate input[name=submit-key] { width: 250px; }
*/


form.validate input[type=submit] { padding: 10px; width: auto; margin-left: 0px; }
form.validate textarea { width: 500px; height: 150px; }
form.validate select { padding: 2px; width: 308px; }
form.validate label.error { display: none !important; }
form.validate .error { background: #ffbbba; }
form.validate .captcha { padding: 2px; border: 1px solid #ccc; display: inline-block; margin-bottom: 15px; }
form.validate .red { color: #cc0000; }

form.validate label.sub { font-size: 90%; font-weight: normal; color: #666; font-style: italic; margin-bottom: 10px; }
form.validate table { border-collapse: collapse; }
form.validate table td { padding-right: 10px; vertical-align: top; }
form.validate td input[type=text],
form.validate input.nomargin,
form.validate textarea.nomargin,
form.validate select.nomargin { margin-bottom: 0px; }


form.validate table input[name=address],
form.validate table input[name=city],
form.validate table input[name=sender_email],
form.validate table input[name=phone],
form.validate table input[name=zippost] { width: 228px; }

form.validate table select { width: 150px; }
form.validate table select[name=stateprov] { width: 60px; }








#container { position: relative; z-index: 1; background: #fff;  }

#header { position: relative; z-index: 9999; padding-top: 25px; }
	#header #logo { text-indent: -9999px; margin: 0px 0 25px 0; display: block; width: 255px; height: 63px; background: url(/template/v2/logo.png); }
	#header #top-links { margin-top: 4px; }
	#header #top-links { float: right; width: 600px; }
	#header #top-links a { font-weight: normal; text-decoration: none; }
	#header #top-links p { margin-bottom: 13px; }

	#nav-main { width: 960px; margin-bottom: 15px; height: 42px; position: relative; z-index: 9000; font-size: 13px; background: #12452d url(/template/v2/nav-main-bg.png) repeat-x; }
	
	#nav-main a { color: #fff; font-weight: 400; white-space: nowrap; display: block; text-decoration: none; padding: 14px 35px 15px 29px; }
	#nav-main &gt; li &gt; a { text-align: center; }
	#nav-main &gt; li.sfHover { /*background: url(/template/v2/nav-main-bg-hov.png) repeat-x;*/ }
	#nav-main ul { z-index: 9999; list-style: none; display: none; padding: 6px 0px 8px 0px; font-size: 13px; background: #12452d/*027c4c url(/template/v2/nav-main-sub-bg.png) repeat-x*/; }
	#nav-main .sf-sub-indicator { display: none; }
	#nav-main ul a { padding: 9px 17px; }
	#nav-main ul a:hover { /*background: #006640;*/ }

	#nav-main &gt; li &gt; a.first { padding-left: 45px; }

	#search-container { position: relative; float: right; right: 25px; top: 9px; width: 196px; height: 23px; }
	#header #search { position: relative; z-index: 9500; width: 196px; height: 23px; background: url(/template/v2/search-bg.png); }
	#header #search input[type=text] { background: #fff; float: left; border: 0px; padding: 1px 0 0 2px; width: 165px; margin-left: 2px; }
	#header #search input[type=text]:focus { outline: none; }
	#header #search input[type=submit] { background: none; float: right; border: 0px; width: 25px; height: 23px; cursor: pointer; text-indent: -9999px; }
	
#content { position: relative; z-index: 2; min-height: 450px; }	
#content .content { width: 670px; float: left; }
#content .content.full { width: 960px; }
#content .sidebar { width: 280px; float: right; }	
	#content .sidebar p { margin-bottom: 10px; }	

#search_results { margin-top: 10px; }	
#search_container { margin-bottom: 20px; }

div.text { clear: both; }	
div.text.containerless { position: absolute; float: none; left: 0px; width: 100%; min-width: 960px;  }
	
	
#footer { 
    position: relative;
    padding-top: 15px;
    line-height: 2em;
    font-size: 12px;
    background: #515151;
    border-top: 15px solid #008752;
    color: #fff;
}
	#footer a { color: #fff; text-decoration: none; font-weight: 400; }
	#footer p { margin-bottom: 20px; }
	#footer hr { margin-bottom: 20px; 
		border: 0;
		color: #fff;
		background-color: #fff;
		height: 1px;	
	}
	
	/*
	#footer #search-ft { position: absolute; right: 0px; top: 12px; z-index: 8000; width: 196px; height: 23px; background: url(/template/v2/search-bg.png); }
	#footer #search-ft input[type=text] { background: #fff; float: left; border: 0px; font-size: 14px; padding: 2px; width: 165px; margin-left: 2px; }
	#footer #search-ft input[type=submit] { background: none; float: right; border: 0px; width: 25px; height: 23px; cursor: pointer; }
	*/
	
	#footer #search-ft { position: relative; float: right; top: 12px; z-index: 8000; width: 196px; height: 23px; background: url(/template/v2/search-bg.png); }
	#footer #search-ft input[type=text] { background: #fff; float: left; border: 0px; padding: 1px 0 0 2px; width: 165px; margin-left: 2px; }
	#footer #search-ft input[type=text]:focus { outline: none; }
	
	#footer #search-ft input[type=submit] { text-indent: -9999px; background: none; float: right; border: 0px; width: 25px; height: 23px; cursor: pointer; }
	
	/* Sticky Footer */
	/*
	html, body {
		height: 100%;
	}
	#container { 
		min-height: 100%;
		height: auto !important; 
		height: 100%;
		margin: 0 auto -250px; 
	}
	#footer, .push {
		height: 250px; 
	}
	#footer { z-index: 9999; }
	*/



.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}</pre></body></html>