@import url("/global.css");
/* CompiledCSS */
a {
		text-decoration : underline;
}
h1 {
		line-height : 160%;
}
a.l:hover {
		text-decoration : underline;
}
a.l {
		text-decoration : underline;
}
a:hover {
		text-decoration : underline;
}
td {
		line-height : 160%;
}
div {
		line-height : 160%;
}
.unleaded{
	padding:4px 15px 0 15px;
	margin:0 0 0 0;
	font-size: 16px;
	font-weight: bold;
}


/* Start StyleCSS */
body {
	font-family: 'Nunito', sans-serif;
	font-weight:300;
	font-size: 16px;
	line-height: 160%;
	margin: 0;
	padding: 0;
	background: #0c2625;
	color: #898989;
}
/* Form Resets */
#styleContainer form, 
#styleContainer input, 
#styleContainer textarea {
	font-size: 16px;
	margin: 0;
	padding: 0;
}
/* Image border fix */
img {
	border: 0;
	max-width: 100%;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

/* -------------------------------------------------------------------------------------

Links, Headers and Cellcolor 

------------------------------------------------------------------------------------- */

a, 
a.l, 
a.l3 {
	text-decoration: underline;
	color: #3bb9a9;
/*	transition-duration: .4s;
	-webkit-transition-duration: .4s; */
}
a:hover, 
a.l:hover, 
a.l3:hover {
	text-decoration: none;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 18px;
}
h1, 
h2, 
h3, 
h4 {
	font-family: 'Cutive', serif;
	font-weight:normal;
	line-height:160%;
}
.cellcolor {
	margin: inherit !important;
	padding: inherit !important;
}
h2.hubtab {
	margin-bottom: 0;
}
.headerline {
	background:#0C2625;	
}

/* -------------------------------------------------------------------------------------

simple reset

------------------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, p {
	margin-top: 20px;
}
fieldset, img {
	border: 0;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------------------------------------------------------------------

Style CSS

------------------------------------------------------------------------------------- */

#nav-menu select {
	display: none;
}
#styleContainer {
	width: 100%;
	position: relative;
	background:#fff;
}
.styleWidth {
	position:relative;
	width:1060px;
	margin:0 auto;
}
#styleNav {
	width:100%;
	height:50px;
	background:#0c2625;
	z-index: 400;
	position:absolute;
	top:130px;
	border-bottom:10px solid #5ca332;
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
}
#styleNav.shrink {
	top:0px;
	position:fixed;
}
#styleNav.shrink.showNav {
	top:50px;
}
#styleHeader {
	background:#fff;
	color:#0c2625;
	width:100%;
	height:130px;
	position:absolute;
	top:0;
	left:0;
	z-index: 401;
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
}
#styleHeader.shrink {
	top:0;
	position:fixed;
	height:50px;
	border-top:0;
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
}
#styleHeader.shrink.showNav {
	top:0;
}
#styleHeader.shrink #styleLinks {
	padding:10px 0;
}
#styleHeader.shrink #styleLogo {
	display:none;
}
#styleHeader .menuToggle {
	display:block;
	position:relative;
	top:-50px;
	float:right;
	line-height:30px;
	padding:0 0 0 25px;
	margin:10px 0 10px 25px;
	text-decoration:none;
	font-weight:bold;
	background:url(../images/icons.png) 0 -385px no-repeat;
	cursor:pointer;
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
}

