
/* START SUBPAGE LAYOUT COLUMNS */

.subContent{
	width: 890px;
	padding: 25px 50px 60px 60px;
	float:left;
	background:url("/Image%20Library/TemplateImages/bg_subcontent.gif") no-repeat;
	min-height:453px;
	height:auto !important;
    height:453px;
}

.subContent .leftColumn{
	width: 160px; 
	float:left;
	margin-right: 20px;
}

.subContent .middleColumn{
	width: 520px;
	float:left;
	margin-right: 20px;
}

.subContent .rightColumn{
	width: 170px;
	float:left;
}

/* START SIDE NAVIGATION */
/* START SIDE NAVIGATION */

.subContent .sideNav{
	color: #695e4a;
	text-decoration:none;
	font-family: "Century Gothic",Arial,sans-serif;
	font-size: 12px;
}

.subContent .sideNav nobr {
	white-space: normal;
	width: 100%;
}

.subContent .sideNav td {
	width: 100%;
}

.subContent .Level1Active {
	color: #695e4a;
	text-decoration:none;
	font-weight:bold;
	background:url("/Image%20Library/TemplateImages/bg_sidenav_arrow_selected.gif");
	background-repeat:no-repeat;
	background-position: 0 .3em;
	padding-left: 13px;
	margin-bottom: 10px;
	cursor:pointer;
}

.subContent .Level1ActiveHover {
	color: #695e4a;
	text-decoration:none;
	text-decoration: underline;
	font-weight:bold;
	background:url("/Image%20Library/TemplateImages/bg_sidenav_arrow_selected.gif");
	background-repeat:no-repeat;
	background-position: 0 .3em;
	padding-left: 13px;
	margin-bottom: 10px;
	cursor:pointer;
}

.subContent .Level1 {
	color: #695e4a;
	text-decoration:none;
	font-weight:bold;
	margin-bottom: 10px;
	padding-left: 13px;
	background-image:url("/Image%20Library/TemplateImages/bg_sidenav_arrow.gif");
	background-repeat:no-repeat;
	background-position: 0 .3em;
	cursor:pointer;
}

.subContent .Level1Hover {
	color: #695e4a;
	text-decoration:none;
	text-decoration: underline;
	font-weight:bold;
	margin-bottom: 10px;
	padding-left: 13px;
	background-image:url("/Image%20Library/TemplateImages/bg_sidenav_arrow.gif");
	background-repeat:no-repeat;
	background-position: 0 .3em;
	cursor:pointer;
}

.subContent .Level2 {
	margin-bottom: 10px;
	padding-left: 20px;
	background-image:none;
	font-weight:normal;
	cursor:pointer;
	width: 147px;
}

.subContent .Level2Hover {
	margin-bottom: 10px;
	padding-left: 20px;
	background-image:none;
	font-weight:normal;
	text-decoration: underline;
	cursor:pointer;
	width: 147px;
}

.subContent .Level3 {
	margin-bottom: 10px;
	padding-left: 27px;
	background-image:none;
	font-weight:normal;
	cursor:pointer;
	width: 140px;
}

.subContent .Level3Hover {
	margin-bottom: 10px;
	padding-left: 27px;
	background-image:none;
	font-weight:normal;
	text-decoration: underline;	
	cursor:pointer;
	width: 140px;
}

.subContent .Level4AndBeyond {
	margin-bottom: 10px;
	padding-left: 35px;
	background-image:none;
	font-weight:normal;
	cursor:pointer;
	width: 132px;
}

.subContent .Level4AndBeyondHover {
	margin-bottom: 10px;
	padding-left: 35px;
	background-image:none;
	font-weight:normal;
	text-decoration: underline;
	cursor:pointer;
	width: 132px;
}

.subContent .active {
	font-weight: bold;
	cursor:pointer;
}


/* LEFT COL SEARCH STYLE */
.leftSearch{
	background: #e1dfdb;
	padding: 10px;
	margin-bottom: 20px;
}

.leftSearch input.text {
color:#949C50;
}

.leftSearch td.formRow{
	padding: 0 0 10px 0;
}

/* START MIDDLE COLUMN SPECIFIC STYLING ELEMENTS */

.subContent .middleColumn .labelItems {
	width: 145px;
	text-align: right;
	vertical-align: top;
	font-weight:bold;
	display: inline-block;
}

