@import url("reset.css");
@import url("text.css");
@import url("960.css");
/*@import url("forms.css");*/

html {
	background-color: #0f5587;
}

body {
	background-color: #fff;
	position: relative;
}


/* @group Header */

#header-container {
	width: 100%;
	margin: 0 0 0 0;
	background: url(../images/bg.jpg) repeat-x left top;
}

#head {
	height: 192px;
	background: url(../images/sign2-trans.png) no-repeat left top;
	z-index: 9999;
}

#head h1 {
	display: block;
	position: absolute;
	top: 30px;
	left: 15px;
	width: 185px;
	height: 99px;
	margin: 0;
}


#head ul#nav-main {
	display: block;
	position: absolute;
	width: 940px;
	top: 152px;
	left: 0px;
	list-style: none;
	margin-bottom: 0;
}

#head ul#nav-main li {
	display: inline;
	float: left;
	margin: 0;
}


#head ul#nav-main li a {
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	padding: 0 15px 0 15px;
	background-color: #19b4e7;
	margin-right: 1px;
	border-bottom: 5px solid #145a8b;
}

#head ul#nav-main li a:hover, #head ul#nav-main li.sfHover a {
	background-color: #145a8b;
}

#head ul#nav-main ul {
	display: none;
	position: absolute; 
	top: 0;
	left: 0;
	width: 200px;
	background: #145a8b url(../images/nav-hover-bg.jpg) repeat-x;
	margin-bottom: 0;
}

#head ul#nav-main ul li a {
	display: block;
	color: #fff !important;
	width: 174px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 26px;
	background: url(../images/arrow-trans.png) no-repeat 4px top;
	border-bottom: 1px solid #2172aa;
}

#head ul#nav-main ul li:last-child a {
	border: none;
}

#head ul#nav-main ul li a:hover {
	color: #7edfff !important;
	background: url(../images/arrow-trans.png) no-repeat 4px top;
	background-color: #145a8b;
}

#head ul#nav-main li > ul {
	top: auto;
	left: auto;
}

#head ul#nav-main li:hover ul {
	display: block;
	clear: both;
}

#head ul#nav-main li ul li a {
	height: 24px;
	line-height: 24px;
}

/* @end */

/* @group home primary content */

#home-primary-container {
	width: 100%;
	margin: 0 0 0 0;
	background: url(../images/home-primary-bg.jpg) repeat-x left top;
}

#home-intro h1 {
	display: block;
	margin: 35px 0 10px 0;
	width: 620px;
	font-size: 38px;
	color: #44240d;
	font-style: italic;
}

#home-intro h2 {
	display: block;
	margin: 0 0 20px 0;
	width: 620px;
	font-size: 18px;
	color: #323232;
}

#home-intro div#tax-guide {
	display: block;
	position: absolute;
	top: 20px;
	left: 640px;
	width: 300px;
	height: 155px;
	background: url(../images/tax-guide-bg-trans.png) no-repeat left top;
}

#home-intro div#tax-guide a.tax-guide {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 274px;
	height: 87px;
	border: none !important;
	background: url(../images/tax-guide-trans.png) no-repeat left top;
	overflow: hidden;
	color: #fff;
}

#home-intro div#tax-guide a.tax-guide h3 {
	font-family: Georgia, Cambria, Times, "Times New Roman", serif;
	font-size: 21px;
	text-shadow: 0px 1px 0px #083659;
	color: #fff;
	font-weight: normal;
	margin: 22px 0 0 75px;
}

#home-intro div#tax-guide p.note {
	font-size: 10px;
	font-weight: bold;
	color: #605e5a;
	padding: 0 20px;
	margin-bottom: 0;
}

#home-intro div#tax-guide p.call-us {
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #6b3c22;
	padding: 0 20px;
	margin: 5px 0 0 0;
}

#home-intro div#tax-guide p.call-us em {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	color: #0b3e6d;
}

#home-services-content, #home-industries-content {
	padding: 30px 20px;
}

#home-services-content h3, #home-industries-content h3 {
	display: block;
	margin: 0;
	font-family: Cambria, Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	font-weight: normal;
	color: #0b3e6d;
	background-color: #c1e2ed;
	padding: 5px 10px;
}

#home-services-content div {
	font-size: 12px;
	padding-bottom: 10px;
}

#home-services-content div p {
	padding: 0 10px;
	line-height: 17px;
	margin: 10px 0;
}

#home-services-content div a {
	font-weight: bold;
	display: block;
	padding-left: 20px;
	width: 120px;
	background: url(../images/li-arrow.gif) no-repeat left -4px;
}

#home-services-content div ul {
	list-style: none;
	margin: 10px 10px;
	padding: 0;
}

