@import url("/global.css");
/* CompiledCSS */
.unleaded{
	padding:4px 15px 0 15px;
	margin:0 0 0 0;
	font-size: 16px;
	font-weight: bold;
}


/* Start StyleCSS */
/*
Colors

BKG: #093a1e
Gradient: #28ac60 / #1f864b
Accent 1: #28ac60

Gradient3: #d0bf00 / #978b00
Accent 2: #d0bf00

Button Border: #12753c (top + right +left) #005424 (bottom)
Button Inset:  #49d785 (left + top)


*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:160%;
	margin:0;
	padding:0;
	background:url(/images/galleries/style/504/images/bkg.png) #093a1e;
	color:#666666;
	line-height:150%;
}
/* Demo Wizard */
h1.wizardHeader {
    color: #D0BF00;
    display: block !important;
    margin-top: 30px;
}

.wizardFirmType {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
    text-decoration: none;
	color: #28AC60;
}

/* Form Resets */
form, 
input, 
textarea {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
/* Image border fix */
img {
	border:0;
	max-width:100%;
}
/* -------------------------------------------------------------------------------------

CSS Fixes - Below is a compilation of hacks/fixes to normalize some of our dated content 

------------------------------------------------------------------------------------- */
/* link outlines */
a {
	outline: 0;
}
:-moz-any-link:focus {
	outline: none;
}
input::-moz-focus-inner { 
	border: 0; 
}
object, embed { 
	outline: 0;
}
/* Hidden Nav elements */
#page_1237,
/*#page_444*/ {
	display:none;
}
/* Hides the default header and footer */
#Header,
#Footer {
	display:none;
}
/* Centers Forms */
#Form table,
form table {
	margin:0 auto;
	border:0;
}
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;
	}
/* 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;
}
	
/* Site Style */

.body-wrapper {
	position:relative;
	width:100%;
}
.body-bkg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:500px;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/* 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;
}


/* Links and Cell Color Class */
a,
a.l {
	text-decoration:underline;
	color:#978b00;
}
a:hover,
a.l:hover {
	text-decoration:none;
}
a.l3 {
	text-decoration:underline;
}
a.l3:hover {
	text-decoration:none;
}

