/* CSS Document */

body,td,th {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color:#7990A0;
}
.bgColordarkblue {
	background-color: #31556D;
}
.bgColormedblue {
	background-color: #98AAB6;
}
.bgColorlightblue{
	background-color: #EAEEF0;
}

/* -----------------------------language bar ----------------------------------------------------- */
 
 #language_select {
	 background-color:#EAEEF1; 
	 height:40px; 
	 width:100%; 
	 text-align:right;
	 padding-top:5px;
 }

/* -------------------------------end of language bar ------------------------------------------- */


#wrapper {
	width: 770px;
	margin: 0 auto;
	background: #ccc url(images/bg.gif) repeat-y 50% 0;
}
#nav1 {
	clear:both;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#31556D;
	background-color: #98AAB6;
	width:170px;
	float:left;
	height: 100%;
}
#header_wrap {
	background-color:#EAEEF0;

}

#main_content {
	background-color:#FFFFFF; 
	float:right; 
	width:600px;
}

#page_name {
	margin:0 0 0 0;
	padding:0;
	color:#31556D;
	font-size:17pt;
	font-family: georgia;
	line-height:30px;
	font-style:italic;
	font-weight:bold; 
	background: #98AAB6 url(images/corner01.gif) top left no-repeat;
	padding-left:20px;
	float: left;
	width: 580px;
}

.nav2 {
	margin-left:15px;
	padding:4px 0;
}
#nav1 a:link {
	color: #31556D;
	text-decoration:none;
}
#nav1 a:visited {
	color: #31556D;
	text-decoration:none;
}
#nav1 a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
#nav1 a:active {
	color: #ffffff;
	text-decoration:none;
}
.title{
cursor:pointer;
margin-bottom: 3px;
background-color:#EAEEF0;
color:#4A3E6A;
width:560px;
padding:3px;
text-align:left;
font-size: 13px;
font-weight:bold;
/*/*/border:1px solid #4A3E6A;/* */
}

.title2{
font-size: 13px;
padding-left:3px;
margin-bottom: 3px;
margin-top: 3px;
width:560px;
display: none;
margin-bottom: 10px;
}

.title2 img{
	 border: solid 1px #4A3E6A;
	 float:right;
	 margin-bottom:10px;
	 margin-left:10px;
}

.headers {
	color: #006600;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

.step_diagram{
	font-size:18pt;
	color:#f1d515;
	font-style:italic;
	font-family:serif;
	font-weight:900;
	width:32%;
	float:left;
	text-align:center;

}

.step_diagram div{
	font-weight: normal;
	font-family:helvetica, arial, sans-serif;
	font-size:13px; 
	color:#FFFFFF; 
	padding:0 10px 0 10px;
}

.step_diagram img{
	padding: 5px;
}

.wrapper_box{
	margin:10px;
	border: #4A3E6A solid thin;
}

#footer {
	clear: both;
}

div.wrapper_box ul{
	list-style-type:none;
}

label{
float: left;
width: 120px;
}

label.text_area{
	width:300px;
}

input, textarea{
width: 150px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 100px;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 60px;
}

form br{
clear: left;
}

form {
	padding-top:0;
	margin-top:0;
}

/* -----------------------------------  RHS Styles ------------------------------ */
#header_image {
	background-image: url(rhs/images/headerni.jpg) no-repeat;
	height:242px;
	width:770px;
}

#tagline {
	padding-top:170px;
	margin:0 auto;
	text-align:center;
	font-size:14px;
	font-family: serif;
	width:400px;
}

#header_image {
	background: url(rhs/images/headerni.jpg) no-repeat;
	height:242px;
	width:770px;
}

/* -----------------------------------  generic toolkit style -------------------- */

.clear {
	clear:both;
}

.float_left{
	float:left;
}

.float_right{
	float:right;
}

.bold{
	font-weight:bold;
}

.highlight{
	background-color:yellow;
}

.faq-classes {
	margin: 10px 0;
	border-bottom: 1px solid #ccc;
	min-height: 120px;
	height: auto !important;
	height: 120px;
}

