/*******************************************************
TITLE: Fixed Three-Column Layout v1.0
DATE: 200801
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

/* << ----------------// General Styles //---------------->> */
body {
	background: #ebebeb url(/rji/img/background.jpg) repeat-x top left;
	margin:10px;
	padding:0;
	font:13px/16px Arial;
	line-height:18px;
	color:#000000;
}
p {
	font:13px;
	margin:4px 0 15px 0;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
h1, h2, h3, h4 {
	font-weight:bold;
	margin:10px 0 0 0;
}
h1 {
	font-size:20px;
	line-height: normal;
	
}
h2 {
	font-size:20px;
	padding-bottom: 4px;
	margin-bottom: 15px;
	color:#036;
	border-bottom: 1px #666 solid;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:17px;
}
a:link, a:visited {
	color:#036;
	text-decoration:underline;
}
a:hover, a:active {
	color:#036;
	text-decoration:none;
}
ul {
	margin:5px 0 15px 20px;
	padding:0;
	list-style-type:disc;
}
ol {
	margin:5px 0 5px 30px;
	padding:0;
	list-style-type:decimal;
}
ul li, ol li {
	margin:0 0 4px 0;
	padding:0;
}
/* << ----------------// Outer container that holds all the columns //---------------->> */
#mainContainer {
	margin:0 auto;
	padding:0;
	width:800px;
	border:2px solid #959595;
	background-color: #FFF;
}
/* << ----------------// Header //---------------->> */
#header {
	margin:0;
	width:800px;
	height:145px;
	background-color:#036;
	border-bottom:2px solid #959595;
}
/* << ----------------// Horizontal navigation //---------------->> */
#navHorizontal {
	margin:0;
	padding:0;
	width:900;
	height:30px;
	line-height:30px;
	background-color:#036;
	background:url(/rji/img/button-background.jpg);
}
#navHorizontal ul {
	margin:0 0 0 5px;
	padding:0;
	list-style:none;
}
#navHorizontal ul li {
	margin:0 0 0 -5px;
	padding:5px 0 5px 0;
	list-style:none;
	display:inline;
}
#navHorizontal ul li a:link, #navHorizontal ul li a:visited {
	padding:5px 8px 5px 8px;
	color:#eeeeee;
	text-decoration:none;
	border-right:1px solid #999999;
}
#navHorizontal ul li a:hover, #navHorizontal ul li a:active {
	color:#454545;
	text-decoration:none;
	background-color:#F6B92A;
}
/* << ----------------// Vertical navigation //---------------->> */
#navVertical {
	margin:0 -5px 0 -5px;
	padding:0;
	width:200px;
	background-color:#454545;
}
#navVertical ul {
	margin:0 0 0 5px;
	padding:0;
	list-style:none;
}
#navVertical ul li {
	margin:0 0 0 -5px;
	padding:0;
	list-style:none;
	border-bottom:1px solid #999999;
}
#navVertical ul li a:link, #navVertical ul li a:visited {
	padding:5px 8px 5px 8px;
	color:#eeeeee;
	text-decoration:none;
	display:block;
}
#navVertical ul li a:hover, #navVertical ul li a:active {
	color:#454545;
	text-decoration:none;
	background-color:#eeeeee;
}
/* << ----------------// Middle column //---------------->> */
#columnTwo {
	float:left;
	margin:0;
	padding:15px 25px 0px 25px;
	width:548px;
	background-color:#f3f3f3;
	font:12px/14px Arial;
	border-right:2px solid #959595;
}
/* << ----------------// Right column //---------------->> */
#columnThree {
	float:left;
	margin:0;
	padding:0 5px 10px 5px;
	width:190px;
	background-color:#f3f3f3;
}
#columnThree p {
	font-size: .85em;
}
/* << ----------------// Right column //---------------->> */
#columnFour {
	float:left;
	margin:0;
	padding:0 5px 10px 5px;
	width:190px;
}
#columnFour h2 {
	color: #036;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#columnFour a:link, #columnFour a:visited {
	text-decoration: none;
	color: #036;
}
#columnFour a:hover, #columnFour a:active {
	text-decoration: underline;
	color: #036;
}
#columnFour ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#columnFour li {
	padding-left: 10px;
	background: url(/rji/img/left-column-arrow.gif) no-repeat;
	background-position: 0 .5em;
}
/* << ----------------// Secondary Column //---------------->> */
#columnSecondary {
	margin:0;
	padding:15px 25px 10px 25px;
	background-color:#f3f3f3;
	font:12px/14px Arial;
}
/* << ----------------// Footer //---------------->> */
#footer {
	margin:0;
	width:800px;
	height:40px;
	font-size:10px;
	color:#cccccc;
	background-color:#036;
	clear:both;
	text-align:center;
}
#footer a:link, #footer a:visited {
	color:#999999;
	text-decoration:none;
	font-size:10px;
}
#footer a:hover, #footer a:active {
	color:#ffffff;
	text-decoration:underline;
}
/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //---------------->> */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.blackBorder {
	border: 1px #000 solid;
}
.picRight {
	margin:10px;
	float:right;
}
.picLeft {
	margin:10px;
	float:left;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
