/* 

This CSS stylesheet deals purely with the physical layout and element placement on the home page.

For individual styling of content block elements on the home page (headers, paragraphs, links, lists, etc), see hp_style.css 

*/

* {
padding:0;
margin:0;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:87%;
background:#efbf01;

}

/* eliminates space between images */
#feature_buttons img, #splash_image img, #blurb_news img { 
display: block; 
}

#container { 
margin:0 auto;
width:850px;
background:#efbf01;
}

#banner {
color:#efbf01;
width:850px;
float:left;
height:134px;
background:#efbf01;
}

#banner form select {
margin:0px 0px 5px 7px;
font-size:95%;
background:#efbf01;
}

#top_nav {
color:#efbf01;
width:850px;
float:left;
height:56px;
background:#efbf01;
}

#feature_buttons { 
float:left;
width:264px;
height:390px;
background-image:url(img/cl_bg_feature_btns.jpg);
background-repeat:no-repeat;
background:#efbf01;
}

#splash_image { 
float:right;
width:586px;
height:390px;
background:#efbf01;
}

#spacer {
clear:both;
width:850px;
height:10px;
background:#efbf01;
}

#blurb_news {
float:left;
width:475px;
height:303px;
background-image:url(img/cl_bg_blurb_news.jpg);
background-repeat:no-repeat;
background:#efbf01;
}

#picture_buttons {
float:right;
width:375px;
height:303px;
background-image:url(/images/hp_bg_pic_btns.jpg);
background-repeat:no-repeat;
background:#efbf01;
}

#footer {
clear:both;
width:850px;
height:25px;
background:#efbf01;
}
