@charset "UTF-8";


body {
	padding: 0px;
	margin: 0px;
	background: #003b75;
}

#header_bkgd {
	min-width: 1000px;
	width:100%;

	background: #fff;

	background: -moz-linear-gradient(top, #fff 0%, #fff 50%, #e6e6e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#fff), color-stop(100%,#e6e6e6));
	background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, #e6e6e6 100%);
	background: -o-linear-gradient(top, #fff 0%, #fff 50%, #e6e6e6 100%);
	background: -ms-linear-gradient(top, #fff 0%, #fff 50%, #e6e6e6 100%);
	background: linear-gradient(to bottom, #fff 0%, #fff 50%, #e6e6e6 100%);

	-webkit-box-shadow: inset 0px 1px 1px #fff, 0px 1px 3px #000;
	-moz-box-shadow: inset 0px 1px 1px #fff, 0px 1px 3px #000;
	-o-box-shadow: inset 0px 1px 1px #fff, 0px 1px 3px #000;
	box-shadow: inset 0px 1px 1px #fff, 0px 1px 3px #000;

	border-bottom: 1px solid #fff;
}


#header_bkgd_image {
	background-image: url(images/header_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #0d58a2;
	height: 130px;

	position: relative;
	margin-top: 0px;
	overflow: auto;

}


#header {
	color: #0d58a2;
	height: 130px;
	width: 1000px;
	padding: 0px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;;
}


#logo a {
	background-image: url(images/farrellcounsel_logo.png);
	background-repeat: no-repeat;
	width: 380px;
	height: 83px;
	margin-top: 22px;
	margin-left: 4px;
	position: relative;
	float: left;
}


#menu {
	display: block;
	text-decoration: none;
	font-family: avenir65heavy, sans-serif;
	font-size: 20px;
	word-spacing: 20px;
	text-shadow: 1px 1px 1px #ffffff;
	color: #1d3e72;
	position: relative;
	margin-top: 80px;
	margin-right: -50px;
	float: right;
	width: 550px;
}

#menu a:link { 
 color: #1d3e72; 
 text-decoration: none; 
} 

#menu a:visited { 
 color: #1d3e72; 
 text-decoration: none; 
}

#menu a:hover { 
 color: #1cd643; 
 text-decoration: none; 
} 

#blue_line_top {
	width: 100%;
	height: 17px;
}

#content_bkgd {
	min-width: 1000px;
	width: 100%;
	height: 770px;
	background: #fff;

	background: -moz-linear-gradient(top, #e6e6e6 0%, #fff 20%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(20%,#fff), color-stop(100%,#fff));
	background: -webkit-linear-gradient(top, #e6e6e6 0%,#fff 20%,#fff 100%);
	background: -o-linear-gradient(top, #e6e6e6 0%,#fff 20%,#fff 100%);
	background: -ms-linear-gradient(top, #e6e6e6 0%,#fff 20%,#fff 100%);
	background: linear-gradient(to bottom, #e6e6e6 0%,#fff 20%,#fff 100%);

	-webkit-box-shadow: inset 0px 1px 1px #fff, 0px -1px 3px #000;
	-moz-box-shadow: inset 0px 1px 1px #fff, 0px -1px 3px #000;
	-o-box-shadow: inset 0px 1px 1px #fff, 0px -1px 3px #000;
	box-shadow: inset 0px 1px 1px #fff, 0px -1px 3px #000;
}

#content {
	width: 1000px;
	height: 674px;
	margin: auto;
	margin-top: 0px;
	position: relative;
}


#title {
	display: block;
	text-decoration: none;
	font-family: SignikaLight, sans-serif;
	font-size: 31px;
	text-shadow: 1px 1px 1px #ffffff; 
	color: #4d4d4d;
	width: 980px;
	height: 74px;
	margin-left: 10px;
	padding-top: 45px;
	padding-bottom: 34px;
	position: relative;
}


#photo {
	background-image: url(images/about_hunter_photo.png);
	background-repeat: no-repeat;
	width: 245px;
	height: 295px;
	position: relative;
	margin-top: 43px;
	margin-left: 63px;
	margin-bottom: 43px;
	margin-right: 10px;
	float: right;
}

#paragraph1 {
	display: block;
	text-decoration: none;
	font-family: SignikaLight, sans-serif;
	font-size: 16px;
	text-shadow: 1px 1px 1px #ffffff; 
	color: #4d4d4d;
	width: 980px;
	height: 200px;
	margin-left: 10px;
	margin-top: 50px;
	position: relative;
}


