/*
######################################################################################
######                                                                        #######
######     ABOUT US PAGE STYLES    	                                         #######
######                                                                      #######
##################################################################################
*/

body { background-image: url(../../../images/page-specific/text_and_images/template2/body_bg-standard.jpg); }

/********************************************************************************/
/***** MIDDLE STYLES ***********************************************************/
/******************************************************************************/

.middle {
	height: auto !important;
	min-height: 400px;
	height: 400px;
	padding-top: 30px;
}


/********************************************************************************/
/***** INTRO STYLES ************************************************************/
/******************************************************************************/

.intro {
	width: 924px;
	height: 184px;
	padding: 20px 30px 0 30px;
	background-image: url(../../../images/page-specific/text_and_images/template2/intro-bg.jpg);
	background-repeat: no-repeat;
	font-size: 1.3em;
	line-height: 1.7em;
	}
	.intro h1 {
		display: none;
		}
	.intro h2 {
		position: relative;
		top: 115px;
		text-align: center;
		color: #fef161;
		font-size: 1.4em;
		}


/********************************************************************************/
/***** PARAGRAPH STYLES ********************************************************/
/******************************************************************************/

.section {
	text-align: center;
	font-size: 1.8em;
	}
	.section p {
		margin-bottom: 30px;
		line-height: 1.4em;
		}
	.section h2 {
		text-align: center;
		font-size: 1.4em;
		font-weight: bold;
		margin-bottom: 27px;
		}
	.section .quote {
		color: #5b7589;
		font: normal 1em Georgia, "Times New Roman", Times, serif;
		line-height: 1.4em;
		}
		.section .quote .name {
			color: #939fa7;
			}










