/* CSS Document */


/* Home page Image Area */
#home-image-header {
clear: both;
width: 100%;
height: 225px;
background-color:#ffffff;
background-image:url(images/site-wide/home-header-shadows.jpg);
background-position:center;
background-repeat:no-repeat;
}

#home-image {
margin-right: auto;
margin-left: auto;
width: 780px;
height: 225px;
}

h2 {
margin-top: 0px;
border-top: 0px;
padding-top: 0px;
}


/*
This is the div that hold the columns left1 and right1 in place
*/
#home-container {
float:left;
width: 680px;
background-color:#FFFFFF;
margin-bottom: 10px;
border-bottom: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
padding: 20px 20px 30px 20px;
}



/*
This is the div that forms the first left hand column at the top of the home page and the
styles within it
*/

#homeleftcol1 {
float:left;
margin:0;
padding:0;
width:280px;
}

#homeleftcol1 p {
padding-top:10px;
}


/*
This is the div that forms the first right hand column at the top of the home page and the
styles within it
*/

#homerightcol { 	
float: right;
margin:0;
width: 360px;
background-color:#ffffff;
}

#homerightcol p {
padding-top:10px;
}
