*
{
    margin: 0;
    padding: 0;
}
body
{
    background: #e8e8e8 url(../Images/GrassBG.jpg) repeat;
    font-size: 100%;
    line-height: 1em;
    font-family: tahoma;
    color: #666666;
    text-align: center;
}


/*in_line*/
input, select, textarea
{
    vertical-align: middle;
    font-weight: normal;
    font-family: tahoma;
    color: #000000;
    font-weight: normal;
}
img
{
    border: 0;
    vertical-align: top;
    text-align: left;
}
ul
{
    list-style: none;
}

fieldset
{
    border: 0;
}

/*==================list====================*/
ul.list_1
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-family: Verdana;
}
ul.list_1 li
{
    line-height: 1em;
}
ul.list_1 li a
{
    text-decoration: none;
    color: #747474;
    background: url(../Images/list_bg.gif) repeat-x bottom;
    padding: 7px 0 12px 9px;
    display: block;
    margin-left: 10px;
}
ul.list_1 li a:hover
{
    text-decoration: none;
    color: #c42121;
}
ul.list_1 li a.none
{
    background: none;
}
ul.list_1 li.bullet_green
{
    background: url(../Images/bullet_green.png) no-repeat 0 4px;
}
ul.list_1 li.bg1
{
    background: url(../Images/list_img_1.gif) no-repeat 0 4px;
}
ul.list_1 li.bg2
{
    background: url(../Images/list_img_2.gif) no-repeat 0 4px;
}
ul.list_1 li.bg3
{
    background: url(../Images/list_img_3.gif) no-repeat 0 4px;
}
ul.list_1 li.bg4
{
    background: url(../Images/list_img_4.gif) no-repeat 0 4px;
}
ul.list_1 li.bg5
{
    background: url(../Images/list_img_5.gif) no-repeat 0 4px;
}
ul.list_1 li.bg6
{
    background: url(../Images/list_img_6.gif) no-repeat 0 4px;
}
ul.list_1 li.bg7
{
    background: url(../Images/list_img_7.gif) no-repeat 0 4px;
}
ul.list_1 li.bg7 a.none
{
    background: #f7f7f7;
}

ul.list_2
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-family: Verdana;
}
ul.list_2 li
{
    line-height: 1em;
}
ul.list_2 li a
{
    text-decoration: none;
    color: #747474;
    background: url(../Images/list_bg.gif) repeat-x bottom;
    padding: 7px 0 12px 9px;
    display: block;
    margin-left: 30px;
}
ul.list_2 li a:hover
{
    text-decoration: none;
    color: #c42121;
}
ul.list_2 li a.none
{
    background: none;
}
ul.list_2 li.bg1
{
    background: url(../Images/list2_img_1.gif) no-repeat 0 4px;
}
ul.list_2 li.bg2
{
    background: url(../Images/list2_img_2.gif) no-repeat 0 4px;
}
ul.list_2 li.bg2 a.none
{
    background: #fff;
}
ul.list_2 li.bg3
{
    background: url(../Images/list2_img_3.gif) no-repeat 0 4px;
}
ul.list_2 li.bg4
{
    background: url(../Images/list2_img_4.gif) no-repeat 0 4px;
}
ul.list_2 li.bg4 a.none
{
    background: #fff;
}
ul.list_2 li.bg5
{
    background: url(../Images/list2_img_5.gif) no-repeat 0 4px;
}
ul.list_2 li.bg6
{
    background: url(../Images/list2_img_6.gif) no-repeat 0 4px;
}
ul.list_2 li.bg6 a.none
{
    background: #fff;
}

ul.list_3
{
    margin: 0 0 15px 0;
    padding: 0px;
    list-style: none;
}
ul.list_3 li
{
    line-height: 1.64em;
    color: #c42121;
}
ul.list_3 li a
{
    text-decoration: none;
    color: #c42121;
}
ul.list_3 li a:hover
{
    text-decoration: none;
    color: #999;
}


/*==========================================*/

a
{
    text-decoration: underline;
    color: #689b2e;
}
a:hover
{
    text-decoration: none;
}

a.link_1
{
    text-decoration: underline;
    color: #689b2e;
    background: url(../Images/marker_link.gif) no-repeat 0 5px;
    padding-left: 10px;
    font-weight: bold;
}
a.link_1:hover
{
    text-decoration: none;
}

a.link_2
{
    text-decoration: underline;
    color: #c42121;
    float: right;
}
a.link_2:hover
{
    text-decoration: none;
}

.button
{
    background: url(../Images/button_bg.gif) repeat-x top;
    float: left;
    margin: 13px 0 0 0;
}
.button .bg_left
{
    background: url(../Images/button_bg_left.gif) no-repeat 0 0;
}
.button .bg_right
{
    background: url(../Images/button_bg_right.gif) no-repeat right 0;
    padding: 2px 16px 5px 17px;
}
.button .bg_right a
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.button .bg_right a:hover
{
    color: #000;
}

.clear
{
    clear: both;
}
.fright
{
    float: right;
}

