/* Global Styles */

a /* link style */
{
	color: #1e77d3; /* blue */
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover /* link hover */
{
	color: #39F;
	text-decoration: underline;
}

body, html
{
	background: #FFF;
	color: #333;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
}

/* Header styles */
h1, h2, h3, h4
{
	margin: 0;
}

h3, h4
{
	color: #e87110;
}

h1
{
	font: bold 14px Tahoma, Arial, Helvetica, sans-serif;
}

h2
{
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
}

h2 a, h2 a:hover
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

h2 a:hover
{
	color: #39F;
}

h3
{
	font: bold 10px Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

h4
{
	font-size: 13px;
}

h4 a
{
	color: #e87110;
	font-weight: bold;
	text-decoration: none;
}

h4 a:hover
{
	color: #F4A666;
}

h5
{
	font-size: 12px;
	color: #1e77d3;
	margin: 0;
}

.title
{
	background: url(../images/title_bar.png) repeat-x scroll left top;
	color: #1e77d3;
	height: 18px;
	text-align: center;
}

.orange_caps
{
	color: #e87110;
	font: bold 14px Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.bold_caps
{
	font: bold 14px Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.small_text, .small_text_orange
{
	font-size: 10px;
}

.small_text_orange
{
	color: #e87110;
}

.picture /* picture frame around a picture */
{
	border: 1px solid #999;
	padding: 2px;
}

td /* table column style */
{
	vertical-align: top;
}

/* Containers style */
#copyright
{
	background: #1e77d3;
	color: #FFF;
	font-size: 10px;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 20px;
	padding: 10px 0px 10px 10px;
	width: 100%;
}

#first_gradient
{
	background: url(../images/top_first_gradient_bar.png) repeat-y scroll left top;
}
/*
#title
{
	color: #FFF;
	float: left;
	font: bold 16px Arial, Helvetica, sans-serif;
	width: 70%;
}*/

#title
{
	color: #FFF;
	float: left;
	font: bold normal 20px "Times New Roman", Times, serif;
	width: 70%;
}

#greetings
{
	color: #1e77d3;
}

#header
{
	background: #FFF url(../images/top_gradient_bar.png) repeat-y scroll left top;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	margin: 0;
	padding: 10px 0px 10px 10px;
	width: 100%;
}

#wrapper /* Outside wrapper container */
{
	margin: 0;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;
	width: 1000px;
}

#wrapper-bottom
{
	padding-bottom: 80px;
}

#footer
{
	background: #FFF url(../images/bottom_gradient_bar.png) repeat-y scroll right top;
	width: 100%;
	position: absolute;
	bottom: 40 !important;
	bottom: 39px;
	height: 20px;
	padding: 10px 0px 10px 10px;
	text-align: left;
}

#footer a
{
	margin-left: 10px;
	margin-right: 10px;
}

table.main /* main table with flash video and logo */
{
	border-collapse: collapse;
	margin-bottom: 0;
	padding: 1px;
}

table.main td /* main table row style */
{
	border: 1px solid #999;
}

td.rnb_logo /* logo styles in the main table on the left side */
{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.inner_content_div /* the div inside the right side of the main content column */
{
	background: url(../images/orange_solid_bar.png) repeat-x scroll left top;
	border: 1px solid #999;
	height: 250px;
	padding: 20px;
}

table.content td.right_content /* tables inside the right column of the content table */
{
	padding: 20px 0px 20px 20px;
}

td.bottom_gradient_bar /* Bottom gradient bar */
{
	background: url(../images/bottom_gradient_bar.png) no-repeat scroll left top;
	height: 60px;
}

table.nav_list td, table.nav_list_nohover td
{
	border: none;
	font: normal 12px/1.4em Tahoma, Arial, Helvetica, sans-serif;
	height: 20px;
	text-align: left;
	vertical-align: middle;
}

table.nav_list a, table.nav_list_nohover a
{
	text-decoration: none;
}

table.nav_list a:hover
{
	padding-left: 10px;
}

.maincontent th, .maincontent_nopadding th, .sortable thead th, .sortable tfoot th /* table with orange bar at the bottom of th */
{
	border-bottom: 2px solid #e87110;
	color: #1e77d3;
	padding: 5px 10px;
	text-align: left;
}

.sortable thead th
{
	cursor: pointer;
	cursor: hand;
}

.sortable thead th a
{
	font-weight: bold;
}

.maincontent td, .sortable td
{
	padding: 5px;
	padding-left: 10px;
}

.maincontent_nopadding td
{
	padding-top: 2px;
	padding-left: 5px;
}

.maincontent tr.odd, .sortable tr.odd
{
	background: #FEF2E9;
}

.sortable tfoot th
{
	border-bottom: none;
	border-top: 2px solid #e87110;
}

/* Input styles, buttons, etc */

.input_droplist_long, .input_droplist_short, .input_text, .button, textarea
 /* long droplist and short droplists, and input boxes styles */
{
	background: #FFF;
	border: 1px solid #333;
	color: #333;
	font: normal 10px Tahoma, Arial, Helvetica, sans-serif;
	height: 18px;
	padding-left: 2px;
	width: 100%;
}

textarea
{
	font-size: 12px;
	padding: 5px;
	height: 150px;
	width: 375px;
}

.input_droplist_short
{
	width: 75px;
}

.input_text
{
	padding: 0px;
	padding-left: 3px;
	width: 75px;
}

.input_checkbox
{
	background: #FFF;
	color: #333;
}

.button
{
	height: 20px;
	padding-bottom: 2px;
	width: 75px;
}

.button:hover
{
	background: #e87110;
}

/* Decoration Styles */
.arrows
{
	background: url(../images/arrows.png) no-repeat scroll 10px center;
}

.small_arrows
{
	background: url(../images/arrows_small.png) no-repeat scroll 10px center;
}

.arrows1
{
	padding: 0px 2px 2px;
}

.arrows2
{
	padding: 0px 5px 2px 2px;
}

hr.solid
{
	border-top: 1px solid #999 d;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 1px;
	margin-bottom: 5px;
	width: 90%;
}

hr.dotted
{
	border-top: 1px dotted #999;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 1px;
	margin-bottom: 5px;
	width: 100%;
}

.dropshadow_h
{
	background: url(../images/dropshadow_h.png) repeat-x scroll left top;
	border: none;
	height: 5px;
	margin-bottom: 0;
	width: 1000px;
}

form
{
	margin: 0;
}

/* UL lists */
.ul_arrow_small
{
	list-style-image: url(../images/arrows_small.png);
	margin-left: 5px;
	margin-top: 2px;
	padding-left: 5px;
}

.hidden
{
	display: none;
}

.show
{
	display: inline;
  color: #F00;
	font-weight: bold;
}
