/*
Theme Name: IFG Splash with flash
Theme URI: http://
Description: exclusive
Version: 1.0
Author: Techbridge
Author URI: http://techbridge.ca/
*/

html, body {
width:100%;
position: relative;
margin: 0;
padding: 0;
}

.clear {
clear: both !important;
width: 100%;
height: 1%;
overflow: hidden;
display: block;
margin: 0;
}

body {
background: #4f4a43 url('images/bg.png') left top repeat-x;
color: #fff;
font: 83%/1.4 arial, helvetica, sans-serif;
line-height: 170%;
}
body#home {
background-image: url('images/bg-home.png');
}

a {
color: #6e3f21;
text-decoration: underline;
}

a:hover {
color: #946242;
text-decoration: none;
}

a img {
border: none;
}

div {
position: relative;
}

td, p, h1, h2, h3, h4, h5, h6 {
font-family: arial, helvetica, sans-serif;
}

div#wrap {
text-align: center;
width: 100%;
margin: 0 auto;
padding: 0;
}

div#wrap-in {
text-align: left;
width: 938px;
margin: 0 auto;
}

div#header {
background: #fff;
color: #666;
width: 100%;
height: 85px;
z-index: 9999;
}
    div#header #logo {
    position: absolute;
    left: 0;
    top: 0;
    }
        div#header #logo a {
        background: url('images/ifg.png') left top no-repeat;
        display: block;
        width: 320px;
        height: 85px;
        }
    div#header #contact {
    position: absolute;
    right: 0;
    top: 20px;
    line-height: 120%;
    font-size: 12px;
    }
        div#header #contact p {
        margin: 0;
        padding: 0;
        }
        div#header #contact,
        div#header #contact ul,
        div#header #contact li {
        list-style: none;
        padding: 0;
        margin: 0;
        }
        div#header #contact strong {
        color: #993300;
        font-weight: bold;
        width: 50px;
        text-align: right;
        display: block;
        float: left;
        clear: left;
        padding-right: 18px;
        }
        div#header #contact i {
        display: block;
        float: right;
        clear: right;
        border: 1px solid olive;
        }
				div#header #contact .divider img {
				margin-top: 2px;
				}

div#mid {
height: 369px;
background: #000;
}
.tbnr {
height: 250px !important;
}
    .tbnr ul li.widget a {
    position: static !important;
    }

body#home div#mid {
background: #000 url('images/bgpic.jpg') left top no-repeat;
}
    div#mid a#ifgpr {
    display: block;
    position: absolute;
    top: 40px;
    background: url('images/ifgpr.jpg') left top no-repeat;
    width: 274px;
    height: 301px;
    left: 61px;
    }
    div#mid a#ifgfs {
    display: block;
    position: absolute;
    top: 40px;
    background: url('images/ifgfs.jpg') left top no-repeat;
    width: 271px;
    height: 301px;
    left: 335px;
    }
    div#mid a#ifgts {
    display: block;
    position: absolute;
    top: 40px;
    background: url('images/ifgts.jpg') left top no-repeat;
    width: 274px;
    height: 301px;
    left: 606px;
    }
    div#mid p,
    div#mid ul,
    div#mid ul li{
    padding: 0;
    margin: 0;
    list-style: none;
    }


div#shad {
text-align: center;
z-index: 90;
width: 938px;
margin: 0 auto;
margin: 0 auto -40px auto;
background: #fff;/*#1d1c1a;*/

-moz-box-shadow: -10px 0 10px rgba(50,50,50,0.4), 10px 0 10px rgba(50,50,50,0.4), 0 10px 20px rgba(50,50,50,0.4);
-webkit-box-shadow: -10px 0 10px rgba(50,50,50,0.4), 10px 0 10px rgba(50,50,50,0.4), 0 10px 20px rgba(50,50,50,0.4);
box-shadow: -10px 0 10px rgba(50,50,50,0.4), 10px 0 10px rgba(50,50,50,0.4), 0 10px 20px rgba(50,50,50,0.4);

behavior: url(/PIE.htc);
}

