
h1
{
    font: 20px Arial, Helvetica, sans-serif;
    color: #0277c4;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
    text-align: left;
}

h2
{
    font: bold 17px Arial, Helvetica, sans-serif;
    color: #999;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
    margin-top: 10px;
    text-align: left;
}

h3
{
    font: bold 13px verdana, arial, Helvetica, sans-serif;
    color: #0277c4;
    margin-bottom: 5px;
    margin-top: 10px;
    text-align: left;
}

h3 a:link, h3 a:visited
{
    color: #0277c4;
}

h4
{
    font: 11px verdana, arial, Helvetica, sans-serif;
    color: #ef9a36;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
}

p, form
{
    font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
    color: #999;
    margin-bottom: 10px;
    text-align: left;
}

#pageContent ul.bluelist li
{
    font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
    color: #0277c4;
    padding: 0px;
    border-bottom: 1px solid #ccc;
}
#pageContent ul.bluelist li .description
{
    padding-left: 5px;
    color: #999;
}

#pageContent ul li
{
    font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
    color: #777;
    padding: 3px 10px;
    border-bottom: 1px solid #eee;
}
#pageContent ul
{
    margin-bottom: 20px;
}

a:link, a:visited, a:active
{
    color: #ef9a36;
    text-decoration: none;
}
a:hover
{
    background-color: #eee;
    text-decoration: underline;
}

.moreLink
{
    margin-top: -10px;
}

#textCol strong
{
    font-weight: bold;
}


/*	-----------------------------
	STYLES FOR THE PROJECTS PAGE   */

.selectorCol, .selectorColInactive
{
    width: 230px;
    padding: 0px;
    float: left;
    margin-left: 5px;
}
.selectorCol
{
    background: url(/images/projects_selectorPanel_blue.gif) bottom left no-repeat #357cc6;
}
.selectorColInactive
{
    background: url(/images/projects_selectorPanel_orange.gif) bottom left no-repeat #7d6d4f;
}

.firstSelector
{
    margin-left: 0;
}

.selectorCol h2, .selectorColInactive h2
{
    color: #fff;
    margin: 0;
    padding: 5px 10px;
    border: 0;
    height: 21px;
}
.selectorCol h2
{
    background: url(/images/projects_selectorPanel_headerBacker_blue.gif) top left no-repeat #2a4d71;
}
.selectorColInactive h2
{
    background: url(/images/projects_selectorPanel_headerBacker_orange.gif) top left no-repeat #776548;
}

.selectors
{
    margin-bottom: 20px;
}

#pageContent .selectorCol ul li, #pageContent .selectorColInactive ul li
{
    border: 0;
    color: #fff;
    padding: 2px;
    margin: 0px;
}
#pageContent .selectorCol ul li.selected
{
    background-color: #f27935;
}
/*
#pageContent .col1 ul a, #pageContent .col2 ul a, #pageContent .col3 ul a {
	display: block;
	color:#fff;
	text-decoration:none;
}
#pageContent .col1 ul li:hover, #pageContent .col2 ul li:hover, #pageContent .col3 ul li:hover {
	background-color:#0096ec!important;
}
#pageContent .col1 ul a:hover, #pageContent .col2 ul a:hover, #pageContent .col3 ul a:hover {
	background-color:#0096ec!important;
}

#pageContent .selectorCol ul li 
{
    display:block;
}*/
#pageContent .selectorCol a:link, #pageContent .selectorCol a:visited, #pageContent .selectorCol a:hover
{
    display: block;
    color: #fff;
    text-decoration: none;
}
#pageContent .selectorCol a:hover
{
    background-color: #0096ec;
}
#pageContent .selectorCol ul
{
    margin: 0px;
    padding: 5px;
}

#pageContent .selectorColInactive p
{
    margin: 5px 0 0 0;
    color: #000;
    padding: 10px;
}

.project .location
{
    font-weight: bold;
}
.project h3
{
    margin-bottom: 3px;
}
.project h3 a
{
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
}
.project .location, .project .sector, .project .completion
{
    margin-bottom: 0px;
}
.project .completion
{
    color: #EF9A36;
}
/*
#pageContent .col1, #pageContent .col2, #pageContent .col3 {
	height: 180px;
	overflow: auto;
	position:relative;
}

#pageContent .col3 ul {
	width: 95%;
}
*/
#pageContent .filterColumn
{
    height: 180px;
    overflow: auto;
    position: relative;
    overflow-x:hidden;
}
div.pagination 
{
    float:left;
    width:100%;
}
div.pagination div 
{
    float:left;
    margin-right:8px;
    font-weight:bold;
    font-size:11px;
}
div.pagination div a:link, div.pagination div a:visited 
{
    color:#EF9A36;
    font-weight:bold;
    text-decoration:underline;
    font-size:11px;
}
div.pagination div a:hover 
{
    color:#EF9A36;
    font-weight:bold;
    text-decoration:none;
    font-size:11px;
}
div.bottom 
{
    border-top:1px dashed #CCCCCC;
    padding-top:4px;
    margin:4px 0px;
}
#ViewAllLinks span 
{
    font-weight:bold;
    color:#999999;
    margin-right:1ex;
}
#ViewAllLinks span a 
{
    margin-right:1ex;
}