/**************************************************************************
------------------------------ GENERAL ------------------------------------
**************************************************************************/
* {
	margin:0;
	padding:0;
	}

html {
	min-height:100%;
	margin-bottom:1px;
	height:100%;
	}



body {
	background:#065888 url('/images/bluebackground.jpg') repeat-x top;
	position:relative;
	font:12px/18px 'lucida grande',verdana,helvetica,sans-serif;
	color:#666;
	height:100%;
}
#outerWrapper {
	background:white;
	position:relative;
	width:770px; height:100%;
	margin:0 auto;
}
h1 {
	font-size:130%;
	color: #006FAF;
}

h2 {
	font-size:125%;
	color: #FFFFFF;
}


a, a:visited{color:#3B8DB3}
/* Header Navigation

------------------------------------------------------------------------*/

#header {
	width:770px;
	height:336px;
	background:white;
}

/* Main Content
------------------------------------------------------------------------*/

#contentWrapper {
	width:100%;
	background:url('/images/ContentBackground.gif');
	line-height:16px;
}

ul#Podcast {
	 list-style-image:url('/images/24-podcast-square.png');
	 margin-left:15px;
}
ul#Podcast li {
	margin-bottom:0px;
	list-style-position:
}


#left{
	float:left;
	width:460px;
	padding-left:20px;
}
body#Home #left p{margin-top:5px;}

#left li{
	margin-left:15px;
}
body#FeaturedArticles #right{margin-top:-30px;}
#right{
	float:right;
	width:230px;
	padding-right:35px;
	color: #FFFFFF;
	padding-top: 10px;	
}
#right li{
	margin-left:16px;
	margin-bottom:10px;}
	
#right a{
	color: #FFFFFF;
	text-decoration: underline;
	}
#right a visited{
	color: #FFFFFF;
	text-decoration: underline;
}
#right a:hover{
	color:#006FAF
}
#right p{
	margin-top:5px;
}
#right h1{
	color: #FFFFFF;	
	
}
#ContactInfo{
	list-style-type: none;
margin-left:-15px}
#ContactInfo li{ margin-bottom:0px;}
#footer {
	clear:both;
	padding:20px 20px 0px 20px;
	background:white;
	line-height: 30px;
}

/* Formatting Styles
*/
.HighligheBox {
	background-color: #4D98CF;
	color: #FFFFFF;
	padding:10px;
	margin:10px 10px 10px 0px;
	
}
.HighligheBox a{
	color: #FFFFFF;
}
.HighlighBox a visited{ 
	color: #FFFFFF;
}	
/* Navigation
*/
	
	
#NavRow a {
	color:#FFFFFF;
	background: inherit;
	text-decoration: none;
	}
#NavRow {
	height: 19px;
	padding:0px;
	position: relative;
	background-color: #FF9900;
	background-image: url(/images/NavBarBackground.jpg);
	background-repeat: repeat;
	background-position: center top;
	font-variant: small-caps;
	color: #FFFFFF;
	font-weight: bold;
	}
#NavRow ul {
	display:inline;
		}
		
		
	
#NavRow ul li {
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 0px;
	margin-left: -4px;
	* margin-left: 0px;
	display:inline;
	padding-top: 2px;
	padding-bottom: 3px;
	* padding-bottom: 4px;
	border-left:2px solid white;
	list-style:none;
	cursor: text;
	
	}
#NavRow ul li#NavHome {
	border:0px none;
	cursor: text;
	margin-left:0px;
}
#NavRow ul li#NavAskNic {
	margin-right:2px;
	* margin-right:0px;
}
	
	Body#Home li#NavHome ,
	Body#News li#NavNews ,
	Body#Siting li#NavSiting ,
	Body#FeaturedArticles li#NavFeaturedArticles ,
	Body#AskNic li#NavAskNic , 
	Body#LivestockProductionFactSheets li#NavLivestockProductionFactSheets ,
	Body#AboutILDG li#NavAboutILDG {
	background-color: #006FAF;
	color: #FFFFFF;
	text-align: center;
margin-bottom:10px;

	
}
#Sitemap a{
	color: #FFFFFF;	
}
#Sitemap a visited{ 
	color: #FFFFFF;
        }  
#SubNavBar ul {display:none;}
	
