@charset "utf-8";
@import url(css/cms.css);
@import url(css/instructions.css);
@import url(css/news.css);
/* CSS Document */
html {
	height: 100%;
}
body {
	padding: 0;
	background-color: #ECEDEF;
	color : #68676C;
	font-size : 70%;
	line-height: 1.5em;
	margin: 0;
	height: 100%;
}
body, th, td, p, div, textarea, input, select, h1, h2, h3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
img {
	border : none;
	padding: 0px;
	margin : 0px;
	vertical-align: top;
}
.floatFix:after {
	content: ".";
	height: 0px;
	clear: both;
	visibility: hidden;
	display: block;
}
/*////////////////////// MAIN DIVS //////////////////////*/
#main_wrapper {
	width: 960px;
	background: url(images/trim.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}
#content_wrapper {
	height: auto;
	margin-top: 6px;
	margin-left: 26px;
	margin-right: 26px;
}
#left_column {
	width: 160px;
	float: left;
}
#middle_column {
	width: 530px;
	float: left;
	margin-left: 4px;
	display: inline;
}
#main_column {
	width: 740px;
	float: left;
	margin-left: 4px;
	display: inline;
}
#right_column {
	width: 210px;
	float: right;
}
#double_column {
	width: 580px;
	float: right;
}
div.right_sub_small {
	width: 102px;
	float: right;
}
div.left_sub_small {
	width: 390px;
	float: left;
}
div.right_sub_big {
	width: 242px;
	float: right;
}
div.left_sub_big {
	width: 296px;
	float: left;
}
div.wrap {
	margin: 0;
	padding: 0;
}

/*////////////////////// CONTENT //////////////////////*/
div.yellow_trim {
	background: url(images/yellow-trim.gif);
	background-repeat: repeat-y;
}
div.blue_trim {
	background: url(images/blue-trim.gif);
	background-repeat: repeat-y;
}
div.blue_trim_main {
	background: url(images/blue-trim-main.gif);
	background-repeat: repeat-y;
}
div.w_trim_main {
	background: url(images/w-trim-main.gif);
	background-repeat: repeat-y;
}
div.yellow_trim_main {
	background: url(images/yellow-trim-main.gif);
	background-repeat: repeat-y;
}
div.w_trim_small {
	background: url(images/w-trim-small.gif);
	background-repeat: repeat-y;
}
#right_column div.w_trim_small {
	background: url(images/w-trim-small_right.gif);
}
div.w_trim_small h1 {
	font-size: 10px;
}
div.w_trim_big {
	background: url(images/w-trim-big.gif);
	background-repeat: repeat-y;
}
div.red_trim {
	background-image: url(images/red-trim.gif);
	background-repeat: repeat-y;
}
div.red {
	background-image: url(images/red-right.gif);
}
div.red_sub {
	background-image: url(images/red-right-sub.gif);
}
div.red_red {
	background-image: url(images/red-red-right.gif);
}
div.grey {
	background-image: url(images/grey-right.gif);
}
div.blue {
	background-image: url(images/blue-right.gif);
}
div.yellow {
	background-image: url(images/yellow-right.gif);
}
div.w_bot_big {
	background: url(images/white-bot-big.gif) no-repeat left bottom;
}
div.w_bot_small {
	background: url(images/white-bot-small.gif) no-repeat left bottom;
}
#right_column div.w_bot_small {
	background: url(images/white-bot-small-right.gif) no-repeat left bottom;
}
div.yellow_bot {
	background: url(images/yellow-bot.gif) no-repeat left bottom;
}
div.blue_bot {
	background: url(images/blue-bot.gif) no-repeat left bottom;
}
div.blue_bot_main {
	background: url(images/blue-bot-main.gif) no-repeat left bottom;
}
div.w_bot_main {
	background: url(images/w-bot-main.gif) no-repeat left bottom;
}
div.yellow_bot_main {
	background: url(images/yellow-bot-main.gif) no-repeat left bottom;
}
div.red_bot {
	background: url(images/red-bot.gif) no-repeat left bottom;
}
div.content {
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 8px;
}
div.content_inst {
	padding-top: 0px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 10px;
}
div.content_inst div {
	margin-left: 10px;
}
div.top {
	background-repeat: no-repeat;
	background-position: top right;
}
div.tel {
	padding-top: 15px;
	padding-bottom: 23px;
	text-transform: uppercase;
	font-size: 250%;
	text-align: center;
	line-height: 1em;
}
div.people_left {
	width: 95px;
	float: left;
}
div.people_right {
	width: 445px;
	float: right;
}
/*////////////////////// FOOTER //////////////////////*/
#footer {
	height: 29px;
	background: url(images/footer.gif);
	background-repeat: no-repeat;
	text-align: right;
	color: #FFFFFF;
	margin-top:10px;
	padding-top: 4px;
	padding-right: 30px;
	font-size: 90%;
}
#footer_left {
	float:left;
	padding-left: 31px;
}
/*//////////////////////  LINKS  //////////////////////*/

