* {
    margin: 0px;
    padding: 0px;
    }
    
a {
    outline: none;
    text-decoration: none;
    }
    
a.external
    {
    color: #404040;  
    }

a.external:hover
    {
    color: #057391;
    } 
    
a.internal
    {
    text-transform: uppercase;
    color: #057391;
    }
a.internal:hover
    {
    color: #8f0000;
    }   
     

body{
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 62.5%;
    color: #404040;
    line-height: 1.3;
    }
    
img {
    border-style: none;
    }
    
h1, h2 {
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: normal; 
    }
    
h1 {
    color: #8F0000;   
    }
    
p {
    font-size: 1.6em;
    }
    
#contentWrap {
    width: 100%;
    }

#content {
    width: 600px;
    margin: 60px auto 0px auto;
    }

#logo {
    float:left;
    width: 200px;
    background: #FFFFFF url('/img/rb_logo.png') no-repeat center top;
    width: 194px;
    height: 385px; 
    }

#copy{
    float:left;
    width: 400px;
    text-align: right;
    }
    
#portfolioNav
    {
    font-size: 1.6em;
    color: #FFFFFF;
    margin: 30px 0px 0px 0px;
    padding: 1px 0px 1px 30px;
    background-color: #7FC2C9;
    }

#portfolioNav a
    {
    color:#FFFFFF;
    text-transform: uppercase;
    padding-top: 23px;
    }

#portfolioNav a.active    

#portfolioNav a:hover
    {
    color: #8f0000; 
    }
    
.dashline
    {                     
    border-bottom: 1px dashed #404040;
    width: 150px;
    margin: 10px 0px 10px 250px;
    }