#styleHeader.shrink .menuToggle {
	top:0;
}
#styleHeader.showNav .menuToggle {
	background:url(../images/icons.png) 0 -355px no-repeat;
}
#styleHeader .firm {
	display:block;
	position:absolute;
	top:-50px;
	float:left;
	line-height:50px;
	padding:0;
	margin:0;
	color:#0c2625;
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
}
#styleHeader.shrink .firm {
	top:0;
}
#styleSpace {
	width:100%;
	height:190px;
	background:#5CA332;
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
}
#styleSpace.shrink {
	height:60px;
}
#styleSpace.shrink.showNav {
	height:110px;
}
#styleLogo {
	display:block;
	float:left;
	color:#0c2625;
	text-decoration:none;
}
#styleLogo h2 {
	color:#0c2625;
	text-transform:none;
	line-height:50px;
	padding:40px 0;
	margin:0;
	font-size:32px;
}
#styleLogo img {
	display:block;
}
#styleLinks {
	float:right;
	line-height:30px;
	padding:50px 0;
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
}
#styleHeader .menuToggle {
	color:#0c2625;
}
#styleLinks a {
	display:block;
	padding:0 0 0 25px;
	margin:0 0 0 25px;
	float:right;
	text-decoration:none;
	font-weight:bold;
	color:#0c2625;
}
#styleLinks a:hover,
#styleHeader .menuToggle:hover {
	color:#3dbfb9;
}
#styleLinks .subscribe {
	background:url(../images/icons.png) 0 -385px no-repeat;
}
#styleLinks .portal {
	background:url(../images/icons.png) 0 -415px no-repeat;
}
#styleLinks .phone {
	background:url(../images/icons.png) 0 -445px no-repeat;
}
#styleFeature {
	width:100%;
	background:#67b538;
	color:#fff;
	padding:70px 0;
	border-bottom:10px solid #5ca332;
}
#styleFeature.internal {
	padding:40px 0;
}
#styleFeature .styleWidth {
	display:table;
}
#styleFeature.internal .slider-btn {
	width:340px;
	height:130px;
	bottom:auto;
	right:auto;
	position:relative;
	float:right;
}
#styleFeature.internal .slider-btn a {
	width:295px;
	height:50px;
	line-height:50px;
}
#styleFeature h1.tagline {
	font-size:50px;
	margin:0;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
#styleFeature.internal h1.tagline {
	font-size:40px;
	text-align:left;
}
#styleFeature .sidebar {
	display:table-cell;
	vertical-align:middle;
	padding-left:20px;
}
#stylePage {
	width:640px;
	float:left;
}
#styleSidebar {
	width:340px;
	float:right;
}
#styleSidebar .hasCountdown {
	color:#3DBFB9;
	padding-bottom:40px;
}
/* RSS Feed */

#rssFeedReader .rssHeader,
#rssFeedReader .rssBody div {
	display:none;
}

#rssFeedReader .rssBody ul {
	padding:0;
	margin:0;
}
#rssFeedReader .rssRow {
	list-style:none;
	margin:0 0 20px;
	padding:0;
}
#rssFeedReader .rssRow h4,
#rssFeedReader .rssRow {
	font-size:14px;
	margin-bottom:0;
}
#rssFeedReader .rssRow h4 a {
	font-weight:bold;
}
#rssFeedReader .rssRow p {
	margin-top:0;
}


#styleSubFeature {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}
#styleSubFeature li {
	width:340px;
	float:left;
	display:block;
	padding:0 20px 0 0;
}
#styleSubFeature li:last-child {
	padding:0;
}
#styleSubFeature li img {
	height:50px;
	width:40px;
	float:left;
	top:20px;
	position:relative;
}
#styleSubFeature li:nth-child(1) img {
	background:url(../images/icons.png) 0 0 no-repeat;
}
#styleSubFeature li:nth-child(2) img {
	background:url(../images/icons.png) 0 -60px no-repeat;
}
#styleSubFeature li:nth-child(3) img {
	background:url(../images/icons.png) 0 -120px no-repeat;
}
#styleSubFeature li a {
	display:block;
	min-width:100px;
	float:left;
	height:40px;
	line-height:40px;
	text-decoration:none;
	color:#3dbfb9;
	font-weight:bold;
	padding:0 45px 0 15px;
	margin:30px 0 0;
	background:url(../images/sm_icons.png) right -120px no-repeat #fff;
	-webkit-box-shadow: 2px 2px 0px #5ca332;
	-moz-box-shadow:    2px 2px 0px #5ca332;
	box-shadow:         2px 2px 0px #5ca332;
}
#styleSubFeature li a:hover {
	color:#fff;
	background:url(../images/sm_icons.png) right -80px no-repeat #0c2625;
}
#styleContent {
	background:#fff;
	width:100%;
	padding:70px 0;
}
#styleContent #styleTitle {
	margin-top:0;
}
#styleServices {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}
#styleServices li {
	width:25%;
	float:left;
	display:block;
	margin:0 0 30px 0;
}
#styleServices li:nth-child(even):after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/************************************************************************************
SLIDER
*************************************************************************************/
#sliderContainer {
	width:100%;
	background:#86cb49;
	border-top:10px solid #5ca332;
	border-bottom:10px solid #5ca332;
	height:310px;
	margin:80px 0 70px;
}
#slider {
	background:none !important;
	margin:0 auto;
	position:relative;
	height:370px;
	max-width:1060px;
	padding:10px;
	width:inherit !important;
	top:-40px;
}
#slider .overflow {
	height:370px;
	overflow:hidden;
	background:#fff;
	position:relative;
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    4px 4px 5px rgba(0, 0, 0, 0.3);
	box-shadow:         4px 4px 5px rgba(0, 0, 0, 0.3);
}
/* slider slides */
#slider .slides {
	background:none !important;
	margin:0;
	padding:0;
	width:1040px !important;
	height:350px;
	position:absolute;
	top:10px;
	left:10px;
	overflow:hidden;
}

