/* ******************************************************************** */
/* Reset ************************************************************** */
/* ******************************************************************** */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	padding: 0;
	margin: 0;
	font-size: 100%;
	text-decoration: none;
	}

.clr, .clear {
	clear: both;
	}
	
hr {
	margin: 3px 0;
	border: 1px;
	height: 1px;
	color: #bc6123;
	background-color: #bc6123;
	}

/* ******************************************************************** */
/* Global ************************************************************* */
/* ******************************************************************** */
/* Use one of the two body style CSS files, either the one for the content page or for the homepage */
body {
	color: #626262;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	margin: 0;
	padding: 0;
	text-align: center;
	}

#container {
	height: 100%;
	margin: 0 auto;
	text-align: left;
	width: 852px;
	}

/* ******************************************************************** */
/* Header ************************************************************* */
/* ******************************************************************** */
#header_homepage {
	margin: 0 auto;
	height: 120px;
	width: 1100px;
	background-image: url(../images/homepage_header_background.png);
	background-repeat: repeat-x;
	}
#header {
	margin: 0 auto;
	height: 120px;
	width: 1100px;
	background-image: url(../images/content_pages_header_background.png);
	background-repeat: repeat-x;
	}
#logo {
	margin-left: 125px;
	float: left;
	height: 120px;
	width: 290px;
	}
#nav_box {
	height: 120px;
	margin-left: 0px;
	}

/* ******************************************************************** */
/* Navigation ********************************************************* */
/* ******************************************************************** */
ul#main-nav {
	margin: 0 55px 0 0;
	float: right;
	width: 600px;
	font-size: 13px;
	text-align: left;
	line-height: 120px;
	}
	ul#main-nav li {
		margin:0;
		padding:0;
		list-style:none;
		float:left;
		}
		ul#main-nav li a {
			text-decoration: none;
			display: block;
			color: #ffffff;
			font-weight: bold;
			padding-right: 13px;
			padding-left: 13px;
			height: 120px;
			}
		ul#main-nav li a:hover {
			text-decoration: none;
			color: #cd443b;
			}

/* ******************************************************************** */
/* Homepage and Content Page Structure ******************************** */
/* ******************************************************************** */
#homepage_main_photo_box {
	width: 852px;
	height: 268px;
	overflow: hidden;
	}
