body {
    background-color: #F8F7FC;
}


#container {
    position: absolute;
    width: 800;
    margin 0 auto;
    height: auto;
}



#header {
    background-color: #02029E;
background-image: url(images/header4.png); 
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    left: 0;
    width: 800px;
    height: 100px;
    border-bottom: 5px solid; 
    border-bottom-color: #e3e3e3;
}
/* end header */




/* format navbar */
#navbar {
    position: relative;
    width: 210px;
    height: 443px;
    top: auto;
    float: left;
    background-color: #b2b2b2;
    padding: 0px;
}

/*Navigation Menu*/

nav     {
    background-color: #b2b2b2; 
    width: 210px;
    height: 350px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
   
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    z-index: 1;
}

nav ul.topnav li {
    position: relative;
    color: #ffffff; 
}

ul.topnav a, a:visited {
    padding: 12px 0px;
    display: block;
    text-decoration: none;
    transition:background 1s;
    -moz-transition:background 1s;
    -webkit-transition:background 1s;
    -o-transition:background 1s;
    font-family: tahoma,arial,helvetica,sans-serif;
    font-size:13px;
    text-transform:uppercase;
    padding-left:20px;
    color: #ffffff; 
}

ul.topnav a:hover, a:active {
    background: RGBA(255,255,255,0,0.05);
    color: #990000;
}

ul.subnav1 li a, a:visited {
    color: #666666;
    font-size: 12px;
    text-transform: none;
}

ul.subnav1 li a:hover, a:active; {
    color: #990000;
}

/*spinny icon dealies */
nav span {
    width:12px;
    height:12px;
    background:#fff;
    display:inline-block;
    float:left;
    margin-top:3px;
    margin-right:20px;
    position:relative;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
nav a:hover span {
    background: #990000;
    transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
}

nav ul li:hover > ul {
    /* When list item is hovered, display UL nested within. */
    display:block;
}
nav ul ul {
    /* Remove element from document flow */
    position:absolute;
    /* Position relative to its parent &lt;li&gt; */
    left:125px;
    top:0;
    border-top:1px solid #e9e9e9;
    display:none;
    z-index: 2;
}
nav ul ul li {
    width:200px;
    background:#f1f1f1;
    border:1px solid #e9e9e9;
    border-top:0;
}
ul.subnav2 a, a:active, a:visited {
    color:#666666;
    font-size:12px;
    text-transform:none;
}
ul.subnav2 a:hover {
    color:#990000;
}

nav li li ul{
    position:absolute;
    top:0;
    left:100%;
}

nav ul ul ul li a, a:active, a:visited {
    color: #666666;
    font-size: 10px;
    text-transform: none;
}

/*little spinning icon dealies*/
nav span:before {
    content:"";
    width:12px;
    height:2px;
    background:#b2b2b2;
    position:absolute;
    left:0px;
    top:5px;
}

nav span:after {
    content:"";
    width:2px;
    height:12px;
    background:#b2b2b2;
    position:absolute;
    left:5px;
    position:top;
}

/* main content area */ 

#content {
    position: relative;
    float: left;
    top: 0;
    width: 590px;
    height: auto;
    background-color: #ffffff;
    padding-top: 0px;
    
}

#content p {
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: justify;
    margin: 20px;
    color: #000000;
    line-height: 16px;
   }

#content a {
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}


#content a:hover, a:active {
    font-weight: bold;
    text-decoration: underline;
    color: inherit;
}

#content h1 {
    font-family: arial, helvetica,sans-serif;
    font-size: 14pt;
    color: #000099;
    font-weight: bold;
    text-align: left;
    margin-left: 10px;
    letter-spacing: 1px;
    border-bottom: 1px solid;
    line-height: normal;
    font-variant: small-caps;
}

#content h2 {
    font-family: arial, helvetica,sans-serif;
    font-size: 11pt;
    color: #999999;
    font-weight: bold;
    text-align: left;
    margin-left: 10px;
    letter-spacing: 1px;
    line-height: normal;
}

/* end format content */ 

/*format showcase job on portfolio pages */

#picture {
    background-color: #e6e6e6;
    padding: 5px;
    margin: 10px;
    border: 1px solid;
    border-color: #d3d3d3;
}

#picture img {
    padding-right: 5px;
    padding-bottom: 5px;
}



/* portfolio_list content */

#portfolio_list ul {
    list-style-type: none;
    list-style-image: none;
    display: block;
    margin-top: 0;
}

#portfolio_list li {
    font-family: arial, helvetica, sans-serif;
    font-size: .75em;
    font-weight: normal;
}


/* portfolio page formatting */