#slider .slides li {
	background:none !important;
	padding:0;
	height:350px;
	list-style:none;
	width:1040px !important;
}
/* slider details */
#slider .details {
	position: absolute;
	left: 0;
	width:1040px;
	padding:0;
	text-align:center;
	top: 80px;
	height: 210px;
}
#slider .slides li img {
	width:1040px;
	height:350px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slider .slides .one {
	background-image:url(../images/slide1.jpg);
}
#slider .slides .two {
	background-image:url(../images/slide2.jpg);
}
#slider .slides .three {
	background-image:url(../images/slide3.jpg);
}
#slider .details h2 {
	font-size:60px;
	line-height:60px;
	margin:0;
	text-shadow: 0px 0px 10px rgba(0, 0, 0,.5);
}
#slider .details h3 {
	line-height:40px;
	margin:15px 0 0;
	font-weight:500;
	font-size:40px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}
#slider .details h4 {
	position:absolute;
	font-size:20px;
	bottom:15px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
	width:100%;
}
.slider-btn {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	width: 100%;
	height: 70px;
	z-index: 300;
}
.slider-btn a {
	display:block;
	background:url(../images/sm_icons.png) right -77px no-repeat #0c2625;
	height:50px;
	width:490px;
	float:left;
	line-height:50px;
	margin:10px 10px 0;
	padding:0 0 0 25px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	text-transform:capitalize;
}
.slider-btn a.contact {
	background-color: #3dbfb9;
	margin-right:0;
}
.slider-btn a.phone {
	display:none;
}
.slider-btn a:hover {
	background-color: #fa6900;
}
#slider .next,
#slider .prev {
	top:90px;
}
#slider .prev {
	display:block;
	width:65px;
	height:130px;
	background:url(../images/slideshow_nav_bkg.png) -65px 0;
	position:absolute;
	left:10px;
	z-index: 300;
}
#slider .next {
	display:block;
	width:65px;
	height:130px;
	background:url(../images/slideshow_nav_bkg.png) 0 0;
	position:absolute;
	right:10px;
	z-index: 300;
}
#slider span {
	display:block;
	width:65px;
	height:130px;
}
#slider .next span {
	background-image:url(../images/sm_icons.png);
	
	background-position:28px -173px;
	background-repeat:no-repeat;
	
	/*background:url../images/sm_icons.png)  28px -173px no-repeat;*/
}
#slider .next span:hover {
	background-position:33px -333px;
	background-repeat:no-repeat;
	background:url../images/sm_icons.png) /*33px -333px no-repeat*/;
}
#slider .prev span {
	background:url(../images/sm_icons.png) 20px -253px no-repeat;
}
#slider .prev span:hover {
	background:url(../images/sm_icons.png) 15px -413px no-repeat;
}
#styleSeals {
	margin:50px 0 0;
	padding:0;
	display:table;
	list-style:none;
	width:100%;
}
#styleSeals li {
	text-align:center;
	vertical-align:middle;
	display:table-cell;
}
#styleFooter {
	width:100%;
	color:#fff;
	padding:70px 0;
	background:#0C2625;
}
#styleFooter a {
	color:#fff;
	text-decoration:none;
}
#styleFooter a:hover {
	color:#3dbfb9;
}
#styleFooter .left {
	float:left;
	width:50%;
}
#styleFooter .left span {
	white-space:nowrap;
}
#styleFooter .right {
	float:right;
	width:50%;
	text-align:right;
}
#styleFooter .top {
	background:url(../images/icons.png) 0 -480px no-repeat;
	padding:0 0 0 25px;
}
@media all and (max-width: 1079px) and (min-width: 0) {
	#nav-menu select {
		display: block;
		line-height:30px;
		height:30px;
		margin:10px 0;
		width:100%;
	}
	#nav-menu ul.menu {
		display: none !important;
	}
}

@media all and (max-height: 800px), all and (max-width: 1079px) and (min-width: 0) {  
	#styleFeature,
	#styleContent,
	#styleFooter {
		padding:40px 0;
	}
	#sliderContainer {
		margin:50px 0 40px;
	}
}