a:link {
	color: #F73406;
	text-decoration: none;
}
a:visited {
	color: #F73406;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #EA520F;
	text-decoration: none;
}
#footer a:active {
	color: #EA520F;
	text-decoration: none;
}
/*//////////////////////  TEXT & IMAGES  //////////////////////*/
p {
	padding: 0px 0px 8px 0px;
	margin: 0px;
}
h1 {
	font-weight: normal;
	font-size: 100%;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 16px;
	padding-bottom: 2px;
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: top left;
}
div.red h1 {
	background-image: url(images/red-left.gif);
}
div.red_sub h1 {
	background-image: url(images/red-left-sub.gif);
	padding-top: 6px;
}
div.grey h1 {
	background-image: url(images/grey-left.gif);
}
div.blue h1 {
	background-image: url(images/blue-left.gif);
}
div.yellow h1 {
	background-image: url(images/yellow-left.gif);
}
div.red_red h1 {
	background-image: url(images/red-red-left.gif);
}
h2 {
	font-weight: normal;
	font-size: 100%;
	color: #000000;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h3 {
	font-weight: normal;
	font-size: 100%;
	color: #000000;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
}
img.instruction {
	padding-top: 10px;
}
img.logo {
	padding-top: 10px;
	padding-left: 30px;
}
img.drop {
	margin-top: 2px;
	margin-bottom: 10px;
	border: 1px solid #A3A3A7;
}
img.home_pic {
	margin-top: 10px;
	margin-left: 5px;
}
img.people {
	margin-bottom: 10px;
	margin-top: 2px;
}
.red {
	color: #F73406;
}
.valuation {
	text-transform: uppercase;
	text-align: center;
	font-size: 120%;
	line-height: 1.6em;
}
.black {
	color: #000000;
}
#menu {
	background: url(images/white-bot-small.gif) no-repeat left bottom;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 11px;
}
#menu li a {
	padding-bottom: 5px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	width: 128px;
	font-weight:bold;
	text-align: center;
}
#menu li {
	padding: 0px;
}
#menu li a:link, #menu li a:visited {
	color: #68676C;
}
#menu li a:active, #menu li a:hover, #menu li a.on:link, #menu li a.on:visited, #menu li a.on:hover, #menu li a.on:active {
	color: #F73406;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul {
	padding-left: 20px;
	margin: 0;
	padding-bottom: 0px;
	color: #F73406;
	padding-top: 0px;
}
li span {
	color: #000000;
}
li {
	padding-bottom: 8px;
}
#newsList, .content_inst {
	height: 207px;
	overflow: hidden;
}
.w_bot_main #newsList {
	height: 750px;
}
.w_trim_small div.navtop {
	background-image: url("images/border-right.gif");
    background-position: right top;
    background-repeat: no-repeat;
}

.w_trim_small div.navtop h1 {
	background-image: url("images/border-left.gif");
}

.w_trim_small div.navtop h1 a {
	color: #68676C;
}
.w_trim_small div.navtop h1 {
	text-align: center;
	width: 130px;
	font-weight: bold;
}
.w_trim_small div.navtop h1 a:hover {
	color: #F73406;
	text-decoration: none;
}
.w_bot_big p {
	margin-left: 20px;
}
.home_rotatenewsitem {
	height: 150px;
	overflow:hidden;
}
.home_instructionitem div {
	font-size:10px;
	width:170px;
}
.home_instructionitem a img {
	margin-left: 28px;
}
.home_contact_valuation {
	font-size: 14px;
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
}
.home_contact_post {
	font-size: 13px;
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
}
#ricslogo {
	padding-right: 17px;
	padding-bottom: 10px;
	text-align: right;
}
#ricslogo_wrapper {
	width: 520px;
	text-align: right;
}
