/***************************************************************************************/
/* COMMON LAYOUT */
/***************************************************************************************/
img { behavior: url(iepngfix.htc); }
* { font-size: 12px; font-family: Tahoma; color: #000000; line-height: 17px; }  /* Default font for all items */
* div { -moz-box-sizing:border-box;box-sizing:border-box; } /* Forces IE & FF to treat padding the same */
html { min-height: 100%; margin-bottom: 1px; } /* Set height to 100% + 1px to force scroll bar in FF */
.clear { clear: both; height: 0px; overflow: hidden; } /* Used to clear floats without taking up space */
body { margin: 20px 0px 0px 0px; background: #F0F6DC url('../images/layout/pagebg.gif'); }
hr { border-color: #CCCCCC; border-width: 1px; border-top-style: solid; border-bottom-style: solid; height: 1px; overflow: hidden; }


ul, ol { margin-left: 25px; line-height: 20px; margin-bottom: 15px; }
li { list-style-type: square; }

.bordered { border: 1px solid #33CCFF; }

h1, h2, h3, h4, h5 { font-weight: bold; }

h1 { font-weight: bold; color: #0B6BB5; font-family: Arial; font-size: 18px; line-height: 22px; margin: 0px 0px 15px 0px; }
h2 { color: #000000; font-size: 14px; margin: 0px 0px 15px 0px; }
h3 { font-weight: bold; color: #0B6BB5; font-family: Myriad, 'Times New Roman'; font-size: 26px; line-height: 32px; margin: 0px 0px 15px 0px; }
p  { color: #333333;; margin: 0px 0px 15px 0px; }
a  { color: #000000;  text-decoration: none; }
a:hover { text-decoration: underline; }



#main {
	width: 1066px;
	margin: 0px auto 20px;
	background: #FFFFFF;
	border: 1px solid #dee2d0;
	position: relative;
}


#header { height: 161px; background: #B9D258; }
    #headerLeft { width: 440px; float: left; margin-left: 15px; }
        #nav { margin-top: 15px; }
        #nav a { color: #FFFFFF; font-weight: bold; font-family: Tahoma; margin-left: 15px; }
        #nav a:hover { color: #0B6BB5; text-decoration: none; }

    #headerCenter { width: 200px; float: left; margin-top: 10px; }
    #headerRight { width: 320px; float: right; margin-right: 20px; }
        #searchBox { background: url('../images/layout/search_bg.png'); width: 251px; height: 112px; margin-top: 25px; float: right; }
        #searchBox div { margin: 15px 20px 12px 20px; }

        #searchBox p { font-weight: bold; font-size: 13px; line-height: 20px; margin-top: 4px; }

        #searchBox input { font-size: 12px; padding: 2px 7px 2px 7px; }
        #searchBox .eNewsSubmit { background: #939598; color: #FFFFFF; border: none; }

#headerText { height: 28px; background: #0B6BB5; text-align: center; }


#header2 { background: url('../images/layout/orange_gradient.gif') repeat-y; height: 325px; }
    #orangeGradient { width: 366px; float: left; }
        #orangeGradient div { margin: 20px 40px 20px 20px; }

        #orangeGradient p { font-weight: bold; }
        #orangeGradient a { color: #0B6BB5; text-decoration: underline; font-size: 11px; }
        #centerNav {
			width: 229px;
			position: absolute;
			top: 250px;
			margin-left: 0px;
			left: 290px;
		}
        #centerNav a img { margin-top: 8px; }
		#centerNav2 {
			width: 229px;
			position: absolute;
			left: 100px;
			top: 20px;
			margin-left: 0px;
		}



.infoBox {
	width: 338px;
	min-height: 232px;
	float: left;
	margin-top: 10px;
	background-image: url(../images/layout/info_box.png);
	background-repeat: no-repeat;
	overflow: visible;
}
    .infoBox div { margin: 20px 30px 0px 30px; }
    .infoBox h2 { font-weight: bold; color: #0B6BB5; font-family: Myriad, 'Times New Roman'; font-size: 18px; line-height: 20px; margin-bottom: 10px; }
    .infoBox a { color: #0B6BB5; font-size: 11px; text-decoration: underline; }
    .infoBox ul { margin-left: 13px; }
    .infoBox li { list-style-type: disc; color: #AAAAAA; line-height: 18px; }
    .infoBox p { line-height: 14px; margin-bottom: 10px; font-size: 11px; font-weight: bold; }
    .infoBox orangeGradient a { color: #0B6BB5; text-decoration: underline; font-size: 11px; }
.heading1 {
	font-family: Georgia;
	color: #126BB5;
	font-size: 36px;
	line-height: normal;
	font-weight: normal;
}




#leftNav a { font-weight: bold; color: #0B6BB5; font-family: Myriad, 'Times New Roman'; font-size: 14px; line-height: 20px; display: block; text-align: right; margin-bottom: 8px; }


.testimonial {
	font-family: Myriad, 'Times New Roamn';
	color: #999999;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
}
.heading2 {
	font-family: Georgia;
	color: #126BB5;
	font-size: 30px;
	line-height: normal;
	font-weight: normal;
}
#content a {
	font-weight: bold;
	text-decoration: underline;
	color: #0B6BB5;
}
