/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
}

img {
	border:none;
}

sub, sup {
	font-size:10px;
}

hr {
	margin:13px 0 13px 0;
	padding:0;
	color:#ccc;
}

html {
	background: #2b5f88 url(../images/resource_center/site-bg.png) repeat-x;
}

body {
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: #2b5f88 url(../images/resource_center/site-bg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	width: 985px;
}

.clearit {
	clear: both;
	height: 0;
	overflow: hidden;
	}

.rc_icon {
	vertical-align: middle;
	margin: 0 5px 0 0;
	border:none;
	}

/**************************** Outerwrap with Page BG **************************/

#rc_outerwrap {
	margin: 0 auto;
	height: auto;
	width: 1010px;
	background: url(../images/resource_center/inner-bg.png) repeat-y;
}

/**************************** Innerwrap **************************/

#rc_innerwrap {
	margin: 0 5px;
	padding: 0 0 10px 0;
	height: auto;
	width: 1000px;
	background: #fff;
}

/**************************** Masthead Styles **************************/

.rc_masthead {
	width:1000px;
	height:auto;
	background:url(../images/resource_center/masthead-bg.gif) no-repeat;
}

.rc_logo {
	float:left;
	height:auto;
    padding:13px 0 13px 20px;
}
.rc_logo img {
	border:none;
}

/*
.rc_logo h4 {
	text-indent:-3999px;
}
.rc_logo h4 a {
	display:block;
	width:303px;
	height:49px;
	background:url(../images/resource_center/reed-resource-center.gif) no-repeat;
}
*/

.rc_toplinks {
	float:left;
	width:505px;
	text-align:right;
	font-size:13px;
	color:#fff;
	padding:13px 0 0 0;
}
.rc_toplinks_thin {
	float:left;
	width:390px;
	text-align:right;
	font-size:13px;
	color:#fff;
	padding:13px 0 0 0;
}
.rc_toplinks_row1 {
	margin:0;
	padding:0;
}
.rc_toplinks_row2 {
	margin:0 0 0 0;
	padding:10px 0 0 0;
}
.rc_toplinks a, .rc_toplinks_thin a {
	color:#fff;
	text-decoration:none;
}
.rc_toplinks a.mrgleft, .rc_toplinks_thin a.mrgleft {
	color:#fff;
	text-decoration:none;
	margin:0 0 0 10px;
}
.rc_toplinks a:hover, .rc_toplinks_thin a:hover {
	color:#fff;
	text-decoration:underline;
}
.rc_toplinks img, .rc_toplinks_thin img {
	vertical-align:middle;
	margin:0 5px 0 15px;
}
.rc_acctholder {
	color:#a5c3db;
}

.rc_partner_logo {
	height:auto;
	padding:13px 20px 13px 0;
}
.rc_partner_logo_wide {
	float:right;
	width:250px;
	height:auto;
	margin:13px 20px 0 0;
	text-align:right;
}

/********************************* Navigation Bar ******************************/

.rc_navbar {
	width:1000px;
	height:auto;
	background:url(../images/resource_center/nav-bg.gif) no-repeat;
}
.rc_navbar_left {
	float:left;
	width:635px;
	height:33px;
	padding:10px 0 0 0;
}
.rc_navbar_left ul {
	display:inline;
	margin:0 0 0 19px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#5b5b5b;
}
.rc_navbar_left li {
	display:block;
	float:left;
	margin:0 0px 0 13px;
	padding: 0 0px 0 13px;
	list-style:none;
	background:url(../images/resource_center/nav-div.gif) top left no-repeat;
	font-size:17px;
	line-height:19px;
}
.rc_navbar_left li.left {
	display:block;
	float:left;
	margin:0 0px 0 19px;
	padding: 0 0px 0 0;
	list-style:none;
	background:none;
}
.rc_navbar_left a {
	color:#5b5b5b;
	text-decoration:none;
}
.rc_navbar_left a:hover {
	color:#5b5b5b;
	text-decoration:underline;
}
.rc_navbar_left img {
	vertical-align:middle;
	padding:0 0px 0 8px;
}


.rc_navbar_right {
	float:right;
	width:258px;
	height:auto;
	margin:5px 19px 0 0;
	background:url(../images/resource_center/search/search-bg.gif) no-repeat;
}
.rc_navbar_right input#search-keywords {
	float:left;
	width:109px;
	height:24px;
	background:url(../images/resource_center/search/search-bar-bg.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
/*	font-style:italic;*/
	color:#666;
	margin:0 0 0 79px;
	padding: 9px 12px 0 0;
	border:none;
	overflow:none;
	display:inline-block;
}

.rc_navbar_right input#search-submit {
	float:left;
	padding:0;
	font-size:0;
	width:58px;
	height:33px;
	display:inline-block;	
	border:none;
	color:#666;
	vertical-align:top;
	cursor:pointer;
	background:url(../images/resource_center/search/search-button.gif) top left no-repeat;
}


/********************************* Main Content Area ******************************/

.rc_main_content {
	width:962px;
	margin:0 19px;
	padding:14px 0 0 0;
}
.rc_left_column{
	float:left;
	width:687px;
}
.rc_right_column {
	float:right;
	width:251px;
}

.rc_content_left {
	width:687px;
}
.rc_content_left h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:21px;
	color:#1f4764;
	margin:13px 0 0 0;
}
.rc_content_left h1.nomrg {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:21px;
	color:#1f4764;
	margin:0 0 0 0;
}
.rc_content_left h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:17px;
	color:#56728a;
	margin:3px 0 0 0;
}
.rc_content_left h2 a {
	color:#56728a;
	text-decoration:none;
}
.rc_content_left h2 a:hover {
	color:#56728a;
	text-decoration:underline;
}

.rc_content_left h3 {
	font-weight:bold;
	font-size:14px;
	color:#1f4764;
	margin:13px 0 0 0;
}
.rc_content_left h3.mrgmore {
	font-weight:bold;
	font-size:14px;
	color:#1f4764;
	margin:20px 0 0 0;
}

