#layer4 { visibility: visible; display: block }

h1   { color: white; font-weight: bold; font-size: 15px; background-color: #c00; text-transform: uppercase; margin-top: 10px; margin-bottom: 0px; padding: 10px 30px }
h2   { color: white; font-style: italic; font-weight: normal; font-size: 11px; background-color: #f93; margin-top: 0px; margin-bottom: 0px; padding: 3px 30px }
h3  { padding: 3px 30px; border-top: 1px dotted #c00; border-bottom: 1px dotted #c00 }

a  { color: #c00; text-decoration: none }
a:hover { color: #f90 }

ul{ list-style: disc url(../img/arrow.gif) outside; }

body.design_portfolio a#design_portfolio,
body.case_studies a#case_studies
{ color: #f90; font-weight: bold; }

.dotted_table  { border-right: 1px dotted #c00; border-left: 1px dotted #c00 }
.dotted_left { border-left: 1px dotted #c00 }
.dotted_top_bottom { border-top: 1px dotted #c00; border-bottom: 1px dotted #c00 }
.dotted_table_bottom { border-bottom: 1px dotted #c00 }

.portfolio_image { border: 1px solid #c00; }
#breadcrumbs { background-color: #c00; }

.nav_container, #nav li, .sidebar .footer
{
	background-color: #c00;
}

#nav li ul li a
{
	color: #c00; 
}

#nav li ul li a:hover
{
	color: #f90; 
}


#nav li ul li
{
	border-color: #c00; border-style: solid; border-width: 1px 1px 0;
}
