/* Standard Page Layout & Design Declarations */

.clear {
	clear: both;
}

body {
	background: #1c2a37 url(/images/RCMI_bg.jpg) no-repeat bottom right fixed;
	margin: 0;
	padding: 0;
}

.ui_page {
	width: 1080px;
	padding: 0;
	min-height: 800px;
	border-right: 8px solid #fff;

}

.header {
	margin: 0;
	padding: 0;
	
}

/** used for top nav **/

.ui_nav {
	background: #1c2a37;
	height: 50px;
	padding: 0 0 0 20px;
}

.ui_content {
	background: #293139 url(/images/RCMI_contentbg.jpg) repeat-x bottom center fixed;

}
.ui_contentbg{	
	position: absolute; 
		bottom: -58px;
		left: 440px;
		z-index: 20; 
	width: 640px;
	height: 640px;
	background: url(/images/RCMI_contentbgpng.png) no-repeat bottom right;}

.ui_wrapper {
	border: 8px solid #fff;
	border-left: 0;
	background: #cccccc;
	width: 1000px;
	position: relative;
		top: -12px;
	min-height: 610px;
}

.ui_main_content {
	padding: 20px;
	position: relative;
		z-index: 50;
}
.ui_main_content img{border: 8px solid #1c2a37;}

.ui_footer {
	color: #fff;
	padding: 0 0 20px 120px;
	font-size: 10px;
	position: relative;
		z-index: 50;
}


.print {}

.email {}

.print a, .print a:link, .print a:active, .print a:visited, .print a:hover, 
.email a, .email a:link, .email a:active, .email a:visited, .email a:hover {
	font: bold 10px Tahoma, Arial, Tahoma, Sans-Serif;
	padding-bottom: 0;
}


.copyright_tagline {
	text-align: right;
	font: normal 10px Tahoma, Verdana, Sans-Serif;
	color: #B6B6B6;
	line-height: 19px;
	padding: 0;
}

.copyright_tagline a, .copyright_tagline a:link, .copyright_tagline a:active, .copyright_tagline a:visited {
	padding-bottom: 0;
}

.copyright_tagline a:hover {}




