@charset "utf-8";

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	color: #2d2e2e;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-color: #F83C33;
	background-image: url(../images/design/bg_links.png);
	background-repeat: repeat-x;
	background-position: 0px 200px;
}
/* Commonly used to style page titles. */
#scroller {
	height: 720px;
	width: 575px;
	overflow: scroll;
}
#scrollerLg {
	height: 720px;
	width: 650px;
	overflow: scroll;
}

.insideTable {
	vertical-align: top;
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	background-color: #F4F4EC;
} 
#Orange {
	background-color: #F16649;
	height: 100%;
	width: 100%;
	z-index: 100;
	position: absolute;
	top: 505px;
}
.productTable {
	background-color: #FFF;
	border: thin solid #FF4040;
}
#bottom_nav {
	vertical-align: top;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../_images/design/bottom_nav.png);
	height: 350px;
	z-index: 1000;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #F16649;
	width: 100%;
	position: absolute;
	top: 1286px;
} 
#bottom_nav2 {
	vertical-align: top;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/bottom_nav.png);
	height: 350px;
	z-index: 1000;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #F16649;
	width: 100%;
	position: absolute;
	top: 1070px;
} 

.white {
	color: #FFF;
	text-align: left;
}
.white14 {
	color: #FFF;
	font-size: 14px;
}
.orange14 {
	color: #F16649;
	font-size: 14px;
}
.creme {
	color: #FFC;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-color: #E7ECEF;
	background-image: url(../images/nav_bg_feathered.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
}
#insideLinks a:link, #insideLinks a:visited {
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 18px;
}
#insideLinks a:hover{
	color: #F16649;
	text-decoration: underline;
}
#navLinks3 a:link, #navLinks3 a:visited {
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00415F;
	text-decoration: none;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 2px;
}
#navLinks3 a:hover{
	color: #F16649;
	text-decoration: underline;
}
#navLinks2 a:link, #navLinks2 a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 3px;
	background-color: #00415D;
	border: thin solid #CCC;
}
#navLinks2 a:hover{
	color: #F83C33;
	text-decoration: underline;
	background-color: #FFF;
	border: thin solid #00415F;
}
#navLinks a:link, #navLinks a:visited {
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 2px;
}
#navLinks a:hover{
	color: #F16649;
	text-decoration: underline;
}
#mainContent {
	vertical-align: top;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 215px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #FFF;
} 
#index_placeholder {
	background-image: url(../scr_images/index_content.png);
	background-repeat: no-repeat;
	height: 450px;
	width: 650px;
}
#copyright {
	font-size: 14px;
	color: #000;
	float: left;
	font-weight: normal;
}
#RC_logo {
	background-image: url(../images/RC_logo_190.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 93px;
	width: 200px;
}

#credit {
	float: right;
	background-image: url(images/credit_tag.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 38px;
	width: 100px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #005A84;
}
.creme16 {
	font-size: 16px;
	font-weight: bold;
	color: #FFC;
}
.grey13 {
	font-size: 13px;
	font-weight: bold;
	color: #CCC;
}
.red13 {
	font-size: 10px;
	font-weight: normal;
	color: #800000;
}


h2 {
	font-family: "Tw Cen MT", "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #005A84;
	text-align: left;
}
h1 {
	font-family: "Tw Cen MT", "Trebuchet MS", Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #005A84;
}
.red18 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #D21106;
	font-weight: bold;
}
.small_bold {
	font-size: 9px;
	font-weight: bold;
	color: #333;
}


.title {
	font-size: 22px;
	font-weight: bold;
	color: #333;
}
.sub_red {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #E01207;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.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;
}
#login a:link, #login a:visited {
	background-image: url(../images/login.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 100px;
	display: block;
	margin-left: 50px;
}

#login a:hover{
	background-image: url(../images/login_over.jpg);
	background-repeat: no-repeat;
}
#news a:link, #news a:hover, #news a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DD8847;
	text-align: center;
}
.tableBG {
	background-color: #FDE4CE;
}
.PageTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
}
.orangeBrdr {
	color: #000;
	background-color: #FFF;
	border: thin solid #F16649;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #4095df;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #4870aa;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #2170bd;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #2170bd;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #039;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #CCC;
}
#outerWrapper #header {
	background-color: #FFFFFF;
	background-image: url(../images/design/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: solid 1px #4b647f; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	height: 150px;
	line-height: 15px;
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 850px;
}
#outerWrapper #contentWrapper {
	overflow: hidden;
	background-color: #FFF;
}
#outerWrapper #contentWrapperFull {
	background-color: #FFF;
  
}
#outerWrapper #contentWrapper #rightColumn1 {
	background-color: #eaeff5;
	border-left: solid 1px #9bb6d2; /* Sets the left border properties for an element using shorthand notation */
	float: right;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 200px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 0 220px 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapperFull #content {
	margin: 0 0px 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 10px 10px 10px;
}

#outerWrapper #footer {
  background-color: #eaeff5;
  border-top: solid 1px #9bb6d2; /* Sets the top border properties for an element using shorthand notation */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
