@charset "utf-8";

body {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:visited {blue
	font-weight: bold;
}

.redbold1 {
	color: #930044;
	font-weight: bold;
	font-size: 16pt;
}
.redtext1 {
	color: #930044;
	font-size: 16pt;
}
.redtext12 {
	color: #930044;
	font-size: 12pt;
}
.redbold2, h3 {
	color: #930044;
	font-weight: bold;
}
li {
	text-align: left;
}

.regtextbold {
	font-weight: bold;
    font-size: 16px;
}
.regtextsm {
	font-size: 16px;
}


.regtextsm10 {
	font-size: 10px;
	color:#AAAAAA;
	text-decoration:none;
}
.thrColFixHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	background-image:url(images/bodyfill.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0 0 0;
	border: 0px;
} 
.thrColFixHdr #header {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*height: 160px;	         
	background-image:url(images/header.jpg);
	background-repeat:none;*/
	padding: 0 0 0 0;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	background-color: #FFF6C5;
	height: 149px;
} 
.thrColFixHdr #mainTop {
	margin: 0px 0px 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index: 1;
	height: 550px;
	background-image: url(images/bodytopfill.jpg);
	/*background-repeat:repeat-x;*/
} 
.thrColFixHdr #mainContent {
	width: 720px;
	margin: -550px 0px 0px 0px;
	padding: 0px 30px 0px 30px;
	z-index: 2;
} 

/*.thrColFixHdr #mainContent img{
	position: relative;	
	float: right;
	width: 190;
	border: 0;
} */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	background:none;
}
.homelist {
	padding: 5px 35px 5px 35px;
}
.list2 {
	margin-left: 140px;
}
#colorarea1,.colorarea1 {
	background-color:#FFF5BA;
	border: 2px #E29C33 solid;
	padding: 5px 20px 5px 20px;
	z-index: 4;
	margin: auto 100px;
	font-style: italic;
}
#colorarea2,.colorarea2 {
	border: 1px #888888 solid;
	padding: 5px 20px 5px 20px;
	z-index: 4;
	background-image: url(images/colorarea1fill.jpg);
	background-repeat: repeat-x;
	margin: auto 100px;
}
#colorarea3, .colorarea3 {
	background-color:#DFDDF0;
	border: 2px #888888 solid;
	padding: 5px 20px 5px 20px;
	z-index: 4;
	margin: auto 100px;
	font-style: italic;
}
#colorarea1 div.who,#colorarea2 div.who,#colorarea3 div.who {
	text-align: right;
	margin-top: -10px;
	font-style: normal;
}

.player {
	
}
#footer {
	width: 600px;
	margin: auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	height: 36px;
} 
	
#footer a,#footer a:hover,#footer a:visited{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #4E3121;
}
#footer a:hover {text-decoration: underline}
#footer div.left {
float: left;width: 200px;text-align:left; position:relative; padding-top: 10px; 
}
#footer div.center {
float: left; width: 200px; text-align:center; position:relative;
}
#footer div.right {
float: left;width: 200px;text-align:right;position:relative;padding-top: 10px;
}
#testimonials {
	list-style-type: none;
	background-color:#FFF5BA;
	border: 2px #E29C33 solid;
	padding: 5px 10px 10px 10px;
	z-index: 4;
	margin: auto 100px;

}
#testimonials .slide {}
#testimonials  blockquote {
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight:bold;
	color: #4D4D4D;
	height: 104px;
	margin: 0px;
	padding: 0px;
	margin: 10px;
}
#testimonials blockquote p.who {
	text-align: right;
	margin: 0px 20px 5px 20px;
	font-size: 12px;
	font-weight: normal;
	color: #4D4D4D;
}

