/* zero out to remove differences among browsers and to remove ugly things*/
* {margin:0; padding:0 border: 0;}
html {height: 100%;}
input, select, th, td, h1,h2,h3,h4,h5,h6,pre,code {font-size:1em}
li li, li p, td p, blockquote p {font-size:1em}
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
a img,:link img,:visited img { border:none }
address { font-style:normal }

/* START MAIN HOLDERS */
html
{
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body
{
 font-family: Arial, Arial, Helvetica, sans-serif;
 font-size: 81%;
 line-height: 1.5em;
 color: #8F3E45;
 color: #000;
 text-align: center;
 background: #EFEBC2;
 padding: 10px 0;
}

#redbird_container
{
	width: 852px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	background: #fff;
	border: 1px solid #9F6363;
}

#redbird_header
{
 background: #fff url(/i/header.jpg) top left no-repeat;
 height: 162px;
}

#redbird_content
{
 padding: 15px 20px 10px 20px;
 background: #DFD77D;
 overflow: hidden;
}

#redbird_footer
{
	clear: both;
	padding: 5px;
	background-color: #9F272F;
	text-align: center;
	color: #DFD77D;
 	border-top: 1px solid #AF575F;
	font-size: 95%;
}

#navholder
{
	background-color: #9F272F;
	height: 30px;
 
}
/* END MAIN HOLDERS */

/* START DEFAULT LINKS */
a:link, a:visited
{
 color: #8F3E45;
 text-decoration: underline;
}

a:hover, a:active
{
 color: #000;
 text-decoration: underline;
}
/* END DEFAULT LINKS */

/* START LISTS */
#navholder ul
{
 padding: 0;
 overflow: hidden;
 margin-left: 0px;
 height: 30px
}

#navholder ul li
{
float: left;
padding: 0;
margin: 0;
list-style: none;
}

#navholder ul li.last
{
 border-right: none;
 margin-right: 0;
}

#navholder ul li a
{
 display: block;
 padding: 5px 5px 6px 5px;
 margin: 0;
 color: #fff;
 width: 132px;
 text-align: center;
}

#navholder ul li a:link, #navholder ul li a:visited
{
 background: none;
 text-decoration: none;
 color: #fff;
}

#navholder ul li a:hover, #navholder ul li a:active
{
 background: #DFD77D;
 color: #2F1719;
}

ul#toerrishuman
{
 margin: 0 0 15px 0;
 padding: 0;
 list-style: none;
}

ul#toerrishuman li
{
 margin: 0 0 3px 0;
 color: #3745DF;
}
/* END LISTS */

/* START PARAGRAPHS AND HEADINGS */
p
{
 padding-bottom: 1.25em;
}

p.last
{
 padding-bottom: 0;
}

p.centerme
{
 text-align: center;
}

#redbird_footer p
{
 margin: 0;
 padding: 0;
}

h1, h2, h3, h4
{
 color: #5F060D;
}

h1
{
 font-size: 1.6em;
 padding-bottom: .6em;
}

h2
{
 font-size: 1.35em;
 padding-bottom: .7em;
}
/* END PARAGRAPHS AND HEADINGS */

/* START MISC STUFF */
a.button
{
	display: inline-block;
	background: #9f272f;
	color: #fff;
	padding: 6px 12px;
	text-decoration: none;
	border-right: 2px solid #8B2229;
	border-bottom: 2px solid #8B2229;
	border-top: 2px solid #C7313B;
	border-left: 2px solid #C7313B;
}

a.button:hover, a.button:active, a.button:focus
{
	background: #771D23;
	border-right: 2px solid #8C2229;
	border-bottom: 2px solid #8C2229;
	border-top: 2px solid #8B2229;
	border-left: 2px solid #8B2229;
}

.framed
{
	border: 5px solid #9f272f;
}

span.required
{
 color: #CF4D58;
}

.goleft
{
 float: left;
 margin: 0 20px 10px 0;
}

.goright
{
 float: right;
 margin: 5px 0 15px 25px;
}
/* END MISC STUFF */

/* START FORMS STUFF */
input, textarea
{
 font-family: Arial, Arial, Helvetica, sans-serif;
 background: #FFF8AF;
 border: 1px solid #9F9F9F;
 padding: 2px 4px;
 color: #9F272F;
}

textarea
{
 font-size: 100%;
}

input.generic, textarea.generic
{
 width: 330px;
}

td.td-1, td.td-2
{
 vertical-align: top;
}

td.td-1
{
 border-right: 1px solid #9F272F;
 padding-right: 15px;
 width: 436px;
}

td.td-2
{
 text-align: left;
 width: 340px;
 padding-left: 10px;
}
/* END FORMS STUFF */