#home-services-content div ul li {
	font-size: 11px;
	font-weight: bold;
	color: #3b3b3b;
	margin: 0;
	padding: 0 0 0 20px;
	height: 16px;
	line-height: 16px;
	background: url(../images/li-checkmark.gif) no-repeat left top;
}


#home-services {
	min-height: 420px;
	height: auto !important;
	height: 420px;
	background: url(../images/home-services-bg-trans.png) no-repeat center top;
}


#home-services h5, #body-content-contain h5 {
	display: block;
	padding: 0 10px;
	width: 560px;
	height: 30px;
	overflow: hidden;
	position: relative;
	margin: 1px 0 0 0;
	font-size: 11px;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: url(../images/services-h5-bg.gif) no-repeat left top;
}

#home-services h5:hover, #body-content-contain h5:hover {
	background: url(../images/services-h5-bg.gif) no-repeat left top;
	cursor: pointer;
	color: #7edfff;
}

#home-services h5.on, #body-content-contain h5.on, #body-content-contain h5.ui-accordion-header.selected {
	color: #fff;
	background: url(../images/services-h5-bg.gif) no-repeat left -30px;
}

#home-services h5:focus, #body-content-contain h5:focus {
	outline: none;
}



#home-industries {
	min-height: 420px;
	height: auto !important;
	height: 420px;
	background: url(../images/home-industries-bg-trans.png) no-repeat center top;
}

#home-industries ul#industry-list {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}

#home-industries ul#industry-list li {
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 20px;
	height: 24px;
	line-height: 24px;
	background: url(../images/li-arrow.gif) no-repeat left top;
	border-bottom: 1px dotted #c4e8fa;
}

/* @end */

/* @group home secondary content */

#home-secondary-container {
	width: 100%;
	margin: 0 0 0 0;
	background: url(../images/home-secondary-bg.jpg) repeat-x left top;
}

#home-secondary-content {
	font-size: 12px;
	color: #fff;
}

#home-secondary-content a {
	color: #fff;
}

#home-secondary-content a:hover {
	text-decoration: underline;
}

#home-secondary-content h3 {
	display: block;
	margin-top: 20px;
	font-size: 16px;
	text-shadow: 1px 1px 0px #298ecb;
	text-indent: 20px;
	height: 32px;
	line-height: 32px;
	background: url(../images/h3-bg-long-trans.png) no-repeat left top;
}

#home-secondary-content h3.short {
	background: url(../images/h3-bg-short-trans.png) no-repeat left top;
}

#home-resources dl dt {
	display: block;
	width: 220px;
	float: left;
}	

#home-resources dl dt p {
	line-height: 15px;
}	

#home-resources dl dd {
	display: block;
	float: left;
	width: 380px;
	margin-left: 20px;
}

#home-resources dl dd p {
	display: block;
	width: 360px;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	clear: left;
}

#home-resources ul {
	display: block;
	margin: 0;
	
	padding: 0;
	list-style: none;
	width: 360px;
	margin: 0 auto;
	margin-top: -40px;
}

#home-resources ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 110px;
	height: 110px;
	margin-right: 10px;
}

#home-resources ul li a.docs {
	display: block;
	width: 109px;
	height: 108px;
	background: url(../images/documents2-trans.png) no-repeat left top;
	overflow: hidden;
}

#home-resources ul li a.docs:hover {
	background: url(../images/documents2-trans.png) no-repeat left -108px;
}

#home-resources ul li a.tools {
	display: block;
	width: 109px;
	height: 108px;
	background: url(../images/financial-tools-trans.png) no-repeat left top;
}

#home-resources ul li a.links {
	display: block;
	width: 109px;
	height: 108px;
	background: url(../images/links2-trans.png) no-repeat left top;
	overflow: hidden;
}

#home-resources ul li a.links:hover {
	background: url(../images/links2-trans.png) no-repeat left -108px;
}



#home-news ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

#home-news ul li {
	display: block;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 20px;
	font-size: 12px;
	line-height: 15px;
}

#home-news ul li strong {
	font-size: 10px;
}

#home-testimonials {
	display: block;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	background: url(../images/home-testimonial-bg-trans.png) no-repeat center top;
	margin-top: 20px;
}

#home-testimonials dl {
	margin-top: 20px;
}

#home-testimonials dl dt {
	display: block;
	float: left;
	width: 160px;
	padding-right: 100px;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
}

#home-testimonials dl dd {
	display: block;
	width: 680px;
	margin-left: 240px;
}

#home-testimonials dl dd ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#home-testimonials dl dd ul li {
	margin: 0;
	padding: 0;
}

#home-testimonials dl dd a {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #76dcfe;
}

#home-testimonials blockquote {
	font-family: Georgia, Cambria, Times, "Times New Roman", serif;
	font-size: 14px;
	line-height: 21px;
	font-style: italic;
}

#home-testimonials blockquote em {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

