﻿html
{
	min-height: 100%;
	background: #666769;
}

body
{
	margin: 0;
	padding: 0;
	min-height: 100%;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 0.9em;
	height: 0 auto;
	color: #5e6061;
}

a
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

.bold
{
	font-weight: bold;
}

h2
{
	color: #A80532;
	font-weight: bolder;
	font-size: 1.25em;
	margin: 0 0 12px 0;
}

p
{
	margin-bottom: 12px;
}

/*********************************************/
/*********************************************/

#page
{
	width: 770px;
	margin: 0px auto;
	background: #FFFFFF;
	min-height: 100%;
	height: 0 auto;
}

#header
{
	height: 132px;
}
#header_logo
{
	float: left;
	margin: 8px 0px 0px 13px;
}

#header_buttons
{
	float: right;
	height: 15px;
	margin: 33px 17px 0px 0px;
	text-align: right;
}

#header_buttons img
{
	margin: 0px 0px 0px 30px;
	vertical-align: middle;
}

#header_number
{
	float: right;
	width: 365px;
	height: 42px;
	background: #a80532 url(/includes/images/rjs_number.gif) no-repeat center;
	margin: 42px 17px 0px 0px;
}

/*********************************************/
/*********************************************/

#nav-menu
{
	width: 757px;
	margin: 0px 0px 0 13px;
	padding: 5px 0px 0px 0px;
	height: 37px;
}

ul.dropdown li
{
	background:none repeat scroll 0 0 #666769;
	display:block;
	float:left;
	font-size:12px;
	height:2.5em;
	line-height:2.5em;
	margin:0 10px 0 0;
	text-align:center;
	width:9.58em;

}
ul.dropdown ul
{
	position: relative;
	visibility: hidden;
	z-index: 10;
}
ul.dropdown ul li
{
	background:none repeat scroll 0 0 #666769;
	border-top:1px solid #CCCCCC;
	clear:both;
	height:auto;
	line-height:normal;
	padding:5px 0;
}
ul.dropdown ul li.hover, ul.dropdown ul li:hover
{
	background-color: #808080;
}

/*********************************************/
/*********************************************/

#footer
{
	text-align: center;
	background: #A80532;
	color: #ffffff;
	height: 50px;
	line-height: 50px;
	font-size: 11px;
	padding:0 20px;
}

#footer .company
{
	font-weight: bolder;
}

/*********************************************/
/*********************************************/

#top-box
{
	margin: 0px;
	border: none 0px;
}

#main-image
{
	float: left;
	height: 218px;
	width: 307px;
	background: url('../images/rjs_image01.jpg') no-repeat;
}

#left-menu
{
	float: left;
	width: 228px;
	height: 218px;
	background-color: #203C73;
	color: #FFFFFF;
	margin-right: 1px;
}

#left-menu ul
{
	position: relative;
	top: 35px;
	left: 50px;
}

#left-menu li
{
	font-size: 0.8em;
	font-weight: 500;
	padding: 7px 0 7px 0;
	list-style-type: disc;
	list-style-image: url(/includes/images/list_item.png);
}

/*********************************************/
/*********************************************/

#right-box
{
	float: left;
}

.right-box-pics
{
	width: 234px;
	text-align: center;
}

.right-box-pics img
{
	vertical-align: middle;
}

#box1
{
	height: 104px;
	line-height: 104px;
	background: #ECEDED;
}

#box3
{
	height: 114px;
	line-height: 114px;
}

#box3 a
{
        display: none;
}

#box3 a.first
{
	display: block;
}

/*********************************************/
/*********************************************/

#content
{
	font-size: 0.9em;
	line-height: 1.25em;
	background: url('../images/content_background.gif') repeat-x;
	float: left;
	width: 100%;
	margin: 1px 0px;
}

#content-small
{
	width: 476px;
	float: left;
	margin: 30px;
}

#content-large
{
	margin: 30px;
}

#content ul
{
	margin: 20px 50px 25px 50px;
}

#content li
{
	list-style-type: disc;
	line-height: 1.5em;
}

#content a
{
	color: #A80532;
}

/*********************************************/
/*********************************************/

#sidebar #news-box
{
	width: 234px;
	float: right;
	vertical-align: top;
	margin-top: -1px;
}

.info_box
{
	margin: 0;
	padding: 0 0 1em 0;
	font-family: Tahoma, Verdana, Sans-Serif;
	background-color: #afafaf;
	width: 234px;
}

.info_box h3
{
	font-size: 16px;
	font-weight: normal;
	height: 1.5em;
	line-height: 1.5em;
	background-color: #203c73;
	color: #FFFFFF;
	margin: 0;
	padding: 0.25em 0.75em;
}

.info_box h4
{
        font-size: 11px; 
	font-weight: bold;
	padding: 5px 0 5px 10px;
}

.info_box p
{
	margin: 0;
	font-size: 11px;
	line-height: 1.5em;
	color: #5e6061;
	padding: 0 10px 8px 10px;
	background-color: #afafaf;
}

.info_box a
{
	color: #a80532;
}

