@charset "utf-8";
/* RCCmaine.com - CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	text-align: center;
	background: #FBFBFB url(../images/bkgnd-rpt.jpg) repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
a, a img {
	text-decoration: none;
	border-style: none;
}
a:hover,a:active {
	text-decoration: underline;
}

#container {
	width: 960px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}
.clear {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 0px;
}

/**      Header     **/
#header {
	height: 100px;
	width: 100%;
}
#header #headerlogo {
	background: url(../images/logo-RCC-Business-Services.jpg) no-repeat;
	text-indent: -9999px;
	height: 80px;
	width: 480px;
}

/**      Nav Menu     **/
#nav {
	height: 78px;
	width: 440px;
	float: right;
	background: center;
}
#nav ul {
	height: 64px;
	list-style:none;
	margin:0px;
}
#nav ul li {
	float: right;
}
#nav a {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #5D455F;
	text-decoration: none;
	width: 90px;
	height: 22px;
	display: block;
	text-align: center;
	padding-top: 42px;
}
#nav a:hover,#nav a:active {
	background: url(../images/nav-on.jpg) no-repeat;
}
/**      Slideshow     **/
#slideshowrow {
	height: 281px;
	width: auto;
	padding: 0px;
	text-align: center;
	margin: 19px 0px 0px;
}

/**      Body     **/
#bodyrow {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}

#bodycontent {
	margin: 0px;
	padding: 30px 0px 0px 300px;
}
#bodycontent h1 {
	font-size: 18px;
	font-weight: bold;
	color: #330033;
}
#bodycontent h2 {
	font-size: 16px;
	font-weight: bold;
	color: #D5A110;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#bodycontent p {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 140%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	margin-top: 0px;
}
#bodycontent a {
	color: #D5A110;
	font-weight: bold;
}


#sidebar {
	float: left;
	width: 280px;
	padding: 0px;
	margin: 0px;
}
#sidebar h2 {
	width: auto;
	border-bottom: 4px solid #D5A10F;
	display: block;
	text-indent: 10px;
	margin: 10px 20px 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
}
#sidebar p {
	padding-left: 30px;
}

#sidebar ul {
	list-style: none;
}
#sidebar li {
	line-height: 140%;
}
#sidebar a {
	color: #990066;
}

#footer, .push {
	height: 100px; /* .push must be the same height as #footer */
}

/**      Footer     **/
#footer {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #330033;
	padding: 0px;
	background: url(../images/bkgnd-ftr-rpt.jpg) repeat-x;
	width: 100%;
}
#footer span {
	font-size: 14px;
	color: #333333;
	margin-right: 6px;
	margin-left: 6px;
}
#footer .toppad {
	padding-top: 20px;
}
#footer a {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
}
#footer a:hover {
	text-decoration: underline;
}
