*{
        margin:0;
        padding:0;
        border:0;
}

body{
        background: #2c3e47 url("../images/bg.png") repeat-x 0 0;
        font: .9em trebuchet, tahoma, verdana, sans-serif;
        font-weight: light;
        color: #CCC;
        letter-spacing: 1px;
}

.box{
        margin:auto;
        width:1000px;
}

#header{
        background: transparent url("../images/header.png") no-repeat top center;
        height:80px;
}

#header h1{
        background: transparent url("../images/iengpassmanagement.png") no-repeat left;
        margin-top:25px;
        float:left;
}
#header h2{
        background: transparent url("../images/intrafind.png") no-repeat right;
        margin-top:25px;
        float:right;
}

#header h1, #header h2{
        width:400px;
        text-indent:-9999px;
}

#menu ul{
        list-style: none;
        float:left;

}

#menu ul li{
        display: inline;
}

#menu ul li a{
        text-decoration:none;
        padding:2px 15px;
        color: #d5d6d6;
        border-left: 1px solid #d5d6d6;
        font-size:.9em;
}
#menu ul li:hover a, #menu ul li#active a {
        background: #b1b2b4;
        color: #ab0d19;
        border-left:1px solid #77808b;
}

#menu ul li:first-child a{
        border:none;
}


p{
        margin-top:15px;
        font-size: .95em;
}

#content{
        padding-top:100px;
}

#content ul, #content ol{
        margin-left:20px;
        font-size: 1em;
}
#content ul li, #content ol li{
        padding-top:3px;
}
#content h3, #content h4, strong, a{
        color: #b8b8b8;
}
#content h4{
        font-size:.9em;
        margin-bottom:20px;
	color: #ffffff
}

    
#left a, #right a{
        padding:2px;
        background: #b1b2b4;
	color: #ab0d19;
}


#left{
        float:left;
        width:400px;
        min-height:400px;
}

#right{
        float:left;
        width:600px;
        min-height:500px; 
}

#footer{
        padding-top:50px;
        clear:left;
        margin-left:400px;
        font-size:.8em;
}



/* form */

label, input, textarea{
        padding:3px;
        margin:2px;
}
label {
        clear:both;
        font-size:.9em;
}
input,textarea{
        float:right;
        margin-right:10px;
        background: #CCC;
}
