@charset "UTF-8";
.clearFix {
	clear: both;
}
/* CSS Document */

/*These styles are purely for layout*/

#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
}
#header {
	width: 980px;
	background-image: url(../images/RICSLogo.gif);
	background-repeat: no-repeat;
	background-position: 64px 25px;
	float: left;
}
#header img {
	float: right;
	padding-right: 40px;
	padding-top: 3em;
}
#navigation {
	width: 880px;
	padding-bottom: 2em;
	padding-right: 30px;
	padding-left: 70px;
	float: left;
	padding-top: 1em;
}
#feature {
	width: 920px;
	float: left;
	padding-right: 30px;
	padding-left: 30px;
}
#footer {
	width: 920px;
	height: 100px;
	padding-top: 2em;
	padding-right: 30px;
	padding-left: 30px;
	border-top-width: 3em;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #E6E6E6;
}
/*Nice one - thanks Eric!*/
.footerright {
	float: right;
}
.footerleft {
	float: left;
}
#maincontent {
	float: left;
	width: 560px;
	padding-left: 30px;
	padding-bottom: 3em;
	padding-right: 20px;
	padding-top: 2em;
}
#maincontent img {
}
#sidebar {
	float: right;
	width: 310px;
	padding-bottom: 3em;
	margin-right: 30px;
	padding-top: 2em;
}
.navigationcolumn {
	float: left;
	width: 160px;
}
.rule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	clear: both;
}
.sidebarpanel {
	padding-left: 10px;
	width: 289px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #E6E2D7;
	padding-bottom: 1.8em;
	padding-right: 10px;
	padding-top: 0.8em;
	margin-bottom: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DEDEDE;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D6D6D6;
	border-left-color: #D6D6D6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	float: left;
}
#sidebar .sidebarpanel a:link, #sidebar .sidebarpanel a:visited {
	text-decoration: none;
	color: #333333;
}
#sidebar .sidebarpanel img {
	float: left;
	padding-right: 10px;
}
