body 
{
    font-family: Arial, Verdana, Tahoma;
    font-size: 0.8em;
    color: #898989;
    margin:0px;
    background: url(../images/background-rpt.gif) repeat-x #FFFFFF;
}

.Clear { clear: both; }

img { border: 0px; }

.ActionButton 
{
    background-color: #c8cde7;
    border: 1px #1e1f6f solid;
    color: #1e1f6f;
    padding: 5px 15px 5px 15px;
}

h1 
{
    color: #1e1f6f;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

h2 
{
    color: #1e1f6f;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

h3 
{
    color: #1e1f6f;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0px;
    padding-top: 10px;
}

a {color: #1e1f6f; text-decoration: none;}
a:hover {color: #898989; text-decoration: none;}

a.TitleLink {color: #1e1f6f; text-decoration: none;}
a.TitleLink:hover {color: #898989; text-decoration: none;}

a.Grey {color: #898989; text-decoration: none;}
a.Grey:hover {color: #1e1f6f; text-decoration: none;}

a.NewsBlue {color: #1e1f6f; text-decoration: none; font-size: 80%;}
a.NewsBlue:hover {color: #898989; text-decoration: none; font-size: 80%;}

#Wrapper 
{
    margin: 0 auto;
    width: 700px;
}

#Banner 
{
    height: 90px;
    width: 700px;
}

#Banner .Logo 
{
    float: left;
    width: 410px;
    height: 90px;
}

#Banner .SocialLinks 
{
    margin-top: 60px;
    float: right;
    width: 111px;
}

#Banner .SocialLinks .YouTube
{
    width: 45px;
    float: left;
}

#Banner .SocialLinks .Additional
{
    width: 22px;
    float: left;
}

#Navigation 
{
    width: 700px;
    height: 60px;
    background: url(../images/navigation-bg.gif) no-repeat;
}

#ContentContainer 
{
    width: 660px;
    min-height: 200px;
    height: auto !important;
    height: 200px;
    padding: 20px;
    background-color: #FFFFFF;
}

#ContentContainer .Left 
{
    float: left;
    width: 430px;
    margin-right: 15px;
}

#ContentContainer .Right 
{
    float: right;
    width: 200px;
    margin-left: 15px;
}

#ContentContainer .Right .Images 
{
    width: 198px;
    position:relative;
    margin:auto;
    overflow:hidden;
}

#ContentContainer .Right .Images img 
{
    border: 1px #1e1f6f solid;
    width: 198px;
}

#ContentContainer .Right .Images .comment
{
    position:absolute;   
    width:198px;
    height: 20px;
    top:400px;
    left:1px;
    background: url(../images/galleryButtonBg.png);
    padding: 10px;
    text-align: center; 
    font-weight: bold;
    color: #FFFFFF;
}

#Footer 
{
    width: 660px;
    margin: 20px;
    min-height: 80px;
    height: auto !important;
    height: 80px;
    font-size: 90%;
}

#Footer .top 
{
    width: 660px;
    height: 7px;
}

#Footer .main 
{
    width: 660px;
    min-height: 80px;
    height: auto !important;
    height: 80px;
    background-color: #efefef;
}

#Footer .items 
{
    width: 145px;
    float: left;
    padding: 10px;
}

#Footer .items .title 
{
    height: 20px;
    font-weight: bold;
    color: #1e1f6f;
}

#Footer .bottom 
{
    width: 660px;
    height: 7px;
}

/** Contact Module **/

.ContactColumn 
{
     width: 210px;
     float: left;
     padding-right: 10px;
}

.ContactColumn .Row 
{
    width: 210px;
    min-height: 25px;
    height: auto !important;
    height: 25px;
    color: #1e1f6f;
    font-weight: bold;
}

.ContactColumn .Row .Label 
{
    width: 60px;
    margin-right: 10px;
    float: left;
}

.ContactColumn .Row .Input 
{
    width: 130px;
    float: right;
    margin-right: 10px;
}

.ContactColumn .Row .Input .InputStyle 
{
    width: 128px;
    background-color: #c8cde7;
    border: 1px #1e1f6f solid;
    color: #1e1f6f;
}

.ContactColumn .Row .InputStyle_MultiRow 
{
    width: 193px;
    height: 80px;
    background-color: #c8cde7;
    border: 1px #1e1f6f solid;
    color: #1e1f6f;
}

/** News Module **/

.NewsItem 
{
    margin: 10px 0px 10px 0px;
    width: 430px;
    padding-bottom: 10px;
    border-bottom: 1px #1e1f6f dotted;
}

.NewsItem .Image 
{
    width: 94px;
    padding-right: 6px;
    float: left;
}

.NewsItem .Content 
{
    padding-left: 10px;
    width: 320px;
    float:right;
}

.NewsItem .Content .Title 
{
    color: #898989;
    font-weight: bold;
    font-size: 110%;
}

.NewsItem .Content .Posted 
{
    color: #898989;
    font-weight: bold;
    font-size: 80%;
}
