@charset "utf-8";
/* Eric Myer's Reset CSS */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------------------Oz's Default Reset Tweaks--------------------------------*/


html, textarea{  /*Removes ie side scroll graphic */
     overflow:auto;  
 } 
 
/*Remove active link borders*/
a:active, a:focus{ outline:none; }  

::selection{  /*Change selection color on Safari and Opera */  
background:#d7f0af;  
color:#000;  
}  
::-moz-selection{ /* Change selection color on Firefox */  
background:#d7f0af;  
color:#000;  
 }  

/*Override scrollbars*/
html { overflow: -moz-scrollbars-vertical !important; }
*html{  overflow-y:scroll;}

.page-break{ /*Page Break - apply to any tag where necessary*/
page-break-before:always; }  

/*Highlight "_blank" Links  
a[target="_blank"]:before, a[target="new"]:before {  
margin:0 5px 0 0;  
padding:1px;  
outline:1px solid #333;  
color:#333;  
background:#ff9;  
font:12px "Zapf Dingbats";  
content: "\279C";  
} */
 

.transparent_class {  /*50% Opacity*/ 
filter:alpha(opacity=50);  
-moz-opacity:0.5;  
-khtml-opacity: 0.5;  
opacity: 0.5;  
} 


a[href$='.pdf'] {  /*Set PDF icon for PDF download links */
padding:0 20px 0 0;  
background:transparent url(/images/pdf_icon.gif) no-repeat center rightright;  
}  

.clearfloat {  /*doule float fix*/
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

