/**
 * Layout CSS file
 *
 * @author  George Alin Costea
 * @company Advocy
 * @version 1.0
 * @CSS 2
 * @IEHACKS
 */

#wrapper { margin: auto; width: 780px; }
/* {{{ */
    #main {  float: left; background-image: url(../img/big_dove_bg.jpg);
             background-position: 0% 0%; background-repeat: no-repeat;
             width: 780px; background-color: White; }
    /* {{{ */
        #header  { float: left; width: 780px; height: 110px; clear: both; }
        /* {{{ */
            #logo         { float: left; margin: 25px 0px 10px 30px; *margin: 25px 0px 10px 15px;
                            display: block; }
            #header_image { float: right; *margin-right: -3px; }
        /* }}} */
        #content { float:left; clear: none;
                   margin: 0px 12px 0px 0px; *margin: 0px 6px 0px 0px; }
        /* {{{ */
            #bag    { float:left; clear:left; width:760px;
                      margin:10px 0px 0px 10px; *margin:10px 0px 0px 8px; }
            /* {{{ */
                .box1 { float:left; clear:both; width:760px; background-color: #B4C9DF;
                        background-image:url(../img/box1bg.png); background-position:0% 0%;
                        background-repeat:repeat-x; margin:0px 0px 20px 0px; }
                .box2 { float:left; clear:both; width:760px; background-color:#7a8c9a;
                        background-image:url(../img/box2bg2.png); background-position:0% 0%;
                        background-repeat:repeat-x; margin:0px 0px 20px 0px; *padding-bottom:10px; }
                 /* {{{ */
                     .box2l { float:left; clear:left; width:240px; margin:8px 0px 8px 8px;
                              *margin:8px 0px 8px 4px; }
                     /* {{{ */
                         .imgCont,
                         .imgCont a:link,
                         .imgCont a:visited,
                         .imgCont a:hover { float:left; width:233px; clear:both; border:solid 0px #555555;
                                    background-image:url(../img/imgbg.png);
                                    background-position:0% 100%; background-repeat:repeat; }
                         
                     /* }}} */
                     .box2r { float:right; clear:right; width:490px; margin:8px 8px 8px 0px;
                              *margin:8px 4px 8px 0px; }
                 /* }}} */
            /* }}} */
            #footer { float: left; width: 760px; background-color:#3750ab;
                      margin: 0px 0px 7px 10px; margin: 0px 0px 7px 8px; *padding-bottom:10px; clear: both; }
            /* {{{ */
                dl#footerAs   { float: left; clear: none; list-style-type: none; }
                #footerAs dd  { float: left; clear: none; margin: 0px 1px 0px 1px;
                                font-size: 12px; color: gray; }
            #brochure     { float: left; clear: none; margin: 5px 0px 10px 15px;
                            width: 230px; *width: 222px; background-color: black; *padding: 0px 0px 10px 0px;
                            background-image: url(../img/nav_box_bg.png); background-repeat: repeat-x;
                            background-color: #638666; border: solid 1px #8ca48e;height:80px;}
            #visit        { float: left; clear: none; margin: 5px 0px 10px 15px;
                            width: 230px; *width: 222px; background-color: black; *padding: 0px 0px 10px 0px;
                            background-image: url(../img/nav_box_bg.png); background-repeat: repeat-x;
                            background-color: #638666; border: solid 1px #8ca48e;height:80px; }
            /* {{{ */
                .leftd  { float: left; width: 140px; *width: 130px; margin: 10px 0px 10px 10px; *margin-left:5px; }
                .rightd { float: right; clear: right; width: 50px; *width: 40px; margin: 10px 10px 0px 5px; }
            /* }}} */
            #location     { float: left; clear:right; margin: 5px 0px 10px 15px;
                            width: 230px; *width: 222px; background-color: black; height:80px;
                            background-image: url(../img/nav_box_bg.png); background-repeat: repeat-x;
                            background-color: #638666; border: solid 1px #8ca48e; }
            /* {{{ */
                #locationin { float:left; clear:both; width:230px; *width:222px;
                              background-image:url(../img/map.png); background-position:100% 0%;
                              background-repeat:no-repeat; height:79px; }
                #locationin2 { float:left; clear:both; width:150px; margin:10px 0px 10px 10px;
                               *margin:10px 0px 10px 5px; }
            /* }}} */

            /* }}} */
        /* }}} */
        /* }}} */
    /* }}} */
/* }}} */
