html {
    margin: 0;
    padding: 0; 
    font-size: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 78%; 
	line-height: 1.4em;   
}

a { 
	color:#0066cc; 
	text-decoration:underline;
}

a:hover {
	color:#ff6600; 
	text-decoration:underline;
}

h1 {
    margin:0 0 15px 0;
    font-size: 140%;
    font-weight: bold;
    color: #0066cc;
    background-color: #fff;
}

h2 {
    font-size: 120%;
    font-weight: bold;
    color: #0066cc;
    margin: 0px;
    padding-bottom: 10px;
}

h3 {
    font-size: 100%;
    font-weight: bold;
    color: #0066cc;
    margin: 0px;
    padding-bottom: 10px;
}

h3.projects {
	padding: 5px;
	margin: 0;
	color: #333333;
}

h3.location {
	color: #ff6600;
}


h4{
	font-size: 100%;
	color: #0066cc;
	margin: 0px;
    padding-bottom: 10px;
}

.first {
	padding: 0;
	margin: 0;
}

hr { 
    height: 1px; 
    border: 0;
    background-color: #0066cc; 
    color: #84a8a6;
}

.textRed {
	color: red;
}

.textOrange {
	color: #ff6600;
}

.break {
	clear: both; 
	line-height: 1px;
	margin: 0;
}

#topPage {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

#topPage #topPageLinks {
	width: 100%;
	float: left;
	text-align: right;
	font-size: 90%;
}


form.languages {
	margin: 0;
}

form.languages select {
	width:70px;
	font-size: 10px;
}

#topPage #topHeader {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

#topPage #topHeader #logoText {
	float: left;
	width: 70%;
}

#topPage #topHeader #logoText #logo {
	float: left;
	padding-right: 20px;
}

#topPage #topHeader #headerImage {
	margin: 0;
	padding: 0;
	float: right;
}

#topPage #topNav {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #016bb5;
	border-bottom: 1px solid #fff;
}

#topPage #topNav ul {
	margin:0;
  	padding:0;
	list-style-type: none;
  	text-align: left;
}

#topPage #topNav ul li {
	border-right: 1px solid #fff;
	margin: 0;
	padding: 0;
	float: left;
	width: 10%;
	text-align: center;
	list-style-type: none;
    list-style-position: outside;
    display: inline;
}

#last {
	width: 9.2% !important;
	border: none !important;
	margin: 0;
	padding: 0;
}

#topPage #topNav ul li a {
	color: #fff;
	display: block;
	padding: 6px 10px;
	text-decoration: none;
	margin: 0;
	height: 1.4em;
}

#topPage #topNav ul li a:hover {
	background-color: #71AACD;
	color: #fff;
	display: block;
	padding: 6px 12px;
	text-decoration: none;
	margin: 0;
	height: 1.4em;
}


#topPage #topNav ul li.selected {
	background-color: #71AACD !important;
}

#topPage #rolloverText {
	float: left;
	width: 100%;
	color: #005091;
	font-weight: bold;
	font-size: 120%;
	border-bottom: 2px solid #ecbe04;
	background-color: #ffcc00;
	padding: 10px 0;
}

#topPage #rolloverText p{
	padding-left: 10px;
	margin: 0;
}

#mainContent {
	width: 55%;
	float: left;
	margin: 15px 0 0 0;
}

#mainContent p {
    margin: 0 0 15px 0;
}

#mainContent ul 
{
	
}
#mainContent ul li 
{
    padding-bottom: 4px;
}

#rightColumn {
	float: right;
	margin: 15px 0 0 0;
	width: 20%;
	font-size: 90%;
}

#rightColumn .rightColumnContent {
	background-image: url("/images/bg/bg_blue_light.gif");
	padding: 5px;
	margin-bottom: 10px;
}


#rightColumn #newAddress {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #e0ebf5;
}

#rightColumn #newAddress h4 
{
	margin: 0;	
	padding-bottom: 10px;
}

#rightColumn h3{
	margin: 0;	
	padding-bottom: 10px;
}

#rightColumn  p{
	margin: 0;	
	padding-bottom: 10px;
}