#content_wrapper {
	min-height: 100% !important;
	height: auto;
	width: 852px;
	margin-top: 18px;
	margin-bottom: 54px;
	}
	#left_column {
		float: left;
		width: 212px;
		margin-right: 34px;
		margin-left: 2px;
		padding-bottom: 25px;
		}
		#left_column h1 {}
		#left_column h2 {
			color: #bd2f23;
			font-size: 16px;
			}
		#left_column h3 {}
		#left_column h4 {}
		#left_column h5 {}
		#left_column h6 {}
		#left_column p {}
		#left_column a {}
			#left_column a:hover {}
		#left_column ul {}
			#left_column ul li {}
			#left_column ul ul {}
				#left_column ul ul li {}
				#left_column ul ul ul {}
					#left_column ul ul ul li {}
	#right_column {
		float: left;
		width: 602px;
		margin-right: 2px;
		padding-bottom: 25px;
		}
		#right_column_formatting {}
			#right_column_formatting h1 {
				color: #fff;
				font-size: 22px;
				}
			#right_column_formatting h2 {
				padding: 0 0 5px 0;
				color: #bc6123;
				font-size: 18px;
				line-height: 1.2em;
				}
			#right_column_formatting h3 {
				padding: 10px 5px 0 15px;
				color: #bb3222;
				font-size: 15px;
				font-style: normal;
				}
			#right_column_formatting h4 {
				color: #324966;
				font-size: 13px;
				}
			#right_column_formatting h5 {
				color: #402b2b;
				font-size: 10px;
				}
			#right_column_formatting h6 {
				color: #000000;
				font-size: 9px;
				font-weight: bold;
				}
			#right_column_formatting p {
				padding: 6px 35px;
				color: #4a2a26;
				line-height: 1.4em;
				font-size: 12px;
				text-align: justify;
				}
			#right_column_formatting a {
				color: #ba2f28;
				text-decoration: none;
				}
				#right_column_formatting a:hover {
					color: #dc6819;
					text-decoration: underline;
					}
			#right_column_formatting ul {
				padding: 0 35px 0 80px;
				}
				#right_column_formatting ul li {
					color: #4a2a26;
					font-size: 12px;
					text-align: justify;
					line-height: 1.4em;
					list-style-type: disc;
					}
				#right_column_formatting ul ul {
					padding: 0 0 0 20px;
					}
					#right_column_formatting ul ul li {
						list-style-type: circle;
						}
					#right_column_formatting ul ul ul {}
						#right_column_formatting ul ul ul li {
							list-style-type: square;
							}
			#right_column_formatting ol {
				padding: 0 35px 0 80px;
				}
						
	#full_column_about {	/* Full Column for About Page Only */ /* Otherwise, use left/right_column Paramenters */
		float: left;
		width: 852px;
		margin-right: 2px;
		padding-bottom: 25px;
		background-image: url(../images/apples_oranges.jpg);
		background-repeat: no-repeat;
		}

	#full_column {			/* Full Column for Practice Page Only */ /* Otherwise, use left/right_column Paramenters */
		float: left;
		width: 852px;
		margin-right: 2px;
		padding-bottom: 25px;
		}
		#full_column_formatting {}
			#full_column_formatting h1 {
				color: #fff;
				font-size: 22px;
				}
			#full_column_formatting h2 {
				padding: 0 0 5px 0;
				color: #bc6123;
				font-size: 18px;
				line-height: 1.2em;
				}
			#full_column_formatting h3 {
				padding: 10px 5px 0 15px;
				color: #bb3222;
				font-size: 15px;
				font-style: normal;
				}
			#full_column_formatting h4 {
				color: #324966;
				font-size: 13px;
				}
			#full_column_formatting h5 {
				color: #402b2b;
				font-size: 10px;
				}
			#full_column_formatting h6 {
				color: #000000;
				font-size: 9px;
				font-weight: bold;
				}
			#full_column_formatting p {
				padding: 6px 35px;
				color: #4a2a26;
				line-height: 1.4em;
				font-size: 12px;
				text-align: justify;
				}
			#full_column_formatting a {
				color: #ba2f28;
				text-decoration: none;
				}
				#full_column_formatting a:hover {
					color: #dc6819;
					text-decoration: underline;
					}
			#full_column_formatting ul {
				padding: 0 10px 0 30px;
				}
				#full_column_formatting ul li {
					color: #4a2a26;
					font-size: 12px;
					line-height: 1.4em;
					list-style-type: disc;
					}
				#full_column_formatting ul ul {
					padding: 0 0 0 20px;
					}
					#full_column_formatting ul ul li {
						list-style-type: circle;
						}
					#full_column_formatting ul ul ul {}
						#full_column_formatting ul ul ul li {
							list-style-type: square;
							}
			#full_column_formatting ol {
				padding: 0 35px 0 80px;
				}

	#footer {
		float: left;
		width: 852px;
		border-top-width: 1px;
		border-top-style: dotted;
		border-top-color: #626262;
		height: 60px;
		padding-top: 25px;
		}

/* ******************************************************************** */
/* Homepage Left Column *********************************************** */
/* ******************************************************************** */
.left_col_head {
	font-family: "Arial Narrow";
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #bb3222;
	min-height: 15px;
	width: 192px;
	padding: 7px 10px 5px 10px;
	line-height: 15px;
	}
.left_col_textbox {
	width: 190px;
	padding: 10px;
	height: auto;
	}
.left_col_practice_img {
	width: 212px;
	}
.left_col_text_text {
	font-size: 12px;
	color: #626262;
	line-height: 1.5em;
	}
	.left_col_text_text p {
		padding: 5px 5px 5px 5px;
		color: #515151;
		font-size: 11px;
		}
	.left_col_text_text ul {
		padding: 5px 5px 5px 15px;
		}
		.left_col_text_text ul li {
			color: #515151;
			font-size: 11px;
			font-weight: normal;
			}
	.left_col_text_text a {
		color: #ba2f28;
		text-decoration: none;
		}
	.left_col_text_text a:hover {
		color: #dc6819;
		text-decoration: underline;
		}
.left_col_spacer {
	height: 20px;
	width: 212px;
	}