.rc_content_left p {
	font-weight:normal;
	font-size:13px;
	color:#222;
	margin:13px 0 0 0;
}
.rc_content_left p.nomrg {
	font-weight:normal;
	font-size:13px;
	color:#222;
	margin:0;
}
.rc_content_left p.mrgside, .rc_content_left p.slide {
	margin:13px 13px 0 13px;
}
.rc_content_left p.mrgside_notop {
	margin:0 13px 0 13px;
}
.rc_content_left p.filter {
	color:#56728a;
	font-weight:normal;
	margin:0;
	padding:13px 0 0 0;
}
.rc_content_left p.highlight {
	color:#000;
	margin:13px 0 0 0;
	padding:5px 7px;
	border:solid 1px #bad1e5;
	background:#e4ecf3;
}
.rc_content_left p.activatelink {
	color:#000;
	margin:13px 0 0 0;
	padding:5px 7px;
	background:#f0f4f8;
}
.rc_content_left p.error {
	color:#c30000;
	margin:13px 0 0 0;
	padding:5px 7px;
	font-weight:bold;
	background:#f8ebeb;
}

.rc_content_left ul {
	margin:11px 0 0 13px;
	padding:0 0 0 13px;
	font-size:13px;
	color:#222;
}
.rc_content_left ol {
	margin:11px 0 0 16px;
	padding:0 0 0 16px;
	font-size:13px;
	color:#222;
}
.rc_content_left li {
	padding:2px 0 2px 0;
	font-size:13px;
	color:#222;
}
.rc_content_left blockquote {
	margin:13px 0 0 0;
	padding:10px;
	background:#e8ebf3;
	font-weight:normal;
	font-size:13px;
	color:#222;
}

.rc_content_left ul.error li {
	color:#c30000;
	font-weight:bold;
}

.rc_content_left a {
	color:#1f4764;
	text-decoration:underline;
}
.rc_content_left a:hover {
	color:#1f4764;
	text-decoration:underline;
}
.rc_content_left select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:0;
}

.rc_content_left_innerleft {
	float:left;
	width:420px;
}
.rc_content_left_innerright {
	float:right;
	width:200px;
	text-align:right;
}

.rc_content_left_innerleft_filter {
	float:left;
	padding:13px 0 0 0;
	font-size:13px;
	color:#56728a;
	font-weight:normal;
	margin:0;
}
.rc_content_left_innerleft_filter select {
	width:auto;
}


.rc_content_left_innerright_sort {
	float:right;
	width:170px;
	padding:13px 0 0 0;
	color:#56728a;
	margin:0;
	font-size:13px;
}


.rc_breadcrumb {
	width:667px;
	height:28px;
	background:url(../images/resource_center/breadcrumb-bg.gif) no-repeat;
	padding:13px 10px 0 10px;
	font-size:11px;
	color:#516c84;
}

/*.rc_breadcrumb p {
	font-size:13px;
	color:#516c84;
	padding:13px 10px 0 10px;
	margin:0;
}
*/

.rc_breadcrumb a {
	color:#516c84;
	text-decoration:underline;
}
.rc_carat {
	color:#becbd5;
	margin:0 5px 0 5px;
}

.rc_description_wrap {
	width:687px;
	background:url(../images/resource_center/double-band.gif) no-repeat;
	margin:12px 0 0 0;
	padding:15px 0 0 0;
}
.rc_description_left {
	float:left;
	width:185px;
}
.rc_description_graphic, .rc_description_graphic_temp {
	width:185px;
}
.rc_description_graphic img {
	border:solid 1px #ccc;
}
.rc_companyresults_graphic {
	margin:0 0 12px 20px;
}
.rc_description_graphic_temp img {
	border:none;
}

.rc_description_graphic_mrg {
	margin:11px 0 0 0;
	width:185px;
	text-align:center;
}
.rc_description_graphic_mrglarge {
	margin:16px 0 0 0;
	width:185px;
	text-align:center;
}
.rc_description_graphic_mrglarge img.mrgtop {
	margin:8px 0 0 0;
}

.rc_description_format {
	width:183px;
	margin:11px 0 0 0;
	padding:4px 0 4px 0;
	background:#f5f5f5;
	border:solid 1px #ccc;
	text-align:center;
	font-size:13px;
	color:#333;
}
.rc_description_format img {
	margin:0 5px 0 0;
	vertical-align:middle;
}
.rc_format_light {
	color:#9c9c9c;
}



.rc_description_right {
	float:right;
	width:485px;
}

.rc_description_label_wide {
	margin:13px 0 0 0;
	width:687px;
	height:28px;
	background:url(../images/resource_center/description/description-label-wide.gif) no-repeat;
}
.rc_description_label_error {
	margin:13px 0 0 0;
	width:687px;
	height:28px;
	background:url(../images/resource_center/description/description-label-error.gif) no-repeat;
}
.rc_description_label {
	width:485px;
	height:28px;
	background:url(../images/resource_center/description/description-label.gif) no-repeat;
}
.rc_description_label_left {
	float:left;
	width:275px;
	height:28px;
}
.rc_description_label_right {
	float:right;
	width:94px;
	height:28px;
}
.rc_description_label h3, .rc_description_label_wide h3, .rc_description_label_error h3 {
	font-size:14px;
	color:#1f4764;
	font-weight:bold;
	padding:5px 0px 0 10px;
}

.rc_description_label div.slide {
	font-size:14px;
	color:#1f4764;
	font-weight:bold;
	padding:0px 0px 0 22px;
	background:url(../images/resource_center/icons/16/108.png) center left no-repeat;
	height:28px;
	line-height:28px;
	cursor:pointer;
}
.rc_description_label div.slide.expand {
	font-size:14px;
	color:#1f4764;
	font-weight:bold;
	padding:0px 0px 0 22px;
	background:url(../images/resource_center/icons/16/106.png) center left no-repeat;
	height:28px;
	line-height:28px;
	cursor:pointer;
}


.rc_description_label h3 a {
	color:#1f4764;
	text-decoration:none;
}
.rc_description_label h3 a:hover {
	color:#1f4764;
	text-decoration:underline;
}