#bluetext {
	display: block;
	text-decoration: none;
	font-family: SignikaRegular, sans-serif;
	font-size: 18px;
	color: #115ba3;
	width: 297px;
	height: 24px;
	margin-top: 30px;
	margin-left: 10px;
	position: relative;
}


#paragraph2 {
	display: block;
	text-decoration: none;
	font-family: SignikaLight, sans-serif;
	font-size: 16px;
	text-shadow: 1px 1px 1px #ffffff; 
	color: #4d4d4d;
	width: 980px;
	height: 310px;
	margin-left: 10px;
	margin-top: 10px;
	position: relative;
}




#footer_bkgd {
	background-image: url(images/footer_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #0d58a2;
	height: 180px;
	min-width: 1000px;
	width: 100%;
	position: relative;
	margin-top: 0px;

	-webkit-box-shadow: inset 0px 2px 5px #000;
	-moz-box-shadow: inset 0px 2px 5px #000;
	-o-box-shadow: inset 0px 2px 5px #000;
	box-shadow: inset 0px 2px 5px #000;
}


#footer {
	width: 1000px;
	height: 180px;
	margin-top: 0px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;

}


#footermenu {
	display: block;
	text-decoration: none;
	font-family: avenir65medium, sans-serif;
	font-size: 14px;
	word-spacing: 18px;
	color: #ffffff;
	width: 344px;
	height: 18px;
	position: relative;
	margin-left: 8px;
	padding-top: 30px;
	width: 380px;

}

#footermenu a:link { 
 color: #ffffff; 
 text-decoration: none; 
} 

#footermenu a:visited { 
 color: #ffffff; 
 text-decoration: none; 
}

#footermenu a:hover { 
 color: #1cd643; 
 text-decoration: none; 
} 


#legal {
	display: block;
	font-family: avenir65medium, sans-serif;
	font-size: 10px;
	color: #ffffff;
	width: 312px;
	height: 16px;
	position: relative;
	margin-top: 30px;
	margin-left: 8px;
	text-decoration:underline;

}

#legal a:link { 
 color: #ffffff; 
 text-decoration: none; 
} 

#legal a:visited { 
 color: #ffffff; 
 text-decoration: none; 
}

#legal a:hover { 
 color: #1cd643; 
 text-decoration: underline; 
} 


#copyright {
	display: block;
	text-decoration: none;
	font-family: avenir65medium, sans-serif;
	font-size: 10px;
	color: #ffffff;
	width: 312px;

	position: relative;
	margin-top: 0px;
	margin-left: 8px;

}



#footercontact {
	display: block;
	text-decoration: none;
	font-family: avenir65medium, sans-serif;
	font-size: 14px;
	color: #ffffff;
	width: 400px;
	height: 30px;
	position: relative;
	margin-top: -100px;
	margin-right: 8px;
	float: right;
}

#footercontact a:link { 
 color: #ffffff; 
 text-decoration: none; 
} 


#footercontact a:visited { 
 color: #ffffff; 
 text-decoration: none; 
}

#footercontact a:hover { 
 color: #1cd643; 
 text-decoration: none; 
} 

#contact {
	display: block;
	text-decoration: none;
	font-family: avenir65medium, sans-serif;
	font-size: 14px;
	color: #ffffff;
	width: 295px;
	height: 18px;
	position: relative;
	margin-right: 94px;
	float: left;
}


.hidelinkedinroll {
visibility: hidden;
}

#footerlinkedin {
	background-image: url(images/linkedin.png);
	background-repeat: no-repeat;
	width: 110px;
	height: 30px;
	position: relative;
	margin-top: -27px;
	margin-right: -14px;
	float: right;
}

#footerlinkedin a {
	height: inherit;
	width: inherit; 
	display: block; 
}

#footerlinkedin:hover {
	background-image: url(images/linkedin_roll.png);
	background-repeat: no-repeat;
	width: 110px;
	height: 30px;
	position: relative;
	margin-top: -27px;
	margin-right: -14px;
	float: right;
}


#disclaimer {
	display: block;
	text-decoration: none;
	font-family: avenir65medium, sans-serif;
	font-size: 10px;
	color: #ffffff;
	width: 980px;

	position: relative;
	margin-top: 0px;
	margin-left: 8px;
	clear: both;
}




a {text-decoration:none;}










