/* = HTML DEFAULTS
-----------------------------------------------------------------------------*/

	/* START - Global Reset (http://meyerweb.com/eric/tools/css/reset/reset.css) */
	* {outline:none}
	HTML,BODY,DIV,SPAN,H1,H2,H3,H4,H5,H6,P,A,EM,IMG,STRONG,OL,UL,LI,FORM,TABLE,TBODY,TFOOT,THEAD,TR,TH,TD {margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;background-repeat:no-repeat}
	HTML {height:100%}
	BODY {line-height:1}
	OL,UL {list-style:none}
	LI {display:list-item}
	:Focus {outline:0} /* Remember to define focus styles! */
	TABLE {border-collapse:collapse;border-spacing:0} /* Tables still need 'cellspacing="0"' in the markup */
	TH,TD {font-weight:normal;vertical-align:top;text-align:left}
	/* END - Global Reset */
	BODY {color:#555;font: 16px/24px Arial, Verdana, Helvetica}
	SUP {font-size:.6em}
	IMG {color:transparent;font-size:0;vertical-align:middle;-ms-interpolation-mode:bicubic;max-width:100%;height:auto} /* IE Scaled Images Fix (http://tinyurl.com/cp3ujh) */

	H1,H2,H3,H4 {margin-top:24px;text-shadow:1px 1px 2px #707070;filter:dropshadow(color=#707070, offx=1, offy=1);font-style:italic;color:#444}
	H1 {font-size:42px;line-height:52px;letter-spacing:-1px}
	H2 {font-size:26px;line-height:36px}
	H3 {font-size:24px;line-height:24px}
	H4 {font-size:16px;line-height:24pxfont-weight:bold}
	H1:first-child,H2:first-child,H3:first-child,H4:first-child {margin-top:0}
		
	P {font-size:16px;line-height:24px;margin-bottom:24px}

	STRONG {font-weight:bold}
	EM {font-style:italic}
	
	A,A:Link,A:Visited {color:#024DD6;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}
	A:Hover,A:Active {color:#F60;}
	A[disabled] {color:#999}

/* = Standard CSS
-----------------------------------------------------------------------------*/

	BODY {background:#FFF url('http://rte-ash.nuseek.com/templates/t1053/bg-body-1.png') no-repeat top center;max-width:1140px;margin:0 auto}
	
	.sWrp {margin:20px 10px;background:#FFF;overflow:hidden;
		-moz-box-shadow: 0px 0px 5px #166F64; /* FF3.5+ */
		-webkit-box-shadow: 0px 0px 5px #166F64; /* Saf3.0+, Chrome */
		box-shadow: 0px 0px 5px #166F64; /* Opera 10.5, IE9, Chrome 10+ */
		-moz-border-radius: 5px; /* FF1-3.6 */
		-webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
		border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
		/* useful if you don't want a bg color from leaking outside the border: */        
		-moz-background-clip:padding; 
		-webkit-background-clip:padding-box; 
		background-clip:padding-box; 
		}

    .sHdr {background:#FFF url('http://rte-ash.nuseek.com/templates/t1053/bg-shdr-1.png') repeat-y top left;padding:15px 20px;overflow:hidden}
		.sHdr H1 {color:#FFF;margin:0}
		.sHdr .sHdrCol1 {float:left;line-height:52px}
		.sHdr .sHdrCol2 {float:right;line-height:52px}

	.sBanner {padding-bottom:10px;background:#FFF url('http://rte-ash.nuseek.com/templates/t1053/bg-sftr-1.png') repeat-y top right}
	
	.sCnt {padding:20px}
		
	.sFtr {padding:30px 20px;background:#FFF url('http://rte-ash.nuseek.com/templates/t1053/bg-sftr-1.png') repeat-y top right}
	
	.sBtn {padding:7px;font:20px/24px Arial, Verdana, Helvetica;border:1px solid #6FA064;color:#FFF;text-decoration:none;display:inline-block;
		-moz-border-radius: 5px; /* FF1-3.6 */
		-webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
		border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
		/* useful if you don't want a bg color from leaking outside the border: */        
		-moz-background-clip:padding; 
		-webkit-background-clip:padding-box; 
		background-clip:padding-box; 
		background-color:#4B883D;
		background-image:-webkit-gradient(linear, left top, left bottom, from(#8DE335), to(#4B883D)); /* Saf4+, Chrome */
		background-image:-webkit-linear-gradient(top, #8DE335, #4B883D); /* Chrome 10+, Saf5.1+ */
		background-image:-moz-linear-gradient(top, #8DE335, #4B883D); /* FF3.6 */
		background-image:-ms-linear-gradient(top, #8DE335, #4B883D); /* IE10 */
		background-image:-o-linear-gradient(top, #8DE335, #4B883D); /* Opera 11.10+ */
		background-image:linear-gradient(top, #8DE335, #4B883D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#8DE335', EndColorStr='#4B883D'); /* IE6�IE9 */
		-moz-box-shadow: 0px 0px 5px #ffffff; /* FF3.5+ */
		-webkit-box-shadow: 0px 0px 5px #ffffff; /* Saf3.0+, Chrome */
        box-shadow: 0px 0px 5px #ffffff; /* Opera 10.5, IE9, Chrome 10+ */
		}
	.sBtn A:Link,.sBtn A:Visited,.sBtn A:Hover,.sBtn A:Active {color:#FFF;text-decoration:none}

/* = Media Queries
-----------------------------------------------------------------------------*/
	
	@media only screen and (max-width: 767px) {
		P {font-size:12px;line-height:18px;margin-bottom:16px}
		.sHdr H1 {font-size:26px;line-height:36px}
		.sHdr .sDiv.sDivH1 .sDivCol1 {line-height:36px}
		.sHdr .sDiv.sDivH1 .sDivCol2 {line-height:36px}
		.sBtn {padding:3px;font:16px/20px Arial, Verdana, Helvetica;}
	}
	
/* = IE Fixes
-----------------------------------------------------------------------------*/

	/* All IE */
	.ie .sWrp {border:1px solid #CCC;margin-bottom:200px;position:relative;min-width:760px}
	/* IE 6 */
	#ie6 .sWrp {width:1140px;margin:20px auto}
	#ie6 .sHdr {height:52px}
	#ie6 .sBtn {background:#4E8C3D url('http://rte-ash.nuseek.com/templates/t1053/bg-sbtn-1.png') repeat-x top left}


