﻿#homeContainer 
{
    position:relative;
    width:942px;
    height:415px;
    background:#003267 url(/app/assets/images/home/btmCurve.jpg) no-repeat bottom;
}

div.leftContent, div.rightContent
{
    float:left;
    height:396px;
}

div.leftContent 
{
    padding-top:14px;
    padding-left:14px;
    width:567px;
}

div.rtAdtop, div.rtAdbtm 
{
    padding:14px 14px 0px 14px;
    height:186px;
    width:332px;
}

.rtHome{padding: 20px 0 0 15px;}
.lfHome{padding: 125px 0 0 25px;}
.homeLtTitle{font-size: 3.31em;color:#FFFFFF;padding:0 0 0 5px;}
.homeLtText{font-size:1.20em;color:#FFFFFF;padding: 10px 0 20px 15px;width: 275px;}
.homeRtTitle{color:#ffffff; font-size:1.6em;width: 250px;line-height:.9em; padding-left:5px;}
.homeRtText{width: 200px;padding: 8px 0 8px 5px; font-size:1.0em;color:#003366; line-height:1.3em;}


/*button*/
button { border:0; cursor:pointer; font-weight:bold; padding:0 5px 0 0; text-align:center; float: left; width: auto; }
button span { position:relative; display:block; white-space:nowrap; padding:0 2px 0 9px;}
/*IE only style*/
	/* ie 7 */
	*:first-child+html button { width:auto; overflow:visible; padding:0 9px 0 0;}
	*:first-child+html button span { margin-top:1px; }
	/*ie 6*/
	* html button { width:auto; overflow:visible; padding:0 10px 0 0;}
	* html button span { margin-top:1px; }

/*blue buttons*/
button.buttonBlue { background:url(/app/assets/images/right_btn_StaticHome.gif) right no-repeat; font-size:1.0em; font-weight: bold; }
button.buttonBlue span { height:32px; line-height:27px;background:url(/app/assets/images/left_btn_StaticHome.gif) 0px 2px no-repeat;color:#fff;}
*:first-child+html button.buttonBlue span { height:32px; line-height:30px;background:url(/app/assets/images/left_btn_StaticHome.gif) 0px 2px no-repeat;color:#fff;}
button.buttonBlue:hover {background:url(/app/assets/images/right_btn_StaticHome.gif) right no-repeat; }
button.buttonBlue:hover span {background:url(/app/assets/images/left_btn_StaticHome.gif) 0px 2px no-repeat; }

* html div#footer{padding-top:0px !important;}




