/*=====================================================
 * general HTML
 */
 
body{
    margin:             0px;
    font-family:        verdana;
    font-size:          11px;
    line-height:        18px;
    color:              #989898;
    }
    
table{
    font-family:        verdana;
    font-size:          11px;
    line-height:        18px;
    color:              #989898;
}
	
td{
    vertical-align:	top;
    }

p{
    margin-top:     0px;
}

a{
    text-decoration:    none;
    color:              #989898;
    border:             0px;
}

img{
    border: 0px;
}

/*=====================================================
 * content zones
 */

.page{
    width:          702px;
    padding-top:    10px;
    margin-bottom:  10px;
    margin-left:    30px;
    text-align:     center;
}

.borders{
    text-align: left;
    position:   relative;
    border:     1px solid #999999;
}

.page_title{
    text-align:     left;
    padding-top:    40px;
    padding-left:   12px;
}

.sidebar{
    font-size:      10px;
    line-height:    13px;
    padding-bottom: 4px;
}

/*=====================================================
 * other styles
 */

.address{
    font-size:      11px;
    text-align:     right;
    margin-bottom:  4px;
}

.phead{
    font-weight:    bold;
}

.orange{
    color:  #F47920;
}

/*=====================================================
 * secondary nav
 */

.secondary_nav{
    width:      110px;
    border-top: 1px solid #999999;
}

.secnav_item{
    border-bottom: 1px solid #999999;
}

/*=====================================================
 * home page
 */

.banner_pub{
    width:          700px;
    border-bottom:  6px solid #f47920;
}

.banner_rfid{
    width:          700px;
    border-bottom:  6px solid #ffcd33;
}

/*=====================================================
 * partners page
 */

.partner{
    width:              200px;
    vertical-align:     bottom;
    text-align:         center;
    padding-bottom:     10px;
}

.partner_text{
    text-align:     left;
    padding-bottom: 40px;
}