#main
{
    background: #fff;
}
.main_indent
{
    padding: 20px 34px 34px 20px;
}

h5
{
    color: #c42121;
    font-size: 1em;
    font-weight: normal;
    margin: 0 0 4px 0;
}
h5.font_1
{
    font-weight: bold;
    margin: 0 0 15px 0;
}

.font_1
{
    color: #c42121;
}
.font_2
{
    color: #676d76;
    font-size: 1.18em;
    line-height: 1.08em;
}

p
{
    margin: 0 0 14px 0;
}

/*header*/
#header
{
    background: url(../Images/header_bg.jpg) no-repeat 0 93px;
    height: 245px;
}

.txt
{
    margin: 54px 0 32px 482px;
}


/*content*/
#content
{
    font-size: 12px;
    line-height: 19px;
    margin-top: 10px;
}
.title
{
    margin-bottom: 30px;
}
.title_2
{
    margin-bottom: 15px;
}
.title_3
{
    margin-bottom: 10px;
}
.img_left
{
    float: left;
    margin: 0 20px 10px 0;
}

.line_1
{
    background: url(../Images/line1_bg.gif) repeat-x left 13px;
    height: 26px;
    margin: 0 15px 0 20px;
}

/*footer*/
#footer
{
    padding: 18px 0 20px 0;
    font-family: tahoma;
    font-size: 12px;
    line-height: 1.45em;
    color: #999999;
}
#footer a
{
    color: #999999;
    text-decoration: none;
}
#footer a:hover
{
    text-decoration: underline;
}
#footer a.menu_link
{
    color: #477818;
    text-decoration: none;
    background: url(../Images/marker_menu_footer.gif) no-repeat 0 0;
    padding: 3px 0 10px 34px;
    margin-right: 14px;
}
#footer a.menu_link:hover
{
    text-decoration: none;
    color: #999;
}
#footer a.none
{
    color: #477818;
    text-decoration: none;
    padding: 3px 0 10px 34px;
    margin-right: 15px;
}
#footer a.none:hover
{
    color: #999;
}

/*================== index.html ==================*/
#page1 #content .col_1 .block
{
    margin-bottom: 5px;
}
#page1 #content .col_1 .ind
{
    padding: 10px 23px 21px 25px;
}
#page1 #content .col_2 .indent
{
    padding: 28px 30px 20px 30px;
    line-height: 1.09em;
}
#page1 #content .col_2 .img1
{
    position: relative;
    margin: -3px 0 0 2px;
}
#page1 #content .col_3 .ind
{
    padding: 23px 20px 21px 18px;
}
#page1 #content .col_3 .banner
{
    margin-bottom: 6px;
}
#page1 #content .col_3 .block_2
{
    margin-bottom: 5px;
}

/*================== index-1.html ==================*/
#page2 #content .col_1 .indent
{
    padding: 20px 30px 15px 24px;
}
#page2 #content .col_1 .ind
{
    padding: 10px 15px 15px 25px;
}
#page2 #content .col_1 .box
{
    width: 448px;
}
#page2 #content .col_1 .col_box_1
{
    width: 136px;
    margin-right: 8px;
}
#page2 #content .col_1 .col_box_2
{
    width: 141px;
    margin-right: 22px;
}
#page2 #content .col_1 .col_box_3
{
    width: 141px;
}
#page2 #content .col_1 .block
{
    margin-right: 5px;
}
#page2 #content .col_2 .ind
{
    padding: 20px 15px;
}

/*================== index-2.html ==================*/
#page3 #content .ind
{
    padding: 10px 15px 28px 25px;
}


/*==================block====================*/
.block
{
    background: #fff;
}
.block .left_top
{
    background: url(../Images/left_top_1.gif) left top no-repeat;
    width: 100%;
}
.block .right_top
{
    background: url(../Images/right_top_1.gif) right top no-repeat;
}
.block .right_bot
{
    background: url(../Images/right_bot_1.gif) right bottom no-repeat;
}
.block .left_bot
{
    background: url(../Images/left_bot_1.gif) left bottom no-repeat;
}
.block .left
{
    background: url(../Images/border_1.gif) repeat-y left;
}
.block .top
{
    background: url(../Images/top_1.gif) repeat-x top;
}
.block .right
{
    background: url(../Images/border_1.gif) repeat-y right;
}
.block .bot
{
    background: url(../Images/border_1.gif) repeat-x bottom;
}

.block_2
{
    background: #f7f7f7;
}
.block_2 .left_top
{
    background: url(../Images/left_top_2.gif) left top no-repeat;
    width: 100%;
}
.block_2 .right_top
{
    background: url(../Images/right_top_2.gif) right top no-repeat;
}
.block_2 .right_bot
{
    background: url(../Images/right_bot_2.gif) right bottom no-repeat;
}
.block_2 .left_bot
{
    background: url(../Images/left_bot_2.gif) left bottom no-repeat;
}
.block_2 .left
{
    background: url(../Images/border_2.gif) repeat-y left;
}
.block_2 .top
{
    background: url(../Images/top_2.gif) repeat-x top;
}
.block_2 .right
{
    background: url(../Images/border_2.gif) repeat-y right;
}
.block_2 .bot
{
    background: url(../Images/border_2.gif) repeat-x bottom;
}

