/* global tags */

body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #B1984D;
	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: #6E5C44;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	color: #34481E;
	font: bold 24px Arial, Helvetica, sans-serif;
}
h2 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #8E704D;
}
h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #324820;
}
h4 { font-size: 100%; color: #064997; }
h5 { font-size: 90%; color: #064997; }
strong {
	font-size: 120%;
	font-weight: bold;
	color: #1E5E44;
}

a:link {
	color: #34481E;
}
a:hover {
	color: #615022;
	text-decoration: underline
}
a:visited {
	color: #5B8700;
	text-decoration: none;
}
a.white:link {
	color: #FFFFFF;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}
p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #4D4130;
}
#stamp {
	overflow: visible;
	position: relative;
	visibility: visible;
	z-index: 101;
	left: 275px;
	top: 10px;
	height: 0px;
	width: 0px;
}
#push {
	height: 24px;
}
#container {
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #76612D;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 15px;
	width: 930px;
}
#shell {
	width: 935px;
	background: #FFFFFF url(../images/nav_bg.gif) repeat-y 0px 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0;
	padding: 0px;
}
#header {
	padding: 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: 0px;
	width: 725px;
}
#sidebar1 {
	width: 193px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	clear: left;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 241px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin-left: 12px;
	margin-top: 1px;
}
img.homephoto {
	margin-top: 1px;
	border: 1px solid #4C6A11;
}
img.homephoto_pad {
	margin-top: 1px;
	margin-bottom: 12px;
	border: 1px solid #4C6A11;
}
#mainContent {
	margin: 0 0px 0 207px; /* 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: 0 0px;
	width: 725px;
	clear: none;
}
#pageContent {
	width: 460px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#pageContent p.subhead {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin-top: 0px;
}
#foot-spacer {
	width: 960px;
	background: #76612D;
	height: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
}
#footer {
	width: 960px;
	text-align: left;
	margin: 0px auto 30px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#footer a {
	margin-right: 4px;
	margin-left: 4px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer p {
	margin: 12; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

#shell .bsubmit {
	background: #B4A08D;
	text-align: center;
	width: 50px;
	border-top: 1px solid #9C9210;
	border-right: 1px solid #5D5709;
	border-bottom: 1px solid #5D5709;
	border-left: 1px solid #9C9210;
	font: bold 10px Arial, Helvetica, sans-serif;
	height: 16px;
	padding: 1px;
}
img.feature {
	border: 1px solid #B9A159;
	margin-bottom: 6px;
}
.displft {
	margin-right: 2px;
	margin-left: 4px;
}
.disprgt {
	margin-right: 4px;
	margin-left: 2px;
}
li.check {
	list-style: url(../images/check.gif);
}
a.homepageref {
	color: #1E5E44;
}
#foot {
	bottom: 0px;
}

/* Colummn Boxes */

#columnbox-bot {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 5px;
	background: #4C6A11;
	margin-bottom: 6px;
	padding-bottom: 5px;
}
#columnbox-bot a {
	color: #FFFFFF;
	text-decoration: none;
}
#columnbox-bot a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#columnbox-top img {
	border: 1px solid #4C6A11;
	margin: 0px;
}
.caption {
	font-size: 10px;
	font-style: italic;
	line-height: normal;
	color: #C1A75D;
	width: 325px;
}

/* classes */