.rc_right_content {
	width:485px;
}
.rc_right_content_wide {
	width:687px;
}
.rc_slide_sample {
	width:485px;
}
.rc_right_content p, .rc_slide_sample p, .rc_right_content_wide p {
	font-size:13px;
	color:#222;
	font-weight:normal;
	margin:0 12px 0 12px;
	padding:12px 0 12px 0;
}
.rc_right_content p.nomrg_left, .rc_slide_sample p.nomrg_left, .rc_right_content_wide p.nomrg_left {
	font-size:13px;
	color:#222;
	font-weight:normal;
	margin:0 0 0 0;
	padding:12px 0 12px 0;
}
.rc_right_content p.nomrg, .rc_slide_sample p.nomrg, .rc_right_content_wide p.nomrg {
	font-size:13px;
	color:#222;
	font-weight:normal;
	margin:0 12px 0 12px;
	padding:0px 0 0px 0;
}
.rc_right_content a, .rc_slide_sample a, .rc_right_content_wide a {
	color:#1f4764;
	text-decoration:none;
}
.rc_right_content a:hover, .rc_slide_sample a:hover, .rc_right_content_wide a:hover {
	color:#1f4764;
	text-decoration:underline;
}
.rc_right_content a.viewall, .rc_slide_sample a.viewall, .rc_right_content_wide a.viewall {
	color:#1f4764;
	text-decoration:underline;
}

.rc_imgmargin_left {
	border:solid 1px #999;
	margin:0 0 8px 15px;
}
.rc_imgmargin_right {
	border:solid 1px #999;
	margin:0 15px 8px 0;
}


.rc_right_modules {
	width:251px;
}
.rc_right_modules_mrgtop {
	width:251px;
	margin:14px 0 0 0;
}

.rc_right_module_top {
	width:251px;
	background:url(../images/resource_center/modules/right-module-top.gif) no-repeat;
}
.rc_right_module_top_long {
	width:251px;
	background:url(../images/resource_center/modules/right-module-top-long.gif) no-repeat;
}
.rc_right_module_inner {
	padding:16px 12px 10px 12px;
	width:227px;
}
.rc_right_module_inner_lessmrg {
	padding:8px 12px 0 12px;
	width:227px;
}

.rc_right_module_inner_left {
	float:left;
	width:20px;
}
.rc_right_module_inner_left img {
	margin:2px 0 0 0;
}

.rc_right_module_inner_right {
	float:right;
	width:200px;
	font-size:13px;
}
.rc_right_module_inner_right a {
	color:#1f4764;
	text-decoration:none;
}
.rc_right_module_inner_right a {
	color:#1f4764;
	text-decoration:underline;
}
.rc_right_module_inner_right a.show, .rc_right_module_inner_right_showmore a.show {
	color:#1f4764;
	text-decoration:underline;
}
.rc_right_module_inner_right a.expand, .rc_right_module_inner_right_showmore a.expand {
	color:#1f4764;
	text-decoration:underline;
}

.rc_right_module_inner_right_more {
	float:right;
	width:200px;
	font-size:13px;
}


.rc_right_module_inner_right_showmore {
	float:right;
	width:200px;
	font-size:13px;
	color:#1f4764;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
}

.rc_right_module_inner_right_more h3.show a:hover,  {
	color:#1f4764;
	text-decoration:underline;
}
.rc_right_module_inner_right_more h3.show {
	color:#1f4764;
	text-decoration:none;
	cursor:pointer;
}

.rc_right_module_inner_right_more a, .rc_right_module_inner_right_showmore a {
	color:#1f4764;
	text-decoration:none;
}
.rc_right_module_inner_right_more a:hover, .rc_right_module_inner_right_showmore a:hover {
	color:#1f4764;
	text-decoration:underline;
}

.rc_right_module_inner_right_title {
	float:right;
	width:200px;
	font-size:15px;
	color:#1f4764;
	font-weight:bold;
	margin:0;
	padding:0;
}
body .rc_right_module_inner_right_title a {
	color:#1f4764;
	text-decoration:none;
}
body .rc_right_module_inner_right_title a:hover {
	color:#1f4764;
	text-decoration:underline;
}

.rc_right_module_inner h4, .rc_right_module_inner_lessmrg h4 {
	font-size:15px;
	color:#1f4764;
	font-weight:bold;
	margin:0;
	padding:0;
}
.rc_right_module_inner h4 a, .rc_right_module_inner_lessmrg h4 a {
	color:#1f4764;
	text-decoration:none;
}
.rc_right_module_inner h4 a:hover, .rc_right_module_inner_lessmrg a:hover {
	color:#1f4764;
	text-decoration:underline;
}
.rc_right_module_inner h5, .rc_right_module_inner_lessmrg h5 {
	font-size:13px;
	color:#1f4764;
	font-weight:bold;
	margin:0;
	padding:0;
}
.rc_right_module_inner h5 a, .rc_right_module_inner_lessmrg h5 a {
	color:#1f4764;
	text-decoration:none;
}
.rc_right_module_inner h5 a:hover, .rc_right_module_inner_lessmrg h5 a:hover {
	color:#1f4764;
	text-decoration:underline;
}

.rc_right_module_inner h6, .rc_right_module_inner_lessmrg h6 {
	color:#56728a;
	font-weight:bold;
	margin:3px 0 0 0;
	font-size:12px;
}
.rc_right_module_inner h6.nomrg, .rc_right_module_inner_lessmrg h6.nomrg {
	color:#1f4764;
	font-weight:bold;
	margin:0px 0 0 0;
	font-size:12px;
}
.rc_right_module_inner h6 a, .rc_right_module_inner_lessmrg h6 a {
	color:#56728a;
	text-decoration:none;
}
.rc_right_module_inner h6 a:hover, .rc_right_module_inner_lessmrg h6 a:hover {
	color:#56728a;
	text-decoration:underline;
}
.rc_right_module_inner h6.explain, .rc_right_module_inner p.explain, .rc_right_module_inner_lessmrg h6.explain, .rc_right_module_inner_lessmrg p.explain {
	color:#1f4764;
	font-weight:normal;
	margin:12px 0 0 0;
	font-size:13px;
}

