body {
		background-color: #E8D039;
		background-image: url(../images/pawback.gif);
		background-repeat: repeat;
		text-align: center;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color: white;
    	line-height:1em;
		margin: 0px;
		padding: 0px;
  	}
	
#container {
		width: 760px;
		background-color: #E4FF89;
		background-image: url(../images/textbackground.gif);
		background-repeat: no-repeat;
		background-position: 100% 100%;
		font-size: 0.75em;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
	
#topPanel {
		background-color: #000000;
		background-image: url(../images/hdtitle.gif);
		background-position: 148px;
		background-repeat: no-repeat;
		padding: 10px;
	}

#titleImg {
		float: left;
		margin-left: 100px;
	}
	
#navRow a{
		color: white;
		font-family:Georgia;
		font-size: 1.5em;
		font-weight: bold;
		text-decoration: none;
		margin-left: 20px;
	}

#navRow a:hover{
		text-decoration: underline;
	}	

#separationBar {
		background-color: #28A81A;
		height: 20px;
	}
	
.floatright {
	float: right;
}

.leftmargin {
	margin-left: 10px;
}

.pageBody {
		padding: 10px;
	}
	
.pageBody h1 {
		
		font-family:Georgia;
		font-size: 2em;
		font-weight: bold;
		color: #000000;
	}
	
.pageBody h2 {	
		font-family:Georgia;
		font-size: 1.5em;
		color: #000000;
	}
	
.pageBody p{
		margin-top: 10px;
		margin-right: 10px;
		margin-left: 100px;
		padding-top: 0px;
		padding-right: 10px;
		color: #000000;
	}

.topSection {
	width: 100%;
	height: 300px;
}

.topSection img {
	margin-right: 10px;
}

.serviceBox {
		color: #000000;
		background-image: url(../images/transpng.png);
		background-repeat: repeat;
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}

.serviceBox a{
		color: #000000;
		text-decoration: underline;
	}
	
.serviceBox a:hover{
		text-decoration: none;
	}

.serviceBox img{
		margin-right: 10px;
	}
	
.serviceBox p{
		margin: 5px 5px 10px 10px;
	}

.setHeight {
	height: 265px;
}
	
.homeTextSection {
	margin-left: 10px;
	background-image: url(../images/transpng.png);
	background-repeat: repeat;
	padding: 10px;
}

.homeTextSection p{
	margin-left: 10px;
}

.textSection {
	background-image: url(../images/transpng.png);
	background-repeat: repeat;
	padding: 10px;
}

.serviceNavSection {
	font-size: 1.25em;
	float: left;
	width: 200px;
}

.serviceNavSection p{
	margin-left: 0px;
}

.serviceNavSection a{
	text-decoration: underline;
	color: #000000;
	margin-bottom: 20px;
}

.serviceNavSection a:hover{
	text-decoration: none;
}

.serviceTextSection {
	margin-left: 200px;
}

.trainingDetails {
	background-color: #FFA300;
	padding: 10px;
	color: #000000;
}

.trainingDetails a{
	color: #000000;
	text-decoration: underline;
}

.trainingDetails a:hover{
	text-decoration: none;
}

.textSection p{
	margin-left: 0px;
}

.textSection a{
	color: #000000;
	text-decoration: underline;
}

.textSection a:hover{
	text-decoration: none;
}

.serviceList {
		margin-top: 10px;
		width: 100%;
	}

h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 2em;
		font-weight: bold;
		margin-top: 0px;
		margin-bottom: 8px;
	}

ul {
		margin-top: 10px;
		margin-bottom: 10px;
	}

h2 {
		font-family: Arial, Helvetica, sans-serif;
		color: 000000;
		font-size: 1.5em;
		font-weight: bold;
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	
h2 a{
		color: white;
		text-decoration: underline;
	}

h2 a:hover{
		color: white;
		text-decoration: none;
	}

#footer {
		margin-top: 10px;
		margin-left: 10px;
		
		font-size: 0.75em;
		color: #000000;	
		float: left;
	}

#footer a{
		text-decoration: none;
		color: #000000;
	}

#footer a:hover {
		text-decoration: underline;
	}
	
#footerRight {
		margin-top: 10px;
		margin-right: 10px;
		font-size: 0.75em;
		color: #000000;
		float: right;
	}

.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