.normalTemplate {
	width: 58% !important;
}

ul.docList {
	margin: 0;
	padding: 0 0 5px 0;
}




.iconPDF {
	margin: 0;
    padding-left: 25px;
    background-image: url("/images/icon_pdf.gif");
	background-repeat: no-repeat;
    background-position: 0 0;
	list-style: none;
}


.iconDOC {
    padding-left: 25px;
    background-image: url("/images/icon_doc.gif");
	background-repeat: no-repeat;
    background-position: 0 0;
	list-style: none;
}

.iconXLS {
    padding-left: 25px;
    background-image: url("/images/icon_xls.gif");
	background-repeat: no-repeat;
    background-position: 0 0;
	list-style: none;
}

/*------------- Breadcrumbs -------------*/

#breadCrumb {
    font-size: 85%;
    padding-bottom: 15px;
    width: 100%;
    float: left;
}

    
#breadCrumbHome {
    float: left;
    margin: 0;
}
    
#breadCrumbNav {
    float: left;
}

#breadCrumbNav ul {
    padding: 0px;
    margin: 0;
}

#breadCrumbNav ul li {
    list-style-type: none;
    display: inline;
}

#homeLeftColumn {
	width: 18%;
	float: left;
	margin: 0 25px 0 10px;
}


#homeLeftColumn .homeFeature .horizline {
	width: 99%;
	background: url(/images/horiz_line.gif);
	background-repeat: repeat-x;
	margin-top: 15px;
	padding: 0;
}

#homeLeftColumn #homeLogos {
	padding-top: 30px;
	width: 100%;
	margin: 0;
	text-align: center;
}

#homeLeftColumn #homeLogos .logo {
	padding-bottom: 20px;
}

#leftNav {
	float: left;
	padding: 0 0 0 25px;	
	width: 15%;
	margin: 0 20px 0 0px;
	font-size: 100%; 
}

#leftNav a { 
	color:#ffffff;
	text-decoration: none; 
	display: block; 
	padding:5px 5px 5px 5px;
}

#leftNav ul {
	list-style-type:none; 
	margin: 0;
	padding: 0;
	display:block;
}

#leftNav ul li { 
	background: #067bcd;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding-left: 10px;
}

#leftNav ul li ul {
	margin-left: -10px;
	border-top: 1px solid #fff;
}

#leftNav ul li ul li{
	margin: 0;
	background: #60A2D0;
	padding-left: 30px;
}

#leftNav ul li.selected {
	border-bottom: 1px solid #fff;
}

#leftNav ul li.selectedWC {
	border: none;
}

#leftNav ul li.current span {color:#ffffff;}
#leftNav ul li.current a.on {color:#ffffff;}

#footerContainer {
	float: left;
	padding:  8px 0 0 0;
	margin-top: 4px;
	border-top: 2px solid #E9ECF5;
	font-size: 90%; 
	width: 100%;
}

#footerContainer p {
	margin: 0;
	padding-left: 5px;
}

#siteMap {
	margin: 0;
}

#siteMap .sectionRow {
	float: left;
	width: 100%;
	margin: 0;
}

#siteMap .sectionRow .section {
	float: left;
	width: 45%;
	padding: 5px;
	background-color: #e9ecf5;
	margin: 10px;
}


#emailAdviceForm {
	width: 80%;
}

#form {
	width: 100%;
	background-color: #e9ecf5;
}

#form .helpText {
	font-size: 92%;
}

.formHeading {
	width: 100%;
	color: #0066cc;
	font-size: 100%;
    font-weight: bold;
	background-color: #BCCEF5;
	padding: 8px 10px;
}

#form #formBody {
	width: 100%;
	padding: 5px;
}

.lng {
	width: 200px;
}

.sht {
	width: 100px;
}

.sht_very {
	width: 50px;
}

.mandatorySymbol {
    color: red;
}

.frmErrorBox {
	width: 100%;
	padding: 5px;
	border: 1px solid #fec2c2;
	background-color: #ffe3e3;
	color: #e80000;
}

.frmErrorBox ul {
	margin-bottom: 0;
}

