@charset "utf-8";
body {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) center top repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img {
	border: 0;
}
input {
	vertical-align: middle;
}
form {
	padding: 0;
	margin: 0;
}
.twoColFixLt #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 174px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 0px 15px 0px;
	margin: 0;
}


.twoColFixLt #mainContent {
	margin: 50px 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:15px;
	background: #FFFFFF url(../images/content_bg.jpg) repeat-y center top;
	width: 773px;
}
.twoColFixLt #mainContent h1 {
	color:#faa94b;
	font-size:24px;
	font-weight: bold;
	margin: 20px 30px 0px 30px;
	padding: 0px;
}
.twoColFixLt #mainContent h2 {
	color:#663366;
	font-size:18px;
	font-weight: bold;
	margin: 20px 30px 0px 30px;
	padding: 0px;
}
.twoColFixLt #mainContent h3 {
	color:#663366;
	font-size:16px;
	font-weight: bold;
	margin: 20px 30px 10px 50px;
	padding: 0px;
}
.twoColFixLt #mainContent p {
	margin: 0px 30px 20px 30px;
	padding: 0px;
}
.twoColFixLt #mainContent ul {
	margin: 0 100px;
	padding: 0px;
}
.twoColFixLt #mainContent li {
	list-style: url(../images/bullet.gif);
	vertical-align: top;
	padding: 5px;
}
.twoColFixLt #footer {
	margin: 10px 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:12px;
	width: 760px;
	color:#663366;
}
.twoColFixLt #homepageSidebar {
	float: right; /* since this element is floated, a width must be given */
	height: auto;
	width: 244px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	padding: 10px;
	margin: 0;
}
.twoColFixLt #homepageBody {
	border-right: #CBC2C8 solid 2px;
	background:url(../images/sidebar_bg.gif) repeat-y right;
	width: 507px;
	height: auto;
}

.twoColFixLt #homepageSidebar p {
	padding: 10px;
	margin: 0;
	font-size: 12px;
}
.twoColFixLt #homepageSidebar h2 {
	color:#faa94b;
	font-size:16px;
	font-weight: bold;
	margin: 0px;
	padding:  0 0 0 10px;
}
.indent li {
	list-image: none;
	list-style-type:circle;
	vertical-align: top;
	padding: 5px;
}
.twoColFixLt #mainContent a:link {
	color: #663366;
}
.twoColFixLt #mainContent a:visited {
	color: #663366;
}
.twoColFixLt #mainContent a:hover {
	color: #faa94b;
}
.twoColFixLt #mainContent a:active {
	color: #faa94b;
}
.byline {
	font-size: 12px;
}
.table_odd {
	background: #D3C9D0;
}
.purple {
	color:#663366;
}
.gold {
	color:#faa94b;
}
.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;
}
.white {
	color: #FFF;
}

/* for virtual tours */

#flashcontent {
	text-align: center;
	margin: auto;
	height: 400px;
	width: 640px;
}
/* end hide */
#flashcontent {
  color: #000
}
#flashcontent a {
  color: #f60;
}
#flashcontent a:hover {
  color: #06f;
}

/* regional championships photo gallery */
.photo_gallery {
	margin: 15px auto;
}
.photo_gallery img {
	
	border: 5px solid #EEE;
	margin: 10px 5px 5px 0;
}
.photo_gallery p {
	margin: 0 !important;
	padding: 0 !important;
	color: #666;
}