#homepage_left_col_navbox {
	font-size: 15px;
	color: #626262;
	height: 32px;
	width: 212px;
	line-height: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #626262;
	}
	
/* ******************************************************************** */
/* Content Page Left Column ******************************************* */
/* ******************************************************************** */
.left_col_navbox {
	height: 32px;
	width: 212px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #626262;
	}
.left_navtext {
	font-size: 13px;
	color: #626262;
	line-height: 30px;
	}
	.left_navtext a {
		color: #626262;
		text-decoration: none;
		text-indent: 10px;
		display: block;
		width: 212px;
		height: 32px;
		background-color: #ffffff;
		}
	.left_navtext a:hover {
		color: #ffffff;
		text-decoration: none;
		width: 212px;
		height: 32px;
		background-color: #bc6123;
		}

.left_navtext_active {
	font-size: 15px;
	color: #cc0000;
	line-height: 30px;
	}
	.left_navtext_active a {
		color: #626262;
		text-decoration: none;
		}
	.left_navtext_active a:hover {
		color: #cc0000;
		text-decoration: none;
		}
		
.nav_header {
	padding-left: 5px;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	color: #bb3222;
	}

.navMenu {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	text-align: left;
	line-height: 2.0em;
	}
	.navMenu li {
		float: left;
		background-color: #ffffff;
		width: 212px;															/* width and height of the menu item */
		height: 30px;
		border-bottom: 1px dotted #626262;
		text-indent: 10px;
		font-size: 12px;
		position: relative;
		}
		.navMenu li a {
			z-index: 20;														/* z-index must be higher than .hover class */
			display: block;														/* display as block and set the height according to the height of the menu */
			height: 30px;
			color: #626262;
			text-decoration: none;
			position: relative;
			}
			.navMenu li a:hover {
				color: #626262;
				}
			.navMenu li .hover {
				background-color: #f5f5f5;
				width: 212px;														/* width, height, left and top to fill the whole LI item */
				height: 30px;
				left: 0; 
				top: 0;	
				z-index: 0;															/* display under the Anchor tag	*/
				display: none;														/* hide it by default */
				position: absolute;
				color: #626262;
				}	
			.navMenu li.selected {
				/*background: url(/images/selected.jpg) no-repeat center center;*/	/* selected image */
				}

/* ******************************************************************** */
/* Right Column Content *********************************************** */
/* ******************************************************************** */
#full_col_head {
	font-size: 26px;
	font-family: "Arial Narrow";
	font-weight: bold;
	color: #bb3222;
	min-height: 36px;
	width: 842px;
	padding-left: 10px;
	line-height: 1.2em;
	margin-bottom: 5px;
	}
#rt_col_head {
	font-size: 26px;
	font-family: "Arial Narrow";
	font-weight: bold;
	color: #bb3222;
	min-height: 36px;
	width: 592px;
	padding-left: 10px;
	line-height: 1.2em;
	margin-bottom: 5px;
	}
.headline {
	font-size: 18px;
	line-height: 120%;
	color: #cc0000;
	}
.quote {
	padding: 10px 0 20px 25px;
	font-size: 18px;
	font-family: "Arial Narrow";
	width: 555px;
	}

/* ******************************************************************** */
/* Footer Content ***************************************************** */
/* ******************************************************************** */
#footer_left {
	text-align: left;
	float: left;
	}
#footer_right {
	text-align: right;
	float: right;
	}
.footer_text {
	font-size: 11px;
	line-height: 100%;
	color: #626262;
	}
	.footer_text a {
		line-height: 100%;
		text-decoration: none;
		color: #626262;
		}
	.footer_text a:hover {
		line-height: 100%;
		text-decoration: underline;
		color: #626262;
		}
		
/* ********************************************************************************************************** */
/* Content CSS ********************************************************************************************** */
/* ********************************************************************************************************** */

/* ******************************************************************** */
/* Bio Pages CSS******************************************************* */
/* ******************************************************************** */

