html, body {    
   height: 100%; 
}

html {
	//background: #edeae0 url(/images/bkg2.jpg) no-repeat scroll center 470px;
	//background: #eceadf url(/images/bkg2.jpg) no-repeat scroll center 470px ;
	
}

body {
	background: #edeae0 url("/assets/bg-home.png") repeat-x 0 top;
	font: 16px/24px Georgia, "Times New Roman", Times, serif;
	color: #4d4d4d;
}

body#sub {
	background-image: url("/assets/bg-sub-page.png");
}

p {
	margin-left: 5px;
}

p.recent {
	text-transform:capitalize;
}

.left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

#container {
	width: 967px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
   	margin-bottom: -205px;
   	position: relative;
   	padding-bottom: 50px;
}

#header h1,
#sub #header h1 {

	padding-top: 20px;
	margin-bottom: 0px;
}

#header #number {
	float: right;
	text-align: right;
	margin-top: 100px;
	margin-right: -150px;
}

#home #number, #sub #number {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #e9e5da;
}

#home #phone-number, #sub #phone-number {
	font-size: 24px;
}


#h-left {
	float: left;
	height: 214px;
	width: 170px;
}

#h-right {
	float: right;
	height: 214px;
	width: 787px;
}

#header .sidebar-social {
	float: right;
	margin-top: 15px;
	clear: left;
}

.sidebar.soc {
	background:url("/assets/sidebar-social-icons.png") top left no-repeat;
	background-size: 56px 303px;
	width:44px;
	height:44px;
	display: block;
	float: left;
	line-height: 45px;
    overflow: hidden;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-right: 5px;
	padding-left: 5px;
    text-indent: -1000px;
	clear: right;
}

a.sidebar.soc.tw {
	background-position:-6px -253px;
}
a:hover.sidebar.soc.tw {
	background-position:-6px -106px;
}

a.sidebar.soc.fb {
	background-position:-6px -204px;
}
a:hover.sidebar.soc.fb {
	background-position:-6px -56px;
}
a.sidebar.soc.in {
	background-position:-6px -155px;
}
a:hover.sidebar.soc.in {
	background-position:-6px -6px;
}

h1.driving {
	margin-top: 45px;
}

#header h1 a {
	background: url("/assets/logo.png") no-repeat;
	position: relative;
	width: 170px;
	height: 200px;
	display: block;
	margin-top: -15px;
	margin-left: 0;
	//margin-right: auto;
	//overflow: hidden;
	text-indent: -10000px;
	z-index: 1;
}

.clear {
	clear: both;
	height: 0px;
}

.hidden {
	visibility: hidden;
	height: 0px;
}

.nomargin {
	margin: 0px;
}

/* @group Navigation */

ul#nav {
	width: 820px;
	height: 45px;
	margin-top: 170px;
	font-size: 1.1em;
}

ul#nav li {
	float: left;
	display: inline;
}

ul#nav li a {
	line-height: 45px;
	float: left;
	display: block;
	color: #4d4d4d;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
    padding: 0 15px;

}

ul#nav li a:hover {
	background-image: url("/assets/bg-nav.png");
}

ul#nav li a.current {
	background: url("/assets/bg-nav.png") repeat-x 0 -45px;
	color: #fff;
}

/* @end */

/* @group Main */

a.button {
	width: 224px;
	height: 50px;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	background-position: left top;
}

a.button:hover {
	background-position: 0 bottom;
}

a.project {
	background-image: url(/images/button-viewproject.gif);
}

a.service {
	background-image: url(/images/button-viewservice.gif);
}

a.gallery {
	background-image: url(/images/button-viewgallery.png);
}

#content {
	float: left;
	width: 630px;
	margin-left: 15px;
	display: inline;
	overflow: hidden;
}

#contact-us-sidebar {
	width: 400px;
	float: right;
}

#contact-us-main {
	width: 500px;
}

#sidebar {
	float: right;
	width: 280px;
	padding: 10px;
	background: #e1ded5;
	margin-top: 20px;
	margin-left: 15px;
    border: 1px solid #999999;
    border-radius: 10px 10px 10px 10px;
}

#sidebar h2 {
	margin-left: -10px;
	text-align:center;
}

