/*
CSS by Kevin Navia
kevin@pixelpush.org
*/
/* GLOBAL CSS RESET RULES see: http://developer.yahoo.com/yui/reset/ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
strong { font-weight: bold; }
input,
textarea { font-size: 14px; font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; outline: none; outline-width: 0; }
a img { border: 0; }


/* APPLY DEFAULT RULES *************************************/
body{font-size:13px;line-height:1.6em;font-family:"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;color:#000;background:#fff;}
h1,h2,h3,h4{font-size:1em;font-weight:bold;color:#1f7132;}
h3{margin-bottom:15px;padding-bottom:2px;font-size:14px;color:#777;line-height:32px;text-transform:uppercase;border-bottom:1px dotted #aaa;}
a,a:link,a:visited,a:active{color:#1f7132;text-decoration:underline;outline:none;}
p{margin-bottom:18px;}
div.clr{clear:both;margin:0;padding:0;font-size:0;line-height:0;height:0;}

