@charset "utf-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/core/body-bg.jpg) repeat-x #000;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: rgb(255, 255, 255);
}
.twoColFixLtHdr #container { 
	width: 1001px; 
	background: rgb(0, 0, 0);
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 
.twoColFixLtHdr #header { 
	 
	padding: 0 0px 0 0px;  
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 0px 0; 
}
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 275px; 
	
	padding: 15px 10px 15px 20px;
}

	
	
	#testimonials {
		background: url(images/core/test-top.jpg) top center no-repeat rgb(224, 94, 0);
		width: 224px;
		margin: 0 auto;
		
		padding: 0;
	}
	
	#testimonials p {
		margin: 10px 8px 0 8px;
		font-size: 1em;
	}
	
	.test-name {
		font-style: oblique;
		text-align: right;
		margin-right: 7px;
	
	}
	
	
	#test-bottom {
		background: url(images/core/test-bottom.jpg) 25px  no-repeat;
		height: 19px;
		margin: 0;
		padding: 0;
	}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 300px; 
	padding: 0 20px; 
} 

	#mainContent p {
		margin-right: 25px;
	}
	
	#mainContent h1 {
		font-size: 1.5em;
	}
	
	#mainContent h2 {
		font-size: 1.3em;
		color: #ffe040;
	}
	
	a {
		color: #FF9;
		text-decoration: none;
		font-style: oblique;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	.menu-tabls {
		width: 660px;
		margin-bottom: 35px;
	}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; 
	
} 
.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}
	#copyright {
		text-align: center;
		font-size: 1em;
	}
	
	#lighthouse {
		text-align: right;
		margin-right: 25px;
		font-size: 0.8em;
	}
	
	#lighthouse a {
		color: rgb(255, 255, 255);
		text-decoration: none;
	}
	
	#lighthouse a:hover {
		color: rgb(255, 223, 66);
	}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Menu Pages */

.menu th {
	text-align: left;
}

#menu-tabs p {
	padding: 20px 0;
	text-align: center;
}

/* Video Page */

	.video {
		padding: 15px 0;
		text-align: center;
	}
	
.options {
	list-style: none;
}

.small-text {
	font-size: 0.8em;
	font-style: italic;
}

fieldset {
	border: 1px solid #f37300;
}

legend {
	color: #ffe040;
	font-weight: 600;
	
}

/* Confirmation */ 

	.testimony {
		width: 500px;
		margin: 0 auto;
		padding-bottom: 35px;
	}