/*////////////////////////////////////////////////////////////////*/
/*  STANDARD SITE FUNCTIONS */
/*////////////////////////////////////////////////////////////////*/

#container, #footer, #header, #topheadera {
width:expression(document.body.clientWidth < 620? "600px" : document.body.clientWidth > 100? "100%"  : "auto" );}

a:link  {  color: #003366;}
a:active  {  color: #003366;}
a:visited  {  color: #810081;}
a:hover {  color: #999966;}
 
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #003366;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	}	
	
td, th, font { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #003366;
	}

b, strong {
	font-weight: bold;
	}

img {
	border: 0px;
	}

form {
	margin: 0px;
	padding: 0px;
	}

select, input, textarea, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	}
	
	
ul, ol{
	/*list-style-image: url(../Image/nav/nav_plus.gif);*/
	list-style-position: outside;
	margin-left: 18px;
	padding-left: 0px;
	}
	
li {
	padding-left: 0px;
	}
	
h2 {
line-height:1em;

}

/*/////////////////////////////////////////////////////////////////////////////////////*/	
/*  MISCELLANEOUS DIV CONTROLLERS  ////////////////////////////////////////////////////*/	
/*/////////////////////////////////////////////////////////////////////////////////////*/	
/*/////////////////////////////////////////////////////////////////////////////////////*/	
/* additional Styles added by AD 09/04/2008 to transform main.cfm tables into div tags */
/*/////////////////////////////////////////////////////////////////////////////////////*/

/*Header altered by AD 09/04/2008 called - "Masthead" - which was the top level Div tag. this contains the toprow */
#topheadera {
	height: 187px;
	max-width: 100%;
	min-width: 560px;
	}

/* for the blue bar at the very top of the page  */
#toprowa { 
	color: #fff;
	font-size: 110%;
	background-color: #000;
	height: 18px; 
	padding: 0.25em;
	margin: 0;
	text-align:right;
	}
	
/* LOGO IMAGE whole */
#topheaderimage {
	position: relative;
	top:-26px;
	height: 206px;
	background-image: url(../Image/banners/rural-head-repeat.jpg);
	background-repeat: repeat-x;
	}
		
/* styles for skip_nav class on span in toprowa as could not locate these on any other style sheet */
.skip_nav {

	}
	
.skip_nav a:link, a:visited {
	color: #810081;
	}
	
.skip_nav a:focus, a:hover {
	color: green;
	text-decoration: none;
	}	

.skip_nav a:active {
	color: #000;
	}	
	
/*////////////////////////////////////////////////////////////////*/
/*  NETSCAPE ONLY NAVIGATION STYLE - THE REST OF THE STYLES IMPORTED VIA THE @IMPORT(NAVIGATION.CSS) SHEET */
/*////////////////////////////////////////////////////////////////*/

/* content holder */
#content_holder {
	position: relative;
	top: 65px;
	}
	
/*--- Vertical Navigation LHS ---*/	
#myTree {
	position: relative;
	float: left;
	display: block;
	top:-60px;
	width: 160px;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	color: #003366;
	}
		
#myTree .leftnav {
	margin: 0.5em 0px 0px 0px;
	font-size:90%;
	}

#myTree .leftnav ul {
	margin: 0;
	padding: 0;
	}

#myTree .leftnav li {
	display:inline;
	line-height:2em;
	padding-bottom: 1px;
	}

#myTree .leftnav li a {
	display:block;
	text-decoration:none;
	border-bottom: 1px solid #ccc;
	padding:0px 0px 1px 23px;
	/*background:#CBE1D9 url(Image/menubar_bottom1.gif) repeat-x bottom;*/
	}

#myTree .leftnav li a:hover {
	text-decoration: underline;
	}

#myTree .leftnav ul ul {
	/*padding:0px 0px 10px 0px; puts a padding on the list item if needed*/
	background-color:#F0F0F0;
	}

#myTree .leftnav ul ul li {
	line-height:1.2em;
	}

#myTree .leftnav ul ul li a {
	padding:5px 0 5px 29px;
	font-weight:normal;
	/*font-size:100%;
	border-top:1px solid #FFFFFF; useful to put in an underline to highlight the eliment */
	text-transform:none;
	}

#myTree .leftnav ul ul ul li a {
	padding:0px 0px 0px 35px;
	font-size:85%;
	}
	