#sidebar h4 {
	font-family: Verdana, Geneva, sans-serif;
	color:#344F75;
	text-transform:capitalize;
}

#sidebar h2 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 34px;
	color: #344F75;
	text-decoration: none;
}

#sidebar-blog ul {
	padding-bottom: 50px;
}

#sidebar a.read-more, #home-welcome a.read-more, #sub a.read-more {
	display: block;
    background: none repeat scroll 0 0 #bbb3a8;
	width: 95px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
    border: 1px solid #999999;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
	text-transform:capitalize;
	transition: all 0.25s ease-in-out 0s;
}


#sidebar a:hover.read-more, #home-welcome a:hover.read-more, #sub a:hover.read-more {
    background: none repeat scroll 0 0 #9a3135;
	text-decoration:none;
}

#home-welcome a.read-more {
	//width: 250px;
}


#sidebar .wrap-center {
	float: left;
	position: relative;
	left: 50%;
}



.blog-rss {
	border-top: 1px solid #78623e;
	padding-top: 8px;
}
#sidebar #blog-tease, #sidebar #sidebar-blog {
	clear: left;
}

#sidebar #blog-tease p {
	font-size:.9em;
}

#sidebar-blog p {
	font-size: .9em;
	letter-spacing:0;
}

#sidebar-blog a {
	font-family:Verdana, Geneva, sans-serif;
}

/* @end */

/* @group Home */

#home-callout {
	background: url("/assets/bg-home-slider.png") no-repeat;
	width: 967px;
	height: 350px;
	float: left;
	margin-top: 8px;
}

#home-callout-img {
	margin-left: 29px;
	margin-top: 23px;
	border: 1px solid #91817f;
	width: 910px;
	height: 310px;
}

#home-callout-info {
	width: 890px;
	float: left;
	display: inline;
	height: 30px;
	background-image: url("/assets/80opac.png");
	margin-top: -50px;
	margin-left: 30px;
	position: relative;
	z-index: 1;
	padding: 10px;
}

#home-callout p.figcaption {
	float: left;
	width: 70px;
	color: #bac172;
	font-size: 9px;
	text-align: right;
	text-transform: uppercase;
	line-height: 10px;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 10px;
	margin-right: 10px;
	margin-top: 5px;
}

#home #home-callout h2 {
	font-weight: normal;
	font-style: normal;
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	float: left;
}

#home-callout h2 .pllc {
	font-size: .7em;
}

#home-callout h2 .tagline {
	color: #aac7ca;
	font-size: 14px;
	padding-left: 10px;
}

#home-welcome {
	float: left;
	width: 620px;
	margin-top: 20px;
	margin-left: 15px;
	display: inline;
}

#tabs {
	margin-left: 15px;
	margin-right: 15px;
	background: url(/images/home-services-bkg.gif) repeat-x 0 top;
	border-top: 1px solid #bac172;
	float: left;
	display: inline;
	width: 938px;
	position: relative;
}



ul#home-services-nav {
	background: url(/images/home-services-nav-bkg.gif) repeat-y 45px;
	float: left;
	width: 205px;
	text-align: right;
	padding-top: 46px;
	padding-bottom: 56px;
	margin-top: 1px;
}

ul#home-services-nav li {
	width: 205px;
}

ul#home-services-nav li a {
	color: #4d4d4d;
	text-decoration: none;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 35px;
}

ul#home-services-nav li a:hover {
	display: block;
	color: #ad5000;
}

ul#home-services-nav li.ui-tabs-selected a,
ul#home-services-nav li.ui-tabs-selected a:hover {
	background: url(/images/secondary-nav-current.png) no-repeat right;
	color: #fff;
}

#home-welcome ul {
	padding-bottom: 25px;
}

#home-welcome ul li {
	padding-left: 15px;
}



#home-services-nav-top {
	background: url(/images/home-services-nav-top.gif) no-repeat 45px top;
	height: 46px;
	width: 205px;
	position: absolute;
	top: 1px;
	left: 0px;
}

#home-services-nav-bottom {
	background: url(/images/home-services-nav-bottom.gif) no-repeat 45px bottom;
	height: 46px;
	width: 205px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#home #tabs .service-tab {
	float: right;
	width: 690px;
	margin-top: 35px;
	padding-right: 20px;
	background-color: #edeae0;
}