/* Netbooks and Tablets */
@media all and (max-width: 1079px) and (min-width: 0) {
	.styleWidth {
		width:720px;
	}
	#styleHeader .firm,
	#styleLinks .portal {
		display:none;
	}
	#styleFeature.internal h1.tagline,
	#styleFeature h1.tagline {
		font-size: 32px;
	}
	#styleFeature.internal .slider-btn {
		height:130px;
		width:230px;
	}
	#styleFeature.internal .slider-btn a {
		width: 185px;
	}
	#styleSubFeature li {
		width:340px;
	}
	#slider {
		max-width:720px;
	}
	#slider .slides,
	#slider .details,
	#slider .slides li img {
		width:700px !important;
	}
	#slider .details {
		top: 50px;
		height: 240px;
	}
	#slider .details h4 {
		width:auto;
		padding-left: 80px;
		padding-right: 80px;
	}
	.slider-btn a {
		width:320px;
		height:50px;
		line-height:50px;
	}
	#slider .next, 
	#slider .prev {
		top: 90px;
	}
	#styleSubFeature li {
		width: 230px;
		padding: 0 15px 0 0;
	}
	#styleServices li {
		width:50%;
	}
	#styleSidebar,
	#stylePage {
		width:100%;
		float:none;
	}
	#styleSidebar {
		margin-top:50px;
		padding-top:50px;
		border-top: 10px solid #5CA332;
	}
}

/* Smartphones - Landscape */
@media all and (max-width: 747px) and (min-width: 0) {
	.styleWidth {
		width:auto;
		padding:0 10px;
	}
	#styleNav,
	#styleNav.shrink {
		top:0;
		position:absolute;
		z-index:401;
		border-bottom:0;
	}
	#slider .slides li,
	#slider .slides,
	#slider .details,
	#slider .slides li img {
		width:100% !important;
	}
	#styleFeature h1.tagline {
		font-size: 32px;
	}
	#styleSubFeature li,
	#styleSubFeature li:last-child {
		width:100%;
		padding-top:40px;
	}
	#styleSubFeature li:first-child {
		padding-top:0;
	}
	#sliderContainer {
		background: none;
		border-top: 0;
		border-bottom: 0;
		height:auto;
	}
	#slider,
	#slider .overflow {
		max-width:100%;
		padding:0;
		height:auto;
		top:auto;
	}
	#styleHeader #styleLinks,
	#slider .slides,
	#styleFeature.internal .sidebar,
	#slider .details h4,
	#slider .prev,
	#slider .next,
	#styleHeader .menuToggle,
	#styleHeader .firm,
	#styleSpace,
	#styleFooter .top {
		display:none;
	}
	.slider-btn {
		bottom:auto;
		width:100%;
		position:relative;
	}
	.slider-btn {
		height:190px;
	}
	.slider-btn a.phone {
		display:block;
	}
	.slider-btn a {
		width:100%;
		background-position:right -77px !important;
		margin-left:0;
		padding:0;
		text-indent:25px;
	}
	.slider-btn a.contact {
		margin-right:0
	}
	#slider .slides li img {
		max-width: none;
	}
	#styleHeader,
	#styleHeader.shrink {
		height:inherit;
		position:relative;
		top:inherit;
		padding-top:50px;
		border-bottom:10px solid #5CA332;
		z-index: 400;
	}
	#styleHeader.shrink #styleLogo {
		display:block;
	}
	#styleLinks	{
		padding:10px 0;
	}
	#styleLinks,
	#styleLogo {
		float:none;
		text-align:center;
	}
	#styleLinks a {
		float:none;
		display:inline-block;
		margin: 0 15px 0 10px;
	}
	#styleLogo img {
		margin:0 auto;
	}
	
	#styleFooter .left,
	#styleFooter .right {
		width:auto;
		float:none;
		text-align:center;
	}
	#styleServices li {
		width:auto;
		float:none;
	}
}
/* Smartphones - Portrait */
@media all and (max-width: 359px) and (min-width: 0) {
	#slider .details h2 {
		font-size:45px;
	}
	#styleFeature.internal h1.tagline,
	#styleFeature h1.tagline,
	#slider .details h3 {
		font-size:25px;
	}
}

