/*
	Global Column Layout v1.0
		built by AntalMedia (www.antalmedia.com)
		built on WSC3 CSS standards
		relys on Whatever:hover - v1.42.060206 by Peter Nederlof
		
		copyright 2007. all rights reserved.
		
*/
/****************************************|STRUCTURE|****************************************/
html,body {
	margin:0;
	padding:0;
	word-wrap:break-word;
	border:0;
}
body { background-color: #FFFFFF; }
#outter_wrapper {
	padding-top: 16px;
	padding-left: 25px;
	background: url(/lib/images/body_bg.jpg) top left no-repeat;
}
#wrapper {
	width: 970px;
	margin-left: 0;
}
#header {}
#inner {
	overflow:hidden;
	padding-top: 45px;
	background: url(/lib/images/inner_grad.gif) 0 0 no-repeat;
}
#col_l, #col_c, #col_r, .col_rule {
	margin-bottom:-1000em !important;
	padding-bottom:1005em !important;
}
#col_l {
	float: left;
	padding: 0 25px 4em 0;
	width: 176px;
	background-color: #FFFFFF;
}
#col_c {
	float: left;
	padding: 0 20px 0em 25px;
	width: 542px;
	background-color: #FFFFFF;
}
#col_r {
	float: left;
	padding: 0 25px 2em 20px;
	width: 135px;
	background-color: #FFFFFF;
}
.col_rule {
	float: left;
	width: 1px;
	text-align: center;
	background: url(/lib/images/vert_rule.gif) top center repeat-y #FFFFFF;
}
.row_rule {
	min-width: 100%;
	width: 100%;
	height: 1px;
	margin: 0 0 1em 0;
	background: url(/lib/images/horz_rule.gif) center left repeat-x #FFFFFF;
}
#rule_l {
	background-position: top left !important;
}
#rule_r {
	background-position: top right !important;
}
/* HOME PAGE - home_center/home_right */
#col_hc {
	float: left;
	padding: 0 14px 0em 25px;
	width: 720px;
}
#col_hr {
	float: left;
	padding: 0 15px 2em 15px;
	width: 180px;
	background-color: #FFFFFF;
}
#foot_wrapper {
	clear:both;
	padding-top:-24px;
	position:absolute;
	height: 36px;
	width: 970px;
	background-color:#FFFFFF;
	/* background: url(/lib/images/horz_rule.gif) top left repeat-x; */
}
#footer {
	margin-top: 10px;
	padding: .9em 10px .5em 10px;
	height: 20px;
	width: 960px;
	border-top: 1px solid #999999;
	background: url(/lib/images/footer_grad.gif) 0 0 repeat-x #666666;
}
/****************************************|HEADER|****************************************/
#head_top {
	height: 103px;
}
#seal_logo {
	float: left;
	background: url(/lib/images/rci_seal_logo.png) top left no-repeat;
	height: 100px;
	width: 350px;
}
#top_nav {
	float: right;
	margin-top: 10px;
}
#head_mid {
	height: 2.5em;
}
#main_nav {
	position: absolute;
	width: 970px;
}
#head_bot {
	clear: both;
	height: 100px;
	background-color: #FCFCFC;
	border-top: 1px solid #FFFFFF;
	padding-bottom: 1px;
	border-bottom: 1px solid #ffb86b;
}
.home_head {
	background: url(/lib/images/head_bot/header_200/image_05.jpg) top left no-repeat;
}
.default_head {
	background: url(/lib/images/head_bot/header_100/image_01.jpg) top left no-repeat;
}
/****************************************|FIXES/ALWAYS (browser & structure)|****************************************/
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear:both;
	font-size:0px;
	height:1px;
	line-height:1%;
	margin-bottom:-1px;
	overflow:hidden;
}
a, a:visited, a:hover, a:active, a:focus {
  -moz-outline-style: none;
}
a.img {
	border: 0 !important;
	margin-bottom: 10px;
}
img {
	border: 0;
}
hr {
	border:0;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
}