/*Reset CSS to even Playing Ground*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, samp,small, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, le, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit;	vertical-align: baseline;	text-decoration: none;}:focus {	outline: 0;}body {	background: white;	line-height: 1; font-size: 62.5%;}ol, ul {	list-style: none;}table {	border-collapse: separate;	border-spacing: 0;}caption, th, td {	text-align: left;	font-weight: normal;}blockquote:before, blockquote:after,q:before, q:after {	content: "";}blockquote, q {	quotes: "" "";}

body{
    background:url("i/hbnica_hp_bg.gif") repeat-y scroll center top #DCE4BD;
    color:#555;
    font-family: arial,helvetica,sans-serif;
}
#container{
    margin: 0 auto;
    width: 800px;
    position: relative;
    padding-top: 20px;
}
#admin{
    position: absolute;
    top: 20px;
    right: 80px;
    font-size: 1.1em;
}
#admin a{
    color: #555;
}

#logo{
    display: block;
}
#gnav{
    background-color: #0089A3;
    height: 25px;
    padding: 0 0 0 290px;
    border-bottom: 5px solid #CF9800;
    z-index: 10;
}
#gnav ul{
    height: 25px;
    z-index: 10;
}
#gnav li{
    float: left;
    padding: 0 10px;
    line-height: 25px;
    height: 25px;
    position: relative;
    z-index: 10;
}
#gnav ul ul{
    position: absolute;
    top: 25px;
    left: 0;
    height: auto;
    width: 120px;
    z-index: 10;
    background-color:  #EEF1DE;
    display: none;
}
#gnav ul li:hover ul, #gnav ul li.hover ul{
    display: block;
}
#gnav li li:hover, #gnav li li.hover{
    background-color: #A5D5DF;
}
#gnav li li{
    float: none;
    height: auto;
    line-height: 1.1em;
    padding: 3px 10px;
}
#gnav a{
    color: white;
    font-weight: bold;
    font-size: 1.2em;
}
#gnav li li a{
    color: #555;
    font-weight: normal;
    font-size: 1.1em;
}
.section_Column_1{
    float: left;
    width: 160px;
    padding: 35px 0 0 30px;
}
#content{
    position: relative;
    z-index: 9;
}
#tp{
    border-top: 18px solid #D6DFB2;
    border-left: 18px solid white;
    width: 0;
    position: absolute;
    left: 177px;
    top: 0;
}
.IE6 #tp{
    display: none
}
.section_Column_2{
    float: right;
    width: 330px;
    padding: 0 0 0 30px;
    border-top: 18px solid #D6DFB2;
    padding-bottom: 30px;
}
.section_Column_3{
    float: right;
    width: 215px;
    padding: 0 0 0 30px;
    border-top: 18px solid #D6DFB2;
    padding-bottom: 30px;
}
.section_Column_1 .features{
    background: url(i/features.gif) top left no-repeat;
    padding-top: 20px;
}
.section_Column_1 .features img{
    display: block;
}
.section_Column_1 .features a{
    color: #555;
    line-height: 2em;
    font-size: 1.1em;
}
.section_Column_1 .features a:hover{
    color: #CF9800;
}
.section_Column_3 .spotlight{
    background: url("i/hbnica_hp_spothead.gif") no-repeat scroll left top #EEF1DE;
    padding: 30px 0 30px 0;
    border-bottom: 5px solid #CF9800;
}
.section_Column_3 .spotlight li{
    margin: 1em 25px 1em 15px;
}
.section_Column_3 .spotlight li a{
    color: #555;
    font-size: 1.2em;
    line-height: 1.2em;
}
.section_Column_3 .spotlight a:hover{
    color: #CF9800;
}
.section_Column_3 .features{
    text-align: center;
} 
.section_Column_3 .features li{
    margin: 1em 20px;
    padding: 10px 0;
}
.section_Column_3 .features img{
    display: block;
    margin: 0 auto 10px auto;
}
.section_Column_3 .features a{
    color: #0089A3;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.3em;
}

.section_Column_3 .features a:hover{
    color: #CF9800;
}
.section_Footer{
    clear: both;
    border-top:1px solid #008AA4;
    width: 575px;
    float: right;
    padding-bottom: 30px;
    
}
.section_Footer p{
    font-size: 1.1em;
}
.section_Footer a{
    color: #555;
}
h1 {
    color:#D19800;
    font-size:1.5em;
    font-stretch:condensed;
    font-weight:bold;
    text-transform:uppercase;
    margin: 1em 0;

}
p{
    font-size: 1.2em;
    margin: 1em 0;
    line-height: 1.3em;
}