.header_color { background-color:#134227; }

/*
.cellcolor,
.cellcolor p,
.cellcolor a, 
.cellcolor a:hover, 
.cellcolor h1, 
.cellcolor h2, 
.cellcolor h3 {
    color: #fff !important;
    background:#28ac60;
}
*/
.headerline.cellcolor,
.headerline.contrastcolor {
	background:#28ac60;
}
h1.cellcolor,
h2.cellcolor,
h3.cellcolor,
h4.cellcolor,
p.cellcolor {
	padding:10px;
}


h2.hubtab {
	margin-bottom:0;
}
h1 {
	font-size:26px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:20px;
}
.container {
	position:relative;
	width:1320px;
	margin:0 auto;
}
.header {
	position:relative;
	min-height:100px;
}
.logo a {
	display:block;
	float:left;
	text-decoration:none;
	height:100px;
	max-width:1000px;
}
.phone {
	float:right;
	display:block;
	line-height:40px;
	height:40px;
	margin:30px 20px 30px 0;
	text-decoration:none;
	color:#28ac60;
	font-size: 22px;
	font-weight:700;
	text-shadow: 1px 1px 5px #000;
}
.phone span {
	font-weight:normal;
	color:#d0bf00;
}
.phone a {
	text-decoration:none;
	color:#639eb9;
}
.links {
	position:absolute;
	color:#fff;
	line-height:30px;
	height:30px;
	right:20px;
	top:0;
}
.links a {
	color:#fff;
	text-decoration:none;
}
.links a:hover {
	text-decoration:underline;
}
#nav-menu select { 
	display: none;
}
.social {
	position:relative;
	z-index:24;
}
.social a {
	position:relative;
	height:50px;
	width:50px;
	display:inline-block;
	float:right;
	box-shadow:inset 1px 0 0 #49d785;
	border-left:1px solid #12753c;
}
.social a:hover {
	background:#1f864b;
}
.social a img {
	width:50px;
	height:50px;
}
.facebook {
	background:url(/images/galleries/style/504/images/social.png) 0 0 no-repeat;
}
.twitter {
	background:url(/images/galleries/style/504/images/social.png) -50px 0 no-repeat;
}
.linkedin {
	background:url(/images/galleries/style/504/images/social.png) -100px 0 no-repeat;
}
.rss {
	background:url(/images/galleries/style/504/images/social.png) -150px 0 no-repeat;
}
.content {
	background:#ffffff;
	-moz-box-shadow:0 0 5px #000;
	-webkit-box-shadow:0 0 5px #000;
	box-shadow:0 0 5px #000;
	padding:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.content h1:first-child,
.content h2:first-child,
.content h3:first-child {
	margin-top:0;
}
.feature {
	position:relative;
	height:320px;
	background:url(/images/galleries/style/504/images/feature.jpg) no-repeat;
}
.feature form {
	position:absolute;
	display:block;
	top:0;
	right:0;
	width:33.3333333333%;
	height:320px;
}
.feature form span {
	margin:20px 30px;
	display:block;
}
.feature form h2 {
	margin:0;
	line-height:30px;
	color:#ffffff;
	text-shadow: 1px 1px 5px #000;
}
.feature input, 
.feature textarea {
	line-height:30px;
	min-height:30px;
	width:100%;
	border:0;
	margin:10px 0 0;
	padding:0 10px;
	display:block;
	color:#000;
	opacity:0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.feature input:hover, 
.feature textarea:hover,
.feature input:focus, 
.feature textarea:focus {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.feature textarea {
	min-height:60px;
}
.feature input.submit {
	padding: 0 10px;
	color:#ffffff;
	border:0;
	width:auto;
	float:right;
	cursor:pointer;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.feature input.submit:hover {
	background:#978b00;
}
.feature.internal {
	height:220px;
	background-position:0 -40px;
}
.internal-title {
	min-height:50px;
	line-height:50px;
	width:100%;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom:20px;
}
.internal-title h1 {
	min-height:50px;
	line-height:50px;
	padding:0 20px;
}
.subscribe {
	height:50px;
	line-height:50px;
	float:left;
	width:66.6666666666%;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
.subscribe img,
.portal img {
	padding:0 10px 0;
	float:left;
	margin:0;
	width:50px;
	height:50px;
}
.subscribe h2 {
	float:left;
	line-height:50px;
	margin:0;
}
.subscribe form {
	float:right;
	margin-right:20px;
}
.subscribe input {
	line-height:30px;
	min-height:30px;
	width:240px;
	border:0;
	margin:10px 0;
	padding:0 10px;
	float:left;
	display:block;
	color:#666666;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.subscribe input.submit {
	padding: 0 10px;
	color:#ffffff;
	border:0;
	width:auto;
	cursor:pointer;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.subscribe input.submit:hover {
	background:#978b00;
}
.portal {
	display:block;
	height:50px;
	line-height:50px;
	width:33.3333333333%;
	float:right;
	color:#ffffff;
	text-decoration:none;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
.portal h2 {
	float:left;
	line-height:50px;
	margin:0;
}
.portal:hover {
	background:#1f864b;
}
.sub-feature {
	margin:30px -1% 0;
}
.sub-feature h3 {
	margin-bottom:0;
}
.splash-body {
	margin:30px 0 0;
}
.services {
	margin:30px -1% 0;
}
.desc {
	position:relative;
	min-height:70px;
}
.sm-button {
	position:relative;
	line-height:30px;
	height:30px;
	display:block;
	padding:0 30px 0 20px;
	margin-top:95px;
	text-decoration:none;
	color:#666666;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-weight:bold;
}
.sm-button:hover {
	background: #d0bf00; /* Old browsers */
	background: -moz-linear-gradient(top,  #d0bf00 0%, #978b00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0bf00), color-stop(100%,#978b00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d0bf00 0%,#978b00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d0bf00 0%,#978b00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d0bf00 0%,#978b00 100%); /* IE10+ */
	background: linear-gradient(top,  #d0bf00 0%,#978b00 100%); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0bf00', endColorstr='#978b00',GradientType=0 ); /* IE6-9 */
	color:#ffffff;
}
.sm-button:hover span {
	background:#ffffff;
}
.sm-button span {
	position:absolute;
	right:5px;
	top:5px;
	display:block;
	height:20px;
	width:20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #bfbfbf; /* Old browsers */
	background: -moz-linear-gradient(top,  #bfbfbf 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfbfbf), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bfbfbf 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bfbfbf 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bfbfbf 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(top,  #bfbfbf 0%,#eeeeee 100%); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}
.mainbody table {
	width:100%;
}
/*
.mainbody table table {
	width:inherit;
}
*/
.sidebar .sm-button,
.services .sm-button {
	margin:inherit;
}
/* RSS Feed */
.sidebar .title {
	line-height:50px;
	display:block;
	padding:0 10px;
	margin:0;
	color:#ffffff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.sidebar .rss {
	width:35px;
	height:50px;
	float:left;
	background:url(/images/galleries/style/504/images/social.png) -160px 0 no-repeat;
}
.rssHeader,
.rssRow div,
.rssBody p {
	display:none;
}
.rssBody ul {
	margin:0;
	padding:10px;
	list-style:none;
	background:url(/images/galleries/style/504/images/bkg-2.png) #F0F0F0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.rssBody h4 {
	padding:0;
	margin:5px 0;
	font-size:14px;
}
.rssBody h4 a {
	color:#666666;
}
.lines {
	position:relative;
	background:url(/images/galleries/style/504/images/bkg-2.png) #F0F0F0;
	padding:0 10px;
	line-height:50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.sub-feature img {
	display:block;
	margin-left:50%;
	left:-64px;
	position:absolute;
	top:-128px;
}
.footer {
	margin-top:20px;
	width:100%;
	min-height:200px;
	color:#ffffff;
}
.footer .content {
	background:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	padding:20px;
	margin:0 -1%;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer a {
	line-height:40px;
	margin:0;
	padding:0;
	color:#ffffff;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}
.footer ul {
	margin:0;
	padding:0;
	list-style:none;
}
.footer li a {
	box-shadow:inset 0 -1px 0 #000000;
	border-bottom:1px solid #12753c;
	display:block;
}

.button {
	border-top:1px solid #12753c;
	border-bottom:1px solid #005424;
	border-right:1px solid #12753c;
	border-left:1px solid #12753c;
	box-shadow:inset 1px 0 0 #49d785, inset 0 1px 0px #49d785;
}
.gradient {
	position:relative;
	background: #28ac60; /* Old browsers */
	background: -moz-linear-gradient(top,  #28ac60 0%, #1f864b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#28ac60), color-stop(100%,#1f864b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #28ac60 0%,#1f864b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #28ac60 0%,#1f864b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #28ac60 0%,#1f864b 100%); /* IE10+ */
	background: linear-gradient(top,  #28ac60 0%,#1f864b 100%); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28ac60', endColorstr='#1f864b',GradientType=0 ); /* IE6-9 */
}
.gradient2 {
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #bfbfbf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#bfbfbf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#bfbfbf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#bfbfbf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#bfbfbf 100%); /* IE10+ */
	background: linear-gradient(top,  #eeeeee 0%,#bfbfbf 100%); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#bfbfbf',GradientType=0 ); /* IE6-9 */
}
.gradient3 {
	background: #d0bf00; /* Old browsers */
	background: -moz-linear-gradient(top,  #d0bf00 0%, #978b00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0bf00), color-stop(100%,#978b00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d0bf00 0%,#978b00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d0bf00 0%,#978b00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d0bf00 0%,#978b00 100%); /* IE10+ */
	background: linear-gradient(top,  #d0bf00 0%,#978b00 100%); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0bf00', endColorstr='#978b00',GradientType=0 ); /* IE6-9 */
}
.twoThird {
    margin: 0 3% 0 0;
    width: 63.666%;

}
.oneThird.sidebar {
    margin: 0;
    width: 33.333%;
	font-size:85%;
}
.hidden {
	display:none;
}
/* -------------------------------------------------------------------------------------

Media Queries 

------------------------------------------------------------------------------------- */

/* HDTVs */

/* Desktops and Laptops */
@media all and (max-width: 1346px) and (min-width: 1004px) {
	body,
	input, 
	textarea {
		font-size:14px;
	}
	.container {
		max-width:1346px;
		width:94%;
	}
	.logo a {
		max-width:650px;
	}
	h1 {
		font-size:22px;
	}
	h2 {
		font-size:20px;
	}
	h3 {
		font-size:18px;
	}
	h4 {
		font-size:18px;
	}
	.nav > ul > li {
	padding:0 10px;
	}
	.social a,
	.social img {
		width:40px;
	}
	.facebook {
		background:url(/images/galleries/style/504/images/social.png) -5px 0 no-repeat;
	}
	.twitter {
		background:url(/images/galleries/style/504/images/social.png) -55px 0 no-repeat;
	}
	.linkedin {
		background:url(/images/galleries/style/504/images/social.png) -105px 0 no-repeat;
	}
	.rss {
		background:url(/images/galleries/style/504/images/social.png) -155px 0 no-repeat;
	}
	.services .oneFourth {
		margin: 0 1%;
    	width: 48%;
	}
	.services .hidden {
		display:block;
	}
	.services p {
		min-height:70px;
	}
	.feature form span {
		display:block;
		margin:20px;
	}
	.subscribe input {
		width:140px;
	}
	.subscribe img,
	.portal img {
		padding:0 10px 0 10px;
	}	
	.feature input {
		min-height:30px;
		line-height:30px;
	}
	.feature textarea {
		min-height:60px;
		line-height:30px;
	}
}
/* Netbooks and Tablets */
@media all and (max-width: 1003px) and (min-width: 748px) {
	body,
	input, 
	textarea {
		font-size:13px;
	}
	.container {
		width:94%;
		max-width:1003px;
	}
	h1 {
		font-size:20px;
	}
	h2 {
		font-size:17px;
	}
	h3 {
		font-size:16px;
	}
	h4 {
		font-size:16px;
	}
	.logo a {
		max-width:450px;
	}
	.nav > ul > li {
		padding:0 10px;
	}
	.social,
	.sidebar,
	.subscribe img,
	.portal img {
		display:none;
	}
	.twoThird {
		width:100%;
		margin:0;
	}
	.sub-feature .oneFourth,
	.services .oneFourth {
		margin: 10px 1% 0;
    	width: 48%;
	}
	.sub-feature {
		margin:20px -1% 0;
	}
	.hidden {
		display:block;
	}
	.feature form span {
		display:block;
		margin:20px 10px;
	}
	.subscribe form {
		margin-right:10px;
	}
	.subscribe input {
		width:110px;
	}
	.subscribe,
	.portal,
	.subscribe h2,
	.portal h2 {
		height:50px;
		line-height:50px;
		padding:0;
		margin:0;
	}
	.subscribe input.submit,
	.feature input.submit {
		padding: 0 5px;
	}
	.subscribe h2,
	.portal h2 {
		margin-left:10px;
	}
	.subscribe img,
	.portal img {
		padding:0;
		margin:0;
		width:50px;
		height:50px;
	}
	.subscribe input {
		margin: 10px 0;
		min-height:30px;
		line-height:30px;
	}
	.feature input {
		min-height:30px;
		line-height:30px;
	}
	.feature textarea {
		min-height:60px;
		line-height:30px;
	}
	.services p {
		min-height: 70px;
	}
}

/* Smartphones - Landscape */
@media all and (max-width: 747px) and (min-width: 360px) {
	body,
	input, 
	textarea {
		font-size:13px;
	}
	.content {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.nav {
		margin-bottom:20px;
	}
	#nav-menu select {
		position:absolute;
		width:100%;
		top:0;
		left:0; 
		display:block;
		height:50px;
		font-size:18px;
		padding:10px 0;
		margin:0 20px;
		border:0;
		background:url(/images/galleries/style/504/images/arrow.png) no-repeat right;
		-webkit-appearance: none;
		color:#fff;
	}
	#nav-menu ul { 
		display: none !important; 
	}
	.container {
		width:100%;
	}
	h1,
	h2,
	h3,
	h4 {
		font-size:16px;
	}
	.logo a {
		float: none;
		text-align:center;
	}
	.phone {
		float:none;
		margin:0;
		text-align:center;
	}
	.desc {
		min-height:inherit;
	}
	.feature form,
	.subscribe,
	.nav > ul > li,
	.social,
	.sidebar,
	.subscribe img,
	.portal img,
	.feature,
	.body-bkg,
	.links {
		display:none;
	}
	.internal-title {
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
	}
	.lines {
		line-height:160%;
		padding:10px;
	}
	.twoThird,
	.footer .oneThird {
		width:98%;
		margin:0 1%;
	}
	.sub-feature {
		margin:20px -1% 0;
	}
	.sub-feature .oneFourth {
		margin: 10px 1% 0;
    	width: 48%;
	}
	.services .oneFourth {
		margin: 0 1%;
    	width: 98%;
	}
	.mainbody {
		margin:0 -1%;
	}
	.hidden {
		display:block;
	}
	.services .hidden,
	.space {
		display:none;
	}
	.portal {
		margin-bottom:20px;
		-webkit-border-bottom-right-radius: 0;
		-moz-border-radius-bottomright: 0;
		border-bottom-right-radius: 0;
	}
	.portal,
	.portal h2 {
		float:none;
		width:auto;
		line-height:50px;
		height:50px;
		text-align:center;
	}
	.sm-button,
	.services .sm-button {
		margin-bottom:20px;
	}
	.sub-feature .sm-button {
		margin-bottom:0;
	}
}
/* Smartphones - Portrait */
@media all and (max-width: 359px) and (min-width: 0px) {
	body,
	input, 
	textarea {
		font-size:13px;
	}
	.content {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.nav {
		margin-bottom:20px;
	}
	#nav-menu select {
		position:absolute;
		width:100%;
		top:0;
		left:0; 
		display:block;
		height:50px;
		font-size:18px;
		padding:10px 0;
		margin:0 20px;
		border:0;
		background:url(/images/galleries/style/504/images/arrow.png) no-repeat right;
		-webkit-appearance: none;
		color:#fff;
	}
	#nav-menu ul { 
		display: none !important; 
	}
	.container {
		width:100%;
	}
	h1,
	h2,
	h3,
	h4 {
		font-size:16px;
	}
	.logo a {
		float: none;
		text-align:center;
	}
	.phone {
		float:none;
		margin:0;
		text-align:center;
	}
	.desc {
		min-height:inherit;
	}
	.feature form,
	.subscribe,
	.nav > ul > li,
	.social,
	.sidebar,
	.subscribe img,
	.portal img,
	.feature,
	.body-bkg,
	.links {
		display:none;
	}
	.internal-title {
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
	}
	.lines {
		line-height:160%;
		padding:10px;
	}
	.twoThird,
	.footer .oneThird {
		width:98%;
		margin:0 1%;
	}
	.sub-feature {
		margin:0 -1% 0;
	}
	.sub-feature .oneFourth {
		margin: 30px 1% 0;
    	width: 98%;
	}
	.services .oneFourth {
		margin: 0 1%;
    	width: 98%;
	}
	.mainbody {
		margin:0 -1%;
	}
	.hidden,
	.space {
		display:none;
	}
	.portal {
		margin-bottom:20px;
		-webkit-border-bottom-right-radius: 0;
		-moz-border-radius-bottomright: 0;
		border-bottom-right-radius: 0;
	}
	.portal,
	.portal h2 {
		float:none;
		width:auto;
		line-height:50px;
		height:50px;
		text-align:center;
	}
	.sub-feature .sm-button {
		margin-bottom:0;
	}
	.sm-button,
	.services .sm-button {
		margin-bottom:20px;
	}
}

/* Start MENU */
#nav-menu li li a {
	box-shadow:none;
	border-right:0;
}
ul.menu {
	display:none;
}
#nav-menu {
	position: relative;
	z-index:10000;
    margin: 0;
	height: 50px;
	display: block;
	z-index:22;
}
.menu,
.menu * {
	margin:0;
	padding:0;
}
#nav-menu li.active li a.menulinks, 
#nav-menu li.active.parent li a.menulinks, 
#nav-menu li.active li .menulinks, 
#nav-menu li.active.parent li .menulinks,
#nav-menu ul ul li a.menulinks, 
#nav-menu ul ul li a.menulinks:hover, 
#nav-menu ul li.active.parent ul li a.menulinks {
	width: 100%;
	display:block;
	height: 100%;
	font-style: normal;
	font-variant: normal; 
	font-weight: normal; 
}

.menu {
	position: relative;
	list-style: none;
	line-height:1.0;
	height: 50px;
	width: 100%;
	padding: 0;
	margin: 0;
}

.menu li {
	list-style:none;
	position:relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.menu ul {
	position:absolute;
	float:none;
	left:-999em;
	z-index:10000;
	padding: 0;
	margin: 0;
	text-indent:8px;
	border:0;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
	padding:3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color:#fff;
}
#nav-menu ul ul ul {
	top:0;
}
.menu li li {
	position:relative;
	margin:0 60px 0 0;
	float:none;
	background: #28ac60; /* Old browsers */
	background: -moz-linear-gradient(top,  #28ac60 0%, #1f864b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#28ac60), color-stop(100%,#1f864b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #28ac60 0%,#1f864b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #28ac60 0%,#1f864b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #28ac60 0%,#1f864b 100%); /* IE10+ */
	background: linear-gradient(top,  #28ac60 0%,#1f864b 100%); /* W3C */
}

.menu li:hover ul,
.menu li.sfHover ul{
     left:0px;
     top:51px;
}

.menu li li:hover ul,
.menu li li.sfHover ul,
.menu li li li:hover ul,
.menu li li li.sfHover ul,
.menu li li li li:hover ul,
.menu li li li li.sfHover ul {
     left: 100%;
     top:0px;
}
#nav-menu a {
	box-shadow:inset -1px 0 0 #12753c;
	border-right:1px solid #49d785;
	padding:0 20px;
	white-space: nowrap;
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	margin:0;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
#nav-menu li.active a {
	cursor: pointer;
    color: #fff;
	background:#1f864b;
}
#nav-menu li.active li a {
	background:none;
}

#nav-menu li li a, 
#nav-menu li.active li a {
     display:inline;
     padding:0;
	 margin:0;
     text-decoration:none;
     float:none;
     height:30px;
     line-height:30px;
	 color:#fff;
	 font-weight:normal;
	 background:none;
	 font-size:14px;
	 text-shadow:none;
}

#nav-menu li.sfHover a, 
#nav-menu li:hover a, 
#nav-menu li a:hover {
      color: #fff;
}
#nav-menu > ul > li:hover,
#nav-menu > ul > li.sfHover {
	background:#1f864b;
}

#nav-menu ul ul li a, 
#nav-menu ul li.active.parent ul a {
	color: #fff;
}

#nav-menu li.sfHover li a, 
#nav-menu li:hover li a, 
#nav-menu ul li.active ul li.active li a, 
#nav-menu ul li.active.parent ul li a {
	color: #fff;
}

#nav-menu li:hover li a:hover, 
#nav-menu ul li.active ul li.active a, 
#nav-menu ul li.active ul li.active li.active a, 
#nav-menu ul li.active.parent ul li a:hover {
	color: #fff;
}

#nav-menu li:hover li a.daddy,
#nav-menu li.sfHover li a.daddy {
	background:url(/images/galleries/style/500/images/arrow-fff.gif) 100% 50% no-repeat;
	width: 100%;
	display:block;
	height: 100%;
	padding: 0;
	margin: 0 30px 0 0;
}

#nav-menu li li:hover,
#nav-menu li li.sfHover {
	background:#d0bf00;
}