@charset "utf-8";
/* CSS Document */


/* //////////////////////////////////////////////////////// Global Styles */


html {
overflow-y: scroll;
}

body {
	margin:0;
	padding:0;
	background-color:#eef0ef;
	font-family:"Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size:13px;
	color:#000000;
}

#wrapper {
	margin: 0 auto;
	position:relative;
	width:960px;
	min-height:400px;
}

.clear {
	position: relative;
	clear: both;
}


/* //////////////////////////////////////////////////////// Header Area Styles */


#header {
	width:960px;
	height:83px;
	min-height:83px;
}

#header-top {
	width:960px;
	height:8px;
	background-color:#93b603;
}

#header-bottom {
	width:960px;
	height:75px;
}

#header-left {
	width:133px;
	height:75px;
	float:left;
	background: #eef0ef url(../images/header-left-bg.jpg) no-repeat top left;
}

#header-right {
	width:807px;
	height:75px;
	padding-right:20px;
	float:right;
	background: #FFFFFF url(../images/header-right-bg.jpg) no-repeat top left;
}


/* //////////////////////////////////////////////////////// Navigation Styles */


#navigation {
	width:133px;
	padding-top:26px;
	float:left;
	background-color:#eef0ef;
	min-height:350px;
}

#nav-link {
	width:133px;
	margin-top:52px;
}

#nav-link1 {
	width:133px;
	margin-top:51px;
}


/* //////////////////////////////////////////////////////// Main Area Styles */


#mainarea {
	width:960px;
}

#mainarea-right {
	width:827px;
	float:right;
}

#flash {
	width:827px;
	height:365px;
}

#flash2 {
	width:827px;
}

#content {
	width:817px;
	background:#FFFFFF;
	padding:15px 0 17px 10px;
}

#content-left {
	width:486px;
	padding-right:45px;
	float:left;
}

#content-left1 {
	width:817px;
	background:#FFFFFF;
}

#content-right {
	width:286px;
	float:right;
}

#pod1 {
	width:281px;
	padding:56px 0 20px 5px;
	float:right;
	background: url(../images/NRS-who-title.jpg) no-repeat top left;
}

#pod2 {
	width:281px;
	margin-top:10px;
	padding:56px 0 0 5px;
	float:right;
	background: url(../images/NRS-where-title.jpg) no-repeat top left;
}


/* //////////////////////////////////////////////////////// Main Area Styles */


#footer {
	width:707px;
	padding:1px 60px 9px 193px;
	height:61px;
	background: #FFFFFF url(../images/footer-bg.jpg) no-repeat top left;
}