.explain_nomrg {
	color:#1f4764;
	font-weight:normal;
	margin:0px 0 0 0;
	font-size:13px;
}

.rc_right_module_inner h6 a {
	color:#56728a;
	text-decoration:none;
}
.rc_right_module_inner h6 a:hover, .rc_right_module_inner_lessmrg h6 a:hover {
	color:#56728a;
	text-decoration:underline;
}
.rc_right_module_inner ul.tagcloud, .rc_right_module_inner_lessmrg ul.tagcloud {
	color:#222;
	font-size:13px;
	list-type:none;
	display:inline;
}
.rc_right_module_inner ul.tagcloud li, .rc_right_module_inner_lessmrg ul.tagcloud li {
	color:#222;
	font-size:13px;
	/*line-height:1.6em;*/
	list-style:none;
	display:inline;
	margin:0 8px 0 0;
	padding:3px;
	background:none;
}
.rc_right_module_inner ul.tagcloud li a, .rc_right_module_inner_lessmrg ul.tagcloud li a {
	color:#56728a;
	text-decoration:none;
}
.rc_right_module_inner ul.tagcloud li a:hover, .rc_right_module_inner_lessmrg ul.tagcloud li a:hover {
	text-decoration:underline;
}

.rc_right_module_inner_right img.logo {
	border:solid 1px #999;
	margin:0 0 8px 13px;
}
.rc_right_module_inner_right img.logo_alt {
	border:solid 1px #999;
}

.rc_right_module_inner p.nomrg a, .rc_right_module_inner_lessmrg p.nomrg a {
	color:#1f4764;
	text-decoration:none;
}
.rc_right_module_inner p.nomrg a:hover, .rc_right_module_inner_lessmrg p.nomrg a:hover {
	color:#1f4764;
	text-decoration:underline;
}

.rc_right_module_inner form, .rc_right_module_inner_lessmrg form {
	margin:12px 0 0 0;
}

.placeholder {
	color:#999;
}

.rc_right_module_bottom {
	width:251px;
	height:16px;
	background:url(../images/resource_center/modules/right-module-bottom.gif) no-repeat;
}


#rc_footer {
	width:1010px;
	background:url(../images/resource_center/footer-bg.gif) no-repeat;
	text-align:center;
}
#rc_footer h5 {
	color:#fff;
	text-align:center;
	padding:25px 0 0 0;
	font-size:12px;
	font-weight:normal;
}
#rc_footer h5 a {
	color:#fff;
	text-decoration:none;
}
#rc_footer h5 a:hover {
	color:#fff;
	text-decoration:underline;
}

#rc_footer p {
	color:#fff;
	text-align:center;
	padding:25px 0 0 0;
	font-size:12px;
	line-height:1.65em;
}
#rc_footer p a {
	color:#c0d8ec;
	text-decoration:none;
}
#rc_footer p a:hover {
	color:#c0d8ec;
	text-decoration:underline;
}

.rc_footer_div {
	margin:0 5px;
	color:#7391ab;
}


/*********************** Search Results Styles ************************/

.rc_search_featured {
	width:687px;
	margin:13px 0 0 0;
}
.rc_search_featured_top {
	width:687px;
	background:url(../images/resource_center/search-results/featured-top.gif) no-repeat;
	height:7px;
	font-size:3px;
}
.rc_search_featured_main {
	width:687px;
	background:url(../images/resource_center/search-results/featured-bg.gif) repeat-y;
	padding:6px 0 6px 0;
	margin:0;
}
.rc_search_featured_main_nopad {
	width:687px;
	background:url(../images/resource_center/search-results/featured-bg.gif) repeat-y;
	padding:0 0 6px 0;
	margin:0;
}

.rc_light_color {
	color:#56728a;
}

.rc_getitnow {
	float:right;
	width:100px;
	margin:0 0 0 0;
	color:#1f4764;
	font-size:14px;
	font-weight:bold;
	text-align:right;
}
.rc_getitnow a {
	text-decoration:none !important;
}
.rc_getitnow a:hover {
	text-decoration:underline !important;
}
.rc_getitnow img {
	border:none !important;
	vertical-align:middle !important;
	margin:0 5px 0 0 !important;
}


.rc_search_featured_main h1, .rc_search_featured_main_nopad h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:21px;
	color:#1f4764;
	margin:0 13px 0 13px;
	padding:0 0 0 0;
}
.rc_search_featured_main h2, .rc_search_featured_main_nopad h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:17px;
	color:#56728a;
	margin:3px 0 0 13px;
}
.rc_search_featured_main h2.large, .rc_search_featured_main_nopad h2.large {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:21px;
	color:#1f4764;
	margin:0 13px 0 13px;
	padding:0 0 0 0;
}
.rc_search_featured_main h3, .rc_search_featured_main_nopad h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:17px;
	color:#56728a;
	margin:3px 0 0 13px;
}
.rc_search_featured_main p, .rc_search_featured_main_nopad p {
	font-weight:normal;
	font-size:13px;
	color:#222;
	margin:13px 0 0 0;
}
.rc_search_featured_main p.nomrg, .rc_search_featured_main_nopad p.nomrg {
	font-weight:normal;
	font-size:13px;
	color:#222;
	margin:0 0 0 0;
}
.rc_search_featured_main a, .rc_search_featured_main_nopad a {
	color:#1f4764;
	text-decoration:none;
}
.rc_search_featured_main a:hover, .rc_search_featured_main_nopad a:hover {
	color:#1f4764;
	text-decoration:underline;
}
.rc_search_featured_main p.slide a, .rc_search_featured_main_nopad p.slide a {
	color:#1f4764;
	text-decoration:underline;
}

.rc_search_featured_main p.slidetable {
	margin:5px 0 0 0;
	padding:0;
}
.rc_search_featured_main p.slidetable a {
	color:#1f4764;
	text-decoration:underline;
}

