/*
	MASTHEAD

#masthead {
			background-color: #666;
			position: relative;
		}
		
		#masthead #slideshowFlash {
			position: absolute;
			top: 0;
			left: 0;
			height: 291px;
			width: 100%;
			font-family: helvetica neue, arial, sans-serif;
			font-size: 22px;
			color: white;
		}

		#masthead #slideshowFlash em {
			display: block;
			padding-top: 120px;
			font-style: normal;
		}*/


#masthead {
	position: relative;
	display: block;
	height: 291px;
	text-align: center;
}

#masthead #search {
	width: 840px;
	height: 30px;
	background: none;
	margin: 0px auto;
	position: relative;
	top: 22px;	
	border: 0 none;
}

#content .row {
	width: 840px;
	padding: 10px 0px 20px 0;
	margin: 0;
}

#content .row .column {
	width: 280px;
	float: left;
}

#content .row .double {
	width: 560px;
}

/*
	General
*/

#content .row h1 {
	font-weight: normal;
	color: #f4793b;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	padding-bottom: 20px;
}

#content h1 em {
	font-style: normal;
	font-weight: normal;
	color: black;
}

#content a {
	color: #f4793b;
}

#content p {
	font-size: 12px;
	margin: 0px 30px 20px 0px;
}

#content a.learnMore {
	display: inline;
	font-weight: normal;
	color: #5c5c5c;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	padding-right: 12px;
	background: url( ../assets/chevron_light.png ) right center no-repeat;
}

#content a.learnMore:hover {
	background-image: url( ../assets/chevron_dark.png );
}

#content a.learnMore em {
	font-style: normal;
	font-weight: bold;
}


/*
	FEATURE BOX
*/

#content .row .feature {
	position: relative;
	width: 240px;
	padding-left: 30px;
}

#content .feature h1 {
	font-weight: normal;
	color: #f4793b;
	text-transform: uppercase;
	letter-spacing: +0.0em;
	font-size: 18px;
	margin: 0px 0 5px 0;
	padding: 0;
}

.feature h1 em {
	font-style: normal;
	color: black;
	font-weight: bold;
}

.feature a.goto {
	font-weight: normal;
	color: #f4793b;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	display: block;
	position: absolute;
	width: 240px;
	height: 26px;
	left: 30px;
	bottom: 0px;
	background: url( ../assets/dashes_2x2.png ) left bottom repeat-x;
	cursor: pointer;
}

.feature a.goto em {
	color: black;
	font-style: normal;
}

.feature a.goto span {
	font-size: 24px;
	color: #ccc;
	font-weight: normal;
	line-height: 0.9em;
}

#content .feature p {
	margin: 5px 0;
}

.locations {
	height: 70px;
	background: url( ../assets/homepage/feature_offices_bg.png ) bottom center no-repeat;
	margin-bottom: 20px;
}

.video {
	height: 125px;
	background: url( ../assets/homepage/feature_videos_bg.png ) bottom center no-repeat;
	margin-bottom: 20px;
}

/*
	CONTENT
*/

#content .how_we_can_help 
{
	display:block;
	width: 560px;
	background: url( ../assets/homepage/how_we_can_help_bottom_bg.png ) left bottom no-repeat;
	margin-top: 5px;
	
}

#content .how_we_can_help a {
	position: relative;
	display: block;
	margin: 0px;
	padding: 0 0 2px 0;
	width: 560px;
	background: url( ../assets/homepage/how_we_can_help_top_bg.png ) left top no-repeat;
	border: 0;
	text-decoration: none;
	color: #fde1c3;
}

#content .how_we_can_help a:hover {
	color: white;
}

#content .how_we_can_help a p {
    display: block;
    margin: 0;
    padding: 26px 280px 25px 30px;
    font-size: 12px;
    background: url( ../assets/homepage/how_we_can_help.png ) 270px center no-repeat;
    line-height: 100%;
    text-align: left;
}


#content .how_we_can_help a:hover p {
	background-image: url( ../assets/homepage/how_we_can_help_hover.png );
}

#content ul.articles {
	list-style: none outside;
}

#content ul.articles a {
	font-weight: bold;
	color: #5c5c5c;
	text-decoration: none;
}