.teasers {
	color: #B4A181;
	font: 11px Arial, Helvetica, sans-serif;
}
.disclaimer {
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	color: #666666;
	text-indent: 12px;
}
#staff {
	float: left;
}
#staff td {
	border-bottom: 1px solid #C1A75D;
	padding-bottom: 9px;
	padding-right: 6px;
	padding-top: 9px;
}
#staff img {
	border: 1px solid #C1A75D;
}
.newspix {
	border: 1px solid #B1984D;
}
.pix {
	padding: 6px;
	border: 1px solid #F68B2F;
	margin-bottom: 6px;
	margin-left: 6px;
}
.border {
	padding: 6px;
	border: 1px solid #349F03;
}
.borderrgtmargin {
	padding: 6px;
	border: 1px solid #349F03;
	margin-right: 10px;
}
.border-left {
	border-left: 1px solid #F68B2F;
}
.border-top {
	padding-top: 6px;
	border-top: 1px solid #76612D;
}
.sform {
	background-color: #FFFFFF;
	padding: 1px;
	height: 14px;
	width: 100px;
	border: 1px solid #5D5709;
}
.ginput {
	padding: 1px;
	border: 1px solid #AA8F45;
	background: #D1BD86;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.gtextbox {
	padding: 1px;
	border: 1px solid #5D5709;
	background: #B4A08D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.white {
	color: #FFFFFF;
}
.required {
	color: #FF0000;
}
.superindent {
	margin-left: 300px;
}
.personal {
	font: italic 16px/20px "Times New Roman", Times, serif;
	text-indent: 20px;
}
.box-lt {
	background: #FE9C01;
	font: bold 110% Arial, Helvetica, sans-serif;
	color: #349C03;
}
.spaceout {
	margin-right: 1px;
	margin-bottom: 1px;
}
img.drawline {
	border-top: 1px solid #B9A159;
	margin-top: 3px;
	margin-bottom: 6px;
	width: 100%;
}
.smalltext {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #AA8F45;
}
#phones {
	margin-top: 12px;
}
/* List Items */

li span {
	color: #999999;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}
ol.menulist {
	color: #F5852A;
	padding: 0px 0px 0px 24px;
	margin: 6px 0px 6px 0px;
	list-style: decimal;
	font: oblique bold 18px/24px "Times New Roman", Times, serif;
}
li.acrobat {
	margin-bottom: 6px;
	list-style: url(../images/icons/icon_pdf.gif);
}
li.word {
	margin-bottom: 6px;
	list-style: url(../images/icons/icon_doc.gif);
}
li.excel {
	margin-bottom: 6px;
	list-style: url(../images/icons/icon_xls.gif);
}
a.small {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #000;
}
#tigers {
	border: 1px solid #B1984D;
	margin-top: 12px;
	margin-bottom: 6px;
}
.padbot {
	margin-bottom: 9px;
}

#menu {
	font: bold 11px Arial, Helvetica, sans-serif;
}

.menu_out, .menu_out_1, .menu_out_2, .menu_out_3, .menu_out_green {
	height: 22px;
	width: 193px;
	padding-top: 8px;
}
.menu_over, .menu_over_1, .menu_over_2, .menu_over_3, .menu_over_green {
	height: 22px;
	width: 193px;
	padding-top: 8px;
}
.menu_out a, .menu_out_1 a, .menu_out_2 a, .menu_out_3 a {
	color: #AA8F45;
	text-decoration: none;
	margin-left: 8px;
}
.menu_over a, .menu_over_1 a, .menu_over_2 a, .menu_over_3 a {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 8px;
}
.menu_out_green a {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 8px;
}
.menu_over_green a {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 8px;
}
.menu_out {
	background: #D1BD86 url(../images/nav.gif) no-repeat left top;
}
.menu_over {
	background: #AA8F45 url(../images/nav-over.gif) no-repeat left top;
}
.menu_out_1 {
	background: #D1BD86 url(../images/nav_1.gif) no-repeat left top;
}
.menu_over_1 {
	background: #AA8F45 url(../images/nav_1-over.gif) no-repeat left top;
}
.menu_out_2 {
	background: #D1BD86 url(../images/nav_2.gif) no-repeat left top;
}
.menu_over_2 {
	background: #AA8F45 url(../images/nav_2-over.gif) no-repeat left top;
}
.menu_out_3 {
	background: #D1BD86 url(../images/nav_3.gif) no-repeat left top;
}
.menu_over_3 {
	background: #AA8F45 url(../images/nav_3-over.gif) no-repeat left top;
}
.menu_out_green {
	background: #4C6A11;
	border-bottom: 1px solid #FFFFFF;
}
.menu_over_green {
	background: #394F0D;
	border-bottom: 1px solid #FFFFFF;
}