.rc_search_featured_bottom {
	width:687px;
	background:url(../images/resource_center/search-results/featured-bottom.gif) no-repeat;
	height:7px;
	font-size:3px;
}

.rc_search_featured_wrap {
	width:661px;
	padding:13px 0 0 0;
	margin:0 13px 0 13px;
}
.rc_search_featured_wrap_left {
	float:left;
	width:122px;
}
.rc_search_featured_logo {
	width:122px;
	background:url(../images/resource_center/modules/featured-asset-logo-bg.gif) no-repeat;
	text-align:center;
	padding:0 0 14px 0;
}
.rc_search_featured_logo img {
	margin:18px 0 0 0;
	border:solid 1px #ccc;
}
.rc_search_featured_logo_bottom {
	width:122px;
	height:8px;
	font-size:3px;
	background:url(../images/resource_center/modules/featured-asset-bottom.gif) no-repeat;
}

.rc_search_featured_button {
	width:122px;
	text-align:center;
	margin:13px 0 0 0;
}

.rc_search_featured_wrap_right {
	float:right;
	width:522px;
	margin:0 0 0 0;
}
.rc_search_featured_wrap_right p {
	font-size:13px;
	margin:0;
	padding:0;
}
.rc_search_featured_wrap_right p.mrg {
	font-size:13px;
	margin:13px 0 0 0;
	padding:0;
}


.rc_search_results_title {
	margin:13px 0 0 0;
	padding:13px 0 0 0;
	width:687px;
	background:url(../images/resource_center/double-band.gif) no-repeat;
}
.rc_search_results_title_nobg {
	padding:13px 0 0 0;
	width:687px;
}
.rc_search_results_title_singleline {
	margin:13px 0 0 0;
	padding:13px 0 0 0;
	width:687px;
	border-top:solid 1px #ccc;
}
.rc_search_results_title_left {
	float:left;
	width:440px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:19px;
	color:#1f4764;
	margin:0;
	padding:0;
}
.rc_search_results_title_nobg h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:21px;
	color:#1f4764;
	margin:0;
	padding:0;
}
.rc_search_results_title_left span, .rc_search_results_title h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:19px;
	color:#1f4764;
	margin:0;
	padding:0;
}
.rc_search_results_title_left p {
	font-weight:bold;
	font-size:14px;
	color:#1f4764;
	margin:0;
	padding:0;
}

.rc_search_results_title_right {
	float:right;
	width:240px;
	text-align:right;
}
.rc_search_results_title_right a.block {
	width:auto;
	height:auto;
	margin:0 0 0 3px;
	padding:3px 5px;
	color:#333;
	background:#fff;
	border:solid 1px #fff;
	text-decoration:none;
	font-size:13px;
}
.rc_search_results_title_right a:hover {
	border:solid 1px #dbdbdb;
	background:#eee;
	text-decoration:none;
}
.rc_search_results_title_right a.block_selected {
	width:auto;
	height:auto;
	margin:0 0 0 3px;
	padding:3px 3px;
	color:#333;
	text-decoration:none;
	background:#eee;
	border:solid 1px #dbdbdb;
	font-size:13px;
}

.rc_search_result_module {
	margin:13px 0 0 0;
	width:687px;
}
.rc_search_result_module_top {
	width:687px;
	background:url(../images/resource_center/search-results/module-top.gif) no-repeat;
	height:7px;
	font-size:3px;
}
.rc_search_result_module_main {
	width:687px;
	background:url(../images/resource_center/search-results/module-bg.gif) repeat-y;
	padding:7px 0 7px 0;
}
.rc_search_result_module_main h2 a, .rc_search_result_module_main_featured h2 a, .rc_search_result_module h2 a, .rc_content_left h2 a {
	text-decoration:none;
}
.rc_search_result_module_main h2 a:hover, .rc_search_result_module_main_featured h2 a:hover, .rc_search_result_module h2 a:hover, .rc_content_left h2 a:hover {
	text-decoration:underline;
}
.rc_search_result_module_main h3.mrgside {
	margin:15px 15px 0 15px;
}

.rc_search_result_module_main form, .rc_search_result_module_main_featured form {
	margin:0;
	padding:0;
}
.rc_search_result_module_bottom {
	width:687px;
	background:url(../images/resource_center/search-results/module-bottom.gif) no-repeat;
	height:7px;
	font-size:3px;
}

.rc_search_result_module_top_featured {
	width:687px;
	background:url(../images/resource_center/search-results/featured-top.gif) no-repeat;
	height:7px;
	font-size:3px;
}
.rc_search_result_module_main_featured {
	width:687px;
	background:url(../images/resource_center/search-results/featured-bg.gif) repeat-y;
	padding:7px 0 7px 0;
}

.rc_search_split_container {
	width:687px;
}

.rc_search_result_module_bottom_featured {
	width:687px;
	background:url(../images/resource_center/search-results/featured-bottom.gif) no-repeat;
	height:7px;
	font-size:3px;
}

.rc_search_result_module_wrapleft {
	float:left;
	display:inline;
	width:30px;
	margin:0px 0px 0px 13px;
	color:#0f314a;
	font-weight:bold;
	font-size:14px;
	padding:0px;
	text-align:left;
}
.rc_search_result_module_wrapright {
	float:right;
	display:inline;
	width:625px;
	margin:0px 13px 0px 0px;
	padding:0px;
}

.rc_search_result_right_text {
	float:left;
	display:inline;
	width:525px;
	margin:0;
	padding:0;
}
.rc_search_result_right_logo {
	float:right;
	display:inline;
	width:82px;
	margin:0 0 8px 0;
	padding:4px 0;
	border:solid 1px #ccc;
	text-align:center;
	background:#fff;
}


.rc_search_result_module_wrapright h2 {
	margin:0px !important;
	padding:0px 1px !important;
	color:#0f314a;
	font-weight:bold;
	font-size:14px;
}

