	#sub_wrapper #content #col_left {
		border: none;	
	}
	#sub_wrapper #content #col_child {
		float: left;
		margin-left: 10px;
		width: 689px;
	}
		#col_child .top_block {
			border: 1px solid #cccccc;
			margin-bottom: 9px;
			width: 689px;
		}
		
		#col_child #header {
			position: relative;
			top: 0px;
			z-index: 2;
			height: 53px;
			background: url(../images/child_top_hdr.png) no-repeat;
			line-height: 53px;
			font-size: 27px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: bold;
			color: #1a1a1a;
			padding-left: 0px;
			text-transform: uppercase;
			border-bottom: 1px dotted #cccccc;
			margin-bottom: 10px;
			width: 659px;
		}
		#col_child #image {
			position: relative;
			z-index: 0;
			width: 438x;
			height: 264px;
		}
		#col_child #image img {
			position: relative;
			z-index: 0;
			top: -53px;
		}
		#col_child #body {
			position: relative;
/*			background: url(../images/block_bkgrnd.png) repeat-x; */
			padding: 15px;
			color: #333333;
			font-size:13px;
			
			line-height: 16px;
			font-family: Georgia, "Times New Roman", Times, serif;
		}
		#col_child #body h1 {
			font-size: 14px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: bold;
			color: #006600;
			margin-bottom: 20px;
		}
		#col_child #body p {
			margin-bottom: 11px;	
		}
	/*	#col_child #body img {
			float: right;
			padding: 15px;
		*/
		}
		#col_child .top_block #block_foot {
			height: 30px;
			border-top: 1px dotted #cccccc;
			margin-top: 10px;
			width: 659px;
			margin: 15px;
			line-height: 30px;
			text-align: center;
			padding-top: 15px;
			color: #29abe2;
		}
		#col_child .block {
			width: 689px;
			margin-bottom: -1px;
			margin-top: 5px;
		}
			#col_child .block #header {
				width: 689px;	
				height: 34px;
				background: url(../images/child_block_hdr.png) no-repeat -1px 0;
				line-height: 36px;
				font-size: 10px;
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
				color: #4d4d4d;
				padding-left: 15px;
				text-transform: uppercase;
				font-weight: bold;
			}
			#col_child .block #body {
				width: 669px;
/*				background: url(../images/block_bkgrnd.png) repeat-x; */				
				margin-bottom: 10px;
				position: relative;
				padding: 10px;
				color: #999999;
				line-height: 16px;
				font-family: Arial, Helvetica, sans-serif;
				border: 1px solid #cccccc;
			}
			#col_child .block #body h1 {
				font-size: 14px;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-weight: bold;
				color: #006600;
				margin-bottom: 5px;
			}
			#col_child .block #body p {
				margin-bottom: 20px;	
			}
			#col_child .block hr {
				margin-bottom: 10px;
				border-bottom: 1px dashed #cccccc;
				border-style: none none dashed none;
			}
			#col_child .block em {
				font-size: 14px;
				font-family: Georgia, "Times New Roman", Times, serif;
				color: #333333;
				font-weight: normal;
				font-style: normal;
			}
			
			.prev_btn_inactive {
				background: url(../images/arr_prev_inactive.png) no-repeat;
				padding: 10px;
				padding-bottom: 0;
				padding-right: 5px;
				vertical-align: middle;
			}	
			.next_btn_inactive {
				background: url(../images/arr_next_inactive.png) no-repeat;
				padding: 10px;
				margin-left: 5px;
				padding-bottom: 0;
				vertical-align: middle;
			}	
			.prev_btn_active {
				background: url(../images/arr_prev_active.png) no-repeat;
				padding: 10px;
				padding-right: 5px;
				padding-bottom: 0;
				vertical-align: middle;
			}	
			.next_btn_active {
				background: url(../images/arr_next_active.png) no-repeat;
				padding: 10px;
				padding-bottom: 0;
				margin-left: 5px;
				vertical-align: middle;
			}	

ul.nav {
	list-style: none;
	width: 240px;
}

ul.nav li {
	width: 240px;
	height: 36px;
	margin-top: 1px;
}
ul.nav li a {
	display: block;
	width: 240px;
	height: 36px;
	background: url(../images/child_nav.png) no-repeat;
	line-height: 36px;
	padding-left: 15px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}ul.nav li a:hover {
	background: url(../images/child_nav_ovr.png) no-repeat;
}

	 #quote_block {
						width: 239px;
						margin-top: 0px;
						border: 1px solid #cccccc;
					}
