/* page layout styles */
Body
{
    background-color: #E6E6E6;
    margin: 20px 0px 20px 0px;
    font-family: Arial, Verdana, Tahoma;
    font-size:11px;
    height:100%;
}

/* GENERIC */
H1  {
	font-size:  22px;
	font-weight:    normal;
	color: #333333;
}

H2  {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  20px;
	font-weight:    normal;
	color: ##99A455;
}

H3  {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  12px;
	font-weight:    normal;
	color: #333333;
}
/*select {
background-color: #D6D7B5;
color: #000; 
width: 95%;
font-size:12px;
}*/

.SubHead{ 
font-size:15px;
color:#990000;	
}

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #9A3930;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

.LeftPane {
	border-left:2px solid #FFFFFF;
	padding:10px;
	background-image: url(images/rightpan_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#f7db7a;
}

.ContentPane {
	padding:10px;
	background-image: url(images/centerpan_bg.png);
	background-repeat: repeat-y;
	background-position: right top;
	background-color:#fdfdfb;
	
}

.ContentPane2 {
	padding:10px;
	background-image: url(images/centerpan_bg2.png);
	background-repeat: repeat-y;
	background-position: left  top;
	background-color:#fdfdfb;
	border-right: 1px solid #B9C18B;
	border-top: 1px solid #B9C18B;
}

.RightPane {
}
.BottomPane {
}


Body TABLE
{
    font-family: Arial, Verdana, Tahoma;
    font-size:11px;
}
.skinHeaderText, A.skinHeaderText:link,  A.skinHeaderText:visited
{
	font-size: 10px;
	color: #333333;
}
.LognUser, A.LognUser:link,  A.LognUser:visited
{
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-transform:uppercase;
}

.breadcrumb, .breadcrumb A:link, .breadcrumb A:visited
{
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}


.blue 
{
	background-color: #D5EDED;
	width:100%;
	border-left:3px solid #E1DEBB;
	border-right:3px solid #E1DEBB;
	text-align: left;
	margin-left: auto; 
	margin-right: auto;
}

.footer
{
	background-position: right;
	height: 30px;
	color: #6f7e09;
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.footerRight A
{
	color: #B7B09A;
}

.dnnfooter, A.dnnfooter:link,  A.dnnfooter:visited
{
	color: #6f7e09;
}
A.dnnfooter:hover
{
	color: #9d3027;
}
.containerRight 
{
	color: #877560;
	font-size:11px;
	padding: 0px 16px 26px 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.containerLeft 
{
	color: #877560;
	font-size:11px;
	background-color: #cbdc68;
	background-image: url(img/headerBg.gif);
	background-repeat: repeat-x;
	background-position: left -13px ;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/*////////////  New Styles   //////////////////*/ 
#address
{
	float:left;
	width:500px;
	height: 15px;
	margin-top: 35px;
	margin-left: 35px;
	font-size: 11px;
	color: #000000;
}
#nav_bar
{
	float:right;
	height:25px;
	height: 20px;
	margin: 0px 10px;
	/*width: auto;*/
	padding-top: 0px;
	text-align: right;
	
	}
#loginbox
{
	margin-top:2px;
	float:right;
	margin-right: 15px;
	color:#FFFFFF;
	}


/*========================================================*/
/*  6. Main Menu                                             */
/*========================================================*/


/* Container for main menu */
.MainMenu_MenuContainer {
	background-color: transparent;
	margin-right:20px;
	margin-top: 0;
}

/* Menu bar */
.MainMenu_MenuBar {
	text-align:right;
	cursor: pointer; 
	cursor: hand; 
	height: 20px;
	padding:0;
}

/* Applies to off state of submenu items only */
.MainMenu_MenuItem {
	background:transparent;
	cursor: pointer;
	cursor: hand;
	color: #333333;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	border-bottom: #F7DC84 1px solid;
	border-top: #F7DC84 1px solid;
	padding: 2px 10px 3px 5px;
}


/* Container for submenu */
.MainMenu_SubMenu {  /*the same style as MainMenu_MenuItem*/
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background: #F7DC84;
	filter: none;
	border: 1px solid  #fff;
	margin-top: 1px;
	padding: 2px;
}


/* Hover state for submenu items only */
.MainMenu_MenuItemSel {
	background: #FFFFFF; /* for sub menu rollover effect*/
	cursor: pointer; 
	cursor: hand; 
	font-family:tahoma;
	font-size: 11px; 
	font-weight: bold; 
	color:#9D3027;
	border: 0;
	padding: 2px 10px 3px 5px;
	border-bottom: transparent 1px solid;
	border-top: transparent 1px solid;
}



/* The Root Menu styles have to be AFTER the Submenu styles to overwrite submenu styles*/
/* Idle state for main menu items, can overwrite MainMenu_MenuItem */
.RootMenu_Off {
	background:transparent;
	color: #fff;
	font-weight: bold;
	padding:0 8px 0 5px;
}

/* Active state for main menu items */
.RootMenu_On{
	background:transparent;
	color:#fff;
	padding:0 8px 0 5px;
}

/* Hover state for main menu items */
.RootMenu_Hover{
	background: #F7DC84; /* for sub menu rollover effect*/
	/*background:transparent;*/
	color:#9D3027;
	padding:0 8px 0 5px;
}


/* Inserts a small space between main menu items, also can get rid of the funny red borders */  
.MainMenu_MenuBreak {
	width: auto;
	border: 0;
}


/* Elements we don't really need to see */
.MainMenu_MenuArrow,
.MainMenu_RootMenuArrow,
.MainMenu_MenuIcon {
	display: none;
}



/* Sub menu css for the 2nd lavel menu */
.SubLinks, .SubLinks A, .SubLinks A:link, .SubLinks A:visited, .SubLinks A:active, .SubLinks A:hover{
	font-family: Tahoma, Arial, Helvetica;	font-size:12px;	color: #000;		text-decoration:none; font-weight:bold;
}
.SubLinks A:hover{	color: #990000;}

#dnn_dnnSEARCH_cmdSearch img 
{
    border: 0;
    position: relative;
    top: 5px;
    left: 0;
}

#dnn_dnnSEARCH_txtSearch 
{
    color: #777F3F;
    font-weight: bold;
	padding: 3px 10px;
	width:150px;
	height:22px;
	background-image: url(images/input.gif);
    background-repeat: no-repeat;
	border:0px;
}


#headerbg{
	background:#973228 url(images/NSPS_logo.png) left top no-repeat;
	height:81px;
	}
	
	#topbg{
	background:#99A455 url(images/topbar_bg.png) left top  repeat-x;
	height:50px;
	}

#topbar{
	background: url(images/topbar.png) left top  no-repeat;
	
height:50px;
	}
	
#breadcrumb{
	background:  #fdf7e4 url(images/nav_bg.png) left top  no-repeat;
	height:25px;
	}
	
	
	

