/* 
    Document   : style.css
    Created on : 2010-05-26, 20:56:33
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

BODY {
	margin: 0px;
	padding: 0px;
	background: #f2f2f2;
	font: 11px Tahoma, sans-serif;
        color: #444444;
}
#container {
    margin: 0 auto;
    padding: 0px;
    width: 922px;
    height: 708px;
    background-image: url("images/mainBg5.gif");
}
#logo{
    width: 200px;
    height: 43px;
    float: left;
    margin-top: 23px;
    margin-left: 18px;
}
#logo a img {
    border: none;
    width: 200px;
    height: 43px;
}
#topMenu {
    float: left;
    width: 688px;
    height: 93px;
}
    #topMenuHorizontal {
        margin: 60px 0px 0px 100px;
    }
    #topMenuHorizontal, #topMenuHorizontal li {
        display: block;
        list-style: none;
        padding: 0;
    }
    #topMenuHorizontal li {
            float: left;
            margin: 0px 0px 0px 14px;
    }
    #topMenuHorizontal a:link, #topMenuHorizontal a:visited {
            font-family: Tahoma;
            text-decoration: none;
            display: block;
            color: #616161;
            font-size: 13px;
            font-weight: 500;
    }
    #topMenuHorizontal a:hover {
            color: #8c8c8c;
    }

#topSlogan{
        float: left;
        width: 312px;
        height: 199px;
}
#topBanner{
        float: left;
        width: 609px;
        height: 200px;
        border-left: solid 1px #e7e7e7;
}

#leftColumn{
        float: left;
        width: 312px;
        min-height: 408px;
}
#leftMenu {
    margin: 50px 0 0 80px;
    padding: 0px;
    list-style-type: none;
}
#leftMenu li {
    text-align: right;
    margin: 4px 10px 4px 0px;
    padding: 4px 0px 7px 0px;
    border-bottom: dashed 1px #bbbbbb;
}
#leftMenu li a {
   color: #687ca1;
   text-decoration: none;
   font-size: 12px;
   font-weight: bold;
}
#leftMenu li a span{
    color: #ff8400;
    margin-left: 20px;
}
#leftMenu li a:hover {
    color: #93b0e4;
}
#leftContent{
   text-align: right;
   margin: 70px 20px 0px 50px;
   color: #687ca1;
   text-decoration: none;
   font-size: 12px;
   line-height: 140%;
}
#leftRssContent {
   margin: 70px 20px 0px 50px;
   font-size: 10px;
   line-height: 145%;
}
#leftRssContent p {
    margin: 0px 0px 20px 0px;
}
#leftRssContent p span{
    font-weight: bold;
}
#leftRssContent p span a, #leftRssContent p a{
    text-decoration: none;
    color: #687ca1;
}
#leftRssContent p span a:hover, #leftRssContent p a:hover{
    color: #9bb9f0;
}

#rightColumn{
        float: left;
        width: 610px;
        min-height: 408px;
}
#content {
    background-color: #ffffff;
    margin: 27px 0px;
    padding: 15px 30px;
    color: #444444;
    line-height: 145%;
    min-height: 332px;
    font-size: 11.5px;

}
#footerBar{
    width: 922px;
    height: 143px;
    background-image: url("images/footerBarContent1.png");
}

#footerMenu{
    float: left;
    width: 702px;
    margin: 7px 0 20px 20px;
    padding-bottom: 20px;
}
#footerMenu a {
    float: left;
    text-decoration: none;
    color: #444444;
    font-size: 10px;
    margin: 0px 10px 0px 10px;
}
#footerMenu span {
    float: left;
    width: 1px;
    height: 9px;
    background-image: url("images/vericalDottedLine.png");
    margin-top: 2px;
}
#copyrights{
    width: 200px;
    color: #9fa9ac;
    float: left;
    margin: 7px 0 20px 0;
    font-size: 10px;
}

.clear {
    clear: both;
}
#flags {
    position: relative;
    left: 520px;
    top: 0px;
    width: 57px;
}
#flags a {
    margin: 0px 2px;
    padding: 2px;
}
#flags a:hover {
    background-color: #e2e2e2;
}

#flags a img{
    border: none;
}