html {

	/*background: #ffffff; /*333333*/
	background: url(images/main-bg2.gif) repeat;

}

body {

	margin: 0;

	padding:0;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 1.5em;

	color: #333333;/*333333*/

	width: 100%;

	display: table;

}

a { color: #003150; }/*Link Color*/
a:hover { color: #336652; } /*link hover color*/




#background_section_middle {

	width: 100%;
	
	background: #B1D0E0;/*333333*/
	
	clear: both;
	
	overflow:hidden;

}

#background_section_bottom {

	width: 100%;
	
	height: 150px;

	background: url(New2008/images/background_section_bottom_bg2.jpg) repeat;
	
	float: left;

}

.container {

	width: 954px; /*overall container where text and boxes*/
	margin: auto;
	color: 000000;

}

#header {

	width: 100%;
	height:140px;	
	background:url(NNBARBanner.jpg) no-repeat;

}

/*#header2 {
	width: 100%;
	height:168px;
	background:url(New2008/images/BlueNav.jpg) no-repeat;




  }
*/



/* Logo Area */
/*#logo_section {

	width:auto;
	height:auto;
	margin-top:50px;
	margin-left: 60px;
	float:left;	
	display: inline;
}*/


/*#logo_section h1 {
	
	padding-top: 10px;
	font-size: 42px;
	color:#999999;
	margin:0px;
	font-weight: normal;
		
}*/

/*#logo_section h2{
	
	font-size:18px;
	color:#999999;
	padding-top:5px;
	font-weight: normal;
	
}*/
/* End Of Logo Area*/
/* Search Box*/

/*#search_box{
	width: 338px;
	height: 150px;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	background:url(New2008/images/search_box_bg.jpg) no-repeat;
}

#textfield{
	width: 200px;
	height: 18px;
	margin-top: 15px;
	margin-left: 15px;
	background: #000;
	color: #fff;
	border: solid 1px #3b3b3b;
	padding-top: 5px;
	padding-left: 5px;
}

#button{
	background: url(New2008/images/button.jpg); 
	border: none;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	margin-left: 10px;
	padding: 0 5px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	width: 80px;
	color: #fff;
}

/* End Of Search Box*/
/* Menu Section */

#menu_panel{
	width:100%;
	height: 49px;	
	margin: 0 auto;
	background: url(New2008/images/menu_bg.jpg) repeat-x;
	float:left;
}

#menu_panel #menu_section{
	width: 930px;
	height: 49px;	
	margin:0 auto;
	padding: 0 0 0 30px;
	color: #03a0a6;
}

#menu_section ul {
	float: left;
	width: 930px;
	margin: 0;
	padding-top: 4px;
	list-style: none;
}

#menu_section ul li{
	display: inline;
}

#menu_section ul li a{
	float: left;
	width: 110px;
	padding-top: 8px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFFF66;
}

#menu_section li a:hover, #menu_section li .current{
	color: #FFFF66;
	height: 36px;
	background:url(New2008/images/menu_current.jpg) repeat-x;
}

/* End Of Menu */

/* Left Section */

#left_section {
	
	width: 560px;
	float: left;
	margin: 10px 0px 10px 35px;
	
}

* html #left_section {

	margin-left: 15px;
}

.post {
	
	width: 552px;
	margin-top: 0px;
	margin-bottom: 15px;
	
}


.post_top {
	
	width: 551px;
	height: 47px;
	background: url(New2008/images/post_top2.jp) no-repeat;
	
}

* html .post_top h1{
	margin-bottom: -11px;
}

.post_top h1{
	font-size: 18px;
	color:#ccff00;
	font-weight:bold;
	padding-top: 0px;
	padding-left: 25px;
}

.post_mid {
	
	width: 551px;
	/*background: url(New2008/images/post_middle.gif) repeat-y;*/
	background-color: #E7EEF2; /*box background color*/
	/*filter:alpha(opacity=30); /* IE's opacity*/
	border: 1px solid #9CD1CB; /*9CD1CBbox border color*/

}


.post_bottom {
	
	width: 551px;
	height: 39px;
	background: url(New2008/images/post_bottom.jpg) no-repeat;
	
}

.post_mid img{
	
	border: #ccc solid 1px;
	float: left;
	margin: 3px 15px 0 0;

}

