/***************
* Containers
***************/
/* html {overflow-y:scroll;}  */ /*keep scrollbar present in FF*/

body {
	width: auto;
	margin: 5px 10px;
	padding: 0;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333;
	background-color: #FFF;
}

#edCrestBanner, #edCrest, #straplinePhoto, #primaryNav, #lhsContainer, #footerRHS, #footerRHSImages, #footerRHSText {
	float: none !important;
	display: none !important;
}



#outerContainer {
}


#mainContent, #mainContentFull {
	margin: 0;
	padding: 0;
	border: 0;
	float: none !important;
	line-height: 130%;
}


#mainColumn1 {
	float: left;
	width: 280px;
}

#mainColumn2 {
	float: left;
	width: 280px;
	margin-left: 57px;
}

#mainColumn3 {
	float: left;
	width: 280px;
	margin-left: 57px;
}

#masterPHImage {
	float: left;
	width: 93px;
}

#masterPHQuote {
	float: right;
	width: 177px;
	margin: 0 0 0 10px;
}

#homeColumnImage {
	width: 195px;
	margin: 0 0 20px 0px;
}


#footerContainer {
	float: none !important;
	width: 100%; 
/*	background: #5C86B5 url(/images/pNavBottom.gif) no-repeat bottom center; */
/*	margin-top: 5px;
	padding-bottom: 10px;
	border-top: 1px solid #FFF; */
position: static;
}


#footerText {
	float: none !important;
/*	background: transparent url(/images/pNavTop.gif) no-repeat top center;
	padding-top: 10px;
	padding-left: 20px; */
}



#profilePhoto {
	float: right;
/*	width: 160px; */
	margin-right: 40px;
	border-left: 20px solid #FFF;
	border-right: 20px solid #FFF;
}

.newsYear {
	float: left;
	margin: 0 20px 20px 0;
}

img.floatLeft { 
    float: left; 
    margin: 5px; 
}

img.floatRight { 
    float: right; 
    margin: 5px; 
}

img.fullImage { 
    margin-bottom: 10px; 
}



/***************
* Text styles - headers/banners/footer
***************/


#footerContainer p {
	font-style: normal;
	font-size: 100%;
	color: #333;

}


/***************
* Text styles
* Note: mainContentFull is used for one panel main content (3 columns), e.g. homepage
*       mainContent is used for the main content area when sub-nav is displayed
***************/

#mainContentFull h1, #mainContent h1 {
/*	font-family:  Verdana, Arial, Helvetica, sans-serif; */
	font-size: 150%;
	font-weight: bold;
	color: #666;
	background-color: #FFF;
	margin: 0 0 14px 0;
	padding: 0;
}

#mainContentFull h1.toppad {
	padding-top: 30px;
}

h3.newsEventTitle {
/*	font-family:  Verdana, Arial, Helvetica, sans-serif; */
	font-size: 100%;
	background-color: #FFF;
	font-weight: bold;
	color: #A5772F;
/*	margin: 14px 0 0 0;  */
	margin: 3px 0;
	padding: 0;
}

h4.newsEventTitle {
/*	font-family:  Verdana, Arial, Helvetica, sans-serif; */
	font-size: 100%;
	background-color: #FFF;
	font-weight: bold;
	color: #333;
	margin: 3px 0;
	padding: 0;
}

p.newsEventItem, #mainColumn3 p {
/*	font-family:  Verdana, Arial, Helvetica, sans-serif; */
	font-size: 100%;
	background-color: #FFF;
	font-weight: normal;
	color: #333;
	margin: 3px 0;
	padding: 0;
}

p.newsEventItem a {
	color: #2667FF;
	text-decoration: none;
}

p.newsEventItem a:hover {
	text-decoration: underline;
}

h4.newsEventMore {
/*	font-family:  Verdana, Arial, Helvetica, sans-serif; */
	font-size: 100%;
	background-color: #FFF;
	font-weight: bold;
	color: #333;
	margin: 3px 0 17px 0;
	padding: 0;
}

h4.newsEventMore a {
	color: #333;
	text-decoration: none;
}

h4.newsEventMore a:hover {
	color: #333;
	text-decoration: underline;
}

#outerContainer ul.siteMap li a {
 	color: #2667FF;
	text-decoration: none;
}

#outerContainer ul.siteMap li a:hover {
	color: #333;
	text-decoration: underline;
}

