/*
Theme Name: onlinembaprograms
Version: 1.0
*/


body{
    margin: 0px;
    padding: 0px;
    background-color: #fbe49b;
    font-family: Helvetica;	
	font-size:.90em;
}

img{
    border: 0px;
}

#container{
    min-height: 500px;
    width: 960px;
    margin: 0px auto;
    background-color: #ffffff;
    position: relative;
}

#header{
    background-color: #fbe49b;
    height: 63px;
}

#header h1{
    padding: 7px 0px 0px 65px;
    margin: 0px;
    font-size: 2.55em;
    float: left;
    background: transparent url('images/briefcase.png') scroll no-repeat left 4px;
	line-height:1.45em;
}

#header h1 a{
    color: #082851;
    text-decoration: none;
}

#nav{
    float: right;
    padding: 26px 0px 0px 0px;
    height: 37px;
}

#nav img{
    float: left;
}

#nav ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: inline;
}

#nav ul li{
    height: 37px;
    float: left;
    background: transparent url('images/bg_nav.png') scroll repeat-x top left;
}

#nav ul li a{
    color: #ecc858;
    text-decoration: none;
    font-size: 1.4em;
    display: block;
    padding: 6px 19px 5px 13px;
    border-left: #555555;
}

#nav ul li a:hover, #nav ul li.current_page_item a {
    background: #5784ab url('images/bg_nav_active.png') scroll no-repeat top right;
    border-left: 1px solid #000000;
    padding: 6px 19px 10px 12px;
}

#search{
    background-color: #669ac8;
    height: 213px;
    position: relative;
    margin: 0px 0px 12px 0px;
}

#search .left{
    float: left;
    width: 393px;
}

#search .left h2{
    padding: 5px 0px 0px 100px;
    width: 270px;
    margin: 0px;
    font-weight: normal;
}


#search .left div{
    padding: 0px 0px 2px 50px;
}

#search .left div select{
    width: 17em;
}

#search .right{
    float: right;
    width: 567px;
    background: #5784ab url('images/bg_search.jpg') scroll no-repeat top left;
}

#search .right div{
    height: 199px;
    padding: 14px 140px 0px 67px;
    color: #ffffff;
    background: transparent url('images/clappers.jpg') scroll no-repeat right bottom;
}

#bluebar{
    height: 20px;
    background-color: #5183AC;
}

#content .left #search2 h3 {
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
    font-size: 1.4em;
    margin: 0px;
	padding:0 0 5px 40px;
}

#search2 div{
    font-size: 1.0em;
    padding: 2px 0px 2px 20px;
}

#search2 div select{
    width: 14em;
}

#clappers{
    float: right;
    padding: 13px 0px 0px 0px;
}

#threecol{
    border: 11px solid #DE5941;
    height: 228px;
}

#threecol form{
    padding: 0px;
}

#threecol .left, #threecol .mid, #threecol .right{
    width: 220px;
    padding: 10px 44px;
    min-height: 208px;
    float: left;
    text-align: center;
}

#threecol .left a img, #threecol .mid a img, #threecol .right a img{
    padding: 10px 0px 0px 0px;
}

#threecol .left, #threecol .mid{
    border-right: 4px solid #DE5941;
}

#content{
    background-color: #ffffff;
    margin: 25px 0px 0px 0px;
}

#content .left{
    float: left;
    width: 300px;
}

#content .left h3{
    font-size: 1.2em;
    font-weight: normal;
    padding: 5px 10px 3px 10px;
    margin: 0px;
    background-color: #5183AC;
    color: #FFE79B;
}

#content .left ul{
    list-style-type: none;
    margin: 5px 0px 10px 0px;
    padding: 0px 0px 0px 40px;
}

#content .left ul li a{
    display: block;
    border-bottom: 2px solid #FFE79B;
    padding: 2px 0px;
    text-decoration: none;
    color: #000000;
    font-size: .9em;
}

#content .right{
    float: right;
    width: 625px;
    padding: 0px 20px 0px 15px;
}

#content .right h2{
    margin: 0px;
    padding: 0px;
    font-size: 2em;
}

#freesash{
    width: 111px;
    height: 112px;
    background: transparent url('images/freesash.gif') scroll no-repeat top left;
    position: absolute;
    top: 59px;
    left: -3px;
}

#scrollleft{
    width: 24px;
    height: 276px;
    background: transparent url('images/scroll_left.png') scroll no-repeat top left;
    position: absolute;
    top: 275px;
    left: -24px;
}

#scrollright{
    width: 28px;
    height: 276px;
    background: transparent url('images/scroll_right.png') scroll no-repeat top left;
    position: absolute;
    top: 275px;
    right: -28px;
}

.clr{
    clear: both;
}


#footer {
background-color:#5183AC;
color:#FFE79B;
font-size:1.0em;
font-weight:normal;
margin:0;
padding:5px 10px 3px;
text-align:center;
}
#footer a:link {
color:#FFE79B;
}