.shome,
.shome #content {
background: #1d1c1a !important;
}


#slogan {
font-size: 19px;
font-weight: normal;
padding: 8px;
background: #000;
color: #e2e2e2;
text-align: center;
}

#content {
background: #fff;
color: #333;
text-align: left;
}

h1, h2, h3, h4, h5, h6 {
color: #a13204;
font-weight: normal;
padding: 0;
margin-top: 0;
}

.center #content,
.center {
text-align: center;
}

#menu {
background: #6b6a6a url('images/menu-bg.png') left bottom repeat-x;
width: 100%;
height: 48px;
position: absolute;
left: 0;
bottom: 0;
white-space: nowrap;
z-index: 8888;
}
    #menu a {
    height: auto !important;
    }
    #menu ul {  }
    #menu ul, 
    #menu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 48px;
    }
    #menu ul li {
    float: left;
    line-height: 47px;
    -moz-text-shadow: 0 0 1px rgba(0,0,0,0.9);
    -webkit-text-shadow: 0 0 1px rgba(0,0,0,0.9);
    text-shadow: 0 0 1px rgba(0,0,0,0.9);
    display: block;
    position: static;
    background: url('images/menu-div.png') 0 1px no-repeat;
    }

        #menu ul li a {
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
        display: block;
        position: static;
        height: 48px;
        padding: 0 32px;
        }
        #menu ul li.current-menu-item,
        #menu ul li a:hover {
        color: #fff;
        background: #5a331a url('images/menu-bg-over.png') left top repeat-x !important;
        }
            #menu ul li ul {
            display: none;
            position: absolute;
            z-index: 7777;
            background: #392001;
            height: auto;
            margin: 0;
            padding: 8px 0;
            -moz-box-shadow: 4px 5px 6px rgba(0,0,0,0.5);
            -webkit-box-shadow: 4px 5px 6px rgba(0,0,0,0.5);
            box-shadow: 4px 5px 6px rgba(0,0,0,0.5);
            }
                #menu ul li ul li,
                #menu ul li ul li a,
                #menu ul ul li li.current-menu-item,
                #menu ul li.current-menu-item li  {
                float: none;
                margin: 0;
                padding: 0;
                background: none !important;
                border: none;
                height: auto;
                line-height: 120%;
                font-weight: normal;
                }
                #menu ul li ul li a {
                margin: 0 8px;
                padding: 6px 10px 7px 16px;
                background: transparent url('images/menu-x.gif') 6px 12px no-repeat !important;
                }
                #menu ul li ul li a:hover,
                #menu ul ul li li.current-menu-item a {
                color: #fff;
                background: #483014 url('images/menu-x.gif') 6px 12px no-repeat !important;
                font-weight: bold;
                }


#menu ul.menu { margin:0; padding:0; display:table; border:none; }
#menu ul.menu li { margin:0; padding:0; list-style:none; float:left;  margin:0; }
#menu ul.menu li a { display:block; text-decoration:none; }

#menu ul.menu li ul li ul {  margin:-20px 0 0 0; padding:0; border-bottom-width:0; }
#menu ul.menu li ul li ul li{ float:none;  border:0;  }
#menu ul.menu li ul li ul li a { display:block; border:0; }




#sidebar1 {
width: 190px;
margin: 10px 0 0 0;
padding: 0;
}
    #sidebar1 ul {
    padding: 0;
    margin: 0;
    }
        #sidebar1 ul li {
        list-style: none;
        padding: 0;
        margin: 0 0 30px 0;
        }
            #sidebar1 ul li h2,
            #sidebar1 ul li h3 {
            color: #6e3f21;
            font-size: 22px;
            font-family: verdana;
            font-weight: normal;
            margin: 0 0 20px 0;
            }
    #sidebar1 label {
    color: #6e3f21;
    }
    #sidebar1 select {
    outline: none;
    }


table td.cleft {
background: #e8e8e8;
padding: 20px;
}

table td.cright {
width: 100%;
padding: 40px 60px 40px 60px;
}


.breadcrumb {
margin: 0 0 20px 0;
}