/*#home-testimonials img.ldquo {
	display: block;
	position: absolute;
	left: 180px;
	top: -7px;
}*/

img.ldquo {
	display: inline;
	float: left;
	width: 60px;
	margin-left: 20px;
}

ul#testimonial-list {
	display: inline;
	float: left;
	width: 500px;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 15px;
	height: auto;
}

ul#testimonial-list li {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	width: 100%;
	height: auto;
}

ul#testimonial-list li a {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #76dcfe;
}

ul#testimonial-list li blockquote {
	font-family: Georgia, Cambria, Times, "Times New Roman", serif;
	font-size: 14px;
	line-height: 21px;
	font-style: italic;
}

ul#testimonial-list li blockquote em {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}




/* @end */

/* @group interior content */

#interior-container {
	width: 100%;
	margin: 0 0 0 0;
	background: url(../images/content-contain-bg.jpg) repeat-x left top;
}

#interior-content {
	background: url(../images/backgrounds/service1.jpg) repeat-x left top;
}

body.about #interior-content {
	background: url(../images/backgrounds/about.jpg) repeat-x left top;
}

body.service #interior-content {
	background: url(../images/backgrounds/service1.jpg) repeat-x left top;
}

body.resources #interior-content {
	background: url(../images/backgrounds/old-machine.jpg) repeat-x left top;
}

body.contact #interior-content {
	background: url(../images/backgrounds/office2.jpg) repeat-x left top;
}

body.testimonials #interior-content {
	background: url(../images/backgrounds/testimonials.jpg) repeat-x left top;
}

#interior {
	display: block;
	position: relative;
	margin: 0 auto;
	min-height: 620px;
	height: auto !important;
	height: 620px;
	background: url(../images/interior-content-bg.gif) no-repeat 10px top;
}

#body-content {
	display: block;
}

#body-content-contain {
	padding: 120px 20px 0 20px;
}

#body-content-contain hr {
	display: block;
	border: none;
	height: 3px;
	border-bottom: 3px double #d7d7d7;
	margin: 20px 0;
}

#body-content-contain hr.solid {
	display: block;
	border: none;
	height: 3px;
	border-bottom: 3px solid #d7d7d7;
	margin: 20px 0;
}

#body-content-contain div.staff {
	display: inline;
	float: left;
	width: 290px;
}

#body-content-contain ul {
	list-style: none;
	margin-bottom: 10px;
}

#body-content-contain ul li {
	margin: 0;
	padding: 0 0 10px 10px;
	line-height: 15px;
	background: url(../images/li-bullet.gif) no-repeat left top;
}

#body-content-contain ul li.web-url {
	margin: 0;
	padding: 0 0 10px 15px;
	line-height: 15px;
	background: url(../images/li-link.gif) no-repeat left top;
}

#body-content-contain ul li.pdf-file {
	margin: 0;
	padding: 0 0 10px 15px;
	line-height: 15px;
	background: url(../images/li-pdf.gif) no-repeat left top;
}

#body-content-contain h2 {
	font-size: 32px;
	color: #145a8b;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 0px;
}

#body-content-contain h3 {
	font-size: 15px;
	line-height: 20px;
	font-style: italic;
	margin: 0;
}

#body-content-contain h4 {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #078fbc;
	/*padding-bottom: 2px;
	border-bottom: 1px dotted #ccc;*/
}

#body-content-contain h6.related {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #666;
	padding-bottom: 2px;
	border-bottom: 1px dotted #078fbc;
}

#body-content-contain div.resources {
	padding-top: 15px;
}


#body-content-contain dl.intro {
	margin-bottom: 0;
	/*border-bottom: 3px double #d7d7d7;*/
	min-height: 110px;
	height: auto !important;
	height: 110px;
}

#body-content-contain dl.intro dt {
	display: inline;
	width: 160px;
	float: left;
}

#body-content-contain dl.intro dt img.icon {
	display: block;
	position: absolute;
	top: 95px;
}

#body-content-contain dl.intro dt img.photo {
	display: block;
	border: 1px solid #999;
	padding: 4px;
	background-color: #fff;
	position: absolute;
	top: 95px;
}

#body-content-contain dl.intro dd {
	display: inline;
	float: left;
	width: 420px;
	margin-left: 160px;
}

#body-content-contain dl.intro h2 {
	font-size: 32px;
	color: #145a8b;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 0px;
}

#body-content-contain dl.intro h3 {
	font-size: 15px;
	line-height: 20px;
	font-style: italic;
	margin: 0;
}

#body-content-contain dl.intro dd p a {
	font-size: 12px;
	line-height: 13px;
	font-style: normal;
	margin: 0;
	
}

#body-content-contain dl.service {
	border-bottom: 3px solid #f4f4f4;
}

#body-content-contain dl.service.last {
	border-bottom: 0px solid #f4f4f4;
}

