
/* CSS Document */


.quote {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #583119;
	font-weight: bold;
	padding: 15px 65px 10px 0;
	/* to change the background of the whole site, use code below */
	background: #ffffff;
}
/* no . means block element becuase it already exisits  */
a, a:link, a:active, a:visited {
	color: #549fb0;
/* no underline on link*/
	text-decoration: none;
} 

a:hover { color: #80c5d4;}

.bodyCopy {
	padding: 2px 65px 5px 35px;

}	

.bodyHome {
	padding: 2px 65px 5px 3px;
}


/* the nested table for the navigation */
.nav { margin-right: 8px; } 

.nav td { 
	padding: 5px; 
	font-size: 13px;
}

/* colours for links in the navigation - brown */
.nav a, .nav a:visited, .nav a:active, .nav a:link {
	color: #543019;
	text-decoration:none;
}

/* colours for links in the navigation - blue for rollover */
.nav a:hover {
	color: #9ad5e2;
	text-decoration:none;
}

a.currentSection, a.currentSection:link, a.currentSection:active, a.currentSection:visited, a.currentSection:hover {
	color: #9ad5e2;
}

td.currentPG { 
	background: #9ad5e2;
	padding: 4px 2px 2px 10px;
	font-size: 11px;
}

/* colour for current selection */
.currentPG a, .currentPG a:active, .currentPG a:link, .currentPG a:visited, .currentPG a:hover {
	color: #FFFFFF;
}

td.subNav { 
	padding: 5px 2px 5px 10px; 
	font-size: 11px;
	text-transform: uppercase;

}
	
.cell { 
	padding: 10px 0px 30px 0px; 

}

h1 {
	color: #9ad5e2;
	padding: 1px 0 0 40px;
	margin: 0;
	font-weight: normal;
	font-size: 9px;
}

h2 {
	color: #583119;
	text-transform: uppercase;
	margin-top: -6px;
	font-weight: normal;
	font-size: 16px; 

}

p {
	margin: 0;
	padding: 0 0 5px 0;
}

.navDivider { border-right: 1px solid #ddd5d0;}


/*************E-Web CSS **************************/
.copyright {
	padding: 8px 0 0 13px;
	color: #543019;
	font-size: 10px;
	
}

.logo {
	padding: 2px 0 20px 0px;}

.notbold {
font-weight: normal;
}

.h1 {
color:#9AD5E2;
font-size:32px;
font-weight:normal;
margin:0;
padding:1px 0 0 40px;
text-transform:uppercase;
}

.h2 {
	color: #583119;
	text-transform: uppercase;
	margin-top: -6px;
	font-weight: normal;
	font-size: 16px; 

}

#headerRight3 {
float:right;
height:191px;
vertical-align:top;
width:717px;
margin-top: -37px;
}

#headerLeft3 {
float:left;
margin-top:-37px;
vertical-align:top;
width:238px;
}

h1.main {
	color: #9ad5e2;
	padding: 1px 0 0 35px;
	margin: 0;
	font-weight: normal;
	font-size: 32px;
}

.main {
	color: #583119;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px; 
	margin: 0;
	padding: 5px 0;

}

h1.home {
	color: #9ad5e2;
	padding: 1px 0 0 668px;
	margin: -3px;
	font-weight: normal;
	font-size: 9px;
	white-space: nowrap;
}