.bio_top_wrapper {
	padding-bottom: 0px;
	width: 602px;
	height: 210px;
	}
	.bio_illustration {
		padding-bottom: 5px;
		float: left;
		width: 162px;
		height: 202px;
		}
	.bio_information {
		padding-bottom: 5px;
		float: left;
		width: 440px;
		height: 202px;
		}
		.bio_info_left {
			float: left;
			width: 230px;
			height: 202px;
			}
		.bio_info_right {
			float: left;
			width: 210px;
			height: 202px;
			}
	.bio_line_spacer {
		padding: 1px 0;
		float: left;
		width: 602px;
		height: 1px;
		background-color: #bc6123;
		}
		
.slide :hover{
	color: #ffcc00;
	text-decoration: underline;
}

/* ******************************************************************** */
/* Resources Page CSS ************************************************* */
/* ******************************************************************** */
.resources_page_right_column {
	margin: 0 0 5px 0;
	float: right;
	width: 212px;
	}
	.resources_page_right_column p {
		padding: 6px 10px;
		color: #4a2a26;
		line-height: 1.4em;
		font-size: 11px;
		text-align: left;
		}
	.resources_page_right_column a {
		color: #ba2f28;
		text-decoration: none;
		}
		.resources_page_right_column a:hover {
			color: #dc6819;
			text-decoration: underline;
			}

.resources_box {
	margin: 5px 0;
	float: left;
	width: 639px;
	}
	.resources_title {
		font-family: "Arial Narrow";
		font-size: 15px;
		font-weight: bold;
		text-indent: 10px;
		}
	.resources_description {
		float: right;
		}
		.resources_img {
			padding-top: 10px;
			padding-bottom: 0px;
			float: left;
			width: 120px;
			text-align: center;
			}
		.resources_txt {
			float: right;
			width: 474px;
			
			padding: 6px 35px 6px 10px;
			color: #4a2a26;
			line-height: 1.4em;
			font-size: 11px;
			text-align: justify;
			}
		.resources_bottom {
			margin-bottom: 20px;
			float: right;
			width: 518px;
			text-align: left;
			font-weight: bold;
			
			font-size: 11px;
			}
			.resources_bottom img {
				padding-top: 3px;
				padding-left: 5px;
				}
			
/* ******************************************************************** */
/* Practice Areas Page CSS ******************************************** */
/* ******************************************************************** */
.practices_select {
	margin: 0;
	padding: 5px 15px;
	}
	
/* Practice Areas Left and Right Columns CSS */
.practice_areas_left {
	float: left;
	width: 390px;
	margin-left: 72px;
	}
.practice_areas_right {
	float: left;
	width: 390px;
	}
	
/* Practices Areas CSS */
.practice_areas_print_email {
	margin: 0 auto;
	padding-top: 10px;
	width: 535px;
	text-align: right;
	}
	.practice_areas_print_email img {
		padding-right: 5px;
		}

.practice_areas {
	margin: 0 auto;
	text-align: left;
	width: 500px;
	}
	.practice_areas h1 {
		color: #fff;
		font-size: 22px;
		}
	.practice_areas h2 {
		padding: 0 0 5px 0;
		color: #bc6123;
		font-size: 18px;
		line-height: 1.2em;
		}
	.practice_areas h3 {
		padding: 0px 5px 0 15px;
		color: #bb3222;
		font-size: 15px;
		font-style: normal;
		}
	.practice_areas h4 {
		color: #324966;
		font-size: 13px;
		}
	.practice_areas h5 {
		color: #402b2b;
		font-size: 10px;
		}
	.practice_areas h6 {
		color: #000000;
		font-size: 9px;
		font-weight: bold;
		}
	.practice_areas p {
		padding: 6px 35px;
		color: #4a2a26;
		line-height: 1.4em;
		font-size: 12px;
		text-align: justify;
		}
	.practice_areas a {
		color: #ba2f28;
		text-decoration: none;
		}
		.practice_areas a:hover {
			color: #dc6819;
			text-decoration: underline;
			}
	.practice_areas ul {
		padding: 0 35px 0 80px;
		}
		.practice_areas ul li {
			color: #4a2a26;
			font-size: 12px;
			line-height: 1.4em;
			list-style-type: disc;
			}
		.practice_areas ul ul {
			padding: 0 0 0 20px;
			}
			.practice_areas ul ul li {
				list-style-type: circle;
				}
			.practice_areas ul ul ul {}
				.practice_areas ul ul ul li {
					list-style-type: square;
					}
			
