﻿/* CMRA stylesheet */
body {
	background-color: #6D6F71;
	background-image: url(images/rfbgr_gradient.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin: 10px;
	text-align: center;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #414142;
}

/* page layout */
#pagewrapper {
	background-color: #ffffff;
	width: 780px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	border-bottom: solid 1px #0F416A;
	border-right: solid 1px #0F416A;
	
}

.pagewrapper 
{
	background-color: #ffffff;
	width: 780px;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	border-bottom: solid 1px #0F416A;
	border-right: solid 1px #0F416A;
	padding: 0px;
	
}

#pageend {
	clear:both;
	margin:0;
}

.mainbar {
	width:620px;
	float:right;
}

.sidebar {
	width: 160px;
	float: left;
	background-color: Transparent;
}

/* content */
.mainbar div.maincontent {
	width: 580px;
	float: right;
	padding: 20px;
	font-size: 12px;
	line-height: 16px;
	text-align:justify;
}

.smalltext {
	font-size: 10px;
}

.largetext {
	font-size: 14px;
	line-height: 20px;
}

.largeheading {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}

.anchors {
	font-size: 10px;
	text-align:left;
	padding-bottom: 2px;
}


h1 {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #0F416A;
	margin-top: 0px;
	margin-bottom: 4px;
}

h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #0F416A;
	border-bottom: 1px solid #0F416A;
	margin-bottom: 4px;
}

h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #0F416A;
	margin-bottom: 0px;
}

p {
	margin-top: 0px;
}

li {
	margin-bottom: 2px;
}

ul {
	margin-top: 2px;
}

ul.sitemap li {
	font-size: 14px;
	line-height: 20px;
}

ul.sitemap li li {
	font-size: 12px;
	line-height: 16px;
}

hr {
	margin-top: 2px;
	margin-bottom: 2px;
	height: 1px;
	color: #3AA5D5;
}

a, a:link {
	color: #0773A8;
}
a:visited {
	color: #0F416A;
} 
a:hover {
	color: #3AA5D5;
}
a.errormessage {
	color: red;
}

table.articles td {
	vertical-align:top;
	text-align:left;
}

.articlesection {
	background-color:#CCCCCC;
	font-size: 14px;
	line-height: 18px;
	color: #ABE0F0;
	font-weight: bold;
	height: 30px;
	padding-left: 4px;
}

/* forms */
.formlabel {
	text-align:right;
}
.formlabelinvalid {
	color: red;
	text-align:right;
}
.invalid, .errormessage {
	color: red;
}
.textfield {
	font-size: 12px;
	width:200px;
}
.longtextfield {
	font-size: 12px;
	width:300px;
}
.shorttextfield {
	font-size: 12px;
	width:30px;
}
.datetextfield {
	font-size: 12px;
	width:70px;
}
.textarea, select {
	font-size: 12px;
}

/* left (side) bar */
.sidebar div.globe {
	text-align: left;
}

.sidebar ul.menu {
	margin: 10px;
	padding: 0px;
	font-size: 12px;
	color: #414142;
	border-bottom: 1px solid #ABE0F0;
}

.sidebar ul.menu li {
	list-style-type: none;
	border-top: 1px solid #ABE0F0;
	padding-top: 6px;
	padding-bottom: 2px;
}

.sidebar ul.menu li a {
	text-decoration: none;
	color: #414142;
}

.sidebar ul.menu li a:link,
.sidebar ul.menu li a:visited {
	color: #414142;
}

.sidebar ul.menu li a:hover {
	color: #6D6F71;
}

.sidebar ul.menu li.active a,
.sidebar ul.menu li.active a:link,
.sidebar ul.menu li.active a:visited {
	color: #3AA5D5;
}

.sidebar div.logo {
	text-align:center;
	padding-top: 20px;
	padding-bottom: 14px;
}

.sidebar div.contact {
	text-align:center;
	padding: 10px 5px 20px 5px;
	color: #414142;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}
.sidebar div.contact a,
.sidebar div.contact a:link,
.sidebar div.contact a:visited {
	color: #FFFFFF;
}
.sidebar div.contact a:hover {
	color: #3AA5D5;
}

.RFTitle
{
	color:#414142;
	margin: 20px;
	font-weight:bolder;
	font: 40px/60px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	
}

/* top bar/menu */
div.topbar 
{
	vertical-align: middle;
	height:95px;
	background-color: Transparent;
	background-image: url(images/horizontal_grad_bar.jpg);
	background-repeat: repeat-y;
	background-position:right;
}

div.mainmenu 
{
	margin: 2px;
	border-bottom: solid 2px #F7BF1C;
	background-color: #CCCCCC;
	background-image: url(images/top-menu-background.jpg);
	background-repeat: repeat-x;
}

div.mainmenu td {
	font-size: 16px;
	letter-spacing: 1px;
	color: #FFFFFF;
	white-space: nowrap;
	height:22px;
	text-align: center;
	border-right: 1px solid #FFFFFF;
}

div.mainmenu td a {
	padding-left: 10px; 
	padding-right: 10px; 
	text-decoration: none;
	font-weight:bold;
	color: #000000;
}

div.mainmenu td a:link,
div.mainmenu td a:visited {
	color: #0F416A;
}

div.mainmenu td a:hover {
	color: #FFFFFF;
}

div.mainmenu td.active {
	background-image: url(images/top-menu-active_rf.jpg);
	background-repeat: repeat-x;
	border-right: none;
}
div.mainmenu td.active a:link,
div.mainmenu td.active a:visited {
	color: #FFFFFF;
}

div.mainmenu td.active a:hover {
	color: #FFFFFF;
}

.mainmenu td.no-sep {
	border-right: none;
}

/* Footer */
#pageend div.sidebar {
	/*background-color: #0F416A;
	background-image: url(images/side-menu-background_rf.gif);*/
	background-repeat: repeat;
	height: 24px; 
	border: solid 1px #000000;
}

#pageend div.fullbar {
	/*background-color: #0F416A;
	background-image: url(images/side-menu-background_rf.gif);*/
	background-repeat: repeat;
	color:#FFF;
	text-align:center;
	height: 20px;
	font-size: 11px;
	line-height: 20px;
	margin: -10px;
} 

.Row
{
	background-color: #ABE0F0;
	white-space:nowrap;
	padding: 3px;
}

.AltRow
{
	background-color: #FFFFFF;
	white-space:nowrap;
	padding: 3px;
}

.HeadRow
{
	padding: 3px;
}

.SubHeadRow
{
	padding: 2px;
	background-color: #F2F2F2;
}

.contact_card
{
	border: solid 1px #FAA21B;
	width: 300px;
	margin: 10px 10px 10px 10px;
	background: transparent url(images/vertical_grad_contact.jpg) repeat-x;
	text-align:center;
	padding: 10px;
}

.contact_card strong
{
	font-size:larger;
	color: #414142;
	
}


#pageend a {
	color:#FFF;
}
#pageend a:visited {
	color:#FFF;
}
#pageend a:hover {
	color:#FFF;
}


p.MsoNormal
	{margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";
		margin-left: 0in;
	margin-right: 0in;
	margin-top: 0in;
}
ul
	{margin-bottom:0in;}

li.MsoNormal
{
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0in;
}


