/* HTML tag redefinitions */
html {
	height: 100%;
	width: 100%;
}

a {
	text-decoration: none;	
}

body {
	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color: #171a51;
	background-image: url("/images/backgroundgradient.png");
	background-repeat:repeat-x;
}

#System {
	position: absolute;
}

#Dimmer {
	display: none;
	background-image: url("/images/dimmerBG.png");
	background-repeat: repeat-x repeat-y;
	position: absolute;
	top: 0;
	left: 0;
}

#WealthPopup {
	position: absolute;
	display:none;
	height: 200px;
	width: 300px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url("/images/popupbg.png");
	background-repeat: none;
}


#MainContainer {
	width: 910px;
	min-height: 600px;
	padding-top: 10px;
	margin: 0 auto 0 auto;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	
}

/* Top Border Container */
#UpperContainer {
	height:14px;
	width:100%;
	float:left;
	clear:both;
}

#UpperLeft {
	float:left;
	width: 20px;
	height: 14px;
	background-image: url("/images/MainUpperLeft.png");
	background-repeat:no-repeat;
}

#UpperRepeat {
	float:left;
	width: 870px;
	height: 14px;
	background-image: url("/images/MainUpperRepeat.png");
	background-repeat: repeat-x;
}

#UpperRight {
	float:right;
	width: 20px;
	height: 14px;
	background-image: url("/images/MainUpperRight.png");
	background-repeat:no-repeat;
}
/* End Top Border Container */

/* Inside Container - Contains all content */
#InsideContainer {
	float:left;
	width: 100%;
	clear: both;
	background-image: url("/images/InsideBackground.png");
	background-repeat: repeat-y;
}

#ContentContainer {
	width: 890px;
	padding-left: 10px;
	padding-right: 10px;
}

#HeaderContainer {
	clear: both;
	height: 33px;
	width: 854px;
	margin: 0 auto 0 auto;
}

#LinksContainer {
	float: left;
	height: 18px;
	width: 500px;
	padding-bottom:3px;
	padding-top: 12px;
	font-size: 11px;
	vertical-align:text-bottom;
	color: #61696e;

}

#LinksContainer a{
	text-decoration: none;
	color: #61696e;
}

#LinksContainer a:hover {

	text-decoration: underline;
}

#Links1 {
	float: left;
	padding-right: 10px;
	border-right-color: #bbcfc1;
	border-right-style: solid;
	border-right-width: 2px;

}

#Links2 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-right-color: #bbcfc1;
	border-right-style: solid;
	border-right-width: 2px;
}

#Links3 {
	float: left;
	padding-left: 10px;
	clear: right;
	height: 100%;
}

#BannerContainer{
	height: 57px;
	background-image: url("/images/ChannelBanner.png");
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	width: 854px;
	clear:both;
}

#BannerTitle {
	height: 45px;
	padding-top: 6px;
	width: 847px;
	padding-left: 6px;
	color: #FFFFFF;
	font-size: 34px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#NavBarContainer{
	height: 53px;
	width: 854px;
	margin: 0 auto 0 auto;
	clear: both;
	background-image: url("/images/NavBarBackground.png");
	background-repeat: no-repeat;
}

#NavBarContainer ul {
	list-style: none;
	height: 100%;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#NavBarContainer li {

	float:left;
	width: 139px;
	height: 100%;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 3px;
	color: #FFFFFF;
	font-size:12px;
	text-align:center;
	letter-spacing: 1px;

}

#NavBarContainer li a {
	
	display: block;
	padding: 18px 0 16px 0 ;
	text-decoration: none;
	color: #FFFFFF;
	vertical-align: middle;
}


#NavBarContainer li:hover {
	cursor: pointer;
	font-size: 13px;
}

#NavBarContainer .TwoLineNav a {
	padding: 10px 0 8px 0;
	
}

#NavBarContainer .NoSeparator {
	border-right: none;
}

/* Drop Down Functionality */
#NavBarContainer ul ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: none;
	width: 139px;
	position: relative;
	top: 3px;
}

#NavBarContainer ul li:hover>ul{
	display: block;

}

#NavBarContainer ul ul li {
	border: none;
	height: 30px;
	background-image: url("/images/DropDownBG.png");
	background-repeat: repeat-y;
	border-bottom: 1px white solid;
	
}

#NavBarContainer ul ul li a {
	padding-top: 6px;	
}

#NavBarContainer ul ul li a:hover {
	
	font-size: 12px;

}

#NavBarContainer ul ul li:hover {
	
	font-size: 12px;

}
/* End Drop Down */

/* <li>'s below the li.TwoLineNav class sit funny... */
#NavBarContainer ul li.TwoLineNav ul li a {
	padding-top: 6px;
}

/* Make 2 and 3 line <li>'s larger */
#NavBarContainer ul ul li.TwoLineDD {
	height: 45px;
}

#NavBarContainer ul ul li.ThreeLineDD {
	height: 60px;
}

#RightNavMenu ul li.TwoLineSideNav {
	height: 45px;
}

#RightNavMenu ul li.ThreeLineSideNav {
	height: 60px;
}


.ColumnMiddle {
	height: 138px;
	clear: both;
	padding-left: 20px;
	
}

.ColumnMiddleTitle {
	font-weight: bold;
	clear: both;
	letter-spacing: 1px;
	color: #6a777f;
}

.ColumnMiddleList {
	clear: both;
	margin-top: 12px;
	height: 100px;
	margin-left: 20px;
	color: #40515b;

}

.ColumnMiddleList ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
	list-style-image: url("/images/ListDash.png");
}

.ColumnBottom {
	padding-top: 2px;
	padding-left: 20px;
	clear: both;
	color: #3573b9;
}

.ColumnBottom a{
	color: #3573b9;
}

.ColumnBottom a:hover{
	font-size: 13px;		
}

#BottomContainer {
	clear: both;
	height: 85px;
	width: 100%;
}



#BottomText{
	float: left;
	height: 25px;
	margin-top: 59px;
	margin-left: 10px;
	font-size: 11px;
	color: #596166;
	vertical-align: bottom;
}

#BottomText a{
	color: #596166;
}

#BottomText a:hover{
	text-decoration: underline;
}

#NRPLogo{
	float: right;
	clear: right;
	margin-right: 24px;
	height: 85px;
	width: 137px;
	background-image: url("/images/nrp_logo.png");
	background-repeat: no-repeat;
}
/* End Middle Section  */

/* Bottom Border */
#LowerContainer {
	float: left;
	clear: both;
	height: 19px;
	width: 100%;
}

#LowerLeft {
	float: left;
	height: 19px;
	width: 20px;
	background-image: url("/images/MainBottomLeft.png");
	background-repeat:no-repeat;

}

#LowerRepeat {
	float: left;
	height: 19px;
	width: 870px;
	background-image: url("/images/MainBottomRepeat.png");
	background-repeat:repeat-x;

}

#LowerRight {
	float: right;
	height: 19px;
	width: 20px;
	background-image: url("/images/MainBottomRight.png");
	background-repeat:no-repeat;

}
/* End Bottom Border */

/* Info below floating page */
#FooterContainer {
	height: 40px;
	width: 910px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 16px;
	clear: left;
}

/* End Info below floating page */

