body {
	background-color:#cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#main_wrapper{
	width:730px;
	background-color:#fff;
	padding-left:15px;
	padding-right:15px;
}

#main_header {
	width:440px;
	float:left;
	text-align:left;
}

#search_box {
	width:222px;
	float:left;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:#316BAB;
	padding-top:63px;
	text-align:left;
}


#search_box .text {
	float:left;
	width:140px;
}

#search_box .icon {
	float:left;
	padding-top:8px;
	width:40px;
}

#shopping_icon{
	width:52px;
	float:right;
}


#main_section  {
	background-image: url(../../images/main_section_back.jpg) ;
	background-repeat: no-repeat;
	background-color:#99CDFF;
	height:318px;
	width:728px;
	position:relative;
	top:0px;
	margin-left:1px;
	text-align:left;
}

#main_section .text_section {
	float:left;
	width:389px;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	padding-left:25px;
	padding-right:25px;
	padding-top:0px;
	line-height:23px;
}

#main_section .cover_preview {
	width:221px;
	height:318px;
	float:left;
	margin-top:0px;
	padding-left:58px;
}

#top_navigation {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	
}

#browse_button {
	float:left;
	width:165px;
	height:40px;
}

.browse_off {
	background-image: url(../../images/Browse.jpg) ;
	background-repeat: no-repeat;
}

.browse_on {
	background-image: url(../../images/BrowseDropDown.jpg) ;
	background-repeat: no-repeat;
}


#program_button {
	float:left;
	width:129px;
	height:40px;
}

.program_off {
	background-image: url(../../images/Program.jpg) ;
	background-repeat: no-repeat;
}

.program_on {
	background-image: url(../../images/ProgramDropDown.jpg) ;
	background-repeat: no-repeat;
}



#news_button {
	float:left;
	width:73px;
	height:40px;
}

.news_off {
	background-image: url(../../images/News.jpg) ;
	background-repeat: no-repeat;
}

.news_on {
	background-image: url(../../images/NewsDropDown.jpg) ;
	background-repeat: no-repeat;
}

#ncrp_button {
	float:left;
	width:72px;
	height:40px;
}

.ncrp_off{
	background-image: url(../../images/NCRP.jpg) ;
	background-repeat: no-repeat;
}

.ncrp_on{
	background-image: url(../../images/NCRPDropDown.jpg) ;
	background-repeat: no-repeat;
}



#home_button {
	float:left;
	width:72px;
	height:40px;
}

.home_off{
	background-image: url(../../images/HOME.jpg) ;
	background-repeat: no-repeat;
}

.home_on{
	background-image: url(../../images/HOMEDropDown.jpg) ;
	background-repeat: no-repeat;
}




#featured_button {
	background-image: url(../../images/Featured.jpg) ;
	background-repeat: no-repeat;
	float:left;
	width:289px;
	height:40px;
}


#cart_button {
	background-image: url(../../images/Cart_nav.jpg) ;
	background-repeat: no-repeat;
	float:left;
	width:217px;
	height:40px;
}


.nav_text {
	text-align:center;
	padding-top:13px;
}

.nav_text a {
	text-decoration:none;
	color:#FFF;
}


.nav_text a:visted {
	text-decoration:none;
	color:#FFF;
}

.nav_text_cart {
	text-align:center;
	padding-top:13px;
	font-size:11px;
	text-align:right;
	padding-right:16px;
}

.nav_text_cart a:link {
	text-decoration:none;
}



.ncrp_cover {
	background-image: url(../../images/ncrp_report_cover.jpg) ;
	background-repeat: no-repeat;
	width:170px;
	height:253px;
	margin-top:30px;
}


.ncrp_cover_text {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding-top:50px;
	padding-left:12px;
	padding-right:8px;
}


.ncrp_cover_text a {
	color:#000;
	text-decoration:none;
}


#bottom_section .pictures_collection {
	text-align:left;
	float:left;
	width:413px;
	padding-left:25px;
}

#bottom_section .pictures_collection .pictures {
	padding-right:33px;
	float:left;
	font-family:arial;
	font-size:10px;
	color:#0B699F;
	text-align:center;
}


#bottom_section .ncrp_message {
	float:left;
	padding-top:16px;
	text-align:middle;
	padding-left:25px;
}

#bottom_navigation{
	width:728px;
	background-color:#0077C7;
	font-family:arial;
	font-size:10px;
	color:#FFFFFF;
	padding-top:20px;
	padding-bottom:20px;
}

#bottom_navigation a{
	text-decoration:none;
	color:#fff;
}

.shadow { background-color: #ccc; }
.nav_box {
	background-color:#99CDFF;
	text-align:left;
	font-family:arial;
	font-size:11px;
	color:#175B8A;
	padding:5px;
}

.nav_box  ul {
list-style-type:none;
margin:0px;
padding-left:10px;
}

.nav_box  ul li a {
	text-decoration:none;
	color:#175B8A;
}

.nav_box  ul li a:hover {
	color:#fff;
}


.browse_div_on{ 
	position:absolute; 
	width:294px;
	height:220px;
	z-index: 2;
	}
	
.browse_div_off{ display: none; }


.program_div_on{ 
	position:absolute; 
	width:334px;
	height:220px;
	z-index: 2;
	}
	
.program_div_off{ display: none; }


.news_div_on{ 
	position:absolute; 
	width:124px;
	height:220px;
	z-index: 2;
	}
	
.news_div_off{ display: none; }




.search_results_box {

	border: 3px solid #FFD2B1;
	margin-top:12px;
	background-color:#E0F0FF;
}


.search_results_box  table tr td {

	background-color:#E0F0FF;

}

.product-listing-heading {
	color:#000;
	background-color:#E0F0FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.product-listing-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	background-color:#EBF5FE;
}

.product-listing-text a {
	color:#0078C0;
	font-weight:bold;
}

.click_link {
	font-weight:normal;
}

.paging-links-disabled {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color:#0078C0;
text-decoration: none;
font-weight: bold;
font-style: normal;
background-color: #E0F0FF;
}

A.paging-links {
font-family:  Arial, Helvetica, sans-serif;
font-size: 11px;
color:#0078C0;
background-color: #E0F0FF; 
text-decoration: none;
cursor: pointer;
font-weight: bold;
font-style: normal;
}


.paging-links-selected {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
background-color: #E0F0FF; 
text-decoration: none;
font-weight: bold;
font-style: none;
}

.product-details-border {
	border: 3px solid #F0690D; 
	background-color:#EBF5FE;
}

.product-details-title {
color: #000;
background-color: #EBF5FE; 
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: normal;
}

.product-details-product {

color: #E37013;
background-color: #EBF5FE; 
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
text-decoration:none;
}

.product-details-header {

color: #000;
background-color: #EBF5FE;  
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
}


.product-details-text-blue {
color: #42748F; 
font-family:  Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: none;
}

.product-details-text {

color: #000000; 
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: none;
}


.order-new {
color: #FFFFFF; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}


.cart-section-header {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
color: white;
background-color: #015BA9;
}

.popup-header {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
color: white;
background-color: #015BA9;
}


.shared-form-message {
	color: #FF6600;
}


.frontend-form-message {
	color: #FF6600;
}


