/* CSS for bnsirrigation.com   */

body {
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: #E9F1F1;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-image: url(../images/background2.gif);
}

a:link, a:visited, a:hover {
	color:#660000;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color:#006699;
	text-decoration: underline;
	background-color: #eee;
}





/***********************************************/
/* Public Styles
/***********************************************/
h1 {
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	margin: 0;
}
h2 {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #336699;
	display: block;
	margin: 10px 0px 10px 0px;
	padding: 0;
}
h3 {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	display: block;
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	display: block;
	margin: 0;
	padding: 0;
}
h5 {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #336699;
	display: block;
	margin: 0;
	padding: 0;
}
p {
	font-size: 70%;
	line-height: 15px;
	color: #666666;
	display: block;
}
ol {
	font-size: 11px;
	font-family: Verdana, Trebuchet, Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #666666;
	list-style-type: decimal;
	list-style-position:inherit;
	margin: 0 0 0 50px;
	padding: 0;
}


.standard {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
	
}
.standard ul {
	list-style-type: none;
	list-style-position:outside;
	margin: 0 0 0 10px;
	padding: 0;
}
.standard li {
	font-size: 11px;
	font-family: Verdana, Trebuchet, Arial, Helvetica, sans-serif;
	line-height: 14px;
	list-style-type: none;
	margin: 0;
	padding-left: 15px;
	background-image: url(../images/jhbullet.gif);
	background-repeat: no-repeat;
	display: block;
	color:#666666;
	background-position: left 5px;
}


/************* #TopNav **************/


#bnstopNav{
	margin-right: 10px;
	color: #0033CC;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	text-align: center;
}

#bnstopNav img{
 display: block;
}

#bnstopNav a {
	color: #174c7f;
	font-size: 100%;
	padding: 0px 4px 0px 0px; 
}
#bnstopNav a:hover {
	text-decoration: underline;
	color: #003366;
}
#janlogo {
	background-image: url(../images/titlelogo.gif);
	background-repeat: no-repeat;
	background-color:#fff;
	height: 70px;
	width: 282px;
	margin-top: 10px;
}
.divline {
	font-size: 60%;
	}



/* Menu adapted from cssplay.co.uk
/***********************************************/

.menu {
	z-index:1000;
	font-size:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:180px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
list-style-type:none;
position:relative;
background-image: url(../images/menuon.gif);
height:22px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	height:22px;
	line-height:22px;
	width:180px;
	color:#000000;
	text-indent:5px;
	list-style-type:none;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background-image: url(../images/menuon.gif); width:130px; w\idth:180px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background: url(../images/menuover.gif);}

.menu :hover > a {
color:#fff; 
background-image: url(../images/menuover.gif)}


