/* for homepage slideshow */
.slidedesc{font-size:13px;font-weight:bold;}



/* for homepage boxes */
/* set the image to use and establish the lower-right position */ 
.cssbox_brown, .cssbox_body_brown, .cssbox_head_brown, .cssbox_head_brown h2 {
    background: transparent url(/images/rounded_corners_brown.jpg) no-repeat bottom right; 
} 
.cssbox_blue, .cssbox_body_blue, .cssbox_head_blue, .cssbox_head_blue h2 {
    background: transparent url(/images/rounded_corners_blue.jpg) no-repeat bottom right; 
}
.cssbox_green, .cssbox_body_green, .cssbox_head_green, .cssbox_head_green h2 {
    background: transparent url(/images/rounded_corners_green.jpg) no-repeat bottom right; 
}
.cssbox_red, .cssbox_body_red, .cssbox_head_red, .cssbox_head_red h2 {
    background: transparent url(/images/rounded_corners_red.jpg) no-repeat bottom right; 
}
.cssbox_brown, .cssbox_blue, .cssbox_green, .cssbox_red { 
    width: 370px !important; /* intended total box width - padding-right(next) */
    width: 358px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 5px auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head_brown, .cssbox_head_blue, .cssbox_head_green, .cssbox_head_red { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head_brown h2, .cssbox_head_blue h2, .cssbox_head_green h2, .cssbox_head_red h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 15px 0 3px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
    font: bold 16pt arial;
}

/* set the lower-left corner image */ 
.cssbox_body_brown, .cssbox_body_blue, .cssbox_body_green, .cssbox_body_red { 
    background-position: bottom left; 
    margin-right: 15px; /* interior-padding right */ 
    padding: 15px 0 20px 25px; /* mirror .cssbox_head right/left */ 
}



/* for homepage pop up */
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 101;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 102;
visibility: hidden;
}
