﻿body
{
    background-attachment: fixed;
    background-color: #000000;
    background-image: url(images/back_body.jpg);
    border: 0px solid #000000;
    margin: 0pt;
    padding: 0pt;
    font-family: Arial;
    font-size: 14px;
    text-align: justify;
    color: #cccccc;
}

img
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
}

a
{
    text-decoration: none;
    color: #20acb8;
}

a:hover
{
    text-decoration: none;
    color: #b5dfd3;
}

#container
{
    width: 775px;
    text-align: justify;
}

#video_banner
{
    width: 775px;
    height: 100px;
}

#nav_bar
{
    width: 775px;
    height: 100px;
}

a.link_black
{
    float: left;
    margin: 0;
    padding: 0;
    height: 24px;
    font-size: 12px;
    color: #333333;
    display: block;
    color: #FFFFFF;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
}
a.link_black:visited, a.link_black
{
    width: 95px;
    color: #FFFFFF;
    background: transparent url(images/btn_black.gif) no-repeat 0px 0px;
}
a.link_black:hover
{
    width: 95px;
    color: #333333;
    background: transparent url(images/btn_white.gif) no-repeat 0px 0px;
}
a.link_white
{
    float: left;
    margin: 0;
    padding: 0;
    height: 24px;
    font-size: 12px;
    color: #333333;
    display: block;
    color: #333333;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
}
a.link_white:hover, a.link_white:visited, a.link_white
{
    width: 95px;
    color: #333333;
    background: transparent url(images/btn_white.gif) no-repeat 0px 0px;
}

#main
{
    width: 775px;
    background-image: url(images/back_content.gif);
    background-repeat: no-repeat;
    min-height: 500px;
}

#main_content
{
    margin-left: 20px;
    width: 735px;
}

#content_heading
{
    font-size: 30px;
    font-weight: normal;
    text-align: center;
}

.recent_projects_list
{
    list-style: none;
    margin: 0;
    padding: 0;
}


#search_bar
{
    width: 250px;
    text-align: right;
}

#basic_search
{
    float: right;
    text-align: left;
    width: 175px;
}

#searchFieldHolder
{
    width: 165px;
    background: url(images/search_bar.gif) no-repeat;
}

input.search_box
{
    background: none;
    border: none;
    color: #000000;
    margin-left: 7px;
    width: 150px;
    height: 17px;
}

.dateFieldHolder
{
    width: 85px;
    background: url(images/date_bar.gif) no-repeat;
}

input.date_box
{
    background: none;
    border: none;
    color: #000000;
    margin-left: 7px;
    width: 70px;
    height: 17px;
}

#advanced_search
{
    background-image: url(images/adv_search_mid.gif);
    background-repeat: repeat-y;
    width: 247px;
    text-align: left;
}
.project_sno
{
    font-size: 12px;
}
.project_title
{
    font-size: 16px;
}

#project_date
{
    font-weight: bold;
    font-size: 10px;
    float: right;
}
