/***************************************/
/* The Big Picture                     */
/***************************************/
body{
	margin:0; /*only the main pages have zero margins, pages without the primary masthead have default margins*/
	background-color: #130047;
}
p {
	margin-right: 10px;
	margin-left: 10px;
}
/***** Logo Group - 4 items */
#masthead {
	width:100%;
	height: 122px;
}
#masthead #mastgraphic img, #masthead #title img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mastgraphic {
	background-image: url(/binnew/main/mastfill.jpg);
	background-repeat: repeat-x;
	height: 100px;

}
#title { 				/* Floating site name */
	top: 25px;
	height: 50px;
	text-align: center;
	position: absolute;
	width:81%;
	margin-left: 140px;
}
#lm{
	float: left;
	height: 100px;
	width: 341px;
}
/***** Logo Group End */
/***************************************/
/* Login Block                         */
/***************************************/
#loginblock {
	float: right;
	height: 20px;
	width: 100px;
	margin-top:75px;
	background-image: url(/binnew/main/login_bar.gif);
	top: 55px;
}
#loginblock p{
	color: #ffffff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#loginblock a{
	color: #ffffff;
}
#loginblock a.mplink:hover {
	color: #EDDE8B;
	text-decoration: underline;
}
#loginblock a:hover span{
	color: #FFFFFF;
}
/***** Logon Block End */
#footer {
	height: 37px;
	width: 100%;
	background-image: url(/binnew/sprite_sky_bg.gif);
	background-position: left -1100px;
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
/***************************************/
/* Top Menu Bar                        */
/***************************************/
#menu {
	background-image: url(/binnew/sprite_sky_bg.gif);
	background-position: left -0px;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 22px;
	width: 100%;
	background-color: #eeeeff;
}
/***** menu Globals */
#nav, #nav ul {
	margin: 0px;
	padding: 0px;
	line-height: 21px;
	list-style: none;
	list-style-type: none;
	z-index: 100;
}
#menu form{
	margin: 0px;
}
#nav li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #ddddff;
	border-left-color: #ddddff;
}
#nav li a {
	text-decoration: none;
	text-align: center;
	color: #000066;
	display: block;
	outline: none; /*firefox link outline removal*/
}
#nav li a:hover {
	text-decoration: underline;
	background-position: 0px -1140px!important;
	background-image: url(/binnew/sprite_sky_bg.gif);
}
/*html #nav li a:hover{
	background-image: none;
}*/
#nav li li a:hover{		/* no background for sub menus */
	background-image: none;
}
#nav a.mplink:hover { /* this and the next class for the different colored link underlines */
	color: #AA8537;
	text-decoration: underline;
}
#nav a:hover span{
	color: #0000FF;
}
/***** first tier menu */
#nav li.hom {
	float: left;
	width: 50px;
	border-left-style: none;
}
#nav li.rml {
	float: left;
	width: 45px;
}
#nav li.ser {
	float: left;
	width: 55px;
}
#nav li.blo {
	float: left;
	width: 89px;
}
#nav li.lin {
	float: left;
	width: 37px;
}
#nav li.bro {
	float: left;
	width: 86px;
}
#nav li.oor {
	float: left;
	width: 101px;
}
#nav li.cus {
	float: left;
	width: 69px;
}
#nav li.other {
	float: right;
	padding-right: 5px;
	border-left-style: none;
	border-right-style: none;
}
/*html #nav li.other {
	padding-top: 2px;
}*/
#nav form {
	display: inline;
}
/***** second tier menu drop lists */
#nav ul li a{
	text-align: left;

}
#nav li ul{
	position: absolute;
	left: -999em;
	width: 141px;
	background-color: #eeeeff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#nav ul li{
	text-align: left;

}
#nav li ul li{
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 13px;
}
/* third-and-above-level lists - NOTE!!! the two (2) below are placeholders for future use. They have not been configured for this site
#nav li ul ul {
	margin-top: -1.7em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 120px;
}
#nav li ul ul li a{
	text-indent: 5px;
} ************  third-and-above-level lists end */
/* slips the lists in place */
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/*End Menus*****************************************************************/
/***************************************/
/* Content Area                        */
/***************************************/
#main_content_frame{
	background-image: url(/binnew/sprite_sky_bg.gif);
	background-repeat: repeat-x;
	background-position: left -1164px;
	width: 100%;
	margin-top: 0px;
	padding-top: 6px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
#maincontent {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
}
/* page title */
.pgt {
	font-size: 150%;
	font-weight: 400;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
	padding-right: 10px;
}
.pgt img{
	display: none;
	float: left;
}
/* page sub-title */
.pgt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: 400;
	text-align: right;
	margin-bottom: 0px;
	margin-top: 0px;
}
.pgt3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: right;
	margin-top: 0px;
	padding-top: 4px;
	border-top: 2px solid #CC0000;
}
.pgt3a {
	text-align: right;
	background-color: #eeFFFF;
	padding: 1px;
	border: 1px solid #990000;
}
#maincontent li ul {
	display: block;
	position: static;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.break {
	font-weight: 800;
	text-align: center;
}

@media print {
#main_content_frame, #maincontent {
	background-image: none;
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
	padding-bottom: 0px;
}
#maincontent {
	margin-right: 0px;
	margin-left: 0px;
}
.break {page-break-before: always;}
#masthead {display: none;}
#title {display: none;}
#menu {display: none;}
.pgt3, noscript {display: none;}

.pgt img{
	display: inline;
}
.prnt_frmt{
	display: block;
	clear: both;
	padding-top: 1em;
	margin-top: 0px;
}
p {
	margin-right: 0px;
	margin-left: 0px;
}
#footer {
	height: 10px;
	background-image: none;
	border-top-style: none;
	margin: 0px;
	background-color: #FFFFFF;
}
}
