@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: 980px;
	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;
	margin: auto;
	margin-top: 0px;
	position: relative;
	padding-top: 65px;
}



#slider-wrapper {
	background-image: url(images/slide_bkgd.png);
	background-repeat: no-repeat;
	width: 998px;
	height: 450px;
	margin: auto;
	padding-top: 8px;
	position: relative;
}



#slider {
position:relative;
//See the "style-pack" below for image
background:url(images/loading.gif) no-repeat 50% 50%; 
}
#slider img {
position:absolute;
top:0px;
left:0px;
display:none;
}



#slider {
	width: 980px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}








/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
	display: none;
}
.nivo-nextNav {
	right:0px;
	display: none;
}
/* Control nav styles (e.g. 1,2,3...) */


.nivo-controlNav {
	width: 75px;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	padding: 8px 0;
	

}
.nivo-controlNav a {
	display:block;
	cursor:pointer;
	background-image: url(images/slide_circles_white_inactive.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	float: left;
	
}

.nivo-controlNav a:hover {
	display:block;
	cursor:pointer;
	background-image: url(images/slide_circles_green_active.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	float: left;
	
}


.nivo-controlNav a.active {
	cursor:pointer;
	background-image: url(images/slide_circles_green_active.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
}







.hidecircleroll {
	visibility: hidden;
}



#leftbox {
	background-image: url(images/farrellcounsel_home_box.png);
	background-repeat: no-repeat;
	width: 462px;
	height: 326px;
	margin-top: 33px;
	margin-left: 4px;
	position: relative;
	float: left;
}


#lefttext {
	display: block;
	text-decoration: none;
	font-family: SignikaLight, sans-serif;
	font-size: 16px;
	color: #4d4d4d;
	width: 392px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 28px;
	position: relative;
	
}


.hideleftbtnroll {
visibility: hidden;
}

#leftbtn {
	background-image: url(images/farrellcounsel_home_leftbtn.png);
	background-repeat: no-repeat;
	width: 380px;
	height: 47px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 19px;
	position: relative;
	
}

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

#leftbtn:hover {
	background-image: url(images/farrellcounsel_home_leftbtn_roll.png);
	background-repeat: no-repeat;
	width: 380px;
	height: 47px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 19px;
	position: relative;
}



#rightbox {
	background-image: url(images/farrellcounsel_home_box.png);
	background-repeat: no-repeat;
	width: 462px;
	height: 326px;
	margin-top: 33px;
	margin-right: 5px;
	position: relative;
	float: right;
}


#righttext {
	display: block;
	text-decoration: none;
	font-family: SignikaLight, sans-serif;
	font-size: 16px;
	color: #4d4d4d;
	width: 392px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 28px;
	position: relative;
	
}

.hiderightbtnroll {
visibility: hidden;
}

#rightbtn {
	background-image: url(images/farrellcounsel_home_rightbtn.png);
	background-repeat: no-repeat;
	width: 380px;
	height: 47px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 19px;
	position: relative;
}

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

#rightbtn:hover {
	background-image: url(images/farrellcounsel_home_rightbtn_roll.png);
	background-repeat: no-repeat;
	width: 380px;
	height: 47px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 19px;
	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: 20px;
	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;}