rc_search_result_module_main h2.error, .rc_search_result_module h2.error, .rc_search_result_module h2.error {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 12px 0 12px !important;
	padding:6px !important;
	color:#d30000 !important;
	font-weight:bold;
	font-size:14px;
	background:#faebeb;
}
rc_search_result_module_main h2.error img, .rc_search_result_module h2.error img, .rc_search_result_module h2.error img {
	margin:0 5px 0 0;
	padding:none;
	vertical-align:middle;
	border:none;
}

.rc_search_result_module_wrapright h2.paddbottom {
	margin:0px;
	padding:0 0 13px 0 !important;
	color:#0f314a;
	font-weight:bold;
	font-size:14px;
}

.rc_search_result_module_wrapright h3 {
	margin:7px 0 0 0;
	padding:0 0 7px 0;
	color:#7d93a6;
	font-weight:bold;
	font-size:13px;
}
.rc_search_result_module_wrapright h3 a {
	color:#7d93a6;
	text-decoration:none;
}
.rc_search_result_module_wrapright h3 a:hover {
	color:#7d93a6;
	text-decoration:underline;
}

.rc_search_result_module_wrapright p {
	margin:0 0 0 0;
	padding:0;
	color:#222;
	font-size:13px;
}

.rc_search_result_module_main p.error, .rc_search_result_module p.error {
	margin:12px 12px 0 12px;
	padding:0;
	color:#222;
	font-size:13px;
}

.rc_search_result_module_wrapright a {
	color:#1f4764;
	text-decoration:underline;
}

.rc_search_result_module_wrapright img.rc_icons_right {
	border:none;
	margin:0 0 0 5px;
	vertical-align:middle;
}
.rc_search_result_module_wrapright img.rc_icons_bottom {
	border:none;
	margin:7px 0 0 0;
}

.rc_table_company {
	margin:13px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222;
}
.rc_table_company th {
	background:#1f4764 url(../images/resource_center/table/th-bg.gif) repeat-x;
	color:#fff;
	padding:6px 4px;
	font-size:13px;
	text-align:left;
	border-bottom:solid 5px #fff;
}
.rc_table_company th.centered {
	background:#1f4764 url(../images/resource_center/table/th-bg.gif) repeat-x;
	color:#fff;
	padding:6px 4px;
	font-size:13px;
	text-align:center;
	border-bottom:solid 5px #fff;
}
.rc_table_company th a {
	color:#fff;
	text-decoration:none;
}
.rc_table_company th a:hover {
	color:#fff;
	text-decoration:underline;
}
.rc_table_company th a.selected {
	color:#cbdff0;
	text-decoration:none;
}
.rc_table_company th a.selected:hover {
	color:#cbdff0;
	text-decoration:none;
}

.rc_table_company th img {
	margin:0 0 0 8px;
	vertical-align:middle;
}
.rc_table_company td {
	margin:13px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#222;
	padding:5px 4px;
	border-top:solid 1px #d2d2d2;
}
.rc_table_company td.centered {
	margin:13px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#222;
	padding:5px 4px;
	border-top:solid 1px #d2d2d2;
	text-align:center;
}
.rc_table_company td.name {
	font-size:13px;
	font-weight:bold;
	padding:5px 4px;
}
.rc_table_company td.featured {
	background:#f9f6e8 url(../images/resource_center/table/featured-bg-blue.gif) repeat-x;
}
.rc_table_company td.featured_center {
	background:#f9f6e8 url(../images/resource_center/table/featured-bg-blue.gif) repeat-x;
	text-align:center;
}
.rc_table_company td.featured_name {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	background:#f9f6e8 url(../images/resource_center/table/featured-bg-blue.gif) repeat-x;
}
.rc_table_company td.logo {
	text-align:right;
	padding:5px 4px;
}
.rc_table_company td.featured_logo {
	text-align:right;
	padding:5px 4px;
	background:#f9f6e8 url(../images/resource_center/table/featured-bg-blue.gif) repeat-x;
}
.rc_table_company td.featured_logo img, .rc_table_company td.logo img {
	border:solid 1px #666;
}
.rc_table_company td h2 {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#222;
}


.rc_table_register {
	margin:0 0 0 13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222;
}
.rc_table_register_mrg {
	margin:12px 0 0 13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222;
}
.rc_table_register td, .rc_table_register_mrg td {
	background:none;
	color:#333;
	padding:3px 0px;
	font-size:13px;
}
.rc_table_register td.padbottom, .rc_table_register_mrg td.padbottom {
	background:none;
	color:#333;
	padding:3px 0 10px 0;
	font-size:13px;
}
.rc_table_register td.top, .rc_table_register_mrg td.top {
	border-top:none;
	padding:0 0 4px 0;
}
.rc_table_register td.required, .rc_table_register_mrg td.required {
	color:#c30000;
}
.rc_table_register td.required_top, .rc_table_register_mrg td.required_top {
	color:#c30000;
	border-top:none;
	padding:0 0 3px 0;
}
.rc_table_register td.required_bottom, .rc_table_register_mrg td.required_bottom {
	padding:0;
}
.rc_required {
	color:#c30000;
}
.rc_table_register input, .rc_table_register select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#222;
	padding:1px;
}
.rc_table_register image, .rc_table_register image {
	margin:0;
	padding:0;
}


.rc_search_results_alphabetical {
	margin:13px 0 0 0;
	width:687px;
}
.rc_search_results_alphabetical ul {
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
}
.rc_search_results_alphabetical li {
	display:inline;
	list-style:none;
}
.rc_search_results_alphabetical li a {
	display:block;
	float:left;
	width:auto;
	margin:0 1px;
	padding:3px 6px;
	font-size:12px;
	background:#f3f3f3;
	color:#1f4764;
	border:solid 1px #ccc;
	text-decoration:none;
}
.rc_search_results_alphabetical li a.selected {
	background:#1f4764;
	border:solid 1px #1f4764;
	color:#fff;
	text-decoration:none;
}
.rc_search_results_alphabetical li a:hover {
	background:#1f4764;
	border:solid 1px #1f4764;
	color:#fff;
	text-decoration:none;
}