.block_3
{
    background: url(../Images/top_3.gif) repeat-x top #e8e8e8;
}
.block_3 .left_top
{
    background: url(../Images/left_top_3.gif) left top no-repeat;
}
.block_3 .right_top
{
    background: url(../Images/right_top_3.gif) right top no-repeat;
}
.block_3 .right_bot
{
    background: url(../Images/right_bot_3.gif) right bottom no-repeat;
}
.block_3 .left_bot
{
    background: url(../Images/left_bot_3.gif) left bottom no-repeat;
    width: 100%;
}
.block_3 .ind
{
    padding: 28px 0 20px 0;
    text-align: center;
}

/*==========================================*/

.pageTitle
{
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 18px;
}

#menu
{
    width: 960px;
    height: 34px;
    line-height: 34px;
    background: #C82B2B url(../Images/MenuBG.gif) repeat-x;
}

.iconlist
{
    list-style: none;
    margin: 0 0 10px 5px;
    padding: 0;
}

.iconlist li.pj
{
    background-image: url(../Images/bullet_star.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 3px 0 3px 20px;
    margin-bottom: 10px;
}

.iconlist li.red
{
    background-image: url(../Images/bullet_red.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 3px 0 3px 20px;
    margin-bottom: 1px;
}

.dataGrid
{
    font-family: tahoma;
    font-size: 11px;
    border: solid 1px #7f7f7f;
    border-collapse: collapse;
    color: #333333;
    width: 100%;
}


/* header column rules */
.dataGrid .header th
{
    background: url(../Images/sprite.png) repeat-x 0px 0px;
    border-color: #5C819B #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #275067;
    padding: 4px 5px 4px 6px;
    vertical-align: bottom;
    text-align: left;
}

.dataGrid .header th a
{
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding-right: 10px;
}

.dataGrid td
{
    color: #333333;
    padding: 4px 10px 4px 10px;
    border-bottom: solid 1px #E1F1F8;
}

.dataGrid .rowHeader
{
    font-weight: bold;
}

.dataGrid .empty td
{
    padding: 0;
}

.dataGrid .empty .row td
{
    padding: 4px 10px 4px 10px;
}

.dataGrid td
{
    background-color: #FFF;
}

.dataGrid .alt td
{
    background-color: #F7FCFF;
}

.dataGrid .yellowBG td
{
    background-color: #FFFF97;
}

.dataGrid .redBG td
{
    background-color: #FF8282;
}

.dataGrid .pager td
{
    border: none;
    padding: 2px 4px;
    font-size: 110%;
    color: #666666;
}

.dataGrid .footer td
{
    background: url(../Images/sprite.png) repeat-x 0px 0px;
    color: #000;
    padding: 4px 5px 4px 10px;
    vertical-align: bottom;
    text-align: left;
    color: #003399;
    font-weight: bold;
    font-size: 11px;
}

.dataGrid .footer td a
{
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding-right: 10px;
}

.splitter
{
    width: 100%;
    margin-bottom: 3px;
}

.splitter .evenSplit
{
    float: left;
    width: 47%;
    padding: 6px;
}

.splitter .leftSmall
{
    float: left;
    width: 30%;
    padding: 6px;
}

.splitter .rightBig
{
    float: left;
    width: 65%;
    padding: 6px;
}

h2.regHeader
{
    margin-bottom: 6px;
}

hr.dashedSep
{
    border: none;
    border-bottom: 1px dashed #21461C;
    margin: 15px 0;
}

#map_canvas
{
    vertical-align: top;
    border: 2px solid #000;
    margin-top: 2px;
    margin-bottom: 2px;
}
#directions
{
    margin-top: 6px;
}

.tblContactInfo
{
    width: 100%;
}

.tblContactInfo .icon
{
    width: 70px;
    text-align: center;
    vertical-align: top;
    padding-bottom: 20px;
}

.tblContactInfo .ContactValue
{
    padding-bottom: 20px;
    vertical-align: top;
}

.tbl_grantRecips
{
    margin-left: 40px;
}

.tbl_grantRecips td
{
    padding-bottom: 6px;
}

.tbl_sponsors
{
    width: 100%;
    border-collapse:collapse;
}

.tbl_sponsors .alt td,
.tbl_sponsors .altTop td
{
     background-color: #F7FCFF;
}
.tbl_sponsors .altTop td
{
     border-top: 1px solid #EEE;
}

.tbl_sponsors .SponType
{
    font-weight: bold;
}
.tbl_sponsors .SponAmt
{
    font-weight: bold;
    padding-right: 20px;
    text-align: center;
}
.tbl_sponsors .SponBtn
{
    padding-right: 20px;
}
.tbl_sponsors .SponDesc
{
    padding-bottom: 12px;
    padding-right: 12px;
}
