/* NOS Basic styles */

/* CSS Reset */

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}

table {
	/* border-collapse: collapse;
	border-spacing: 0; */
}

/* lists */
ol, ul {margin-bottom: 1.2em;}
ol li, ul li {padding: 0 0 .2em 0;}

ul {list-style: none;}
	ul li {
		list-style: none;	
		background: url(/nosAssets/images/bullet.gif) 1px 10px no-repeat;
		padding-left:10px;
		}
ol {	
	margin-left: 22px;	
	list-style: decimal;	
	}
	ol li {vertical-align: middle;}
ol.lettered { list-style: lower-alpha; }
		
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}



/* Basic CSS */
body { 
	font-size: 0.94em;
	line-height: 1.5;	
	font-family: arial, helvetica, sans-serif; 
	color: #002469;
	background: #fff;
	padding: 30px;
	}						
table, textarea, input { font-size: 100%; font-family: arial, verdana, sans-serif;}
table, th, td, caption { 
	text-align: left; 
	vertical-align: top; 
	}
hr { display: none; }
img { 
	border: 0; 
	vertical-align: bottom; 
	}	

/* Headings */	
h1 { font-size: 240%; }
h2 { font-size: 226%; font-weight: bold; padding: 5px 0 10px 0; font-family:"Trebuchet MS"}
h3 { font-size: 160%; font-weight:bold; padding: 0 0 10px 0; font-family:"Trebuchet MS"}
h4 { font-size: 125%; font-weight: bold;}
h5,h6 { font-size: 100%; font-weight: normal; font-family:"Trebuchet MS"}		

/* Paragraphs */
p { padding: 0 0 1.2em 0; }

/* Links */
a { 
	text-decoration: none; 
	font-weight: bold;
	color: #dd4814; 
	}
a:hover, 
a:focus, 
a:active { text-decoration: underline; }

strong {font-weight: bold;}
em {font-style:italic;}
			
/* Forms */
select { 
	margin-right: 7px; 
	vertical-align: middle	
	}
option { 
	margin-right: 7px; 
	}

/* Common Classes */		
.clr { clear: both; height: 0!important; min-height:0!important; font-size: 0; line-height: 0; }

.delete { display: none; }	
.strip { padding: 0 !important; margin: 0 !important; }
.stripWidth { width: auto !important; }	
.noFloat { float: none !important; }
.hozDots {
	height: 5px;
	background: url(/nosAssets/images/hozDotsOrange.gif) 0 0 repeat-x;
	display:block;
	border:0!important;
	}


/* default / graphic text switch */
/* irt = image replacement text - used with e3 CMS, for inline background images made on the fly */
.defaultText .irt { text-indent: 0 !important; background-image: none !important; line-height: 1.2em; }
.graphicText .irt { text-indent: -5000px; overflow: hidden; }			
	
	
/***** XStandard Styles *****/
/* Classes used in text editor 'style' dropdown - styles.xml */
.jsOnly {
	position: absolute;
	top: -5000px;
	left: -5000px;
	}