﻿@charset "utf-8";
/* CSS Document */


* {
	padding:0;
	margin:0;
}
body {
	background-color:#e9d9c9;
	line-height: 18px;
	
}
img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
a {
	text-decoration:none;
}

p {
	margin: 10px 0 10px;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 180%;
}
h3 {
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h4 {
	font-size: 140%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 110%;
}
.stretch {
	width:100%;
	z-index:1;
}
body {
	width:100%;
	height:100%;
}
#rn_container {
	width:100%;
	height:100%;
	margin:0px auto;
	position:absolute;
	top:0px;
	left:0px;
}
#rn_main_container {
	width:974px;
	height:auto;
	background-image:url(../images/container_bg.png);
	background-repeat:repeat-y;
	margin:0px auto;
}
.container {
	width:950px;
	overflow:auto;
	margin-left:12px;
	margin-right:12px;
}
.header {
	width:950px;
	height:130px;
	
	float:left;
	border-bottom:2px solid #000000;
}
.header_top {
	width:950px;
	height:95px;
	border-bottom:2px solid #000000;
	float:left;
}
.logo {
	height:75px;
	width:470px;
	margin-left:5px;
	margin-top:15px;
	float:left;
}
.header_top_right {
	height:75px;
	width:470px;
	margin-left:5px;
	float:left;
}
.social_network_container {
	height:43px;
	width:262px;
	background-image:url(../images/social_network_bg.png);
	background-repeat:no-repeat;
	float:right;
}
.header_menu {
	width:950px;
	height:35px;
	float:left;
}
/*.header_menu li {
	height:16px;
	float:left;
	padding:4px 5px 5px 5px;
	list-style-type:none;
	float:right;
	font-family:Arial;
}
.header_menu li a {
	list-style-type:none;
	color:#00354e;
}
.header_menu li a:hover {
	list-style-type:none;
	color:#ff8400;
}
.menu li {
	width:auto;
	height:auto;
	text-align:center;
	font-family: Helvetica, sans-serif;
	font-size:13pt;
	text-transform:uppercase;
	margin:20px 10px 0px 10px;
	text-decoration:none;
	list-style-type:none;
	color:#00d08e;
	float:right;
}
.menu li a {
	text-decoration:none;
	color:#00d08e;
}
.menu li a:hover {
	text-decoration:none;
	color:#33FF00;
}*/
.animation_container {
	width:950px;
	height:300px;
	
	float:left;
}
.animation {
	width:950px;
	height:300px;
	float:left;
}
.text_container {
	width:950px;
	height:216px;
	float:left;
	margin-top:15px;
	margin-bottom:15px;
}
.text_container .container {
	width:260px;
	height:170px;
	float:left;
	margin:28px;
}
.container .top {
	width:245px;
	height:23px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#00354e;
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
	padding-top:7px;
	text-transform:uppercase;
	border-bottom:3px solid #00354e;
}
.container .bottom {
	width:260px;
	height:120px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#343434;
	padding-left:0px;
	padding-top:15px;
	text-align: justify;
	overflow: hidden;
}

.bottom1 {
	width: 37%;
	height: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00354e;
	line-height:25px;
	float:none;
	margin:0px auto;
}
.bottom1 > a{ display:inline-block; font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #00354e;}
.bottom1 > a:HOVER{ color:#00354e; }

.scroller_container {
	width:920px;
	height:195px;
	background-repeat:no-repeat;
	float:left;
	background-color:#adadad;
	padding:15px;
}
.footer {
	width:950px;
	height:auto;
	background-repeat:no-repeat;
	float:left;
}
.footer_menu {
	width:950px;
	height:25px;
	background-color:#323232;
	margin-top:15px;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#757575;
	float:left;
}
.footer_menu li {
	height:16px;
	float:left;
	padding:4px 10px 5px 10px;
	list-style-type:none;
}
.footer_menu li a {
	list-style-type:none;
	color:#757575;
}
.footer_menu li a:hover {
	list-style-type:none;
	color:#0099FF;
}
.footer_bottom {
	width:950px;
	height:185px;
	background-image:url(../images/footer_bg.png);
	background-repeat:repeat;
	float:left;
}
.footer_bottom .Company_updates {
	width:450px;
	height:105px;
	font:Arial, Helvetica, sans-serif;
	float:left;
	margin:15px;
}
.footer_bottom .Company_updates .about {
	width:100%;
	font-size:13px;
	text-align:justify;
	color:#fefefe;
}
.footer_bottom .contact {
	width:200px;
	height:105px;
	float:right;
	margin:15px;
}
.footer_bottom .contact .address {
	width:100%;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:justify;
	color:#fefefe;
}
.highlight_color {
	color:#fccb04;
}
.highlight_color1 {
	color:#2CA513;
}
.title {
	width:100%;
	height:15px;
	float:left;
	font:Arial Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#ffffff;
	text-transform:uppercase;
	margin-bottom:15px;
}

.bottom .left{
	padding:0px;
	margin:0px;
	width:440px;
	height:330px;
	float:left;
	}

	
.catagory{
	width:278px;
	height:180px;
	background:#00CC66;
	float:left;
	margin:10px;
	}
	
	
tr{
	background:#E2E0E0;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	height:23px;
	}
	
	td{
	 padding-left: 10px;
		word-break: break-all;
	word-wrap: break-word;
		
	}