#portfolio ul {
    display: inline;
    list-style-type: none;
    font-family: inherit;
}
#portfoliolist img {
    width: 50px;
    height: 50px;
    border: none;
    padding: 5px;
}

#portfoliolist p {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    color: inherit;
    align-content: center;
}


#subtitle p {
    font-family: arial,helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    letter-spacing: 1;
    text-align: center;
    font-variant-caps: small-caps;
    margin-top: 0;
}

/* format project showcase items */

div#showcase {
    height: auto;
    border-bottom: 1px dotted;
}

#showcase span {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #666666;
}

#showcase img {
    padding: 5px;
}

#showcase p {
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: justify;
    margin: 20px;
    color: #000000;
   }

#showcase a {
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}

#showcase a:hover, a:active {
    font-weight: bold;
    text-decoration: underline;
    color: inherit;
}



/* end project showcase items */


/* bottom section */
#bottom {
    clear: both;
    position: relative;
	width: 800px;
	background-color: #e3e3e3;
    padding-top: 10px;
    padding-bottom: 5px;
}

#bottom p {
    color: #666666;
    font-family: arial, helvetica, sans-serif;
    font-style: normal;
    font-size: 12px;
    margin: 10px;
    line-height: 1.5em;
    letter-spacing: 1;
    padding: 10px;
}

#bottom a, a:active, a:visited {
    color: #666666;
    text-decoration: none;
}

#bottom a:hover {
    color: #990000;
    text-decoration: underline;
}


/* end bottom section */

/* columns for portfolio pages */
#columns {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
} 

#columns p {
    text-align: left;
    font-size: 10.5px;
    color: #000000;
}

#columns2  {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
/* end column formatting */

/* formatting for portfolio listings */ 



#project ul {
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
    list-style-type: none;
    list-style-image: none;
    display: block;
    margin-top: 0;
}

#project li {
    font-family: arial, helvetica, sans-serif;
    font-size: .7em;
    font-weight: normal;
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

#project li:first-child {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: .7em;
}

#project li:nth-child(3) {
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: .6em;
}

#project li:last-child {
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: .6em;
}

span#legend {
    font-family: arial,helvetica,sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #999999;
    margin-left: 50px;
}

p#agency {
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #999999;
    letter-spacing: .5;
    text-align: center;
}

a#img {
    font-family: arial, helvetica, sans-serif;
    font-size: .6em;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
    color: #990000;
}

/*end project listing formatting */ 

/*client listing formatting */


#client ul {
    list-style-type: none;
    list-style-image: none;
    display: block;
    margin-top: 0;
}

#client li {
    font-family: arial, helvetica, sans-serif;
    font-size: .75em;
    font-weight: normal;
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

#client li:first-child {
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: .75em;
}


#client li:last-child {
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: .6em;
}

#client a, a:active {
    color: #990000;
}

/*end client listing formatting*/

/*publication page formatting*/
#publication a, a:active, a:visited {
        color: #990000;
        font-weight: bold;
}

#publication a:hover {
        color: #990000;
        font-weight: bold;
        text-decoration: underline;
}

/* staff photo formatting */
#staff {
    padding: 5px;
}

/*staff info formatting*/

ul#staff {
    list-style-type: none;
    list-style-image: none;
    display: block;
    margin-top: 0;
    margin-left: 5px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

ul#staff li {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
        -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}


ul#portfolio_menu {
    list-style: none;
    list-style-type: none;
    list-style-image: none;
}

#portfolio_menu li {
    list-style-image: none;
    margin-left: 10px;
    display: inline;
    width: 220px;
    height: 40px;
    float: left;
    padding: 15px 5px 5px 5px;
}

#portfolio_menu a, a:visited {
    display: block;
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    padding: 5px;
}

#portfolio_menu a:hover {
    text-decoration: none;
    color: #ffffff;
    font-size: arial,helvetica,sans-serif;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    border-radius: 10;
    background-color: #000099;
    padding: 5px;
}    

#picture_area {
    clear: both;
    height: auto;
    width: auto;
    margin-top: 300px;
    margin-left: 50px;
 }

ul#pictures {
    list-style: none;
    list-style-type: none;
    list-style-image: none;
    display: inline;
    }

ul#pictures li {
    list-style-image: none;
    display: inline;
    width: auto;
    padding: 1px;
    float: left;
}
    


/*FOOTER FORMATTING */
#footer {
    clear: both;
    background-image: url(images/blue_line.png);
    background-repeat: repeat;
    color: #e3e3e3;
    width: 800px;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1;
    text-align: center;
    position: relative;
    padding-top: 5px;
}

#footer p {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    letter-spacing: 1px;
}