.home-services-workinfo {
	float: right;
	width: 450px;
	padding-top: 10px;
}

.home-services-img {
	background: url(/images/home-services-img-bkg.png) no-repeat;
	float: left;
	width: 213px;
	height: 161px;
	padding-top: 16px;
	padding-left: 14px;
}

#home #tabs h4 {
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	color: #78623e;
	float: left;
	width: 445px;
	margin-bottom: 0px;
	line-height: 26px;
}

#home #tabs h4 span.date {
	color: #aa9c88;
	font-size: 14px;
	float: right;
	width: 75px;
}

#home #tabs h4 span.title {
	float: left;
	width: 370px;
}

#home #tabs p {
	float: left;
	width: 445px;
	clear: left;
	padding-top: 10px;
}

#home #tabs a.button {
	float: left;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}




/* @end */

/* @group Subhead */

#sub-head {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	//margin-top: 25px;
	height: 100px;
	margin-bottom: 55px;
}

#sub-head h2 {
	float: left;
	width: 690px;
	line-height: 26px;
	padding-top: 80px;
	padding-bottom: 50px;
}

#sub-head h2 span.main-sub {
	color: #e9e5da;
	font-size: 26px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 26px;
	display: inline;
	float: left;
	width: 600px;
}


#sub-head h2 span.desc {
	color: #01123e;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 30px;
	border-left-style: dotted;
	border-left-width: 1px;
	padding-left: 10px;
	margin-left: 10px;
	display: inline;
	float: left;
	width: 370px;
}
#sub-head h2 span.desc.attorneys {
	width: 300px;
}
#sub-head h2 span.desc.blog {
	width: 400px;
}
#sub-head h2 span.desc.contact {
	width: 470px;
}

#sub-head img {
	//display: none;
	float: right;
	margin-top: -140px;
	margin-left: 10px;
	position: relative;
}

#sub-head img.hide {
	display: none;
}

.project-type {
	width: 325px;
	float: left;
	display: inline;
	
}

.margin-15-right {
	margin-right: 20px;
}

.single-project-box {
	width: 150px;
	float: left;
	display: inline;
	margin-bottom: 20px;
}

.info-title {
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
	border-bottom: 1px dotted #804b36;
	color: #5b3c1d;
}

.info {
	font-style: italic;

	padding-bottom: 10px;
	display: block;
	color: #8e5d2d;
}

.project-pic-margin {
	margin-right: 23px;
}

.single-project-box p {
	font-size: 14px;
	line-height: 16px;
	padding: 0;
	margin: 0;
}

.single-project-box img{
	border: 5px solid #cec6ab;
}


#sidebar li {
	background: url(/images/sec-nav-divider.gif) no-repeat left bottom;
	width: 205px;
	float: left;
}

#sidebar li a {
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	color: #4d4d4d;
	float: left;
	width: 165px;
}

#sidebar li a:hover {
	display: block;
	float: left;
	margin-left: 7px;
	width: 163px;
	background: #fff url(/images/sec-nav-divider.gif) no-repeat left bottom;
	padding-left: 13px;
}

#sidebar li a.current {
	background: url(/images/sec-nav-current.gif) no-repeat 0 center;
	color: #fff;
	font-style: italic;
	width: 225px;
	float: left;
}

#sidebar .module {
	float: left;
	margin-top: 40px;
	width: 225px;
	margin-left: 15px;
}

#sidebar .top {
	margin-top: 0px;
}

#sidebar .video {
	position: relative;
}

#sidebar h3 {
	font-size: 16px;
}

#sidebar .video img {
	border: 5px solid #cec6ab;
}

#sidebar .video a.video {
	background: url(/images/buton-video.png) no-repeat;
	width: 65px;
	height: 27px;
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 28px;
	padding-left: 18px;
	text-transform: uppercase;
	font-size: 14px;
	position: absolute;
	left: 63px;
	top: 65px;
	text-indent: 0px;
	
}

#sidebar .video a.video:hover {
	color: #bac172;
}

#sidebar .video p {
	color: #655847;
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
}

/* @end */

/* @group Staff */

.staff {
	margin-top: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #78623e;
}