#slide-panel { 
z-index: 9999;
background-color: #333; display:none; height:100px; margin:auto; border: none; 
-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
#slide-panel * { color: #fff; }
.slide { width:950px; margin: 0 auto; }
.slide .btn-slide {
outline: none;
color: #c2a99f;
display:block;
float: right;
font-size: 10px;
height: 18px;
line-height: 22px;
padding: 0 18px 4px 18px;
text-decoration:none;
margin-right: 5px;
background-color: #544d44;
opacity: 0.9;
/*
-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
box-shadow: 0 2px 5px rgba(0,0,0,0.5);
*/
}
.slide .btn-slide:hover {color: #c2a99f; opacity: 1; }
#slide-panel a {color: #c2a99f; margin: 0; padding: 0;}
#slide-panel .loginform {width:950px; margin:auto; color:#999;}
#slide-panel .formdetails {color:#FFF; font-size:12px;padding:5px;}
#slide-panel .formdetails input{border:none; padding:2px 5px 2px 5px; background-color:#333; border: 1px solid #555; }
#slide-panel .loginregister {color:#999; padding:5px;}
#slide-panel .loginregister a {color:#FFF; font-size:11px; text-decoration:underline;}
#slide-panel .loginform h2 {padding:10px 10px 10px 0; font-size:18px; font-weight:normal; text-transform:uppercase;}
#slide-panel .loginform ul li {display:inline;}
#slide-panel .loginform ul li a {color:#FFF; font-size:12px; text-decoration:underline;}


.tbnr img {
position: absolute;
left: 0;
top: 0;
}



#footer {
/*width: 100%;*/
background: #9b9893;
color: #fff;
margin: 0;
border: 1px solid #9b9893;
text-align: left;
}
    #footer h1, #footer h2, #footer h3, #footer h4 {
    font-size: 20px;
    color: #59544e;
    }
    #footer .inner1 {
    margin: 20px 0 20px 10px;
    width: 210px;
    float: left;
    }
        #footer .inner1 small {
        font-size: 11px;
        }
    #footer .inner2 {
    margin: 20px 10px 20px 0;
    float: right;
    width: 690px;
    }


#menufooter {
margin: 0 0 10px 0;
}
    #menufooter ul,
    #menufooter ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    }
    #menufooter ul li {
    width: 100px;
    float: left;
    margin: 0 8px 0 0;
    }
    #menufooter ul li,
    #menufooter ul li a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    line-height: 150%;
    font-size: 11px;
    }
        #menufooter ul li ul {
        margin: 5px 0 0 0;
        }
            #menufooter ul li li,
            #menufooter ul li li a {
            font-size: 11px;
            font-weight: normal;
            }


#sidebar5 {
margin: 0 0 10px 0;
line-height: 120%;
color: #524b43;
}
#sidebar5,
#sidebar5 ul,
#sidebar5 li {
margin: 0;
padding: 0;
list-style: none;
}
    #sidebar5 p {
    margin: 0 0 10px 0;
    padding: 0;
    }
    #sidebar5 h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: normal;
    }
    #sidebar5 h3 {
    margin: 0 0 8px 0;
    color: #524b43;
    font-weight: normal;
    }
    #sidebar5 small {
    font-size: 10px;
    }
    #sidebar5 a {
    text-decoration: none;
    color: #fff;
    }
    #sidebar5 em {
    font-size: 14px;
    font-style: normal;
    color: #fff !important;
    }
    #sidebar5 em strong {
    color: #524b43 !important;
    }
    

/* select */

.oppor input.input {
padding: 4px 0;
}

.oppor input.input,
.selectDark {
/*background: url("images/darkBackground.gif") no-repeat top left;*/
border: 1px solid #c1c1c1;
background: #efefef;
font-size:12px;
z-index: 111;
float: right;
outline: none;
}




.widget_search #searchsubmit,
.button {
background: #6e3f21;
color: #fff;
border: none;
font-size: 16px;
padding: 2px 20px;
cursor: pointer;
}

.postnav .fleft { float: left }
.postnav .fright { float: right }

#fls {
width: 939px;
height: 469px;
}


