body {
    margin: 0;
    background-color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h1 {
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 1.2em;
}

p {
    font-size: 12px;
    line-height: 20px;
}

#clearer {
    float: none;
    clear: both;
}

#home {
    background-image: url('/public/images/home_bg_repeat_x.gif');
    background-repeat: repeat-x;
}

#map_area {
    width: 601px;
    height: 237px;
    position: relative;
    background-image: url('/public/images/map_area_bg.jpg');
}

#meso_map {
    position: absolute;
    left: 149px;
    top: 17px;
    width: 450px;
    height: 220px;
    z-index: 2;
}

.obs_over, .obs_number, .obs_obs, .obs_date {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    position: absolute;
}

.obs_over {
    left: 19px;
    top: 183px;
    font-size: 14px;
    font-style: italic;
    color: #ffffff;
}

.obs_number {
    left: 56px;
    top: 183px;
    font-size: 26px;
    color: #13273c;
}

.obs_obs {
    left: 225px;
    top: 183px;
    font-size: 14px;
    color: #ffffff;
}

.obs_date {
    left: 225px;
    top: 197px;
    font-size: 12px;
    color: #17537b;
}

#wx_area {
    height: 201px;
    width: 581px;
}

#wx_button {
    height: 201px;
    width: 363px;
    position: relative;
    float: left;
    background-image: url('/public/images/wxscope_bg.jpg');
}

#download_info {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    position: absolute;
    left: 35px;
    top: 132px;
    font-size: 12px;
    line-height: 16px;
    color: #164dac;
}

#download_mac {
    height: 28px;
    width: 101px;
    background-image: url('/public/images/wxscope_dl_mac.gif');
    position: absolute;
    top: 129px;
    left: 240px;
}

#download_pc {
    height: 28px;
    width: 101px;
    background-image: url('/public/images/wxscope_dl_pc.gif');
    position: absolute;
    top: 157px;
    left: 240px;
}

#current_weather {
    height: 201px;
    width: 218px;
    position: relative;
    float: right;
    background-image: url('/public/images/current_bg.jpg');
}

#current_dropdown, #current_title, #current_temp, #current_temp_extreme, #current_time_title, #current_time, #current_wx_info, #loading {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
}

#current_title {
    position: absolute;
    top: 15px;
    left: 11px;
    font-size: 10px;
}

#station_form {
    position: absolute;
    top: 10px;
    left: 64px;
    padding: 0px;
    margin: 0px;
    line-height: 1;
}

/* Fine Tune current dropdown position on other browsers than IE */

html > body #current_title {
    top: 16px;
}

html > body #station_form {
    top: 11px;
}

/* End Fine Tune */

.select_station {
    width: 145px;
    height: 18px;
}

#current_temp, #loading {
    position: absolute;
    text-align: center;
    top: 45px;
    left: 0px;
    width: 218px;
}

#loading {
    top: 55px;
    font-size: 24px;
}

#current_temp {
    font-size: 44px;
}

#current_te_temp {
    font-size: 40px;
    position: absolute;
    text-align: right;
    top: 47px;
    right: 99px;
}

#current_te_line {
    height: 45px;
    width: 2px;
    background-image: url('/public/images/temp_line.gif');
    position: absolute;
    top: 50px;
    left: 124px;
}

#current_te_hi_wc {
    text-align: center;
    position: absolute;
    top: 55px;
    left: 137px;
}

#current_te_label {
    font-size: 10px;
    font-weight: normal;
}

#current_te_hi_wc_temp {
    font-size: 20px;
}

#current_time_title {
    font-size: 10px;
    position: absolute;
    text-align: right;
    top: 106px;
    right: 100px;
    color: #ffffff;
}

#current_time {
    font-size: 10px;
    position: absolute;
    text-align: left;
    top: 106px;
    left: 132px;
    color: #2a373f;
}

#current_wx_info {
    font-size: 11px;
    position: absolute;
    text-align: left;
    font-weight: normal;
    top: 127px;
    left: 18px;
    line-height: 14px;
    color: #2a3740;
}

#qs_area {
    height: 40px;
    width: 581px;
    position: relative;
}

#qs_title {
    height: 35px;
    width: 336px;
    background-image: url('/public/images/qr_title.gif');
    position: absolute;
    top: 2px;
    left: 15px;
}

#qs_button {
    height: 35px;
    width: 210px;
    background-image: url('/public/images/qs_button.gif');
    position: absolute;
    top: 2px;
    left: 365px;
}

#info_area {
    padding: 15px 20px 0px 20px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
    color: #27343c;
}

#info_area h1 {
    font-weight: bold;
    font-size: 14px;
    color: #27343c;
    padding-bottom: 5px;
}

#info_area p {
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    color: #525252;
    padding-bottom: 10px;
}

#info_area a {
    color: #3a62a0;
}

#info_area a:hover {
    color: #6792d4;
}

#info_area p.info_area_copyright {
    font-size: 10px;
    color: #27343c;
}

.site_name {
    padding: 5px;
    background-color: #121d25;
    color: #FFFFFF;
    border: 1px solid #5991ef;
}