.staff-photo img{
	float: left;
	margin-bottom: 15px;
	margin-right: 20px;
    border: 2px solid #999999;
    border-radius: 5px 5px 5px 5px;
}

.staff-cred {
	//float: right;
	float: left;
	width: 350px;
	border-bottom: 1px solid #e1ded5;
	margin-bottom: 15px;
	
}

#content .staff-cred ul li {
	padding-left: 5px;
}

.staff-blurb {
	clear: both;
}

.staff .email {
	font-size: 12x;
	padding-bottom: 10px;
}


/* @end */

/* @group Typography*/

p {
	margin-bottom: 15px;
	letter-spacing:.1em;
}

a {
	color: #9a3135;
	text-decoration: none;
}

a:hover {
	color: #2e2110;
	text-decoration: none;
}

em, i {
	font-style: italic;
	color: #655847;
}

strong, b {
	color: #42321d;
}

#sub h1, #sub h2, #home h2 {
	color: #344f75;
	font: normal normal 24px Verdana, Geneva, sans-serif;
	//text-transform:uppercase;
	//text-transform:capitalize;
	margin-bottom: 10px;
}



h2 {
	color: #ad5000;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	margin-bottom: 10px;
}

h3 {
	color: #333;
	font: normal normal 16px Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 15px;
	margin-bottom: 8px;
	border-bottom: 1px solid #78623e;
}

h5 {
	color: #344F75;
	font: normal normal 15px Verdana, Geneva, sans-serif;
	font-weight:600;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 15px;
	margin-bottom: 8px;
	//border-bottom: 1px solid #78623e;
}

#content ul, ol {
	color: #42321D;
	//font-style: italic;
	margin-left: 6px;
	margin-bottom: 15px;
}

.staff-blurb #content ul, ol {
	font-size: .9em;
}

#home-welcome ul li, #content ul li {
	background: url("/assets/bullet.png") no-repeat 0 14px;
	letter-spacing:1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
}

#home-welcome li {
	margin-left: 15px;
}

#content .staff-cred  ul li {
	background: url("/assets/budllet.png") no-repeat 0 13px;
}

#content ol {
	margin-left: 40px;
	letter-spacing:1px
}

#content ol li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: decimal;
}

blockquote {
	background-color: #78623e;
	color: #fff;
	font-style: italic;
	font-size: 20px;
	padding: 20px 20px 20px 25px;
	margin-bottom: 15px;
	text-indent: -.5em;
}

blockquote p {
	margin-bottom: 0px;
}

/* @end */

/* @group Blog */

.blog-post {

}

.author img {
	float:left;
}

.post-author-name {
	padding-left: 5px;
}

.align-left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.post-categories {
	margin-top: 12px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:600;
}

.post-body {
	border-bottom: 1px solid #bac172;
	margin-bottom: 40px;
}

.post-summary  {
	font-style:italic
}

.blog-rss a {
    background: url("/assets/rss.png") no-repeat scroll 0 3px transparent;
    line-height: 30px;
    padding-left: 20px;
}

#blog #share {
	clear: both;
	background-color: #e1ded5;
	position:relative;
	width: 560px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:5px;
	border: 1px solid #999;
	border: inset 1px solid #333;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

#share {

	background-color: #e1ded5;
	border-radius: 10px;
	padding: 7px 20px;
	margin-bottom: 30px;
}

.retro #share {
	background-color: #e1ded5;
}

#share h4 {
	float: left;
	text-transform: uppercase;
	color: #333;
	font: normal normal 18px league-gothic, "Helvetica Neue", Arial, sans-serif;
	width: 75px;
	margin-top: 6px
}

#share span {
	//opacity: 0.94;
}


/* @end */

/* @group Footer */

.clearfooter {
   	height: 205px;
   	clear: both;
}

#footer {
   	height: 170px;
	position: relative;
	width: 100%;
	background: url("/assets/bg-footer.png") repeat-x;
	padding-top: 20px;
	padding-bottom: 15px;
	min-width: 970px;
}

#footer-container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

#footer-container p {
	margin-left: 0;
}

#footer-container p + p {
	margin-top: 0.5em;
}

#footer-vcard {
	font-family:Verdana, Geneva, sans-serif;
	float: left;
	width: 500px;
	color: #e5e1db;
	//text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 20px;
	font-size: 12px;
}