.rc_backlink {
	float:right;
	width:100px;
	text-align:right;
	font-size:12px;
	padding:3px 0 0 0;
}
.rc_backlink img {
	border:none;
}



/*************************************** Homepage Styles ****************************************/

.rc_home_positioning {
  width:962px;
  height:70px;
  background:url(../images/resource_center/home/pos-bg.jpg) no-repeat;
}
.rc_home_positioning2 {
  margin:0;
  padding:3px 14px 0 130px;
}
.rc_home_positioning2 h1 {
  font-family:Georgia, "Times New Roman", Times, serif;
  margin:0;
  padding:0;
  font-weight:normal;
  font-size:18px;
  display:inline;
  color:#fff;
  line-height:1.15em;
}
.rc_home_positioning2 p {
  font-family:Georgia, "Times New Roman", Times, serif;
  margin:0;
  padding:0;
  font-weight:normal;
  font-size:18px;
  display:inline;
  color:#fff;
  line-height:1.15em;
}
.rc_home_leftcol {
  float:left;
  width:637px;
}
.rc_home_rightcol {
  float:right;
  width:310px;
}

/************** Homepage Recent Resources ****************/

.rc_home_featured {
	width:637px;
}
.rc_home_featured_top {
	width:637px;
	height:275px;
	background:url(../images/resource_center/home/bg-left-featured-top.gif) no-repeat;
	padding:0 0 7px 0;
}

.rc_home_featured_top_thankyou {
	width:687px;
	background:url(../images/resource_center/home/bg-left-featured-top.gif) no-repeat;
	padding:0 0 7px 0;
	margin:12px 0 0 0;
}

.height_other_centers {
	height:auto!important;
}
.rc_home_featured_bottom {
	width:637px;
	height:5px;
	font-size:3px;
	background:url(../images/resource_center/home/bg-left-featured-bottom.gif) no-repeat;
}

.rc_home_featured_bottom_thankyou {
	width:687px;
	height:5px;
	font-size:3px;
	background:url(../images/resource_center/home/bg-left-featured-bottom.gif) no-repeat;
}

.rc_home_hottopics {
	width:310px;
}
.rc_home_hottopics_top {
	width:310px;
	height:275px;
	background:url(../images/resource_center/home/bg-topics-top-long.gif) no-repeat;
	padding:0 0 7px 0;
}
.rc_home_register_top {
	width:310px;
	height:178px;
	background:url(../images/resource_center/home/bg-topics-top-long.gif) no-repeat;
	padding:0 0 7px 0;
}

.rc_home_register_top form, .rc_home_register_top input, {
	margin:0;
	display:inline;
}

.rc_home_hottopics_bottom {
	width:310px;
	height:5px;
	font-size:3px;
	background:url(../images/resource_center/home/bg-topics-bottom.gif) no-repeat;
}

.rc_home_module_wide {
	width:637px;
}
.rc_home_module_wide_top {
	width:637px;
	height:28px;
}
.rc_home_module_wide_main {
	width:637px;
	height:auto;
	background:url(../images/resource_center/home/module-wide-bg.gif) repeat-y;
	padding:0 0 5px 0;
}
.rc_home_module_wide_bottom {
	width:637px;
	height:5px;
	font-size:3px;
	background:url(../images/resource_center/home/module-wide-bottom.gif) no-repeat;
}

.rc_home_module_short {
	width:310px;
}
.rc_home_module_short_top {
	width:310px;
	height:28px;
}
.rc_home_module_short_main {
	width:310px;
	height:auto;
	background:url(../images/resource_center/home/module-short-bg.gif) repeat-y;
	padding:0 0 5px 0;
}

.height_company {
	height:145px;
}
.height_resources {
	height:216px;
}

.height_middle {
	height:170px;
}

.rc_home_module_short_bottom {
	width:310px;
	height:5px;
	font-size:3px;
	background:url(../images/resource_center/home/module-short-bottom.gif) no-repeat;
}

.rc_home_module_wide_top.purple {
	background:url(../images/resource_center/home/module-top-purple.gif) no-repeat;
}
.rc_home_module_wide_top.blue {
	background:url(../images/resource_center/home/module-top-blue.gif) no-repeat;
}
.rc_home_module_short_top.green {
	background:url(../images/resource_center/home/module-top-green.gif) no-repeat;
}
.rc_home_module_short_top.orange {
	background:url(../images/resource_center/home/module-top-orange.gif) no-repeat;
}

.rc_home_module_wide_main h2, .rc_home_module_short_main h2, .rc_home_featured_top h2, .rc_home_hottopics_top h2, .rc_home_register_top h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:17px;
	color:#1f4764;
	margin:0;
	padding:0;
}
.rc_home_module_wide_main h3, .rc_home_module_short_main h3, .rc_home_featured_top h3, .rc_home_hottopics_top h3, .rc_home_register_top h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#5a748b;
	font-weight:normal;
	padding:6px 0px 0 0px;
}
.rc_home_module_wide_main h3.featured, .rc_home_module_short_main h3.featured, .rc_home_featured_top h3.featured, .rc_home_hottopics_top h3.featured, .rc_home_register_top h3.featured {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#1f4764;
	font-weight:bold;
	padding:7px 0px 0 0px;
	margin:0 18px;
}
.rc_home_module_wide_main h4, .rc_home_module_short_main h4, .rc_home_featured_top h4, .rc_home_hottopics_top h4, .rc_home_register_top h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:19px;
	color:#1f4764;
	margin:0 18px 0 18px;
	padding:12px 0 0 0;
}
.rc_home_module_wide_top h5, .rc_home_module_short_top h5, .rc_home_register_top h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#fff;
	margin:0 18px 0 18px;
	padding:5px 0 0 0;
}
.rc_home_module_wide_main p, .rc_home_module_short_main p, .rc_home_featured_top p, .rc_home_hottopics_top p, .rc_home_register_top p {
	font-weight:normal;
	font-size:13px;
	color:#222;
	margin:6px 0 0 0;
	padding:0;
	line-height:16px;
}
.rc_home_module_wide_main p.nomrg, .rc_home_module_short_main p.nomrg, .rc_home_featured_top p.nomrg, .rc_home_hottopics_top p.nomrg, .rc_home_register_top p.nomrg {
	font-weight:normal;
	font-size:13px;
	color:#222;
	margin:0;
	padding:0;
}
.rc_home_module_wide_main a, .rc_home_module_short_main a, .rc_home_featured_top a, .rc_home_hottopics_top a, .rc_home_register_top a {
	color:#1f4764;
	text-decoration:none;
}
.rc_home_module_wide_main a.ul, .rc_home_module_short_main a.ul, .rc_home_featured_top a.ul, .rc_home_hottopics_top a.ul, .rc_home_register_top a.ul {
	color:#1f4764;
	text-decoration:underline;
}
.rc_home_module_wide_main a:hover, .rc_home_module_short_main a:hover, .rc_home_featured_top a:hover, .rc_home_hottopics_top a:hover, .rc_home_register_top a:hover {
	color:#1f4764;
	text-decoration:underline;
}


