/*--------------------------------------------------------*/
/* twocol1s sets up 2 cols in the main content area - mainly for contact pages
----------------------------------------------- */
.twocol2 {
	float:left;
	width:473px;
	margin-top:0;
	margin-bottom: 50px;

}


.twocol2 .part1 {
	background:none;
	float:left;
	width:262px;
	margin:0;
	padding:0;
}
.twocol2 .part2 {
	background:none;
	float:left;
	width:186px;
	margin:0;
	padding:0;
}


.twocol2 .part2inner {
	margin-left:20px;
	
}




.twocol2 .part1inner {
	padding-right:15px;
	border-right: 1px solid #BEBEBE;
}

/*second option for inner without line on right*/
.twocol2 .part2innerb {
	padding-left:15px;

}

/* replaced with img in master stylesheet .twocol2 img{margin-bottom: 2px;} */





/* need to include margin for h2 this or the top of the text doesn't horizontally align */
h2{margin-top:0;}


/* this sets a style for the tables within the col on the right so that there is not too mcuh space between the cells */
.twocol2 .part2inner td {padding: 0px 0; margin: 0px; vertical-align:top}
.twocol2 .part2inner td img {padding: 0px 7px 5px 0; margin: 0px 0 0 0; vertical-align:top}


/*-------------------for bullets> not used can be removed > tables used instead------------------------------*/

/* .twocol2 .part2inner ul xx*/
/* bullet with no indent */
.bullet_noindentxx {padding:0px; margin:0 0 0 0;}/*hold font:11px/1.5em Verdana, Helvetica, Arial, sans-serif;  */
.bullet_noindent lixx {padding:0 0 0 14px;margin:0;list-style-type:none;background: url(../imgs/bulletcircle.gif) no-repeat 2px 0.6em;}
.bullet_noindent a xx {text-decoration:underline; color:#E27516;}
.bullet_noindent li a:hover xx{	text-decoration:none;	}

/* Arrow List auto applies to bullets */
.bulletpdf a  { text-decoration:underline; color:#E27516;}
.bulletpdf {font:11px/1.5em Verdana, Helvetica, Arial, sans-serif; padding:0px; margin:0 0 0 0;}
ul.bulletpdf li {padding:0 0 0 30px;margin:0 0 8;list-style-type:none;background:   url("../imgs/pdficon_small2.gif") no-repeat 2px 3px;}
.bulletpdf li a:hover {	text-decoration:none;	}
a .bulletemphasis {font-weight:bold;color:#E27516;}
.nopara_space {
	margin: 0px;
	padding: 0px;
}
