/* Elements */
html {
	width: 100%;
	height: 100%;
}
body {
	background: #454949 url(/core/img/pattern-marble.png) repeat top center;
	margin: 0;
	width: 100%;
	height: 100%;
}
header, footer, nav, article, section, aside {
	display: block;
}

/* IDs */
#RFHeader {
	background: #474b4b url(/core/img/header-background.png) repeat-x;
	width: 100%;
	overflow: hidden;
	clear: both;
}
#RFSiteTitle {
	float: left;
}
#RFHeaderBacgroundLogo {
	background: transparent url(/core/img/header-bacground-logo.png) no-repeat center top;
	height: 88px;
}
#RFHeaderBacgroundLogo * {
	display: none;
}
#RFHeaderBox {
}
#RFHeaderBoxLeft {
	float: right;
	background: transparent url(/core/img/header-box-left.png) no-repeat left top;
	padding-left: 12px;
	margin-top: 16px;
	margin-right: 16px;
}
#RFHeaderBoxRight {
	background: transparent url(/core/img/header-box-right.png) no-repeat right top;
	padding-right: 15px;
}
#RFHeaderBoxContent {
	background: transparent url(/core/img/header-box-center.png) repeat-x;
	padding: 8px 0 14px 0;
	height: 40px;
}
#RFMenu {
	background: #556064 url(/core/img/menu-background.png) repeat-x;
	border: 8px solid #1e2222;
	border-width: 8px 0px;
	height: 24px;
	/*width: 100%;
	overflow: hidden;
	clear: both;*/
}
#RFMenu ul {
	float: left;
	display: block;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}
#RFMenu .Menu ul {
	float: none;
}
#RFMenu>ul>li {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	float: left;
	padding: 0 16px;
	height: 24px;
	line-height: 24px;
	border: 8px solid transparent;
	border-width: 0px 8px;
	overflow: hidden;
}
#RFMenu ul li {
	display: block;
}
#RFMenu .Menu:hover {
	background: #5b6366 url(/core/img/menu-open-background-bar.png) repeat-x scroll left top;
	border-color: #1e2222;
	height: 32px;
	/*position: relative;*/
}
#RFMenu .Menu>ul {
	background: #363d3f url(/core/img/menu-open-background-pane.png) repeat-x;
	border: 8px solid #1e2222;
	/*
	border-top-width: 0px;
	*/
	display: none;
	position: absolute;
	z-index: 1;
	left: -8px;
}
#RFMenu .Menu ul li {
	padding: 0.25em 2ex;
	font-size: 0.8em;
}
#RFMenu .Menu .FauxBorder {
	background: #5b6366 url(/core/img/menu-open-background-bar.png) repeat-x scroll left bottom;
	height: 8px;
	position: absolute;
	/*border: 1px solid green;*/
	z-index: 2;
	display: none;
}
#RFHeaderShadow {
	background: transparent url(/core/img/header-shadow.png) repeat-x;
	height: 9px;
}
#RFBody {
	padding: 1em 4em 2em 4em;
	
	
	/*
	-webkit-box-reflect: below 0em -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.75, transparent), to(rgba(0, 0, 0, 0.4)));
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	min-height: 100%;
	border: 0px solid blue;
	bottom: 0;
	padding-top: 180px;
	*/
}
/*html>body #RFBody {
	position: absolute;
	height: auto;
}*/
#RFDateTab {
	float: right;
	color: #c7d3cd;
	/*overflow: hidden;*/
}
#RFDateTabLeft {
	float: left;
	background: transparent url(/core/img/date-tab-left.png) no-repeat scroll left top;
	padding-left: 64px;
	/*width: 64px;
	height: 40px;*/
}
#RFDateTabRight {
	/*float: right;*/
	background: transparent url(/core/img/date-tab-right.png) no-repeat scroll right top;
	padding-right: 16px;
	/*width: 16px;
	height: 40px;*/
}
#RFDateTabText {
	/*float: right;*/
	background: transparent url(/core/img/date-tab-background.png) repeat-x;
	height: 14px;
	padding-top: 26px;
	padding-bottom: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
	white-space: nowrap;
	overflow: hidden;
}
#RFSectionTab {
	float: left;
	color: #c7d3cd;
	/*height: 40px;
	overflow: hidden;
	white-space: nowrap;*/
}
#RFSectionTabLeft {
	background: transparent url(/core/img/section-tab-left.png) no-repeat scroll left top;
	padding-left: 32px;
	/*float: left;
	width: 32px;
	height: 40px;*/
}
#RFSectionTabRight {
	background: transparent url(/core/img/section-tab-right.png) no-repeat scroll right top;
	padding-right: 93px;
	/*float: left;
	width: 93px;
	height: 40px;*/
}
#RFSectionTabText {
	/*float: left;*/
	background: transparent url(/core/img/section-tab-background.png) repeat-x;
	height: 32px;
	padding-top: 8px;
	padding-bottom: 0px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	white-space: nowrap;
	overflow: hidden;
}
#RFContent {
	background: #747e7e url(/core/img/body-background-bridge.png) no-repeat top right;
	border: 8px solid #1e2222;
	clear: both;
	padding: 1em 2em;
	font-size: 0.8em;
	overflow: visible;
	overflow-y: hidden;
}
#RFFooter {
	background: #555d5c url(/core/img/footer-background.png) repeat-x top right;
	border: 8px solid #1e2222;
	border-top-width: 0px;
	height: 18px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	padding: 3px 1em;
}
#RFFooter a.left {
	background: transparent url(/core/img/home-icon.png) no-repeat;
	padding-left: 14px;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}
#RFFooter a.right {
	background: transparent url(/core/img/up-icon.png) no-repeat top right;
	padding-right: 14px;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}


/*
.InfoBox, aside{
	border: 1em solid #95a09f;
	margin: 0 1em;
	padding: 1em;
	background-color: #adb8b5;
	
}

aside h3:first-child,
aside h4:first-child,
aside h5:first-child,
aside h6:first-child,
.InfoBox h3:first-child,
.InfoBox h4:first-child,
.InfoBox h5:first-child,
.InfoBox h6:first-child {
	margin-top: 0;
}
.BoxRight, aside {
	float: right;
	width: 30%;
	border-width: 0 0 0 1em;
	margin: 1em 0 0.5em 1em;
}
*/