﻿/* CSS Document */

/* Layout */

body {
	text-align:center;
	background-color: #1A8741;
	font-size: 62.5%;
}
	
#frame {
	width:950px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	background:url(../images/sce/ihfa_bg.gif) repeat-y center top;
}

#framesearch {
	width:950px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	background:url(../images/sce/ihfa_white_bg.gif) repeat-y center top;
}

#contentheader {
	background:url(../images/sce/ihfa_header.gif) no-repeat left top;
	height: 190px;
	width: 950px;
	text-align: right;
}
#contentmenu {
	background:url(../images/sce/ihfa_nav_footer_bg.gif) no-repeat left top;
	height: 55px;
	width: 950px;
}

#contentmenu a:active, #contentmenu a:focus {background: black;}

#contentleft {
	width:161px;
	padding:0px;
	float:left;
	background:#000000;
	border-right: 7px solid #FFFFFF;
	border-left: 7px solid #FFFFFF;
}
	
#contentcenter {
		width:580px;
		padding: 0 15px 0 15px;
		float:left;
		background: #ffffff;
}

#contentsearch {
		width:850px;
		padding: 0px 15px 0 0;
		float:left;
		background: #ffffff;
		margin: 0 0 0 40px;
}

#contentfull {
		width: 740px;
		padding:0px 15px;
		float:left;
}

#contentright {
		width:160px;
		padding:0px;
		float:left;
		background:#fff;
}

#contentfooter {
	background:url(../images/sce/ihfa_nav_footer_bg.gif) no-repeat left top;
	height: 55px;
	width: 950px;
}

/* Sub Nav */

#navlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#navlist li {
	padding-left: 10px;
	background-image: url(../images/sce/menu_sep.gif);
	background-repeat: no-repeat;
	background-position: 2 .5em;
	padding-top: 15px;
	padding-bottom: 15px;
}

#navlist a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/sce/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0em;
	padding-left: 13px;
}

#navlist a:hover
{
	color: #CCCCCC;
}

#navlist a:active, #navlist a:focus {background: #1A8741;}

/* Text Styles */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #000000;
	text-align: left;
}
h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #333333;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	line-height: 130%;
}

p a {
	color: #333333;
	text-decoration: underline;
}

p a:hover {
	color: #1A8741;
	text-decoration: underline;
}

p a:visited {
	color: #1A8741;
	text-decoration: underline;
}

a:active, a:focus {background: yellow;}

#contentcenter li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	line-height: 130%;
	margin: 0 0 0 30px;
}

hr {
	border: none 0;
	border-top: 1px dashed #1A8741;
	width: 100%;
	height: 1px;
}
.flasheader {
position: relative;
top: 11px;
margin-bottom: 0px;
}

#newsboard {
	width: 160px;
	background-image: url(../images/sce/news_board_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0 0 15px 0;
}

#newsboard p {
	padding: 0px 10px 5px 15px;
	margin: 0 0 0 0;
	color: #000000;
}

#newsboard a{
	font-size: 0.8em;
	color: #000000;
	text-decoration: underline;
}

#newsboard a:hover{
	color: #1A8741;
}

#newsboard a:visited{
	color: #333333;
}

.breedertable {
	width: 580px;
	border: solid 1px #1A8741;
	height: 160px;
	margin: 0 0 10px 0;
}

.breedertable img{
	border-left: 1px solid #1A8741;
}

.breedertable p, .breedertable h2{
 padding: 0 10px 0 10px;
}

#contentfooter p {
	font-size: 1.2em;
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 20px;
}

#contentfooter p a{
	color: #FFFFFF;
}

#contentfooter a:active, #contentfooter a:focus {background: black;}
#addresscont {
width: 388px;
height: 144px;
position: relative;
float: left;
margin: 20px 0 0 15px;
}

.addresstitle {
color: #000000;
width: 60px;
display: block;
float: left;
font: 1em/1.1em bold Arial, Helvetica, sans-serif;
margin: 15px 0 0 10px;
}

.address {
color: #1C8B43;
width: 105px;
display: block;
float: left;
font: 1em/1.1em bold Arial, Helvetica, sans-serif;
text-align:left;
padding: 15px 0 0 5px;
}

.address a{
color: #1C8B43;
}