#body-content-contain dl.service dt {
	display: block;
	height: 20px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #078fbc;
	background: url(../images/service-checkmark.gif) no-repeat left top;
	padding-left: 22px;
	padding-bottom: 10px;
}

#body-content-contain dl.service dd {
	padding-left: 22px;
}

#body-content-contain dl.service dd p {
	margin-bottom: 15px;
}

#body-content-contain div.testimonial {
	display: block;
	padding: 10px;
	border: 1px solid #e7dfd6;
	margin-bottom: 30px;
}

#body-content-contain div.testimonial.last {
	margin-bottom: 0px;
}

#body-content-contain div.testimonial blockquote {
	font-family: Georgia, Cambria, Times, "Times New Roman", serif;
	/*border-bottom: 1px solid #e7dfd6;*/
	padding-bottom: 7px;
	margin-bottom: 2px;
	font-size: 13px;
	line-height: 19px;
	font-style: italic;
}

#body-content-contain div.testimonial cite {
	/*font-family: Georgia, Cambria, Times, "Times New Roman", serif;*/
	display: block;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #777;
}

#body-content-contain div.testimonial cite em {
	font-weight: bold;
	font-style: normal;
	/*text-transform: uppercase;*/
	color: #078fbc;
}


#aside {
	display: block;
	padding-top: 190px;
}	


#aside dl {
	display: block;
	width: 280px;
	border-bottom: 1px solid #e4daca;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#aside dl dt {
	font-size: 16px;
	font-weight: bold;
	color: #3c382e;
}

#aside dl dd {
	font-size: 12px;
	line-height: 16px;
}

#aside dl dd a {
	display: block;
	margin-top: 10px;
	padding-left: 20px;
	background: url(../images/gold-arrow-trans.png) no-repeat left top;
	font-weight: normal;
}

#aside dl dd ul {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

#aside dl dd ul li {
	margin: 0;
}

#aside dl dd ul li a {
	display: block;
	margin-top: 10px;
	padding-left: 0;
	padding-left: 0;
	background: url(../images/) no-repeat left top;
	font-weight: normal;
}

#aside ul.staff-list {
	display: inline-block;
	list-style: none;
	width: 140px;
	float: left;
}

#aside ul.staff-list li {
	margin: 0;
	padding: 0;
}

#aside ul.staff-list li a {
	display: block;
	margin-top: 10px;
	padding-left: 0;
	padding-left: 15px;
	background: url(../images/li-info-trans.png) no-repeat left center;
	font-weight: normal;
}

#aside ul.headline-list {
	display: inline-block;
	list-style: none;
}

#aside ul.headline-list li {
	margin: 0;
	padding: 0;
}

#aside ul.headline-list li a {
	display: block;
	margin-top: 10px;
	padding-left: 0;
	padding-left: 20px;
	background: url(../images/li-news-trans.png) no-repeat left top;
	font-weight: normal;
}

#aside ul.industry-list {
	display: inline-block;
	list-style: none;
}

#aside ul.industry-list li {
	margin: 0;
	padding: 0;
	padding: 0 0 3px 20px;
	background: url(../images/li-bullet.gif) no-repeat 5px top;
}

#aside h4 {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3c382e;
	margin-bottom: 0;
}

#shim-container {
	width: 100%;
	margin: 0 0 0 0;
	background: url(../images/interior-shim-bg.jpg) repeat-x left top;
}

#shim-content {
	display: block;
	height: 57px;
}

#shim {
	display: block;
	height: 57px;
	background: url(../images/pinch-shadow-trans.png) no-repeat left top;
}

span.date {
	display: inline;
	font-size: 10px;
	font-weight: bold;
	color: #999;
}


/* @group footer */

#footer-container {
	width: 100%;
	margin: 0 0 0 0;
	background: url(../images/footer-bg.jpg) repeat-x left top;
}

#footer-content {
	padding: 20px 0;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
}

#footer-content img {
	margin: 0 13px;
}

#footer-nav ul {
	display: block;
	list-style: none;
	margin: 0;
}

#footer-nav ul li {
	display: inline;
	float: left;
	text-align: right:
	margin: 0;
	margin-left: 0px;
	padding: 0 0 0 20px;
}

#footer-content a {
	color: #c2e7ff;
}

#footer-content a:hover {
	color: #fff;
	text-decoration: underline;
}
/* @end */


a.learn-more {
	/*display: block;
	width: 80px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin: 0 auto;
	padding: 0 8px 0 8px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	background-color: #19b4e7;*/
	
	font-weight: bold;
	display: block;
	padding-left: 15px;
	margin-left: -5px;
	width: 70px;
	background: url(../images/li-arrow.gif) no-repeat left -2px;
}

/*a.learn-more:hover {
	color: #fff;
	background-color: #145a8b;
}*/

