/* Updated 9/2/2015 at 10:10apm */
/*----------------- ALL COLUMNS LAYOUTS -----------------*/
#columnWrapper		 {
	clear: both;
	float: left;
	width: 937px;
	margin-bottom: 25px;
	margin-left: 15px;
}

.twoColWideSmall	{
	background-repeat: repeat-y;
	margin-top: 12px;
}

.twoColSmallWide	{
	background-repeat: repeat-y;
	padding-top: 0;
	margin-bottom: 0 !important;
	padding-bottom: 50px;
}

.landing			{ margin-top: 0; }

.headwrap	 {
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.headwrap .left	 { float: left; }

.fullLine			{
	width: 939px;
	clear: both;
	background-repeat: no-repeat;
	margin: 0 16px;
	/*****thin/thick line*****/
	height: 8px;
}

.twoColWideSmall h1,.twoColSmallWide h1, .landing h1	 {
	font-size: 2em;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.1em;
	padding-bottom: 18px;
	padding-top: 6px;
	padding-left: 3px;
}

.twoColSmallWide h2, .landing h2 {
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	border-width: 1px 0;
	padding: 9px 0;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
	clear: both;
}

/*2 Column Layout :::: Wide Left Column & Small Right Column*/
.wideLeft	 {
	float: left;
	width: 693px;
	line-height: 16px;
}

.landing .wideLeft	 {
	text-indent: 1px;
}

.smallRight	 {
	float: left;
	width: 225px;
	padding-left: 17px;
}

/*2 Column Layout :::: Small Left Column and Wide Right Column*/
.leftColumn		 {
	float: left;
	width: 235px;
	padding-top: 18px;
}

.rightColumn	{
	float: left;
	width: 671px;
	padding: 13px 0 0 21px;
	line-height: 16px;
}

/*Inner Column Layouts :::: Center Column Content*/
.innerCenterColumn	 {
	float: left;
	width: 426px;
	margin: 0 17px 0 0;
}

.innerRightColumn	 {
	float: left;
	width: 225px;
}

/* added code to force h2 fields that are targets to not be underlined */
.rightColumn h2 a {
	color: #073873;
	text-decoration: none;
}

.rightColumn h3	 {
	margin-bottom: 5px;
}

.rightColumn h3, .innerCenterColumn h3	 {
	font-size: 1.167em;
	color: #555;
	font-weight: bold;
	margin-top: 5px;
}

.rightColumn h4, .innerCenterColumn h4 {
	font-weight: bold;
	font-size: 1em;
	margin: 0;
	padding: 0;
	line-height: 14px;
}

.rightColumn p {
	margin: 0 0 23px 0;
}

/*Inner Columns within 'innerCenterColumn'*/

/* FLOATING RIGHT CALLOUT FOR TWO-COLUMN PAGES */
.twoColFloatingCallout {
	float: right;
	width: 225px;
	margin: 0 0 1em 0;
}

.twoColFloatingCallout a {
	text-decoration: none;
}

#intro-content {
	float: left;
	width: 426px;
}