/* CSS Document */

html { 
	/* margin and padding to 0 - brings page to edge of browser chrome - eliminates different margins for different browsers */
	/* text-align center on html and body tags centers the page content on the screen, regardless of screen resolution */
	margin : 5px;  
	padding : 5px;
	text-align: center; 
}
body {
	margin : 0; 
	padding : 0;
	text-align: center;
	/* sets blue background color, black standard text color, standard font size and font family */
	background-color: #00496C;
	color:#000;
	font: 76%/140% Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
div#container {
	/* still keeping pages centered on the screen, sets positioning begin point for everything that follows and overall page width */
	position: relative;
	text-align: center;
	width: 777px;
	margin-left: auto;
	margin-right: auto;
}
div#header {
	/* set the dimensions for the header image, pulls in the header image as a background */
	width:777px;
	height: 40px;
	background: url(../images/page_header_bg.jpg) no-repeat;
	text-indent: -9999px;
}
div#content {
	/* content is a container or wrapper element for the main page material */
	position: relative;
	clear: left;
	float: left;
	width: 777px;
	background-color: #fff;
	background: url(../images/page_bg.jpg) repeat-y;
	color:#000;
}
div#content table#main {
	/* sets properties for the main table */
	width: 777px;
	border: 0;
}
div#content td#columnLeft {
	/* sets properties for the navigation colum of the main table */
	width: 333px;
	text-align: left;
	vertical-align: top;
	padding-left: 40px;
	padding-right: 15px;
}
div#content td#columnLeft ul#navigation {
	margin: 0 0 0 40px;
	padding: 0;
	list-style-type: none;
	list-style-image: url(../images/nav_bullet_off.gif);
	font: 15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	color: #003370;
	font-weight: bold;
}
div#content td#columnLeft ul#navigation li a {
	text-decoration: none;
	display: block;
	height: 30px;
	width: 270px;
	padding-left: 10px;
	padding-top: 3px;
}
div#content td#columnLeft ul#navigation li.selected a {
	list-style-image: url(../images/nav_bullet_on.gif);
	color: #5B7C44;
}
div#content td#columnLeft ul#navigation li a:hover {
	list-style-image: url(../images/nav_bullet_on.gif);
}
div#content td#columnRight {
	width: 334px;
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 35px;
}
div#footer {
	clear: both;
	float: left;
	position: relative;
	text-align: center;
	width: 777px;
	height: 94px;
	background: url(../images/page_footer.jpg) no-repeat;
	text-indent: -9999px;
}
div#textLinks {
	clear: both;
	float: left;
	text-align: center;
	width: 777px;
	height: auto;
	font-size: 90%;
	color:#fff;
}
div#textLinks a {
	color: #fff;
	text-decoration: underline;
}
div#textLinks a:visited {
	color: #fff;
	text-decoration: underline;
}
div#textLinks a:hover {
	color: #F7F5E6;
	text-decoration: underline;
}
h1 { 
	font-size: 140%;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #5B7C44;
	font-weight: normal;
}
h2 { 
	font-size: 120%;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 110%;
	color: #5B7C44;
	font-weight: bold;
}
.CountyName { 
	border-bottom: 1px dashed #5B7C44;
	padding: 5px 0 5px 0;
	margin-bottom: 5px;
}
h3 { 
	font-size: 110%;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 115%;
	color:#00336F;
	margin: .5em 0 .5em 0;
}
h4 { 
	font-size: 100%;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 .5em 0;
}
a:link {
	color: #00496C;
	text-decoration: underline;
}
a:visited {
	color: #00496C;
	text-decoration: underline;
}
a:hover {
	color: #5B7C44;
	text-decoration: underline;
}
.imageLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.imageRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
.iconLeft {
	float: left;
	padding-right:3px;
	border: 0px;
}

.imageCenter {
	text-align: center;
	clear: both;
	margin-bottom: 5px;
}
ul {
	margin-left: 10px;
	padding-left: 13px;
	list-style-type: square;
	list-style-image: url(../images/bullet.gif);
	line-height: 130%;
}
ul li {
margin-top: 5px;
}
h1#OurGoals {
position: relative;
height: 33px;
width: 108px;
background: url(../images/heading_OurGoals.jpg) no-repeat;
text-indent: -9999px;
margin: 0 0 0 23px;
}
h1#AboutUs {
position: relative;
height: 26px;
width: 104px;
background: url(../images/heading_AboutUs.jpg) no-repeat;
text-indent: -9999px;
margin: 10px 0 5px 23px;
}
h1#Team {
position: relative;
height: 26px;
width: 91px;
background: url(../images/heading_Team.jpg) no-repeat;
text-indent: -9999px;
margin: 10px 0 5px 23px;
}
h1#Representatives {
position: relative;
height: 34px;
width: 158px;
background: url(../images/heading_Representatives.jpg) no-repeat;
text-indent: -9999px;
margin: 10px 0 5px 23px;
}
h1#Newsletters {
position: relative;
height: 28px;
width: 127px;
background: url(../images/heading_Newsletters.jpg) no-repeat;
text-indent: -9999px;
margin: 10px 0 5px 23px;
}
h1#BRSurvey {
position: relative;
height: 34px;
width: 236px;
background: url(../images/heading_BRSurvey.jpg) no-repeat;
text-indent: -9999px;
margin: 10px 0 5px 23px;
}
h1#Minutes_Agendas {
position: relative;
height: 35px;
width: 195px;
background: url(../images/heading_Minutes.jpg) no-repeat;
text-indent: -9999px;
margin: 10px 0 5px 23px;
}
h1#Training {
position: relative;
height: 35px;
width: 242px;
background: url(../images/heading_BusinessTraining.jpg) no-repeat;
text-indent: -9999px;
margin: 10px 0 5px 23px;
}
h1#Edge {
position: relative;
height: 34px;
width: 227px;
background: url(../images/heading_Edge.jpg) no-repeat;
text-indent: -9999px;
margin: 10px 0 5px 23px;
}
h1#ThankYou {
position: relative;
height: 26px;
width: 109px;
background: url(../images/heading_ThankYou.jpg) no-repeat;
text-indent: -9999px;
margin: 10px 0 5px 23px;
}
h1#Links {
position: relative;
height: 26px;
width: 188px;
background: url(../images/heading_Links.jpg) no-repeat;
text-indent: -9999px;
margin: 10px 0 5px 23px;
}
h1#Contact {
position: relative;
height: 26px;
width: 122px;
background: url(../images/heading_Contact.jpg) no-repeat;
text-indent: -9999px;
margin: 10px 0 5px 23px;
}
h1#Nebraska {
position: relative;
height: 34px;
width: 273px;
background: url(../images/heading_Nebraska.jpg) no-repeat;
text-indent: -9999px;
margin: 10px 0 5px 23px;
}
.small {
font-size: 11px;
}
p.Reps {
background: url(../images/sidetxt_Rep.jpg) no-repeat;
min-height: 120px;
height: 120px;
overflow: visible;
padding-left: 30px;
}
p.Ex {
background: url(../images/sidetxt_Ex.jpg) no-repeat;
min-height: 71px;
height: 71px;
height: auto;
overflow: visible;
padding-left: 30px;
}