#myTree .leftnav ul ul li a.menu-title {
	font-weight:normal;
	}
	
/* content holder for right */
#content-right {
	position: relative;
	margin-left: 7px;	
	top: -40px;
	width: 250px;
	text-align: right;
	float: left;
	}
		
/* alternative content-right position if index page */
#content-right-top {
	position: relative;
	top: -92px;
	width: 250px;
	margin-left: 7px;
	text-align: right;
	float: left;
	z-index: 903;
	}
	
/* content holder for center */
#content-middle-whole {
	float: left;
	left: 0px;
	position: relative;
	text-align: left;
	/*top: -1px; - firefox */
	top: -5px;
	width: 360px;
	z-index: 800;
	}

/* content middle */
#content-middle {
	line-height: 23px;
	top: -92px;
	float: left;
	width: 100%;
	position: relative;
	margin: 3px;
	padding: 0 14px 2% 14px;
	}
	
#content-text {
	position: relative;
	/*top: -50px;*/
	top:30px;
	}

#content-middle h2 {
	color: #cc9900;
	padding-left: 2px;
	font-weight: normal;
	font-size: 235%;
	}	

#content-middle h5 {
	color: #fff;
	background-color: #003163;
	font-size:90%;
	padding: 4px 5px 4px 5px;
	margin-bottom: 10px;
	line-height: 10px;
	}	

#content-middle h4 {
	font-weight: bolder;
	font-size: 120%;
}

#content-middle p {
	line-height: 135%;
	padding-right: 2px;
	padding-left: 2px;
	margin-bottom: 2px;
	font-size: 130%;
	}
	
#content-middle ul.point {
	position: relative;
	left:-20px;
	width: 100%;
	display: block;
	border-top: 1px solid #ccc;
	color: #cc9900;
	font-size: 90%;
	list-style-type: none;
	}

#content-middle ul.point li {
	border-bottom: 1px solid #ccc;
	padding: 0 0 0 20px;
	background: url(../Image/nav/arrow-bullet.gif) 2px 2px no-repeat;
	line-height: 16px;
	}
	
#content-middle ul.point li img {
	position: relative;
	top: 3px;
	right: -3px;
	padding: 0;
	}

#content-middle ul.point li a {
	position: relative;
	top: -3px;
	font-size: smaller;
	color: #cc9900;
	font-weight: bolder;
	overflow: visible;
	}

#content-middle blockquote {
	font-style: italic;
	background: url(../Image/quotemarks.gif) no-repeat top left;
	padding-left: 10px;
	margin: 0;
	font-size: 100%;
	}	

#content-middle blockquote p {
	background: url(../Image/quotemarks.gif) no-repeat right bottom;
	padding-right: 2px
	}
	
#content-middle p.boxitems {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	}	
	
#content-middle p.title {
	padding-bottom: 2px;
	padding-right: 2px;
	text-align: right;
	border-bottom: 1px #cc9900 solid;
	font-weight: bolder;
	font-size: 90%;
	}	
	
.maintext {
	line-height: 130%;
	color: #003163;
	padding-right: 5px;
	padding-left: 2px;
	}
		
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	}
	
/* content holder for bottom */
#content-bottom {
	position: relative;
	width: 610px;
	left: 160px;
	bottom: 130px;
	padding: 14px 0 0 14px;
	/*margin-top: 10px;*/
	margin-top: 50px;
	}
	
#content-bottom .img img {
	border: solid 2px blue;
	z-index: 32;	
	margin: 2px 0 10px 0px;
	}	
	
#content-bottom a {
	text-decoration: none;
	}	
	
#bottom-nav-links {
	border-top: 1px solid #003366;
	margin-top: 0;
	z-index: 33;	
	font-size: 100%;
	}
	
#bottom-nav-links a {
	border-right: 1px solid #003366;
	padding: 2px 5px 0 0;
	}

.copyright {  
	position: relative;
	top: -25px;
	font-size: 90%;
	padding: 6px 5px 0 0px;
	margin-top: 10px;
	}

.copyright p {  
	color: #999;
	}
	
.copyright a {  
	color: #999;
	}

/* for two column page template */
#left-column {
	position:relative;
	width:47.5%;
	float:left;
	}
	
#right-column {
	position:relative;
	width:48%;
	padding: 0px;
	margin-left: 8px;
	float:left;
	}

