﻿

#content-main
{
    margin-left: auto;
    margin-right: auto;
    background-color: White;
    padding: 10px 10px 10px 10px;
    border-top: solid 3px #6699cc;
}


#content-main a:hover
{
    color: #ffffff;
    background-color: #ED8526;
}


.content-main h1
{
    margin-bottom: 0px;
    font-size: 20px;
    color: #4ca6cb;
}

.content-main h2
{
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 17px;
    color: #333333;
}

.centre
{
    width: 820px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}


#SearchPanel a:link, #SearchPanel a:visited
{
    color: #333333;
    text-decoration: underline;
    font-weight: normal;
    font-size: 10px;
}

#top-info-links
{
    top: 150px;
    position: absolute;
    left: 72px;
    z-index: 2;
}
#top-info-Date
{
    top: 5px;
    position: absolute;
    left: 10px;
    color: #211F32;
    font-size: 12px;
}
#TopItems
{
    top: 3px;
    position: absolute;
    right: 10px;
    color: #211F32;
    font-size: 13px;
}

#TopItems a:link, #TopItems a:visited
{
    color: #211F32;
    text-decoration: none;
    font-weight: normal;
}

#TopItems a:hover
{
    color: #ffffff;
    text-decoration: none;
    background-color: #ED8526;
    font-weight: bold;
}

#TopDropDown
{
    position: absolute;
    left: 10px;
    top: 90px;
}

#top-info-links a:link, #top-info-links a:visited
{
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

#top-information
{
    margin-left: auto;
    margin-right: auto;
    width: 820px;
    height: 152px;
    background-image: url(../../images/topbg.gif);
    margin-top: 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body
{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #666666;
}

h1
{
    font-size: 20px;
        color: #6699cc;

}

p
{
    margin: 10px 0;
}

p.no-padding-no-margin
{
    padding: 0;
    margin: 0;
}

hr
{
    color: #ED8526;
    background-color: #E5E5E5;
    height: 1px;
    border: 0;
}

blockquote p
{
    margin: 2px 0;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


body a:link
{
    color: black;
    text-decoration: underline;
}

a:visited
{
    color: black;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#FooterLinks
{
    margin-left: auto;
    margin-right: auto;
    color: #ED8526;
    font-size: 12px;
    }

#FooterLinks a:hover
{
    color: #ffffff;
    background-color: #ED8526;
}


#FooterLinks a:link, #FooterLinks a:visited
{
    color: #efefef;
    text-decoration: underline;
    font-weight: normal;
    font-size: 12px;
}


#footer
{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 820px;
    color: #211F32;
    font-size: 11px;
    background-color: White;
    bottom:5px;
}

#SiteDesign
{
    position: absolute;
    right: 10px;
    font-size: 10px;
    color: #211F32;
    bottom: 0px;
}


#SiteDesign a:link, #SiteDesign a:visited
{
    color: #211F32;
    text-decoration: underline;
    font-weight: bold;
}

#SiteVersion
{
    position: absolute;
    left: 10px;
    font-size: 10px;
    color: #211F32;
    bottom: 0px;
    direction: ltr;
}

#SiteVersion a:link, #SiteVersion a:visited
{
    color: #211F32;
    text-decoration: underline;
    font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.textbox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: black;
    background-color: Window;
}

.button
{
    cursor: pointer;
    font-size: 13px;
    color: #efefef;
    background-color: #666666;
    font-weight: bold;
}

.SearchTextbox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fd3400;
    width: 150px;
    background-color: #e4c49e;
}

.Searchbutton
{
    cursor: pointer;
    font-size: 12px;
    color: #fd3400;
    background-color: #e4c49e;
    font-weight: bold;
}

.DropDown
{
    font-weight: bold;
    font-size: 12px;
    color: #211F32;
    background-color: #DF9F6E;
}

img
{
    border: none;
}

.photo-border
{
    border: 2px solid gray;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,strength=4);
}

.photo-border-1
{
    border: 1px solid gray;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,strength=4);
}

.photo-border-map
{
    border: 1px solid gray;
    margin-top: 5px;
    margin-bottom: 5px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,strength=4);
}

.ItemThumbBorder
{
    height: 165px;
    width: 164px;
    padding-top: 6px;
    background-repeat: no-repeat;
    background-image: url(../../images/Thumb_bg.jpg);
}

.ItemLargeBorder
{
    height: 550px;
    width: 553px;
    padding-top: 20px;
    background-repeat: no-repeat;
    background-image: url(../../images/LargeImage_bg.jpg);
}

.photo-float-left
{
    float: left;
}

img
{
    border: 0;
}