#footer-vcard p {
	margin-bottom: 5px;
}

#footer-vcard p.footernav {
	background: url(/images/footer-scroll.gif) no-repeat center bottom;
	padding-bottom: 30px;
	margin-bottom: 10px;
}

#footer-vcard p.jplug {
	background: url("/assets/jonster-chair.png") no-repeat;
	padding-left: 30px;
	line-height: 24px;
}

#footer-vcard p strong {
	color: #e5e1db;

}

#footer-vcard p a {
	color: #aac7ca;
	text-decoration: none;
}

#footer-vcard p a:hover {
	text-decoration: underline;
}

#footer-social {
	margin-top: -10px;
	float: right;
	width: 250px;

}

#footer-social a {
	color: #e5e1db;
	text-decoration: none;
}

#footer-social a:hover {
	color: #aac7ca;
}

.footer.soc {
	background:url("/assets/footer-social-icons.png") top left no-repeat;
	background-size: 52px 346px;
	width:32x;
	height:32px;
	line-height: 45px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 40px;
}

a.footer.soc.tw {
	background-position:-10px -262px;
}
a:hover.footer.soc.tw {
	background-position:-10px -304px;
}

a.footer.soc.fb {
	background-position:-10px -220px;
}
a:hover.footer.soc.fb {
	background-position:-10px -10px;
}
a.footer.soc.in {
	background-position:-10px -178px;
}
a:hover.footer.soc.in {
	background-position:-10px -52px;
}
a.footer.soc.em {
	background-position:-10px -136px;
}
a:hover.footer.soc.em {
	background-position:-10px -94px;;
}


#footer-disc {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
}
/* @end */

/* @group Projects */

.article {
	float: right;
	width: 670px;
	margin-bottom: 35px;
	background-color: #edeae0;
	position: relative;
}

.services-workinfo {
	float: right;
	width: 430px;
	padding-top: 10px;
}

.services-img {
	background: url(/images/home-services-img-bkg.png) no-repeat;
	float: left;
	width: 213px;
	height: 161px;
	padding-top: 16px;
	padding-left: 14px;
}

.article h3 {
	
	float: left;
	width: 425px;
	margin-bottom: 0px;
	line-height: 26px;
}

.article h3 span.date {
	color: #aa9c88;
	font-size: 14px;
	float: right;
	width: 75px;
	letter-spacing: 0;
	text-align: right;
}

.article h3 span.title {
	float: left;
	width: 350px;
	text-transform: none;
	letter-spacing: 0;
	font-size: 22px;
}

.article p {
	float: left;
	width: 425px;
	clear: left;
	padding-top: 10px;
}

.article a.button {
	float: left;
}

h2.project-header {
	border-bottom: 1px solid #bac172;
	padding-bottom: 5px;
	clear: both;
}

a.cat-all {
	float: right;
	margin-top: -38px;
	text-decoration: none;
	font-style: italic;
}

.project-img {
	background: url(/images/project-img-bkg.png) no-repeat;
	width: 670px;
	height: 263px;
	float: left;
	margin-top: -7px;
	position: relative;
}

.project-img img {
	margin-left: 21px;
	margin-top: 18px;
}

.project-img a.button {
	position: absolute;
	left: 220px;
	top: 100px;
}

.info-box {
	float: right;
	display: inline;
	width: 250px;
	margin-left: 20px;
	margin-bottom: 20px;
	background: url(/images/info-box-bkg.gif) repeat-y;
}

.info-box-top {
	height: 45px;
	background: url(/images/info-box-top.gif) no-repeat left top;
	margin-bottom: -20px;
}

.info-box-bottom {
	height: 45px;
	background: url(/images/info-box-bottom.gif) no-repeat left top;
	margin-top: -20px;
}

.info-box p,
.info-box h2 {
	padding-left: 20px;
}

.info-box p {
	font-size: 15px;
}

.info-box h2 {
	font-size: 20px;
}

.article-mini {
	width: 200px;
	float: left;
	margin-right: 35px;
	display: inline;
}

.article-mini.nomargin {
	margin-right: 0px;
}

.article-mini .services-img {
	background: url(/images/services-img-bkg.png) no-repeat;
	float: left;
	width: 187px;
	height: 141px;
	padding-top: 14px;
	padding-left: 13px;
}

