@charset "utf-8";
/* CSS Document */


body {
	background-color: #ecf1e1;
	margin: 0px;
	padding: 0px;
}

#frame {
	width: 960px;
	margin: 0px auto;
	background-color: #ffffff;
}

#header  {
	width: 960px;
	height: 100px;
	background-color: #ffffff;
	background-image: url(../images/bg1.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#logo {
	float: left;
	width: 460px;
	padding: 12px 0 0 20px;
}

#phone {
	float: left;
	width: 460px;
	padding: 25px 20px 0 0;
	text-align: right;
}

#nav {
	width: 960px;
	height: 30px;
	background-color: #4c4074;
	background-image: url(../images/nav_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	color: #ffffff;
}

/* homepage */

#homePic {
	width: 921px;
	height: 335px;
	padding: 38px 0 0 39px;
	background-image: url(../images/home09/flash_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#homeIntroExpand {
	float: left;
	width: 960px;
	background-image: url(../images/home09/intro-bg-fade.gif);
	background-repeat: repeat-y;
	background-position: top;
}

#homeWelcome {
	float: left;
	width: 382px;
	padding: 0 0 0 38px;
}

#homeIntro {
	float: left;
	width: 500px;
	padding: 0px;
}

#expander {
	float: none;
	width: 500px;
	padding: 15px 40px 0 420px;
	background-image: url(../images/home09/expand-bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	/* background-color: #000; */
	color: #fff;
}

#homeContent {
	float: left;
	width: 960px;
	background-image: url(../images/home09/homeContentBG.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#homeRow1, #homeRow2 {
	/* float: left; */
	width: 920px;
	border-bottom: 1px dotted #cccccc;
	margin: 0px 0px 0px 20px;
	background-image: url(../images/home09/row-bg.gif);
	background-position: top;
	background-repeat: repeat-y;	
}

#homeRow2 {
	border-bottom:none;
	margin-bottom: 30px;
}

.homeBox {
	float: left;
	width: 263px;
	padding: 0 20px 20px 20px;
}

#homeRow2 div.homeBox {
	padding: 20px; 
}

#newsRow {
	float: left;
	width: 960px;
	min-height: 150px;
	background-image: url(../images/home09/news-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 25px 0;
	color: #24445d;
}

#newsHome {
	float: left;
	width: 575px;
	padding: 0 0 0 38px;
}

#newsHomeCol1 {
	float: left;
	width: 270px;
}

#newsHomeCol2 {
	float: left;
	width: 255px;
}

#newsHomeCol2 {
	margin-left: 40px;
}

#homeButtons {
	float: left;
	width: 275px;
	margin: 0 0 0 35px;
	padding: 0px;
}

/* internal template */

#picStripe {
	width: 960px;
	height: 174px;
	border-top: 1px solid #ffffff;
	background-color: #ffffff;
	background-image: url(../images/bg1.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#picCol {
	float: left;
	width: 719px;
	padding: 0;
	border-right: 1px solid #999999;
}

#pic {
	height: 149px;
	border-bottom: 1px solid #999999;
	background-color: #ffffff;
	background-image: url(../images/image_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#breadcrumbs {
	height: 20px;
	padding: 4px 0 0 25px;
	border-left: 1px solid #999999;
	background-color: #e7e5ec;
}

#buttons {
	float: left;
	width: 240px;
	padding: 0;
}

#mainContent {
	float: left;
	width: 960px;
	border-top: 1px solid #999999;
	background-color: #ffffff;
	background-image: url(../images/homeContentBG.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#mainCol {
	float: left;
	width: 670px;
	padding: 0px 25px 25px 25px;
}

#sideCol {
	float: left;
	width: 200px;
	padding: 12px 20px 20px 20px;
}

/* --- */

#footer {
	float: left;
	width: 960px;
	height: 50px;
	padding: 10px 0 0 0;
	border-top: 1px solid #999999;
	background-image: url(../images/footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#footerLinks {
	float: left;
	width: 700px;
	padding: 0 0 0 20px;
}

#copyright {
	float: left;
	width: 220px;
	padding: 0 20px 0 0;
	text-align: right;
}

/* -- related Docs -- */

#relatedDocs {
	width: 669px;
	margin: 30px 0 15px 0;
}

#docsHeader {
	width: 654px;
	height: 23px;
	padding: 7px 0 0 15px;
	background-image: url(../images/docsheader_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: 1px dashed #100042;
}

#docsMain {
	float: left;
	width: 669px;
	background-image:url(../images/docs_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#docsFooter {
}

/* Show / Hide */

#showHide {width: 669px; padding: 0; background: url('../images/showhide_bg.gif') 0 100% no-repeat;}
#showHide #shMainLabel {background: url('../images/docsheader_bg.gif') 0 0 no-repeat; border-bottom: 1px dashed #100042; font-weight: bold; padding: 4px 0 4px 10px;}
#showHide .contentCell {padding: 12px 0; border-bottom: 1px dashed #100042;}
#showHide .contentCell.first {}
#showHide .contentCell.last {border-bottom: none;}
#showHide .contentCell .shHeading {color: #F71445; font: 13px/15px Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0 0 0 10px;}
#showHide .contentCell .shHeading span {font-weight: bold;}
#showHide .contentCell .shHeading:hover {cursor: pointer;}
#showHide .contentCell .shContent {clear: both; margin: 4px 0; padding: 0 10px; line-height: 1.8em;}
#showHide .contentCell .shContent ul {margin-left: 0; padding-left: 18px; list-style: none; font-weight: bold;}
#showHide .contentCell .shContent ul ul {margin-left: 10px; margin-bottom: 5px; list-style: square; font-weight: normal;}
#showHide .contentCell .shContent h3 {margin: 0; padding: 0; text-align: center; background-color: #f0f0f0; color: #F71445; font-size: 100%;}
#showHide .contentCell .shContent #panel_B2B {float: left; width: 49%; margin-right: 2%;}
#showHide .contentCell .shContent #panel_B2C {float: left; width: 49%;}





fieldset.nf2011 {border: none; margin: 0; padding: 0;}
fieldset.nf2011 legend {display: none;}fieldset.nf2011 ol li {clear: both; margin: 10px 0;}
fieldset.nf2011 ol li label {font-size: 110%; width: 160px; color: #333;}
fieldset.nf2011 ol li input {width: 300px; padding: 3px; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 100%;}
fieldset.nf2011 ol li textarea {font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 100%;}	


div#mainCol input.nfsubmit {background: url('/images/submit-btn.gif') no-repeat 95% 50% #E7E5EC;    border: 1px solid #E7E5EC;    color: #333;    cursor: pointer;    font-family: Verdana,Arial,Helvetica,sans-serif;    font-size: 13px;    font-weight: bold;    margin: 0 0 0 160px;    padding: 5px 30px 5px 10px;}

