/* Main Stylesheet for RMC */

body {
	font: normal .9em/110% Times, Georgia, serif;
	color: #000;
	background: #e2e7ed url(images/body_bg_1.gif) repeat-x;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
	background: #f3f8ff;
	border: 2px #214477;
	border-style: none solid;
}

#header {
	background: url(images/rmc_logo.gif) no-repeat;
	height: 80px;
}

#content {
	background: url(images/guts_bg.gif) repeat-y;
	margin-top: 10px;
}

#content:after {
	content: " ";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

html > body #content {
	min-height: 1px;
	height: auto;
}

#sidebar {
	float: left;
	background:  url(images/side_top.gif) no-repeat;
	width: 200px;
	margin-top: -9px;
}

#sidebar ul {
	list-style: none;
	margin: 12px 0 30px 0;
	padding: 0;
}

#sidebar ul li {
	margin: 3px 2px 3px 3px;
}

#sidebar li a {
	color: #fff;
	background: url(images/btn_bg.gif) no-repeat;
	width: 184px;
	height: 25px;
	display: block;
	text-decoration: none;
	font-size: 1.3em;
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 12px;
}

#sidebar li a:hover, #sidebar li a:visited:hover, #sidebar li.cur a {
	background: #68a174;
}

#sidebar li.cur a {
	padding-right: 10px;
}

#sidebar li a.tall {
	padding-top: 4px;
	height: 36px;
}

#guts {
	float: left;
	width: 542px;
	margin-left: 18px;
	padding: 10px;
	background: url(images/guts_header.gif) -2px 0 no-repeat;
}

#guts .pageTitle {
	margin: 0;
	padding: 3px 0 0 0;
	text-align: right;
	color: #fff;
	font-size: 1.5em;
	height: 51px;
}

#footer {
	background: #214477;
	color: #fff;
	font-size: .8em;
	margin: 0;
	padding: 5px;
}

#footer .copy {
	float: left;
	width: 30%;
	text-align: left;
}

#footer .links {
	float: right;
	width: 65%;
	text-align: right;
	
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover, #footer a:visited:hover {
	text-decoration: none;
}

#footer:after {
	content: " ";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

html > body #footer {
	min-height: 1px;
	height: auto;
}

.cf:after {
	content: " ";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;

}

html > body .cf {
	min-height: 1px;
	height: auto;
}