#left-column a {
	font-size: 100%;
	}
	
#right-column a {
	font-size: 100%;
	}
		
/* content holder for right hand group of images */	
.top-placeholder-group {
	display: inline;
	}
	
.top-placeholder-group img {
	padding: 0;
	margin: -2px;
	}
	
/* content holder for center image in index page */
#top-placeholder-group-center {
	position: relative;
	width: 365px;
	text-align: left;
	left: 19px;
	top: -103px;
	padding: 0;
	margin: 0;
	}
	
/*/////////////////////////////////////////////////////////////////////////////////////*/		
/*/////////////////////	End additional css styles created by AD ///////////////////////*/	
/*/////////////////////////////////////////////////////////////////////////////////////*/	

/*////////////////////////////////////////////////////////////////*/
/*  SEARCH BAR STYLES  */
/*////////////////////////////////////////////////////////////////*/
		
#search {
	position: relative;
	}	
	
.sitesearchwidthfix {
	width: 120px;
	}		

/*////////////////////////////////////////////////////////////////*/
/*  FOOTER STYLES  */
/*////////////////////////////////////////////////////////////////*/


a.footer:link  {  color: #003366; text-decoration: none}
a.footer:active  {  color: #003366; text-decoration: none}
a.footer:visited  {  color: #003366; text-decoration: none}
a.footer:hover {  color: #999966; text-decoration: none}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: normal;
	color: #003366;
	}

/*////////////////////////////////////////////////////////////////*/
/*  HEADER STYLES  */
/*////////////////////////////////////////////////////////////////*/

/* renamed from header to header-links to be something more meaningful */
a.header-links:link  {  color: #FFFFFF; text-decoration: none;}
a.header-links:active  {  color: #FFFFFF; text-decoration: none;}
a.header-links:visited  {  color: #FFFFFF; text-decoration: none;}
a.header-links:hover {  color: #CCCCCC; text-decoration: none;}

.header-links {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #FFFFFF;
	}

#header-links {
	position:absolute;
	top: 5px;
	left: 0px;
	height: 12px;
	width: 775px;
	z-index: 40;
	}
	
/*////////////////////////////////////////////////////////////////*/
/*  TEXT STYLES */
/*////////////////////////////////////////////////////////////////*/

.contenttext {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	color: #003366;
	line-height: 160%;
	}
	
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: normal;
	color: #660000;
	margin-bottom: 30px;
	}
	
.11blue {
	font-size: 95%;
	color: #003366;
	line-height: 120%;
	}

.12blue {
	font-size: 100%;
	color: #003366;
	line-height: 120%;
	}

.12green {
	font-size: 100%;
	color: #999966;
	line-height: 120%;
	}

.11green {
	font-size: 100%;
	color: #999966;
	line-height: 120%;
	}

.newsheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	color: #990000;
	padding-bottom: 2px;
	line-height: 100%;
	}

.linkboxheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	background-color: #003366;
	padding: 5px 5px 5px 12px;
	color: #FFFFFF;
	}
	
.linkboxcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 110%;
	font-weight: normal;
	color: #003366;
	background-color: #f0f0f0;
	padding: 12px;
	}

.newsheadline a:link  {  color: #990000;}
.newsheadline a:active  {  color: #990000;}
.newsheadline a:visited  {  color: #990000;}
.newsheadline a:hover {  color: #003366;}

.redsubhead {
	font-size: 100%;
	font-weight: bold;
	color: #990000;
	padding-bottom: 4px;
	}

.redsubhead a:link  {  color: #990000;}
.redsubhead a:active  {  color: #990000;}
.redsubhead a:visited  {  color: #990000;}
.redsubhead a:hover {  color: #003366;}

.greenlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #999966;
	}

.greenlink a:link  {  color: #999966; text-decoration: none}
.greenlink a:active  {  color: #003366; text-decoration: none}
.greenlink a:visited  {  color: #999966; text-decoration: none}
.greenlink a:hover {  color: #003366; text-decoration: none}

.prodselectlist {
	font-size: 95%;
	color: #003366;
	}	

.prodselectlist a:link  {  color: #003366; text-decoration: underline;}
.prodselectlist a:active  {  color: #003366; text-decoration: underline;}
.prodselectlist a:visited  {  color: #003366; text-decoration: underline;}
.prodselectlist a:hover {  color: #999966; text-decoration: none;}