.subContent .middleColumn .listBlock{
	width: 250px;
	float:left;
}

.subContent .middleColumn .listBlock.left{
	margin-right: 20px;
}

.subContent .middleColumn .listBlock h3{
	color: #fff;
	background-color: #939b50;
	padding: 2px 7px 4px 7px;
	font-family: "Century Gothic",Arial,sans-serif;
	font-size: 14px;
	margin: 0 0 10px 0;
}

.subContent .middleColumn ul,.subContent .middleColumn ol{
	margin: 0 0 20px 30px;
	padding: 0;
}

.subContent .middleColumn{
	line-height:16px;
	overflow: hidden;
}

.subContent .middleColumn li{
	margin: 0 0 5px 0;
}

.subContent .middleColumn div.blurb{
	margin-top: 4px;
}

.subContent .middleColumn .listBlock ul{
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
}

.subContent .middleColumn .listBlock li{
	margin-bottom: 3px;
	padding-left: 7px;
}

.subContent .middleColumn .listBlock a{
	color: #000;
	text-decoration:none;
}

.subContent .middleColumn .listBlock a:hover{
		text-decoration:underline;
		color:#d45022;
}

.subContent .middleColumn .formRow{
	text-align:center;
	margin-bottom: 15px;
	padding-right: 50px;
}

.subContent .middleColumn .formRow .text{
	width:270px;
	margin-left: 7px;
}

.subContent .middleColumn .formRow .formDropdown{
	margin-left: 7px;
	margin-right: 141px;
	width: 135px;
}



.subContent .middleColumn .formRow .formTextarea{
	width:270px;
	height: 100px;
	margin-left: 7px;
}

.subContent .middleColumn .formSubmit{
	padding-right: 55px;
	padding-bottom: 20px;
	text-align:right;
}



.subContent .middleColumn .formSubmit a{
	background:url("/Image%20Library/TemplateImages/btn_submit.gif");
	width: 89px;
	height: 21px;
	display:inline-block;
}

.subContent .middleColumn .formSubmit a:hover{
	text-decoration:none;
}

.subContent .middleColumn .formBody .clearFix{
	display:none;
}
	




/* START PAGINATION */
.pages, .prevNext {
	list-style: none;
	padding: 0;
	margin: 20px 0 20px 0;
	font-size: 14px;
	font-weight:bold;
	color:#695e4a;
	width: 520px;
}

ul.pages{
	margin:0 !important;
	padding:0 !important;
}

.pages {
	float: left;
	margin-right: 4px;
	padding: 0 3px;
}
.pages a {
	color:#695e4a;
}
.pages a:hover {
	color:#d45022;
}

/* START REQUEST INFO FORM */
.requestInfoForm{
	padding: 15px;
	background: #e1dfdb;
}

.requestInfoForm h2{
	color:#d45022 !important;
}

.requestInfoForm p{
	font-size: 14px;
	margin-bottom: 30px;
}



/* START RIGHT COLUMN SPECIFIC STYLING ELEMENTS */

.learnMore{
	border-left: 10px solid #d45022;
	font-family: "Century Gothic",Arial,sans-serif;
	line-height: 14px;
	padding-left: 10px;
	margin-bottom: 20px;
}

.vgu{
	text-align:center;
	color: #695e4a;
	padding:10px;
	font-family: "Century Gothic",Arial,sans-serif;
	line-height: 14px;
}
.vgu h4{
	margin: 5px 0;
	font-size: 14px;
}

.newsletterSignUp{
	background: #d6e03e;
	padding: 10px;
	margin-bottom: 20px;
}

.newsletterSignUp p{
	font-size: 14px;
	font-weight:bold;
	font-family: "Century Gothic",Arial,sans-serif;
	line-height: 14px;
	margin: 0 0 10px 0;
}

.newsletterSignUp input.text {
color:#949C50;
}

.newsletterSignUp .formRow{
	padding: 0 0 10px 0;
}


.subContent .rightColumn .formSubmit a{
	background:url("/Image%20Library/TemplateImages/btn_signup.gif");
	width: 77px;
	height: 20px;
	display:inline-block;
}

.subContent .rightColumn .formSubmit a:hover{
	text-decoration:none;
}

.subContent .rightColumn .formBody .clearFix{
	display:none;
}



