/* $File: greenerweb.css $
   $Date: 2008-11-07 $
   $Modify date: 2008-11-07 $
   $Author: SMI $
   $Version: 1.0.0 $
*/

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-weight:normal; font-style:normal; }
ul,ol { list-style:none; }
fieldset,img { border:none; }
caption,th { text-align:left; }
table { border-collapse:collapse; border-spacing:0; }

/* BODY */
/*body { background: #F4F3F1 url(../images/) repeat-x 0 0; }*/
body { background:#fff; }

/* TYPE */
body { font-size:100%; color:#333333; font-family: 'Lucida Grande',Geneva,Arial,Verdana,sans-serif; }
p,ol,ul, .anchor, table {font-size:75%; line-height:15px; margin-bottom:15px; }
strong, b, label { font-weight:bold; }
em, i { font-style:italic; }

/* LINKS */
a { color:#0c0; text-decoration:underline; }
a:hover { text-decoration:none; }

h1,h2,h3,h4,h5,h6 { font-weight:bold; position:relative; }

h1 { font-size:300%}
h2 { font-size:150%; line-height:36px; margin-bottom:18px; }
h3 { font-size:100%; line-height:18px; margin-bottom:10px; }
h4 { font-size:87.5%; margin-bottom:10px; }
h5 { font-size:75%; margin-bottom:10px; }
h6 { font-size:62.5%; margin-bottom:10px; }

/* LAYOUT */
.clear { clear:both; }
.clearer { clear:both; display:block; margin:0; padding:0; height:0; line-height:1px; font-size:1px;}
.divider { clear:both; display:block; margin:0; padding:0; height:1px; line-height:1px; font-size:1px; border-bottom:#e0e0e0 1px solid; margin-bottom:10px;}
img { behavior:url(/resources/js/lib/iepngfix.htc); }
img.left { float:left; margin:2px 20px 16px 0;}
img.right { float:right; margin:2px 0 16px 20px;}
img.across { margin:10px 0 10px 0;}
img.flushleft { margin-left:-20px;}
img.flushright { margin-right:-20px;}

#globalbody { background:#fff; margin:0 auto; }
#globalbody.g750, #globalbody.g960 { padding:0 15px; }
#globalbody.g818 { padding:0 0 0 30px; }

/* GRIDS */
.g750 { width:750px; }
.g960 { width:960px; }
.g609 { width:609px; }
.g818 { width:818px; }

#globalbody.g818 #globalheader #logo a { width:234px; height:124px; margin:20px 0 0 50px; float:left; }
#globalbody.g818 #globalheader #logo p { margin:130px 80px 0 0; float:right; font-size:10px; color:#ccc; }
#globalbody.g818 #container #banner { width:788px; height:488px; margin:20px 0 0 0; float:left; }
#globalbody.g818 #globalfooter #comments { width:450px; margin:20px 0 20px 50px; float:left; }
#globalbody.g818 #globalfooter #comments p { font-size:11px; color:#999; }

/* CLASSES */
.p-title{ margin-top:20px; }
.b { font-weight:bold; }
.left { text-align:left; }
.center { text-align:center; }
.right { text-align:right; }
.hidden { height:1px; width:1px; position:absolute; overflow:hidden; top:-10px; }
.green { color:#0c0; }