body{
    color:#fff;
    margin:0;
    font-size:12pt;
}
a{color:yellow;}
h1,h2,h3,h4{color:#007EFB;margin:0;padding:0;}
h1{font-size:1.3em;}
h2{font-size:1.2em;}
h3{font-size:1.1em;}
h4{font-size:1em;}




#site-wrapper{
    margin:auto;
    width:950px;
}
#masthead{
    height:90px;    
}
#logo{
    margin-top:25px;
}
#logo2{
    float:right;
    margin-top:12px;

}
#inner-wrapper{
    
}
#content{
    width:730px;
    float:left;
    min-height:500px;
    
}


#first-nav{
    background: url(../images/navbar950_70trans.png);
    width:950px;
    height:41px;

}
#first-nav ul{
    padding:0;
    margin:0;
    color:#fff;
    font-family: arial, helvetica, sans-serif;
    white-space:nowrap;
    list-style-type:none;    
}
#first-nav li {
    display:inline;   
}
#first-nav li a
{   
    color:#fff;
    text-decoration:none;
    display:block;
    float:left;
    width:158px;
    height:25px;
    text-align:center;
    margin-top:12px;
}
#first-nav li a:hover
{
    background:none;
    color:#00bbf3;
}


#second-nav{
    float:right;
    width:220px;
}
#footer{
    clear:both;
    border-top:1px solid gray;
    color:gray;    
    text-align:center;

}
#footer img{
   margin:10px;
}



/******************************************************************/
.second-nav-box-container{
    background:url(/images/navbox1.png) no-repeat;
    margin:10px 0px 10px 0px;
    padding:10px;
}

.content-box{
    margin:15px 20px 0px 0px;
    background: transparent url(/images/transparent000000.png);   
}
.content-box p{margin:20px;padding:0px;}

.content-header{

}

.clear{
    clear:both;
}





#pointer{
    position:absolute;
    height:18px;
    width:18px;
    margin-top:-7px;
    margin-left:-18px;
    background-image:url(/images/green_pointer.png);
    display:none;
}
#contact-form{
    float:right;
    width:450px;
    border:1px solid #fff;
    padding:10px;
    margin:15px;
}
#contact-form-no-border{
    float:right;
    width:450px;
    padding:10px;
    margin:15px;
}
#contact-form table{
    width:100%;
}
#contact-form textarea{
    width:100%;
}
#contact-info{
    font-size:large;
}
#contact-success{
    border:2px solid #00FF00;
    color:yellow;
}

.big-rounded{
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
}
.small-rounded{
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

