* {margin:0;padding:0}
.clear {clear:both;}

body {
	margin:0px auto;
	padding:0;
	text-align:center;
	font-family:Verdana, Helvetica, sans-serif;
	color:#5d5f60;
	font-size:11px;
	background-color:#01245c;
	background-image:url('../../images/NRI/background.jpg');
	background-position:center top;
	background-repeat:no-repeat
}

img {border:none;}


a {
	color:#08444f;
	text-decoration:none;
}

a:hover {
	color:#07A1FF;
	text-decoration:none;
}

#container {
	width:974px;
	background-color:#FFFFFF;
	margin:inherit;
}

#header {
	height:122px;
	background-image:url('../../images/NRI/header_and_logo.png');
}

#login {
	width:300px;
	float:right;
	text-align:left;
	margin:20px 5px 0 0;
}

#login input {
	width:120px;
	height:13px;
	font:11px tahoma;
	border:solid 1px #bad9e8;
	padding:2px;
	color:#696767;
}

* html #login input {
	height:17px;
}


#login .button 
{
	background-color:	#FFFFFF;
	background:			none;
	font-size:			12px;
	font-family:		Verdana;
	color:				#000000;
	border:				1px;
	border-color:		#000000;
	border-style:		solid;
	border:				none;
	height:				75px;
	font-size:			10px;
	text-align:			right;
}

#nav {
	height:22px;
	text-align:left;
	background:url(../../images/NRI/nav.png);
}

#navButtons {
	width:auto;
	height:inherit;
}

.navButton {
	float:left;
}

#homeContent {
	text-align:left;
	height:389px;
	/*width:100%;
	*/
	background:url(../../images/NRI/content.jpg) top right;
}

#content {
	text-align:left;
	width:100%;
	min-height:389px;
	/*background:url(../../images/NRI/content.jpg) top right;*/
}

#welcomeText {
	float:left;
	width:340px;
	text-align:left;
	margin:15px 0 15px 15px;
	height:290px;
}
#rotating_background {
	float:right;
	width:610px;
	height:389px;
	overflow:hidden;
}
#rotating_background img {width:610px;}

* html #welcomeText {
	margin:20px 0 15px 8px;
}

#text {
	float:left;
	width:96%;
	text-align:left;
	margin:15px 0 15px 15px;
	text-align:justify;
}

* html #text {
	margin:20px 0 15px 8px;
}

#footer {
	height:123px;
	background-image:url(../../images/NRI/footer.png);
	text-align:left;
	color:#08444f;
	font-size:10px;
	font-weight:600;

}

#footer #thumbContainer {
	height:auto;
	margin-left:23px;
}

#footer #thumbContainer .thumb {
	margin-right:30px;
	margin-top:8px;
	border:#FFFFFF 2px solid;
	width:110px;height:72px;
}

li {
	margin-left:30px;
	list-style:square;
}

.numbered {list-style:decimal}
