/* CSS Document */

*
{
    margin: 0;
    padding: 0;
}

.clear
{
    clear: both;
}

a
{
    text-decoration: none;
}


a img
{
    border: 0px;
}

img
{
    border: none;
}

.notext
{
    font-size: 0;
}

html
{
    height: 100%;
}

body
{
    font-family: Verdana;
    min-height: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    background: #cfd0d0 url(images/bg.jpg) repeat-x scroll 0 0;
}

.container
{
    width: 1000px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 0;
}

.main_shell
{
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 0;
}

.header
{
    background: #6e741e;
    height: 135px;
    padding: 0 100px;
    margin-bottom: 5px;
}

.header_link ul li
{
    display: inline;
}

.header_link ul li, .header_link ul li a
{
    color: #fbe639;
    font-size:11px;
}

.banner
{
    text-align: left;
}

.top_navigation
{
    margin-top: 37px;
}


.content
{
    background: #f2eec8 url(images/container1_bg.gif) no-repeat scroll 0 0;
    padding: 70px 100px 10px 100px;
    min-height:500px;
}

.photo_gallery_content
{
 background:#b7c527 url(images/container1_bg.gif) no-repeat scroll 0 0;
}

.search_container
{
    z-index: 999;
    width: 243px;
    height: 70px;
    position: absolute;
    margin-top: -5px;
    right: 100px;
}
.search_container1
{
    border-left: solid 5px White;
    border-right: solid 5px White;
    height: 28px;
    background: #6e741e;
    padding-top: 30px;
}

input.search_text
{
    width: 140px;
    height: 20px;
}

.main_content
{
    text-align: left;
}

.search, .search a
{
    color:#6E741E;
}

.search a:hover
{
    text-decoration:underline;
}

/* footer.php */

#footer
{
    background: #6e741e;
    height:70px;
    font-size: 11px;
    text-align: left;
    padding:0 100px;
}

#footer a
{
    color: #fbe639;
    text-decoration: none;
}
#footer a:hover
{
    text-decoration: underline;
}
#footer ul
{
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

#footer li
{
    display: inline;
}

#footer li a
{
    padding: 10px;
}

#footer li a.first
{
    padding-left:0;
}

.copy
{
 color:#fff;
 font-size:10px;   
}

/* jQuery lightBox plugin - Gallery style */
a.heading
{
    color: #fff;
}

a.heading:hover
{
    text-decoration:underline;
}


#gallery
{
    margin-top:5px;
    background-color: #6E741E;
    padding: 10px;
}
#gallery ul
{
    list-style: none;
}
#gallery ul li
{
    display: inline;
}
#gallery ul img
{
    border: 5px solid transparent;
    border-width: 5px 5px 20px;
}
#gallery ul a
{
    color: #aaa;
}
#gallery ul a:hover img
{
    border: 5px solid #fff;
    border-width: 5px 5px 20px;
    color: #fff;
}
#gallery ul a:hover
{
    color: #fff;
}

