/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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%;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: #6f8dcc auto 5px;}
/* remember to highlight inserts somehow! */
ins{text-decoration:none;}
del{text-decoration:line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table{border-spacing:0;}
/* global tools */
.gridclear{/* 960 grid clear */
clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;line-height:0;}
.floatLeft{float:left;}
.floatRight{float:right;}
.clear{clear:both;}
/* end tools */
/* this is where theme styles start */
h1,h2,h3,h4,h5,h6{font-weight:bold;}
h1{font-size:2em;}
h2{font-size:1.75em;color:#00694e;}
h3{font-size:1.5em;color:#00694e;}
h4{font-size:1.25em;}
h5{font-size:1.0em;}
h6{font-size:1em;}
p{font-size:.75em; line-height: 1.5em;}
blockquote{margin:.25em 2em}

a.icon[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(images/icon_pdf.gif) no-repeat center right;
}
a.icon[href $='.doc'], a.icon[href $='.docx'] { 
   padding-right: 18px;
   background: transparent url(images/icon_doc.gif) no-repeat center right;
}
a.icon[href $='.xls'], a.icon[href $='.xlsx'] { 
   padding-right: 18px;
   background: transparent url(images/icon_xls.gif) no-repeat center right;
}
a.icon[rel ~='external'] {
	padding-right: 18px;
	background: transparent url(images/icon_external.gif) no-repeat center right;
}