/* -------------------------------------------------------------------------------------

CSS Fixes - Below is a compilation of hacks/fixes to normalize some of our dated content 

------------------------------------------------------------------------------------- */
#Map iframe, #Directions .gadget, #Directions iframe {
	width: 100%;
}
#Map iframe.thumbborder {
padding:0;
}
.hubtab {
	padding: 5px 20px 0 !important;
	background: #ffffff;
	line-height: 160%;
}
#fancyboxPortal input, 
#fancyboxPortal textarea {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#loginform input.box {
	width: 100% !important;
}
#loginform .btn {
	padding: 0 15px !important;
	margin: 10px auto 0 !important;
	float: right !important;
	font-weight: inherit !important;
	font-size: inherit !important;
}
#loginform fieldset li {
	padding: 0 !important;
	border: 0 !important;
}
#Newsletter table:first-child td:nth-child(3), 
#Newsletter table:first-child td:nth-child(2) {
	display: none;
}
/* Hides the default header and footer */
#Header, 
#Footer {
	display: none;
}
/* Centers Forms */
#Form table {
	margin: 0 auto;
	border: 0;
	max-width: 350px;
}
#Form input:not([type=submit]), 
#Form textarea {
	width: 100%;
}
#Form input[type=submit] {
	padding:0 20px;
}
form td {
	border: 0;
}
form td p {
	margin: 0;
	padding: 0;
}
/* Reduces caption font size */
.caption {
	font-size: .9em
}
/* Tax Rates Page Mess */
#TaxRates {
	font-size: .9em
}
#TaxRates p, 
#TaxRates font, 
#TaxRates p font, 
#TaxRates p font font {
	font: 100%/160%;
	margin: 0;
	padding: 0;
}
#TaxRates table, 
#TaxRates td {
	border: 0;
}
#TaxRates td {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 7px 0;
	width: 50% !important;
}
#TaxRates table table, 
#TaxRates table table td {
	border: 0
}
/* Tax Due Dates */
#DueDates table {
	width: 100%;
}
/* Guides */
#Guides center table img {
	display: none;
}
#Guides table div img {
	display: block;
}
#Guides table img {
	display: none;
}
#Guides center table td {
	width: 50% !important;
}
#Guides center table td a, 
#Guides table a {
	font-size: .9em;
}
#fga, 
#toc {
	width: 100% !important;
}
#fga .cellcolor {
	padding: inherit;
	margin: inherit;
	background: none;
	color: #333333 !important;
}
#toc ul li {
	list-style-image: none !important;
}
#fga .tip, 
#fga .note, 
#fga .example, 
#fga .calculator, 
#fga .caution, 
#fga .rfg {
	background: none !important;
	padding-left: inherit !important;
	font-style: italic !important;
}
.backToTop {
	display: none;
}
img[name*=triangle] {
	display: none;
}
td.cellcolor p {
	margin: inherit !important;
	padding: inherit !important;
}
#Guides table td {
	width: auto;
	padding: 0 !important;
}
#Guides table td:first-child {
	width: 0;
}
/* Tax Publications */
#Publications {
	font-size: .9em;
}
#Publications p, 
#Publications font, 
#Publications p font, 
#Publications p font font {
	font: 100%/160%;
	margin: 0;
	padding: 0;
}
#Publications table {
	width: 100%;
}
#Publications table, 
#Publications td {
	border: 0;
}
#Publications td {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 7px 0;
}
/* Record Retention */
#RecordRetention table img {
	display: none;
}
/* Directions */
#Directions form table {
	width: 500px;
	padding-bottom: 20px;
}
/* Newsletter */
#table1 {
	font-size: .9em;
	width: 100%;
}
#table1 p, 
#table1 font, 
#table1 p font, 
#table1 p font font {
	font: 100%/160%;
	margin: 0;
	padding: 0;
}
#table1 table {
	width: 100%;
}
#table1 table, 
#table1 td {
	border: 0;
}
#table1 td {
	border-bottom: 1px solid #ccc;
	margin: 0;
}
/* Recommended Books */
#ListBooks table {
	width: 100% !important;
}
/* Hub Page Fixes */
#ListSub .thumbborder.thumbpad, 
#ServicesHub table td:first-child {
	display: none;
}
#ServicesHub p,
#ServicesHub br.clearfloat {
	display:none;
}
#ServicesHub table {
	margin:0 0 20px 0;
}
#ListSub table td {
	display: block;
	width: 100%;
	float: left;
}
#ListSub table td:nth-child(2) {
	display: none;
}

#Guides > table h1,
#Guides > table + br + br {
	display: none;
}
#Guides {
	position:relative;
	top:-60px;
}
.caption {
	font-size:inherit;
}


