/*	All code and design by Freddy Ouellette
		freddy.ouellette@gmail.com
		Copyright Freddy Ouellette Denton TX 2013 
		*/

* {
	margin:0px;
	padding:0px;
	-ms-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
body {
	min-width:1000px;
}
a {
	text-decoration:none;
	color:inherit;
}.colorlink:hover {
	color:#438ac7;
}
ul {
	margin:10px 0px 10px 0px;
	list-style:inside;
}
#topBanner {
	letter-spacing:18.5px;
}
#banner {
	width:100%;
	height:100px;
	background-color:white;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	font-family:Times New Roman;
	color:#755431;
	font-size:60px;
	line-height:50px;
}
#navigation {
	width:100%;
	height:30px;
	background-color:#400000;
	color:white;
	font-family:Open Sans;
	font-size:20px;
	text-align:center;
}#navigation a {
	margin-left:80px;
	margin-right:80px;
}#navigation a:hover {
	color:#438ac7;
}
#frame {
	width:1000px;
	overflow:auto;
	margin:auto;
	border-right:5px solid #400000;
	border-left:5px solid #400000;
	border-bottom:5px solid #400000;
}
#left {
	width:300px;
	float:left;
	border-right:5px solid #400000;
	background-color:#f6e1ac;
	display:table;
}
.leftButton {
	width:300px;
	height:60px;
	border-bottom:5px solid #400000;
	font-family:Open Sans;
	font-size:20px;
	color:#400000;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}.leftButton:hover {
	background-color:#438ac7;
	color:white;
}.selected {
	background-color:#438ac7;
	color:white;
}
.leftList {
	text-align:center;
	background-color:white;
	font-family:Open Sans;
	border-bottom:5px solid #400000;
}.leftList a {
	width:100%;
	display:block;
	border-bottom:1px #400000 solid;
	padding:2px 0px 2px 0px;
}.leftList a:hover {
	background-color:#438ac7;
	color:white;
}
#right {
	width:685px;
	float:left;
	padding:5px;
}
.headline {
	padding:inherit;
	font-family:Open Sans;
	font-size:30px;
	color:#400000;
	border-bottom:2px #400000 solid;
}
.section {
	padding:10px 0px 15px 0px;
	font-family:Open Sans;
	border-bottom:2px #400000 solid;
	overflow:auto;
}.sectionimage {
	width:200px;
	margin-left:5px;
	border:#755431 2px solid;
	float:left;
	margin-right:10px;
}.section p {
	font-size:16px;
}
.thumbnail {
	margin:5px;
	padding:inherit;
	font-family:Open Sans;
	text-align:center;
	border:#755431 2px solid;
	display:inline-block;
	width:210px;
	height:220px;
	float:left;
	padding:0px;
}.thumbnail h3 {
	height:60px;
}.thumbnail img {
	height:150px;
	max-width:210px;
}a .thumbnail:hover {
	border:#438ac7 2px solid;
}
.email {
	clear:both;
	background-color:#400000;
	color:white;
	padding:15px 0px 15px 0px;
	margin:10px 0px 10px 0px
	font-family:OpenSans;
	font-size:20px;
	text-align:center;
}
#footer {
	width:1010px;
	margin:auto;
	padding:10px 0px 10px 0px;
	background-color:#400000;
	text-align:center;
	font-family:Open Sans;
	font-size:12px;
	color:#aaaaaa;
}
.full {
	width:100%;
	text-align:center;
	padding:10px 0px 10px 0px;
	font-family:Open Sans;
	font-size:30px;
}.full p {
	width:40%;
	margin:auto;
	border-left:1px #400000 solid;
	border-right:1px #400000 solid;
	font-size:18px;
	padding:10px;
}
.table {
	padding:inherit;
	border-bottom:2px #400000 solid;
	margin-bottom:10px;
}.table table {
	width:680px;
	border-collapse:collapse;
}.table td, th {
	border:1px #400000 solid;
	text-align:center;
	font-family:Open Sans;
{















