/* graphics */

body {
	background: #14335C url(../images/rcm_bg.png) repeat-x;
}


span.pathway a {
	background: url(../images/rcm_arrow.png) 100% 0 no-repeat;
}


/*** fonts ***/
body {
	color: #0F253E;
	line-height: 135%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Font sizes */

body.f-default {
	font-size: 12px;
}

body.f-smaller {
	font-size: 11px;
}

body.f-larger {
	font-size: 14px;
}

div.moduletable h3,
.contentheading,
.componentheading {
	font-size: 115%;
}

.smaller {
	font-size: 11px;	
}


/* tag styles */

a:link,
a:visited {
	color: #f30;	
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


a.readon {
	background: url(../images/rcm_bullet.png) no-repeat;
}
a.readon {
	display: block;
	float: left;
	padding-left: 25px;
	margin-top: 10px;
	line-height: 14px;
	height: 16px;
}

p {
  margin-top: 1em;	
  margin-bottom: .5em;
}

p.first {
  margin-top: 0;
  margin-bottom: .5em;
}

p.listnext {
  margin-top: 1em;	
  margin-bottom: 0;
}

fieldset {
	border: 1px solid #999999;
	padding: 5px;
}

legend {
	font-weight:bold;
}

table.reg td {
	padding-left: 0;
	padding-right: 0;
}


/* other classes */
.supscript {
	font-size:85%;
	font-weight:bold;
}

.photoframe {
	background-color:#999; border:1px #000000 solid;	
}



/* Form style */

div.formstyle {
	background-color:#dce3ec; 
	padding:5px; 
	border:1px solid #999999;
}
div.formstyle table {
	margin:0;
	padding:0;
}
div.formstyle tr {
	line-height:1.5em;
	text-align:left;
	vertical-align:top;
}
div.formstyle p,
div.formstyle th,
div.formstyle td {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #000000;
}
div.formstyle th {
	text-align:left;
	margin-right:15px;
}
div.formstyle td {
	text-align:left;
	margin-right:5px;
	margin:0;
	padding:0;	
}
div.formstyle table table {
	margin:0;
	padding:0;
}


/** Layout and graphics **/

div#wrapper {
	margin: 0 auto;
	position: relative;
}

div#shadow {
	background: #122E53 url(../images/rcm_bg_shadow.png) repeat-x;
}
div#shadow {
	padding: 0 9px;
	width: auto !important;
}

div#header {
	background: #6699cc url(../images/rcm_header.png) 100% 0 no-repeat;
}
div#header {
/*	height: 105px; */
	height: 90px;
	position: relative;
}


/*  Top Menu Area */
div#tabarea {
	width: 100%;
	position: absolute;
/*	top: 57px; */
	top: 47px;
}

div#tabarea div#fixed {
	height: 25px;
} 

span#name {
	background: url(../images/rcm_name.png) no-repeat;
}
span#name {
	display: block;
	position: absolute;
	left: 10px;
/*	width: 370px; */
/*	height: 70px; */
	width: 450px;
	height: 45px;
}

span#phone {
	background: url(../images/rcm_phone.png) no-repeat;
	display: block;
	position: absolute;
	right: 0;
	width: 170px;
	height: 45px;
}

div#graphic {
	background: url(../images/rcm_graphic.jpg) 50% 0 no-repeat;
}

div#graphic {
	float: left;
	width: 100%;
/*	height: 99px; */
	height: 109px;
	overflow: hidden;
}

div#spotlight {
/*	height: 117px;	*/
	height: 35px;
}

div#quote {
	float: left;
	padding-top:  5px;
	padding-left: 15px;
	font-size: 18px;
	color: #fff;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 100%;
	font-weight: bold;
	font-style:italic;
}

div#logo {
	width:155px;
	height:150px;
	background: url(../images/rcm_logo.jpg) no-repeat;
	}	


/* Text layout */

