/*  ---------------------------------------- */
/*  Layout and code for quicklinks with css rollovers  */
/*  ---------------------------------------- */
#layout_front_template4-quicklink1 a {
width: 210px;
height: 70px;
z-index: 100;
position: absolute;
left: 50%;
top: 115px;
margin-left: -422px;
background-position: 0px 0px;
background-repeat: no-repeat;
}

#layout_front_template4-quicklink1 a:hover{
background-position: -210px 0px;
}

#layout_front_template4-quicklink2 a {
width: 210px;
height: 70px;
z-index: 100;
position: absolute;
left: 50%;
top: 186px;
margin-left: -422px;
background-position: 0px 0px;
background-repeat: no-repeat;
}

#layout_front_template4-quicklink2 a:hover{
background-position: -210px 0px;
}

#layout_front_template4-quicklink3 a {
width: 210px;
height: 70px;
z-index: 100;
position: absolute;
left: 50%;
top: 257px;
margin-left: -422px;
background-position: 0px 0px;
background-repeat: no-repeat;
}

#layout_front_template4-quicklink3 a:hover{
background-position: -210px 0px;
}

/*  ------------------------- */
/*  Positions the main page image  */
/*  ------------------------- */
#layout_front_template4-header-image { 
left:50%;
margin-left:-211px;
position:absolute;
top:115px;
width:632px;
height: 141px;
} 

/*  --------------------------------------------- */
/*  Positions the breadcrumb nav under the header image  */
/*  --------------------------------------------- */
#layout_front_template4-breadcrumb { 
left:50%;
margin-left:-422px;
position:absolute;
top:328px;
height:18px;
width:833px;
padding: 1px 0 0 10px;
background-color:#9e9c98;
}

/*  -------------------------------------------------------------------------------- */
/*  Positions the main content div which contains the footer-navigation div which floats to the bottom  */
/*  -------------------------------------------------------------------------------- */
#layout_front_template4-content { 
left:50%;
margin-left:-422px;
position:absolute;
top:357px;
width:843px;
}