/* ******************************************************************** */
/* Homepage Banner Slider ********************************************* */
/* ******************************************************************** */
#navigation {
	position: absolute;
	width: 852px;
	top: 235px;
	z-index: 10;
	}
	#navigation a {
		background: #bc6123;
		color: #ffffff;
		text-transform: uppercase;
		text-decoration: none;
		}
	#navigation a:hover {
		background-image: url(../images/bttn_banner_on.png);
		background-repeat: no-repeat;
		height: 41px;
		width: 28px;
		}
	#navigation a.sexyslider-prev {
		float: left;
		background-color: #bc6123;
		border: 2px solid #ffffff;
		height: 39px;
		width: 26px;
		}
	#navigation a.sexyslider-next {
		float: right;
		background-color: #bc6123;
		border: 2px solid #ffffff;
		height: 39px;
		width: 26px;
		}

#control {
	position: absolute;
	padding-left: 746px;
	top: 125px;
	z-index: 10px;
	}
	#control a {
		background: #bc6123;
		border: 1px solid #ffffff;
		padding: 0 3px;
		color: #ffffff;
		text-transform: uppercase;
		text-decoration: none;
		margin-left: 3px;
		}
		#control a.active {
			background: #bb3222;
			}
		#control a:hover {
			background: #bb3222;
			}
		#control a span {
			visibility: hidden;
			}

