@charset "UTF-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #B7C2A0;
	background-image: url(supports09/body-background.gif);
	line-height: 19px;
}
a:link {
	color: #9A2D2B;
	text-decoration: none;
}
a:visited {
	color: #9A2D2B;
	text-decoration: none;
}
a:hover {
	color: #5F8ABF;
	text-decoration: underline;
}
a:active {
	color: #00F;
	text-decoration: underline;
}
.twoColFixRtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	background-color: #FFF;
	background-image: url(supports09/large-tyler-logo.gif);
	background-repeat: no-repeat;
	background-position: right center;
} 
.redbar {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #B62127;
	margin-right: 30px;
	margin-left: 15px;
	padding-bottom: 0px;
}
.twoColFixRtHdr #header h1 {
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 275px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 11px;
	line-height: 21px;
}
.slideshowholder {
	height: 167px;
	width: 252px;
	border: 1px solid #9A2D2B;
}
.mainsection {
	width: 440px;
	padding-top: 12px;
	padding-right: 2px;
	padding-bottom: 12px;
	padding-left: 2px;
}
.twoColFixRtHdr #mainContent {
	width: 460px;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 100%;
} 
h1 {
	font-size: 18px;
	color: #B62127;
}
h2 {
	font-size: 14px;
	color: #B62127;
}
.twoColFixRtHdr #footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	background-color: #FFF;
	text-align: center;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(supports09/small-tyler-logo.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 10px;
}
.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;
}
.borders {
	clear: none;
	width: 830px;
	margin-left: 40px;
	margin-right: 25px;
	padding: 0px;
	background-image: url(supports09/maingrad3.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
}
