@charset "utf-8";
.tylerParagraphText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
}
.textArea {
	margin-left:10px;
	margin-right:10px;
}
.testimonial {
	padding-left:5px;
	padding-right:5px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: black;
}
.webAppHeading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-align:center;
	color: #009;
	margin-bottom: 10px;
}
.webAppDescription {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.webAppContent {
	margin-right: 10px;
	margin-left: 10px;
}
.left {
	float: left;
}
#testimonialContactInfo {
	width: 55%;
}
#testimonialStory {
	width: 40%;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #A8A8A8;
	padding-left: 10px;
}


.right {
	float: right;
}

ul.noindent {
list-style-type:none;
margin: 0;
padding: 0;
}

ul.noident li {
list-type: none;
margin: 0;
padding: 5px 0 5px 0;
}

ul.lst li a {
	display: block;
	padding: 7px;
	/*border-bottom: 1px solid #f3f2e8;*/
	overflow: hidden;
	}
ul.lst li.last a {
	border: none;
	}
ul.lst a:hover {
	background: #f8f7f1;
	}

.testimonial {
	overflow: hidden;
}
.testimonialPhoto {
	/*border:thin solid #000;*/
	/*padding:5px;*/
	margin-bottom: 10px;
}
/* //////////////////////////////////////// Portfolio Page ////////////////////////////////// */
.classificationHeader {
	font-size:18px;
	font-weight:bolder;
	color:#000080;
	padding:5px;
	margin: 0px -10px 5px -10px;
	background: #00F url(/images/shine.png) repeat-x top;
	border-top:#000080 thin;
	border-bottom:#000080 thin;
}