/* Start MENU */
/*--------------------------- FUNCTION ---------------------------*/

.menu, .menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu {
	float: left;
	margin-bottom: 1em;
	width: 100%;
	position: relative;
}
.menu a {
	padding: 0 20px;
	text-decoration: none;
	display: block;
	position: relative;
}
.menu li li li ul {
	display: none !important; /* hide 4th level elements */
	visibility: hidden !important;
}
.menu ul {
	position: absolute;
	top: -999em;
	width: 13em; /* left offset of submenus need to match (see below) */
}
.menu ul li {
	width: 100%;
	width: auto;
	float: left;
}
.menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.menu li:hover li ul, .menu li.sfHover li ul, .menu li li:hover li ul, .menu li li.sfHover li ul {
	top: -999em;
}
.menu li li:hover ul, .menu li li.sfHover ul, .menu li li li:hover ul, .menu li li li.sfHover ul {
	left: 13em; /* match ul width */
	top: 0;
}
.menu li li ul {
	width: 13em;
	border-bottom:0;
}
.menu li:hover ul, .menu li.sfHover ul {
	z-index: 99;
}
.menu li ul {
	width: 100%; /*IE6 soils itself without this*/
	border-bottom:10px solid #5CA332;
}

/*--------------------------- STYLES SIZES COLORS ---------------------------*/

/* Top */
.menu li:hover ul, .menu li.sfHover ul, .menu ul li:hover ul, .menu ul li.sfHover ul {
	left: 0;
	top: 50px; /* match top list item height */
}
.menu li {
	font-size: 16px;
	line-height: 50px;
	font-weight: bold;
	float: left;
	position: static;
}
.menu, .menu li {
	background: #0c2625;
}
.menu a, .menu a:visited {
	color: #fff;
}
/* Secondary */
.menu li li {
	font-size: 14px;
	font-weight: normal;
	position: relative;
}
.menu li ul, .menu li li, .menu li:hover, .menu li.sfHover {
	background: #ffffff;
}
.menu li a:hover, .menu li.sfHover a, .menu li li a {
	color: #3bb9a9;
}
/* Dropdown */
.menu li li li {
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	width: 100%;
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
}
.menu ul li:hover, .menu ul li.sfHover, .menu ul li:hover li, .menu ul li.sfHover li {
	background: #3bb9a9;
}
.menu li li a:hover, .menu li li.sfHover a, .menu li li li a {
	color: #fff;
}
/* Dropdown Hover */
.menu li li li:hover, .menu li li li.sfHover, .menu ul li li a:focus, .menu ul li li a:hover, .menu ul li li a:active {
	background: #0C2625;
}

/*--------------------------- ARROWS ---------------------------*/

/* Top Link Arrows */
.menu li a.topdaddy {
	/*background: url(../images/sm_icons.png) right -35px no-repeat;*/
	transition-duration: 0;
	-webkit-transition-duration: 0;
}
/* Top Link Arrows HOVER */
.menu li:hover a.topdaddy, .menu li.sfHover a.topdaddy {
	/*background: url(../images/sm_icons.png) right 5px no-repeat;*/
}
/* Second Link Arrows */
.menu li:hover li a.daddy, .menu li.sfHover li a.daddy {
	/*background: url(../images/sm_icons.png) right 5px no-repeat;*/
	transition-duration: 0;
	-webkit-transition-duration: 0;
}
/* Second Link Arrows HOVER */
.menu li:hover li:hover a.daddy, .menu li.sfHover li.sfHover a.daddy {
	/*background: url(../images/sm_icons.png) right -35px no-repeat;*/
}
/* Third Link Arrows HIDDEN */
.menu li:hover li:hover li a.daddy, .menu li.sfHover li.sfHover li a.daddy {
	background:none;
}
/* Arrow padding */
.menu .topdaddy a, .menu a.daddy {
	padding-right: 40px;
}


/* ----------------------------List style--------------------------*/
#list_style
{
	width:650px;
	display:block;
	clear:both;	
	float:left;

	
}
#list_style ul
{
	
	padding-left:0;
	float:left;	
	width:650px;
}
#list_style ul li 
{
	list-style:none;
	width:300px;
	
	
}
#list_style ul li a
{
	list-style:none;	
}
#offices
{
	width:310px;
	display:block;
	float:right;	
	
	
}
#offices2
{
	width:310px;
	display:block;
	float:left;	
	
	
}