/* CSS Document */

/* zero out browser defaults first, since different browsers use different defaults, 
that way any future settings only need to be used when different from this new default */

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, input, 
select, textarea, a, button {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100.01%; /* this body font-size fixes an IE bug and maintains x-browser uniformity */
	line-height: 1em;
	color: #362B21;
}

#sizer {
	font-size: .7em;
}

/* HEADINGS -------------------------- */
h1, h2, h3, h4, h5, h6 {
	color: black;
}

h1 {
	font-size: 250%;
	font-weight: bolder;
	line-height: 1em;
	margin: 15px 0px;
}

h2 {
	font-size: 160%;
	font-weight: bolder;
	line-height: 1em;
	margin: 12px 0px;
}

#login h2 {
	margin: 30px 0px 5px -2px;
}

h3 {
	font-size: 150%;
	font-weight: bolder;
	line-height: 1em;
	margin: 11px 0px;
}

h4 {
	font-size: 140%;
	font-weight: bold;
	line-height: 1em;
	margin: 10px 0px;
}

h5 {
	font-size: 130%;
	font-weight: bold;
	line-height: 1em;
	margin: 9px 0px;
}

h6 {
	font-size: 120%;
	font-weight: bold;
	line-height: 1em;
	margin: 8px 0px;
}

/* phark image replacement ------ */
.ir {
	text-indent: -100em;
	overflow: hidden; 
	-moz-background-clip: initial; 
	-moz-background-origin: initial; 
	-moz-background-inline-policy: initial;
}

.ir.news {
	background: transparent url(../images/ir_h1_news.gif) repeat scroll 0%; 
	width: 73px; 
	height: 31px;
}

.ir.sponsors {
	background: transparent url(../images/ir_h2_sponsors.gif) repeat scroll 0%; 
	width: 78px; 
	height: 16px;
}

.ir.login_h2 {
	background: transparent url(../images/ir_h2_login.gif) repeat scroll 0%; 
	width: 45px; 
	height: 15px;
}

.ir.control_panel_h2 {
	text-indent: 0em;
	background: transparent url(../images/ir_h2_control_panel.gif) repeat scroll 0%; 
	width: 125px; 
	height: 15px;
}

/* text ---------------------- */
p {
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}
	
em {
	font-style:italic;
}

.small_copy {
	font-size: .8em;
}

.gray {
	color: #B3B3B3;
}

.brown {
	color: #5D4A39;
}

/* LISTS ---------------------- */
ul {
	margin: 0px 0px 10px 0px;
}
	
ul li {
	margin: 0px 0px 10px 30px;
	line-height: 15px;
}	
ol {
	font-size: 11px;
	line-height: 14px;
	margin: 0px 0px 10px 0px;
}
	
ol li {
	font-size: 10px;
	margin: 0px 0px 10px 30px;
}

/* link list ----------------- */
.link_list,
.link_list li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#block_1 p {
	padding-left: 10px;
}

#block_1 table {
	margin-left: 10px;
}

#block_2 .link_list li {
	padding-bottom: 5px;
}

#block_2 .link_list {
	margin-bottom: 30px;
}

#block_2 p {
	padding-left: 7px;
}

.link_list.h li {
	display: inline;
}

/* table and no_bullets class ------ */
ul.no_bullets,
ul.no_bullets li {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

/* images --------------------- */
img {
	border: 1px solid #413328;
}

.no_border {
	border: none;
}

/* LINKS ---------------------------- */

a {
	color: #DB7C26;
}
		
a:hover {
	color: red;
}

/* block 2 sub nav links ------------------- */
#block_2 .link_list a {
	font-weight: bold;
	text-decoration: none;
	color: #DB7C26;
	line-height: 1em;
}

#block_2 .link_list a:hover {
	color: red;
}

/* Etienne Added Styles */
.pageHeading {
	border: none;
}