#smaller .button {
	background: url(../images/rcm_css_small.png) no-repeat;
}

#medium .button {
	background: url(../images/rcm_css_med.png) no-repeat;
}

#larger .button {
	background: url(../images/rcm_css_large.png) no-repeat;
}

#wide .button {
	background: url(../images/rcm_css_wide.png) no-repeat;
}

#narrow .button {
	background: url(../images/rcm_css_narrow.png) no-repeat;
}


/* Column background colors and images */

td#left-col {
	background: #A0A477 url(../images/rcm_left_shadow2.png) 100% 0 repeat-y;
}

td#middle-col {
	background: #ffffff url(../images/rcm_middle_shadow2.png) 100% 0 repeat-y;
}

td#right-col {
	background-color: #2d5aa1;
}


/* Left div font colors **/

div#left div,
div#left p,
div#left td {
	color: #e9e9e9;
}

div#left a {
	color: #fff;
}

/* Right div font colors **/
div#right div,
div#right p,
div#right td {
	color: #eeeeee;
}

div#right a {
	color: #fff;
}

/* Bottom div font colors */
div#bottom div,
div#bottom p,
div#bottom td {
	color: #A6C8E5;
}


/* Column layout graphics */

div#left {
	background: url(../images/rcm_left_corner.png) 0 0 no-repeat;
}

div#left div.shadow {
	background: url(../images/rcm_middle_shadow.png) 100% 0 no-repeat;
	
}

div#middle {
	background: url(../images/rcm_middle_top.png) 0 0 repeat-x;
}

div#middle div.shadow_1 {
	background: url(../images/rcm_middle_corner.png) 0 0 no-repeat;
}

div#middle div.shadow_2 {
	background: url(../images/rcm_right_shadow.png) 100% 0 no-repeat;
}

div#right {
	background: url(../images/rcm_right_top.png) 0 0 repeat-x;
}

div#right div.shadow {
	background: url(../images/rcm_right_corner.png) 0 0 no-repeat;
}



div.moduletable h3,
.contentheading,
.componentheading {
	background: url(../images/rcm_head_left.png) 100% 0 no-repeat;
	color: #D8D9C6;
}

div#middle div.moduletable h3,
.contentheading,
.componentheading  {
	background: #cde0f0 url(../images/rcm_title.png) 0 0 no-repeat;	
	color: #1D4A88;
}

/* Right col label */
div#right div.moduletable h3 {
	background: #1D4A88 url(../images/rcm_head_right.png) 0 0 no-repeat;
	color: #94B7E7;
}

div#top div.moduletable h3 {
	background: #a6c8e5 url(../images/rcm_title2.png) 0 0 no-repeat;
	border-right: 8px solid #97B9D7;
	color: #0F253E;
}

div#top {
	background: #CDE0F0 url(../images/rcm_top_shadow.png) 100% 0 repeat-y;
}

div#top .corner_1 {
	background: url(../images/rcm_top_tl.png) 0 0 no-repeat;
}

div#top .corner_2 {
	background: url(../images/rcm_top_bl.png) 0 100% no-repeat;
}


div#bottom div.moduletable h3 {
	color: #CDE0F0;
	background: none;
}
div#bottom {
	background: #163B5D url(../images/rcm_bottom_shadow.png) 100% 0 repeat-y;
}
div#bottom .corner_1 {
	background: url(../images/rcm_bottom_tl.png) 0 0 no-repeat;
}
div#bottom .corner_2 {
	background: url(../images/rcm_bottom_bl.png) 0 100% no-repeat;
}


div#vbottom {
	border-top: 15px solid #173f78;
}

div#vbottom a:link,
div#vbottom a:visited,
div#vbottom a:hover {
	color: #2363c0;
}

div#vbottom div {
	border-top: 10px solid #153969;
/*	border-bottom: 10px solid #122e53; */		/* NEW! */	
	background-color:#122E53;
	color: #2363c0;
	font-size:.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif
}


