/*HHNRA*/

*{
margin:0;
padding:0;
}

body{
background:#99d2e5;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#container{
position:absolute;
width:980px;
margin-left:50%;
left:-485px;
text-align:left;
}

#header{
height:176px;
background: url(../img/top.jpg);
}

.title{
height:113px;
padding:5px 0 0 90px;
}

#navigation{
padding:118px 0 0 60px;
}

#content{
background: url(../img/content_bgd.jpg) repeat-y;
min-height:350px;
padding:5px 30px 0 30px;
}

*html #content{height:350px;}

.ar{
float:right;
margin-left:5px;
padding: 20px 0 0 35px;
background:url(../img/ar.png) no-repeat;
width:200px;
height:365px;
}

.ar h1{font-size:14px;text-align:center;margin-left:-25px;}
.ar ul{list-style:none;margin:10px 0 0 5px;}
.ar li{}

#footer{
height:58px;
background: url(../img/footer.jpg) no-repeat ;
padding:0 50px;
text-align:center;
}
#footer a{color:#000;}
p{padding: 0 0 10px 0;}


/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 29px; /*width: 700px;*/
    background: url("../image/bg.gif") no-repeat top;
    padding: 12px; margin: 0px 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("../img/lava.png") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("../img/lava.png") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 12px arial;
            color: #000066; outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 15px;
        }
		
		*html .lavaLamp li a{margin: auto 8px;}

        .lavaLamp li a:hover{
			color:#9a2629;
		}


		ul{margin-left:80px;list-style:square;}
		li{padding-bottom:10px;}
		h1{font-size:16px;color:#414365;padding-bottom:10px;}
		a{color:#414365;text-decoration:none;}
		a:hover{color: #0099FF ;text-decoration:underline;}
		.r{text-align:right;}
		.contactform{width:675px;clear:none;min-height:550px;}




