/* CSS Document */
body, form
{
	margin: 0px;
	
}

body
{
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}


body, p, div, span, td, ul, ol, input, select, textarea
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

h1, h2{
  margin-top:-3px;	
}

h2 {
	color:#9c5708;
	margin-bottom: 5px;
}

a, a:active, a:visited
{
	color: #6d276a;
	text-decoration: underline;
}

a:hover
{
	color: #6d276a;
	text-decoration: none;
}

input, select, textarea
{
	width: 178px;
	border-top: 2px solid #969696;
	border-left: 2px solid #969696;
}

.noClsInp
{
	border: none;
	width: auto;
}

#mainBody
{
	/*background-color: #2e5e4d;*/
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}

#header
{
	background-image: url(../images/home/headerBg.png);
	background-repeat: repeat-x;
	background-position: left;
	width: 100%;
	height: 119px;
}

#headerContainer
{
	background-image: url(../images/home/headBg.png);
	background-repeat: no-repeat;
	background-position: left;	
	width: 100%;
	height: 119px;
	text-align: center;	
}

#headTable
{
	width: 783px;
	height:119px;	
}

#headSearch
{
	padding: 10px 0px 35px 0px;
	text-align: right;
}

#headMenu
{
	text-align: right;
}

.BtmLine
{	
	background-color: #9c5708;
}

#midTable
{
	width: 783px;
	background-color: #FFFFFF;
}

#whyPririty
{
	padding: 0px 10px 10px 10px;
	width:50%;
	/*width: 368px;*/
}

#tdMiddle
{
	padding: 0px 10px 10px 10px;
	width:50%;
	/*width: 368px;*/
}

#leftTd
{
	padding: 0px 10px 10px 10px;
	width: 783px;
}

.rightContent
{
	padding: 0px 10px 10px 0px;	
	height: 249px;
}

.rightContent .innerContent
{
	width: 204px;
	height: 100%;	
	background-image: url(../images/home/rightContentBg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
}

.rightInnerContent
{
	width: 204px;
	height: 100%;	
	background-image: url(../images/home/rightContentBg.png);
	background-repeat: repeat-x;
	background-position:top;
	margin-bottom: 10px;
}

.rightTDContent
{
	
	height: 100%;	
	background-image: url(../images/home/rightContentTDBg.png);
	background-repeat: repeat;
	background-position:top;
	margin-bottom: 10px;
}


.rightContent2
{
	padding: 0px 10px 10px 10px;	
	height: 249px;
}

.rightContent2 .innerContent
{
	width: 204px;
	height: 100%;	
	background-image: url(../images/home/rightContentBg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
}

.innerRightContent
{
	padding: 0px 10px 20px 0px;	
}

.innerRightContent .innerContent
{
	width: 204px;
	height: 100%;	
	background-image: url(../images/home/rightContentBg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
}

.contentBanner
{
	background-image: url(../images/home/bannerBg.png);
	background-repeat: repeat-x;
	/*padding-left: 10px;*/
	text-align: left;
}

.contentText
{
	padding: 10px 5px 10px 10px;	
}

.rightContentText {
	font-size: 11px !important;
	padding: 10px 5px 10px 10px;	
}

.contentText a, .contentText a:active, .contentText a:visited, .contentText a:hover
{
	line-height: 20px;
}

#footer, #footer td
{
	padding: 0px 10px 0px 10px;
	color: #999999;
	font-style: italic;
	font-size: 12px;
}

#midHead
{
	background-image: url(../images/inner/midBg.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 131px;
	width: 880px;
}

.innerHeader
{
	font-size: 22px;
	font-weight: bold;
}

.innerSubHeader
{
	font-size: 16px;
	font-weight: bold;
}

.linkColorText
{
	color: #6d276a;
}

#subNav
{
	padding: 0px 10px 10px 10px;
	width: 205px;
}

#subNav1
{
	padding: 0px 10px 10px 0px;
	width: 205px;
}

#subNavWaterInner
{
	background-image: url(../images/inner/subNavWaterBg.PNG);
	background-position: top;
	background-repeat: no-repeat;
	height: 421px;
	vertical-align: top;
	text-align: left;
}

#subNavInner
{
	background-image: url(../images/inner/subNavBg.PNG);
	background-position: top;
	background-repeat: repeat-x;
	height: 421px;
	vertical-align: top;
	text-align: left;
}

#subNavInnerTable
{
	background-image: url(../images/inner/subNavBg1x1.PNG);
	background-repeat: repeat;
	color: #FFFFFF;
}

#subNavInnerTable a, #subNavInnerTable a:hover, #subNavInnerTable a:visited, #subNavInnerTable a:active
{
	color: #FFFFFF;
	line-height: 20px;
}

.subNavPadDiv
{
	padding: 10px;
}

.subNavPadDiv p
{
	margin-top: 0px;
}

a.subNavLrg, a:active.subNavLrg, a:visited.subNavLrg, a:hover.subNavLrg
{
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #FFFFFF;
}

/*Error page message CSS. 
* DEV: MHA 10/19/2008
*/
.body-error-message
{
	display:block;
	color:#FF0000;
	white-space:nowrap;
	width:770px;
	}

/*******About NPP Begins********/
.aboutRightContainer
{
	_height:300px;
	min-height:300px;
}
.aboutnppSubTitle
{
	font-size:22px;
	font-weight:bold;
}

.testimonialBox
{
	height:175px;
}
/*******About NPP Ends **********/

/*******Show content page starts***********/
.header-text
{
	font-size:18px;
	font-weight:bold;	

}
/******Show content page ends******************/


div.searchResultsHeader h3 
{
background-color:#FFFFFF;
color:#676767;
font-weight:normal;
margin:0em 0em 0.5em;
padding:0.25em;
text-align:left;
}

.datetime
{
	margin-left:.5em;
	color:#4c4c4c;
	font-size:.9em;
}

.resultPreview {margin:0em 0em 1em 0em;}
resultPreview p {margin:0em;padding:0em;}
resultPreviewDetails span {color:#497d32;}

.minHeight150
{
	_height:150px;
	min-height:150px;
	
}
.margin-top-20
{
	margin-top:20px;
}

.padding10px
{
	padding:10px;
}

.paddingLeft10px
{
	padding-left:10px;
}

.paddingTop10px
{
	padding-top:10px;
}

.padding5px
{
	padding:5px;
}

.textAlignTop
{
	vertical-align:top;
}

ul li
{
	/*list-style-type:none;*/
	list-style-image:url(../images/RightArrow.gif);
	
	
	
}
ul li:before 
{
	padding-top:3px;	
	/*content: "\00BB \0020";*/
}
.partnarTitle
{
	padding-top:20px;
}
.partnarLogo
{
	vertical-align:middle;
}

.padd-bottom-15
{
	padding-bottom:15px;
}

.clear
{
	clear:both;
}
.floatRight
{
	float:right;
}

.floatLeft
{
	float:left;
	text-align:right !important;
}
.floatLeftMsg
{
	float:left;
	 text-align:left !important;
}
.paddingLeft10
{
	padding-left:10px;
}
.padding-bottom-5
{
	padding-bottom:5px;
}

.loginText
{
	width:95px;
	vertical-align:middle;
}

.error-text
{
	color:#FF0000 !important;
	padding-left:10px;
	width:300px;
	padding-bottom:5px;
	padding-top:5px;
}

.homeInnerContent
{	
	
	background-image: url(../images/home/rightContentBg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
	_height:200px;
	min-height:200px;
	
	
}
.formCHKbox
{
	width:20px;
	border:none;
}