.rc_home_module_wide_main p.mrg, .rc_home_module_short_main p.mrg, .rc_home_featured_top p.mrg, .rc_home_hottopics_top p.mrg, .rc_home_register_top p.mrg, .rc_home_featured_top p.slide {
	font-weight:normal;
	color:#7494a5;
	margin:0 18px 0 18px;
	padding:7px 0 0 0;
}
.rc_home_module_wide_main p.mrg_blk, .rc_home_module_short_main p.mrg_blk, .rc_home_featured_top p.mrg_blk, .rc_home_hottopics_top p.mrg_blk, .rc_home_register_top p.mrg_blk {
	font-weight:normal;
	color:#222;
	margin:0 9px 0 18px;
	padding:7px 0 0 0;
}
.rc_home_module_wide_main p.mrg a, .rc_home_module_short_main p.mrg a, .rc_home_featured_top p.mrg a, .rc_home_hottopics_top p.mrg a, .rc_home_register_top p.mrg a, .rc_home_featured_top p.slide a {
	font-weight:bold;
	color:#1f4764;
}
.rc_home_module_wide_main p.mrg a.ul_nobold, .rc_home_module_short_main p.mrg a.ul_nobold, .rc_home_featured_top p.mrg a.ul_nobold, .rc_home_hottopics_top p.mrg a.ul_nobold, .rc_home_module_wide_main p.mrg_blk a.ul_nobold, .rc_home_module_short_main p.mrg_blk a.ul_nobold, .rc_home_register_top p.mrg_blk a.ul_nobold, .rc_home_featured_top p.slide a.ul_nobold {
	color:#1f4764;
	text-decoration:underline;
	font-weight:normal;
}

.rc_home_featured_top p.slide a, .rc_home_featured_top p.expand a {
	text-decoration:underline;
}

img.rc_home_company {
	border:solid 1px #222;
}

.rc_home_module_wide_splitwrap {
	width:601px;
	margin:0 18px 0 18px;
	padding:10px 0 0 0;
}
.rc_thankyou_module_wide_splitwrap {
	width:651px;
	margin:0 18px 0 18px;
	padding:10px 0 0 0;
}

.rc_home_module_wide_splitleft {
	float:left;
	width:32px;
	text-align:center;
	font-size:8px;
	color:#777;
}
.rc_home_module_wide_splitleft_icn {
	float:left;
	width:32px;
	text-align:right;
	color:#777;
}
.rc_home_module_wide_splitleft img {
	border:none;
	margin:0 0 8px 0;
}

.rc_home_module_wide_splitright {
	float:right;
	width:552px;
}
.rc_thankyou_module_wide_splitright {
	float:right;
	width:602px;
}
.rc_thankyou_module_wide_splitright h2, .rc_thankyou_module_wide_splitright h3 {
	margin-left:0;
	padding-left:0;
}

.rc_home_module_wide_splitleft_icn_sm {
	float:left;
	width:12px;
	text-align:right;
}
.rc_home_module_wide_splitleft_icn_sm img {
	border:none;
}
.rc_home_module_wide_splitright_wide {
	float:right;
	width:580px;
}
.rc_home_module_wide_splitright_wide a {
	font-weight:bold;
}
.rc_home_module_wide_splitright_wide a.company {
	font-weight:normal;
	color:#7494a5;
	margin:0 0 0 5px;
}
.rc_home_module_wide_splitright_wide a.seeall {
	font-weight:normal;
	color:#1f4764;
	text-decoration:underline;
}


.rc_home_tagcloud {
	width:274px;
	margin:15px 18px 0 18px;
	text-align:center;
}
.rc_home_tagcloud ul.tagcloud {
	color:#222;
	font-size:13px;
	list-type:none;
	display:inline;
}
.rc_home_tagcloud ul.tagcloud li {
	color:#222;
	font-size:13px;
	list-style:none;
	display:inline;
	margin:0 8px 0 0;
	/*line-height:1.6em;*/
}
.rc_home_tagcloud ul.tagcloud li a {
	color:#56728a;
	text-decoration:none;
	background:none;
}
.rc_home_tagcloud ul.tagcloud li a {
	color:#9ab4ca;
	text-decoration:none;
}
.rc_home_tagcloud ul.tagcloud li a.medium {
	color:#7d97ae;
	text-decoration:none;
}
.rc_home_tagcloud ul.tagcloud li a.dark {
	color:#56728a;
	text-decoration:none;
}
.rc_home_tagcloud ul.tagcloud li a:hover {
	text-decoration:underline;
}

.rc_home_register_inputs {
	width:274px;
	margin:7px 0 0 18px;
}
.rc_home_register_inputs form {
	margin:0;
	padding:0;
}
.rc_formnote {
	font-size:11px;
	color:#666;
}

.rc_right_content_wide_textmodule {
	float:left;
	width:586px;
}
.rc_right_content_wide_picmodule {
	float:right;
	width:98px;
	text-align:right;
	padding:14px 0 0 0;
}
.rc_right_content_wide_picmodule img {
	border:solid 1px #999;
}