#profile {
/*	font-family:  Verdana, Arial, Helvetica, sans-serif; */
	background-color: #FFF;
}

#profile h1 {
	font-size: 200%;
	font-weight: normal;
	color: #25476C;
	padding: 0;
	margin: 0;
}

#profile h2 {
	font-size: 130%;
	font-weight: bold;
	line-height: 130%;
	color: #333;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #CCC;
}

#profile h1+h2 {
	margin: 10px 0;
	padding-bottom: 10px;
}

#profile h3, #mainContent h3, #contacts h3 {
	font-size: 130%;
	font-weight: bold;
	color: #25476C;
	padding: 0;
	margin: 0 0 15px 0;
}

#profile h3, #contacts h3 {
	margin: 20px 0 15px 0;
}

#profile h4, #mainContent h4, #contacts h4 {
	font-size: 120%;
	font-weight: bold;
	color: #A5772F;
	padding: 10px 0 0 0;
	margin: 0;
}

#profile h3+h4, #mainContent h3+h4, #contacts h3+h4 {
	margin: -15px 0 0 0;
}

#profile h5, #mainContent h5 {
	font-size: 110%;
	font-weight: bold;
	color: #333;
	padding: 0;
	margin: 5px 0 0 0;
}

#mainContent h6 {
	font-size: 110%;
	font-weight: bold;
	color: #333;
	margin-top: 10px;
	margin-bottom: 12px;
}

#profile ul, #mainContent ul {
	margin: 5px 0 10px 30px;
	padding: 0;
}

#profile ul li, #mainContent ul li {
	padding-bottom: 2px;
}

#profile h3+ul, #profile h3+p, #mainContent h3+ul, #mainContent h3+p {
	line-height: 130%;
	margin-top: -10px;
	padding: 0;
}

#profile h4+p, #mainContent h4+p {
	margin: 5px 0;
}

#profile h4+table, #profile h5+table, #mainContent h4+table, #mainContent h5+table {
	margin-left: 30px;
	padding: 0;
}

#profile h5+ul, #mainContent h5+ul {
	margin-left: 40px;
	padding: 0;
}

#profile table td, #profile table.profiles td {
	vertical-align: top;
	padding: 2px 2px 2px 0;
}

#mainContent table td {
	vertical-align: top;
	padding: 5px;
}

#profile a, #mainContent a {
	color: #2667FF;
	text-decoration: none;
}

#profile a:hover, #mainContent a:hover {
	text-decoration: underline;
}

#mainContent h4+table.courses {
	margin-left: 0px;
}

/*
#mainContent p {
	margin-left: 10px;
}
*/
/***************
* Zebra table
***************/

tr.zebra0,
tr.zebra0 a {
	background-color: #FFF;
	line-height: 135%;
}

.zebra1,
.zebra1 a {
	background-color: #DDD;
	line-height: 135%;
}

.zebra0 a,
.zebra1 a {
	color: #2667FF;
	text-decoration: none;
}

.zebra0 a:hover,
.zebra1 a:hover {
	color: #333;
	text-decoration: underline;
}

/***************
* Other tables
***************/
.contact {
	border: 0;
}

.contact table+table {
	margin-top: 15px;
}

.contact tr td, .contact p {
	padding: 0 20px;
}

td.newsevents {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

/* Used on the training courses */
td.heading {
	font-weight: bold;
	color: #333;
	background-color: #DDD;
	vertical-align: top;
}

/***************
* Sitemap
***************/
.sitemap ul {
	list-style: none;
}

.sitemap ul li a {
	display: block;
	font-size: 130%;
	font-weight: bold;
	color: #2667FF;
	padding-bottom: 5px;
	text-decoration: none;
}

.sitemap ul li ul li a {
	font-size: 120%;
	font-weight: normal;
	color: #2667FF;
	text-decoration: none;
}

.sitemap ul li ul li ul li a {
	font-size: 110%;
	font-weight: normal;
	color: #2667FF;
	text-decoration: none;
}

.sitemap ul li ul li ul li ul li a {
	font-size: 90%;
	font-weight: normal;
	color: #2667FF;
	text-decoration: none;
}

.sitemap a:hover {
	text-decoration: underline;
	color: #25476C;
}

/***************
* Functional
***************/
.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.clearBoth {
	clear: both;
}

.clearRightProfile {
	clear: right;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

.backTo {
	font-size: 90%;
	text-align: right;
	padding-bottom: 10px;
}
