/* Start of CMSMS style sheet 'ehp-css' */
body {
	margin: 0px;
	padding: 0px;
	background-color: #8A0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.clearBoth {
	width: 100%;
	height: 1px;
	clear: both;
}

p {
	margin: 6px 0px 10px 0px;
}

#container {
	width: 900px;
	margin: 10px auto;
	padding: 0px;
	background-color: #FFF;
}

#header {
	width: 900px;
	height: 103px;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #720000;
	background-image: url(images/header-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: 2px solid #8A0000;
	position: relative;
	z-index: 2000;
}

	#logo {
		margin: 0px 0px 0px 15px;
	}
	
#contentWrap {
}

	#contentWrap h1 {
		width: 900px;
		height: 40px;
		margin: 2px 0px 0px 0px;
		padding: 10px 0px 0px 0px;
		background-image: url(images/title-bg.gif);
		background-repeat: no-repeat;
		font-size: 28px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		text-align: center;
		text-transform: capitalize;
		font-style: italic;
		color: #444;
	}
	
	#content, #contentLeftWide, #contentLeftHalf {
		line-height: 1.8;
	}
	
	#content {
		width: 896px;
		margin: 0px;
		padding: 2px;
	}
	
	#contentLeftWide {
		width: 674px;
		margin: 2px;
		float: left;
	}
	
	#contentRightNarrow {
		width: 220px;
		margin: 2px 0px;
		float: left;
	}
	
	#contentRightNarrow img {
		margin: 0px 0px 2px 0px;
	}
	
	#contentLeftHalf {
		width: 439px;
		margin: 2px 6px;
		float: left;
	}
	
	#contentRightHalf {
		width: 447px;
		margin: 2px 0px;
		float: left;
	}
		
		#content h2 {
			font-size: 20px;
		}
	
/* LINKS PAGE -----------------------------------------------------------*/
.partnerLinks img {
	margin: 0px 10px 10px 0px;
}

.partnerLinks a img {
	border: 1px solid #FFF;
}

	.partnerLinks a:hover img {
		border: 1px solid #C00;
	}

/* FOOTER ---------------------------------------------------------------*/	
#footer {
	margin: 0px;
	padding: 5px 0px;
	background-color: #EEE;
	background-image: url(images/footer-bg.jpg);
	background-position: 15px bottom;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #555;
}

	#footer a {
		color: #333;
	}

	#footerContactDetails, #footerMemberships, #footerWdl {
		height: 70px;
		float: left;
		padding: 0px 40px;
		line-height: 1.6;
	}
	
	#footerContactDetails, #footerMemberships {
		border-right: 1px solid #CCC;
	}
	
	#footerContactDetails {
		padding-left: 25px;
	}
	
	#footerMemberships img {
		margin: 7px 5px 0px 0px;
	}
	
	#footerWdl img {
		margin: 0px 0px 0px 10px;
	}
	
#footerMenu {
	width: 900px;
	margin: 0px;
	padding: 0px;
	background-color: #8A0000;
}

	#footerMenu ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	
		#footerMenu ul li {
			margin: 0px;
			padding: 0px;
			float: left;
		}
		
			#footerMenu ul li a {
				margin: 0px 5px;
				padding: 5px 0px;
				float: left;
				color: #DDD;
				font-size: 11px;
				text-decoration: none;
			}
			
			#footerMenu ul li a:hover {
				color: #FFF;
			}
	
/* CONTACT PAGE ----------------------------------------------------------*/
#contactLeft, #contactRight {
	width: 390px;
	margin: 0px 0px 0px 10px;
	float: left;
}

ul.ehpContact {
	width: 380px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

	ul.ehpContact li, ul.ehpContact li label, ul.ehpContact li input, ul.ehpContact li textarea {
		float: left;
	}
	
		ul.ehpContact li {
			width: 380px;
			margin: 0px 0px 5px 0px;
			clear: left;
		}
		
			ul.ehpContact li label {
				width: 90px;
				margin-right: 10px;
				clear: both;
			}
			
			ul.ehpContact li input, ul.ehpContact li textarea {
				width: 200px;
			}
			
			ul.ehpContact li textarea {
				height: 80px;
				overflow: auto;
			}
			
			ul.ehpContact li.submit input {
				width: auto;
			}
/* End of 'ehp-css' */