/* ******************************************************************** */
/* Homepage Quote CSS ************************************************* */
/* ******************************************************************** */
.homepage_quote {
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	float: right; 
	width: 205px;
	line-height: 1.1em; 
	padding: 10px;
	text-align: left;
	font-size: 20px;
	font-family: 'Arial Narrow'; 
	background-image: url(../images/quotes_bkg_2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	
/* ******************************************************************** */
/* Content Pages Quote CSS ******************************************** */
/* ******************************************************************** */
.content_pages_no_quote {
	float: left;
	}
.content_pages_quote {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	float: right; 
	width: 205px;
	line-height: 1.1em; 
	padding: 10px;
	text-align: right;
	font-size: 25px;
	font-family: 'Arial Narrow';
	background-image: url(../images/quotes_bkg_2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	
/* ******************************************************************** */
/* Tooltip CSS ******************************************************** */
/* ******************************************************************** */
.tooltip {
	display: none;
	background: transparent url(../images/black_arrow.png);
	font-size: 12px;
	height: 75px;
	width: 160px;
	padding: 25px;
	color: #ffffff;	
	}
#demo img {
	border: 0;
	cursor: pointer;
	margin: 0 8px;
	}
	
	
/* ******************************************************************** */
/* Consultant Email Top Bar CSS *************************************** */
/* ******************************************************************** */
.consultant_email {
	margin-right: 35px;
	text-align: right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	.consultant_email a {
		color: #ba2f28;
		text-decoration: none;
		}
		.consultant_email a:hover {
			color: #dc6819;
			text-decoration: underline;
			}
	
	
/* ******************************************************************** */
/* testimonials CSS *************************************************** */
/* ******************************************************************** */	
#quote-wrapper {
	background-image: url(../images/quotes_bkg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
#quote-box-text div, #quote-author div {
	display: none;
	}
#quote-box-text {
	background-image: url(../images/quotes_bkg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
#quote-box a {
	color: #840803;
	text-decoration: none;
	}
	#quote-box a:hover {
		color: #af0b05;
		text-decoration: none;
		}
		
/* ******************************************************************** */
/* Testimonials Page CSS ********************************************** */
/* ******************************************************************** */
.testimonials_quote_image {
	background-image: url(../images/quotes_bkg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
.testimonials_quote_person {
	margin: 0 35px 20px 35px;
	color: #361414;
	font-size: 11px; 
	font-weight: bold; 
	font-style: italic; 
	text-align: right;
	line-height: 1.4em;
	}

/* ******************************************************************** */
/* Newsletter Form CSS ************************************************ */
/* ******************************************************************** */
.newsletter_fields {
	margin: 0;
	}
	.newsletter_fields p {
		padding: 2px 2px;
		color: #4a2a26;
		line-height: 1.4em;
		font-size: 11px;
		}
	.newsletter_input {
		width: 150px;
		height: 15px;
		font: normal 11px/18px Arial, Helvetica, sans-serif;
		padding: 5px 5px;
		margin: 3px 0 3px 0;
		background: #fefbfb;
		border: 1px solid #ddd;
		}
/* ******************************************************************** */
/* News Page CSS ****************************************************** */
/* ******************************************************************** */	
.news_articles_years {
	padding: 0;
	}
.news_articles_parsed {}
	.news_article {}
		.news_article p {
			margin: 5px 0;
			}
		.news_article_title {
			padding: 3px 10px;
			font-weight: bold;
			font-size: 14px;
			line-height: 1.2em;
			}
			.news_article_title a {
				color: #840803;
				text-decoration: none;
				}
				.news_article_title a:hover {
					color: #af0b05;
					text-decoration: none;
					}
		.news_article_date {
			padding: 0 10px 0 30px;
			color: #000000;
			font-size: 10px;
			font-weight: bold;
			}
		/* Formatting for the articles */
		.news_article_summary { 
			padding: 5px 10px 5px 0px;
			color: #4a2a26;
			line-height: 1.4em;
			font-size: 11px;
			text-align: justify;
			}
			.news_article_summary h2 {
				padding: 0 0 5px 0;
				color: #bc6123;
				font-size: 18px;
				line-height: 1.2em;
				}
			.news_article_summary h3 {
				padding: 10px 5px 0 15px;
				color: #bb3222;
				font-size: 15px;
				font-style: normal;
				}
			.news_article_summary h4 {
				color: #324966;
				font-size: 13px;
				}
			.news_article_summary h5 {
				color: #402b2b;
				font-size: 10px;
				}
			.news_article_summary h6 {
				color: #000000;
				font-size: 9px;
				font-weight: bold;
				}
			.news_article_summary p {
				padding: 5px 10px 5px 30px;
				color: #4a2a26;
				line-height: 1.4em;
				font-size: 12px;
				text-align: justify;
				}
			.news_article_summary a {
				color: #ba2f28;
				text-decoration: none;
				}
				.news_article_summary a:hover {
					color: #dc6819;
					text-decoration: underline;
					}
			.news_article_summary ul {
				padding: 5px 10px 5px 50px;
				}
				.news_article_summary ul li {
					color: #4a2a26;
					line-height: 1.4em;
					font-size: 12px;
					text-align: justify;
					}
			.news_article_summary ol {
				padding: 5px 10px 5px 50px;
				}
		.news_article_read_and_attach {
			padding-left: 30px;
			text-align: left;
			font-weight: bold;
			margin-bottom: 10px;
			}
			.news_article_read_more {
				font-size: 11px;
				display: inline;
				}
				.news_article_read_more a {
					color: #840803;
					text-decoration: none;
					}
					.news_article_read_more a:hover {
						color: #af0b05;
						text-decoration: underline;
						}
			.news_article_attachment {
				font-size: 11px;
				display: inline;
				}
				.news_article_attachment a {
					color: #840803;
					text-decoration: none;
					}
					.news_article_attachment a:hover {
						color: #af0b05;
						text-decoration: underline;
						}
#breadcrumbs {}
	#breadcrumbs a {
		color: #840803;
		text-decoration: none;
		}
		#breadcrumbs a:hover {
			color: #af0b05;
			text-decoration: underline;
			}


/* ******************************************************************** */
/* Recent News Include CSS ******************************************** */
/* ******************************************************************** */	
.recent_news_wrapper {
	padding-top: 5px;
	}
	.recent_news_title {
		font-weight: bold;
		font-size: 12px;
		line-height: 1.2em;
		text-align: left;
		}
		.recent_news_title a {
			color: #533b38;
			text-decoration: none;
			}
			.recent_news_title a:hover {
				color: #a51608;
				text-decoration: none;
				}
	.recent_news_summary_brief {
		font-weight: normal;
		font-size: 11px;
		line-height: 1.3em;
		text-align: left;
		padding-left: 10px;
		}
	.recent_news_readmore_date {
		font-weight: bold;
		font-size: 11px;
		text-align: right;
		}
		.recent_news_readmore_date a {
			color: #ba2f28;
			font-weight: bold;
			text-decoration: none;
			}
			.recent_news_readmore_date a:hover {
				color: #dc6819;
				font-weight: bold;
				text-decoration: underline;
				}