.frmSuccessBox {
	width: 100%;
	padding: 5px;
	border: 1px solid #3b8b21;
	background-color: #f0f6ee;
	color: #3b8b21;
}

#presslistings h3 {
	margin-bottom: 0;
	padding: 0;
}

.projects {
	padding: 10px;
	background-color:#e9ecf5;
}

.image { background-color:#fff; border:1px solid #ccc; padding:3px; margin: 0 5px; }

.projectImage { text-align: center; }

.homepageImage {
	padding-left: 5px;
}

#links {
	width: 100%;
	float: left;
}

#links #left{
	width: 50%;
	float: left;
}


#links #right{
	width: 50%;
	float: left;
}

.center 
{
	text-align: center;
}

.greyBorder 
{
	padding: 5px;
	border: 1px solid #333333;
	margin-bottom: 10px;
}

.tblDebts 
{
	border: 1px solid #7f9db9;
}

.tblDebts td
{
	padding: 2px;
	border: 1px solid #7f9db9;
}

.clear0 {
    clear:both;
    height:0px;
    font-size:0px;
    overflow:hidden;
}        
    
.clear {
    clear:both;
    height:1px;
    font-size:1px;
    overflow:hidden;
}    
.clear5 {
    clear:both;
    height:5px;
    font-size:1px;
    overflow:hidden;
}




/* CALENDAR POPUP */
/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
    float: left;
    width: 16px;
    height: 18px;
    padding: 0;
    margin: 0 3px 0 6px;
    display: block;
    text-indent: -2000px;
    overflow: hidden;
    background: url("/images/calendar.gif") no-repeat;
    
}
a.dp-choose-date.dp-disabled {
    background-position: 0 -20px;
    cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
    width: 5.5em;
    float: left;
    color:#333;
    font-size:1em;
}
table.jCalendar {
    border: 1px solid #7e9db9;
    background: #f3f3f3;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
    background: #f3f3f3;
    color: #333;
    font-weight: bold;
    padding: 3px 5px;
}
table.jCalendar td {
    background: #f3f3f3;
    color: #34597a;
    padding: 3px 5px;
    text-align: center;
}
table.jCalendar td.other-month {
    background: #ddd;
    color: #aaa;
}
table.jCalendar td.today {
    background: #666;
    color: #fff;
}
table.jCalendar td.selected {
    background: #666;
    color: #fff;
}
table.jCalendar td.selected.dp-hover {
    background: #467ba8;
    color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
    background: #325881;
    color: #fff;
}
table.jCalendar tr.selectedWeek td {
    background: #f66;
    color: #fff;
}

table.jCalendar td.disabled {
    background: #f3f3f3;
    color: #888;
}

table.jCalendar td.disabled.dp-hover {
    background: #325881;
    color: #fff;
}


table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
    background: #bbb;
    color: #888;
}
/* For the popup */
/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */
div.dp-popup {
    position: relative;
    background: #ccc;
    font-size: 10px;
    font-family: arial, sans-serif;
    padding: 2px;
    width: 171px;
    line-height: 1.2em;
}
div#dp-popup {
    position: absolute;
    z-index: 199;
}
div.dp-popup h2 {
    font-size: 12px;
    text-align: center;
    margin: 2px 0;
    padding: 0;
    color: #333;
}
a#dp-close {
    font-size: 11px;
    padding: 4px 0;
    text-align: center;
    display: block;
}
a#dp-close:hover {
    text-decoration: underline;
}
div.dp-popup a {
    color: #000;
    text-decoration: none;
    padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
    position: absolute;
    top: 2px;
    left: 4px;
    width: 100px;
}
div.dp-popup div.dp-nav-prev a {
    float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
    cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
    cursor: default;
}
div.dp-popup div.dp-nav-next {
    position: absolute;
    top: 2px;
    right: 4px;
    width: 100px;
}
div.dp-popup div.dp-nav-next a {
    float: right;
}
div.dp-popup a.disabled {
    cursor: default;
    color: #aaa;
}
div.dp-popup td {
    cursor: pointer;
}
div.dp-popup td.disabled {
    cursor: default;
}
