/* Home Page */

#homepage #content {
width: 710px;
padding: 0 25px;
border: 0px solid green;
}

#section1 {
float: left;
width: 474px;
border: 0px solid blue;
}

#homepage h1 {
display: none;
}

#slideshow {
width: 430px;
background: url(/img/frame-big.gif) no-repeat;
border-bottom: 1px dotted #000;
padding: 15px;
padding-bottom: 20px;
margin-bottom: 5px;
float: left;
position: relative;
height: 223px;
}

.slide {
position: absolute;
z-index: 800;
top: 15px;
left: 15px;
}

h2 {
height: 24px;
}

#general-statement {
margin-left: 3px;
}

#general-statement iframe {
width: 453px;
height: 77px;
border: 1px #7c1111 solid;
border-top: 0;
margin-top: 24px;
background: #f2ddc9;
}

#section2 {
height: 350px;
width: 225px;
background: url(/img/side-frame.jpg) no-repeat;
padding: 16px 0 0 0;
margin-left: 474px;
text-align: center;
}

#news-story iframe {
width: 194px;
border: 1px solid #1a571b;
border-top: 0;
background: #e7e6ca;
height: 309px;
}


/* End Home Page */

