/* general styles*/
* { margin: 0; padding: 0; }
img { border: none; }
a { color: #000; text-decoration: none; }
li { list-style: none; }
body { background: url(images/bkg.gif) repeat-x top left #fff; font-family: Arial, sans-serif; font-size: 11px; }
h1, h2, h3, h4 { font-size: 30px; font-family: Calibri, Arial, sans-serif; font-weight: bold; margin-top: 10px; }
h2 { font-size: 35px; margin: 0; font-style: italic; line-height: 35px; }
h3 { font-size: 18px; font-style: italic; margin: 0 0 10px; font-weight: normal; line-height: 18px; }
h4 { font-size: 27px; margin-top: 0; }
h4 span { font-size: 19px; font-weight: normal; }
/* Changes More Info >> Link */
h3 a { color: #067f00; font-size: 14px; font-weight: bold; }
h3 a:hover { text-decoration: underline; }

p, h1, h2, h3, h4 { color: #067f00; }
img, div { behavior: url(iepngfix.htc) }

/* header */
#wrap { width: 895px; margin: 20px auto; }
#main { float: left; width: 635px; }
#main .path { position: absolute; left: 200px; top: 140px; }
#main .path li { display: inline; }
#main .date { position: absolute; right: 0; top: 140px; color: #000; }
#header { position: relative; margin-bottom: 50px; }
#header img.scooter { position: absolute; top: -10px; left: 10px; }

/*left column */
#leftcolumn { float: left; width: 220px; margin-right: 20px; }
#leftcolumn .logoboxtop, #leftcolumn .logoboxbottom { width: 225px; height: 16px; }
#leftcolumn .logoboxtop { background: url(images/bkg_logobox_top.png) no-repeat top; }
#leftcolumn .logoboxbottom { background: url(images/bkg_logobox_bottom.png) no-repeat bottom; }
#banner { background: url(images/bkg_logobox_main.png) repeat-y top; width: 205px; padding: 0 10px; position: relative; text-align: center; }
#banner .rayleft, #banner .rayright { position: absolute; top: 40px; }
#banner .rayright { left: 5px; }
#banner .rayleft { right: 5px; }

/* menu */
.menutop { background: url(images/bkg_menu_top.png) no-repeat top; width: 229px; height: 16px; margin-top: 20px; }
#menu { background: url(images/bkg_menu_bottom.png) no-repeat bottom; width: 189px; padding: 0 20px 10px; min-height: 300px; }
#menu h1 { margin-top: 0; }
#menu li { line-height: 19px; }
#menu li a { font-size: 15px; color: #067f00; }
#menu li a:hover { text-decoration: underline; }
#menu li ul li { margin-left: 20px; }

/* navbar */
#navbar { background: url(images/bkg_navbar.png) no-repeat top; width: 601px; height: 30px; padding: 10px 20px 0; }
#navbar ul	{ width: 641px; margin: 0; padding: 0; font-family: Tahoma; font-size: 13px;}
#navbar li { float: left; display: inline; border-right: solid 1px #fff; margin: 0; padding: 0;  }
#navbar li.first a:hover { padding-left: 16px; }
#navbar li.last { border: none; }
#navbar ul li a { color: #fff; cursor: pointer; padding: 5px 8px; position: relative;  }
#navbar ul li a.lasta { border: none; padding-right: 0px; }
#navbar ul li a:hover span.first, #navbar ul li a:hover span.last { background: url(images/bkg_menu_hover_first.png) no-repeat top left; width: 17px; height: 38px; position:absolute; top: 4px; left: -20px;  padding: 0 6px; border: none; }
#navbar li span.first { padding-left: 8px; }
#navbar li span.first a:hover	{ padding-left: 8px; }
#navbar ul li a:hover span.last { background: url(images/bkg_menu_hover_last.png) no-repeat top right; left: 100px; width: 25px; top: 4px;  }
#navbar ul li a:hover { background: url(images/bkg_menu_hover.png) repeat-x left 4px; padding: 13px 8px; }
#navbar ul li a.lasta:hover { padding-right: 2px; }

/* main */
#main .columnstop, #main .columnsbottom { width: 626px; height: 12px; }
#main .columnstop { background: url(images/bkg_white_box_top.png) no-repeat top; }
#main .columnsbottom { background: url(images/bkg_white_box_bottom.png) no-repeat bottom; }
#main .columns, #main .box { text-align: center; background: #fff; width: 626px; }
#main .box { text-align: left; padding: 0 15px; width: 596px; }
#main .column { width: 33%; float: left; }
#main .column p { color: #37372f; }
#main .column p a { color: #0010e6; }

/* footer */
#footer { background: url(images/bkg_footer.png) no-repeat top; width: 623px; height: 19px; padding-top: 3px; margin: 20px 0; text-align: center; }
#footer p { color: #37372f; }

/* other */
.clear { clear: both; }
