html {
	background: url('assets/images/diag.gif') repeat;
}
a:link {
	color: #dfd2aa;
	text-decoration: underline;	
}
a:hover {
	color: #dfd2aa;
	text-decoration: underline;	
}
a:visited {
	color: #dfd2aa;
	text-decoration: none;	
}
.cap {
	font-size: 12px;
	margin-left: 7px;
}
body {
	margin: 0 0 10px 0;
	width: 99.9%;
	height: auto;
	padding: 0 0 0 0;
	background: center url('assets/images/sides.gi') repeat-y;
} 
#containerOuter {
	width: 762px;
	height: auto;
	margin: 0 auto 0 auto;	
}
	#containerInner {
		width: 760px;
		margin: 0 auto 0 auto;
	}
	#header {
		width: 762px;
		height: 51px;
		background: top url('assets/images/header.gif') no-repeat;
	}
		#header p {
			font: 12px "Times New Roman", Arial, Helvetica, sans-serif;
			text-align: right;
			color: #fff;
			padding: 3px 5px 0 0;
		}
		.phone p {
			font: 21px "Times New Roman", Arial, Helvetica, sans-serif;
			text-align: right;
			color: #000;	
			padding: 0 5px 0 0;		
			margin: 0 0 0 0;
		}
	#flash {
		width: 761px;
		height: 358px;
		padding: 0 0 0 1px;
		background: center url('assets/images/sides.gif') no-repeat;
	}
	#content {
		width: 760px;
		height: 527px;
	}
		.contentHead {
			height: 112px;
			width: 762px;
			background: url('assets/images/contentHead.gif') no-repeat;
		}
			.contentHead p {
				font: 25px "Times New Roman", Arial, Helvetica, sans-serif;
				font-weight: bold;
				font-style: italic;
				color: #dfd2aa;
				padding: 25px 0 0 125px;
				margin: 0 0 0 0;
			}
		.text {
			width: 762px;
			height: auto;
			font: 14px "Times New Roman", Arial, Helvetica, sans-serif;
			color: #fff;
			float: left;
			background: url('assets/images/growBar.gif') repeat-y;
		}
			.paragraph {
				width: 30em;
				float: left;
				margin: 0 20px 0 45px;
				padding: 0 0 0 80px;
			}
			.spanishList {
				margin-left: -35px;
			}
			.espanolImage {
				float: left;
				z-index: 100;
			}
			.video {
				margin-left: -25px;
			}

	#rightColumn {
		width: 190px;
		height: auto;
		float: right;		
		border: none;
		margin-right: 5px;
		position: relative;
		bottom: 100px;
		left: 2px;
	}
		img {
			border: none;
		}
	.homecopy {
		font-size: 18px;
	}
		
	#testimonials {
		font-family: Arial, Helvetica, sans-serif;
		width: 190px;
		height: auto;
		margin: 0 0 50px 0;
		float: left;
	}
		.title {
			font-size: 10px;
			text-align: right;
			padding: 0 5px 0 0;
			color: #999;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
		}
		.tcontent  {
			float:left;
			width: 15em;
			font-size: 12px;
			padding: 0 0 0 0;
			margin: 0 0 0 0;
			text-align: center;
			overflow: hidden;
		}
			.more {
				font-size: 10px;
				float:left;
				width:15em;
				color: #fff;
				text-align: right;
				padding: 0 5px 10px 0;
			}
				.more a:link {
					color: #fff;
					text-decoration: none;
				}
				.more a:hover {
					color: #fff;
					text-decoration: underline;
				}
.textwrap {
	width: 60%;
	float: left;
	padding: 80px 0 0 30px;	
}
.wrap {    /* wraps the side panel */
	width: 95px;
	float: left;
	padding: 5px 0 5px 0;
	margin: 0 0 0 0;
}
#footer {
	width: 762px;
	height: 130px;
	float: left;
	text-align: center;
	color: #64562a;
	margin: 0 0 0 0;
	background: url("assets/images/footer.gif") no-repeat;
}
	#footer p {
		font-size: 12px;
		margin: 0 0 0 0;
	}		
	#footer ul {
		display: block;
		color: #64562a;
		margin: 70px 0 0 0;
	}
	#footer li {
		font-size: 16px;
		display: inline;
	}
	#footer li a:link {
		color: #64562a;
		text-decoration: none;
	}
	#footer li a:hover {
		color: #64562a;
		text-decoration: underline;
	}
	#footer li a:visited {
		color: #333333;
		text-decoration: none;
	}
	#footer a:link {
		color: #64562a;
		text-decoration: none;
	}
	#footer a:hover {
		color: #64562a;
		text-decoration: underline !important;
	}
	#footer a:visited {
		color: #64562a;
		text-decoration: none;
	}
/* start style for sub pages*/
#subHead {
	width: 762px;
	height: 157px;
	background: top url('assets/images/fallaspic.jpg') no-repeat;
}
.pic {
	float: left;
	padding: 25px 5px 0 5px;
}