@charset "utf-8";

/* logo is nested in the header */

#logo{
background: url("i/homepage_logo.jpg") no-repeat;
}

#topnav_shadow{
background: url("i/homepage_banner1.jpg") no-repeat;
margin: 0;
height: 75px;
}

#home_img{
background: url("i/homepage_banner2.jpg") no-repeat;
height: 239px;
/* I need to change this 
comment margin-top out once new css documents are added */
/* firefox3 on mac is the problem */
margin-top: -19.5px;
}

#home_img p{
font-size: 18pt;
color: #fff;
padding: 40px;
}

#home_img p img{
padding-top: 10px;
border: none;
}

#home_content{
margin-top: -5px;
}

#home_content p{
padding-top: 10px;
}

#home_content_txt {
padding: 20px 0px 40px 15px;
float: left;
width: 67%;
height: auto;
}

#home_content_txt h2 {
color: #aeaeae;
}


/*
#home_content_feature {
position: relative;
top: 50px;
}
*/

#home_content_feature {
float: right;
padding: 50px 20px 0 0;
}


#home_content_txt .important {
font-weight: bold;
font-size: 90%;
}
