@charset "UTF-8";

/*************** start body elements **********************/
/* the homepage uses many elements of the 2tier layout */
/* most of the div names are left the same and the homepage */
/* will call the 2tier style sheet. Unique divs and classes */
/* to the homepage should go here. */


.home-headerOverlay{
background: url(../site-images/home-header-overlay.png) no-repeat;
width:950px;
height:137px;
position: absolute;
margin:0;
padding:0;
}

#home-ctnt-MidCol{
background-color: #FFFFFF;
float: right;
display: table;
width: 750px;
height:auto;
margin:0px 15px 0px 0px;
padding:0;
border: thin #4b9cd8 solid;
border-width: 1px;
border-color:#4b9cd8;
}

.home-ctnt-MidCol-title{
background: url(../site-images/blueTitleBG.jpg) repeat-x top;
width: 750px;
height:32px;
float: left;
font-family:Arial, Helvetica, sans-serif;
font-variant: small-caps;
color: #fff;
text-align: right;
font-weight:700;
font-size:16px;
}






















/**************** end body elements ***********************/