.post_mid p{
	
	font-size: 12px;
	color:#000000; /*middle box text*/
	margin : 0px 25px 25px 25px;
	text-align: justify;

}

span.post{
	margin: 25px;
	color: #777777;
	font-size: 11px;
	
}



/* End Of Left Section */

/*start of left 2*/
* html #left_section2 {

	margin-left: 30px;
}

.post2 {
	
	width: 552px;
	margin-top: 0px;
	margin-bottom: 15px;
	
}

.post_mid2 {
	
	width: 893px;
	/*background: url(New2008/images/post_middle.gif) repeat-y;*/
	background-color: #E7EEF2; /*box background color*/
	/*filter:alpha(opacity=30); /* IE's opacity*/
	border: 1px solid #9CD1CB; /*9CD1CBbox border color*/

}

.post_mid2 img{
	
	border: #ccc solid 1px;
	float: left;
	margin: 3px 15px 0 0;

}

.post_mid2 p{
	
	font-size: 12px;
	color:#000000; /*middle box text*/
	margin : 0px 25px 25px 25px;
	text-align: justify;

}

span.post2{
	margin: 25px;
	color: #777777;
	font-size: 11px;
	
}



/* End Of Left Section 2*/


/* Right Section */
#right_section {
	
	width: 310px;
	float: right;
	margin: 10px 30px 10px 0px;
	
}

* html #right_section {

	margin-right: 15px;
}

.section_box {
	
	width: 292px;
	margin-top: 5px;
	margin-bottom: 15px;

	
}



.section_box_top {
	
	width: 292px;
	height: 41px;
	background: url(New2008/images/section_box_top.jpg) no-repeat;

}

* html .section_box_top {
	margin-bottom: -11px;
}

.section_box_top h1{
	font-size: 18px;
	color:#999999;
	font-weight:bold;
	padding-top: 15px;
	padding-left: 15px;

}

.section_box_mid {
	
	width: 292px;
	background: url(New2008/images/section_box_middle.jpg) repeat-y;
}


.section_box_mid p{
	
	font-size: 12px;
	color:#fff;
	margin : 0px 15px 15px 15px;
	text-align: justify;

}

.section_box_mid p a{
	
	font-size: 12px;
	color:#ccff00;

}

.section_box_mid img{
	float: left;
	display:inline;
	margin-bottom: 10px;
	margin-left: 13px;
	border:none;

}

.section_box_mid ul{
	
	margin-bottom:15px;
	margin-top:0px;
	padding-right:15px;
	color: #fff;
}

.section_box_bottom {
	
	width: 292px;
	height: 28px;
	background: url(New2008/images/section_box_bottom.jpg) no-repeat;
	margin-top: -15px;


}


/* End Of Right Section*/

.clear{
	clear:both;
	height:1px;
}

#bottom_panel {
	clear: both;
	width: 924px;
	height: auto;
	background: url(images/background_section_bottom_bg.jpg) no-repeat; /*bottom footer image*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#bottom_panel #bottom_section{
	width: 924px; /*bottom footer image size*/
	margin: 0 auto;
	height: 100px;

}

#bottom_section .bottom_sectioin_box {
	float: left;
	display:inline;
	margin-top: 30px;
	margin-left: 30px;
	width: 278px;
	border: 1px solid #9CD1CB; /*box border color*/
	/*background-color: #8CAFC3;/*#D4ECF8;*/ /*right side box background color*/
}

.bottom_sectioin_box .top{
	
	width: 263px; /* +15 for padding left and + 2 for border */
	height: 25px;
	margin-top: 5px;
	color: #446699; /*box title color*/
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	background: url(images/buttom_section_box_top.jpg) no-repeat; /*image bare on right box*/
	
}

.bottom_sectioin_box .body{
	width: 248px;
	padding: 15px;
}

.bottom_sectioin_box .body ul{
	margin-left: 20px;
	padding: 0px;
	color: #397C75;
}

.bottom_section_box .body li{
	margin: 0px;
	padding: 0px;
}

.body p{
	
	text-align: justify;
	margin: 10px;
	padding: 0px;
	color: #fff;
}

#bottom_section #footer_section{
	clear: both;
	text-align: center;
	width: 960px;
	margin-top: 30px; 
	padding: 10px 0;
	color: #fff;

}
