body {
	background-color: #43535E;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	}

/********************************************** Javascript slideshow */

#slideshow {
	text-align: center;
	background-image: url(../images/bg-slideshow.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 225px;
	padding: 10px 6px 0 0;
}
	
/********************************************** Main container */

#maintable {
	background-image: url(../images/bg-page2.gif);
	background-repeat: repeat-y;
}

/********************************************** Left hand column */

#left_col {
	width: 233px;
	background-image: url(../images/bg-logo_rics-new.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 60px;
}

#left_col #logo {
	text-align: center;
}

#left_col #logo img {
	display: block;
}

/********************************************** Left hand navigation */

#menu {	min-height:540px;}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	border-bottom: 1px solid #0073BC;
}

#menu ul li a {
	display: block;
	margin: 6px 0;
	padding-left: 22px;
	background-image: url(../images/bg-button_up.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
}

#menu ul li a:link, #menu ul li a:visited {
	text-decoration: none;
}

#menu ul li a:hover, #menu ul li a.current_link {
	background-image: url(../images/bg-button_down.gif);
	color: gold;
}

#menu ul li ul li {
	border-bottom: none;
}

#menu ul li ul li a {
	background-image: url(../images/bg-button_up_small.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	font-size: 90%;
	margin: 3px 0;
	font-weight: bold;
}

#menu ul li ul li a:hover, #menu ul li ul li a.current_link {
	background-image: url(../images/bg-button_down_small.gif);
	background-image: none;
}

.hidden {
	display: none;
}

/********************************************** Links */
	
a:link { 
color:#006699;
	 }
a:hover {  
	text-decoration: none;
	}
	
/********************************************** Content column */

#main_col {
	background-color: #EFEFEF;
}

#main_col_content {
	padding: 0 5px 5px 5px;
	line-height: 150%;
}

.currentpage {
	font-size:11px;
}

.currentpage a {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
}
	
.side_menu {
	font-family:"Arial", Times, serif;
	width: 150px;
}
.side_menu_title {
	font-size:12px;
	font-weight:bold;
}
.side_menu_sub {
	font-size:11px;
}

.menu_text  {
	color: #FFFFFF;
	padding-bottom: 8px;
	padding-left: 1px;
	font-weight: bold;
	padding-top: 5px;
}

.menu_ptext {
	color: #FFFFFF;
	padding-left: 1px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0073BC;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #0073BC;
	padding-bottom: 8px;
	margin-top: 3px;
}

.menu_ptext a {
	color: #FFFFFF;
}

.menu_text_image {
	padding-right: 5px;
}

.main_table_noprint {
		border: 1px solid #666666;
		background-color:#FFFFFF;
}
.bk-buttons {
	border: 1px solid #666666;
	height: 1px;
	background-color: #0073BC;
}

/********************************************** Headings */

h1 {
	font-size: 16px;
	color: #163C6B;
	border-bottom: 1px solid #163C6B;
}
h2 {
	font-size: 16px;
	color: #163C6B;
}
iframe {
	height: 400px;
	width: 100%;
}

/* Property download styles */

h2.downloadheader {
	background-color: #193F6E;
	color: #fff;
	padding: 0.25em;
	margin: 0;
	width: 98%;
}

.propertybox {
	float: left;
	border: 1px solid #133968;
	width: 98%;
	padding: 0.25em;
	margin: 0.25em 0;
	background-color: #EFEFEF;
}

.logintable td {
	border: 1px solid #0F3564;
	padding: 0.25em;
}

.logintable h2 {
	background-color: #193F6E;
	color: #fff;
	text-align: center;
	padding: 0.25em;
}