#sidebar .article-mini .services-img {
	margin-left: -7px;
	margin-top: -5px;
}

.article-mini h3 {
	margin-left: 7px;
	width: 177px;
}

.article-mini h3 a {
	text-decoration: none;
	display: block;
	float: left;
	width: 177px;
}

#sidebar .article-mini h3 {
	clear: left;
	float: left;
	width: 177px;
	line-height: 20px;
}

.article-mini h3 span.title {
	width: 177px;
	font-size: 18px;
	color: #78623e;
	line-height: 20px;
	float: left;
}

.article-mini h3 a span.title,
.article-mini h3 a span.date,
#sidebar .article-mini h3 a span.title,
#sidebar .article-mini h3 a span.date {
	display: block;
	cursor: pointer;
}

#sidebar .article-mini h3 span.title {
	color: #655847;
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
	text-transform: none;
	letter-spacing: 0;
}

.article-mini h3 span.date {
	text-align: left;
	float: left;
	clear: left;
	width: 177px;
}

#sidebar .article-mini h3 span.date {
	text-transform: none;
	letter-spacing: 0;
	font-size: 12px;
}
/* @end */


#ccards {
	background:url("/assets/ccards.png") no-repeat 90px 15px;
	border-top: 1px solid #999;
	margin-top: 10px;
	padding-top: 15px;
	padding-left: 5px;
}




/* @group Contact Form */

form.contact-form, #comment_form {
	margin-top: 10px;
	background: none repeat scroll 0 0 #e6e3d9;;
	position:relative;
	width: 450px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	border: 1px solid #999;
	border: inset 1px solid #333;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

p {
	margin-left: 3px;
}

p.captcha {
	margin-left: -5px;
}

input  {
	width:250px;
	display:block;
	border: 1px solid #999;
	height: 20px;
	padding: 5px;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

input.contact-form.map {
	width: 375px;
}

input[type=checkbox] {
	display: inline-block;
	width: 15px;
	height: 15px;
	padding: .5px;
	margin-bottom: 0;
}

textarea {
	width:375px;
	display:block;
	border: 1px solid #999;
	height: 154px;
	padding: 5px;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

textarea {
	display:block;
}


input.button, .submit_button {
	display: block;
    background: none repeat scroll 0 0 #bbb3a8;
	height: 30px;
	width: 95px;
	margin-top: 5px;
	padding: 5px;
    border: 1px solid #999999;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
	text-transform:capitalize;
	transition: all 0.25s ease-in-out 0s;
}

input.button:hover, .submit_button:hover {
    background: none repeat scroll 0 0 #346e99;
	text-decoration:none;
	cursor: pointer;
}


input.button.map {
	width: 140px;
}

input.search {
	display: inline-block;
	border: 1px solid #fff;
	vertical-align: middle;
	font-style: italic;
	color: #999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

input.button.search {
	border: 1px solid #fff;
	height:32px;
	width: 80px;
	vertical-align: middle;
	font-style: normal;
	color:inherit;
	margin-left: -15px;
	float: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}


textarea:focus, input:focus {
	border: 1px solid #09C;
}

.disclosure.contact-us {
	display: block;
	margin-top: 15px;
	font: italic 11px/14px Arial, sans-serif;
}

#firm-vcard {
	float: right;
}

#map {
	border:2px solid #cd1f28; 
	-webkit-box-shadow: 0px 0px 8px #000; 
	-moz-box-shadow: 0px 0px 8px #000;
	box-shadow: 0px 0px 8px #000; 
	margin-top:25px
}

#mapBox {
	width:900px; 
	height:640px; 
	background-color:#fcf9f4;
	text-align:center; 
}

#mapBox a{color:#fff}

#mapPic, .fb-like-box, .twitter-widget{
	margin-top: 28px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	border: 1px solid #999;
	border: inset 1px solid #333;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

#mapPic:hover { 
	border:1px solid #7386a2;
	border: inset 1px solid #333;
	-webkit-box-shadow: 0px 0px 8px #7386a2; 
	-moz-box-shadow: 0px 0px 8px #7386a2;
	box-shadow: 0px 0px 8px #7386a2; 
}

/* @end */






/* @end */

.screen-reader {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
}