@charset "utf-8";
/* CSS Document */

/* Meyer CSS Reset Modified */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
}
.floatright {
float:right;
}

.floatleft {
float:left;
}
strong {
	font-weight:bold;	
}
/* remember to define focus styles! */
:focus {
	outline:0;
}
body {
	line-height:1.25;
	color:#000000;
	background:white;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}


/* Portfolio Styling */

.portfolioImage img {
border: 1px solid #000;
}

/* Begin page defaults */
body {
	background:url(../images/body-bg.jpg) #002535 top center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	color:#89230f;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration: none;
}

#content a:hover {
	color:#fff;
	text-decoration: none;
	background-color: #89230f;

}
.noborder {
  text-decoration: none;
  border: none;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;
}
.center {
	text-align:center;
}
img.left {
	float:left;
	margin:0 10px 10px 0;	
}
img.right {
	float:right;
	margin:0 0 10px 10px;	
}
sub {
	font-size:0.85em;
	vertical-align:sub;	
}
sup {
	font-size:0.85em;
	vertical-align:super;
}

/* Page layout */

#centerPage {
	text-align:center;
}
#pageWrapper,#footer {
	margin:0 auto;
	text-align:left;
	position:relative;
	width:964px;
}
#pageWrapper {
	padding:135px 0 0 0;
}
#socialFloat{
	background-color:#fff;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	left:-75px;
	padding:0 10px;
	position:absolute;
	top:170px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
}
#socialFloat div{margin:10px 0;}
#header {
	height:135px;
	left:0;
	position:absolute;
	top:0;
	width:964px;
}
#header a#logo {
	display:block;
	height:72px;
	left:0;
	position:absolute;
	top:42px;
	width:339px;
}
#header a#headerContact {
	background:#004284;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	color:#fff;
	display:block;
	font-size:0.8em;
	height:27px;
	line-height:27px;
	padding:0 1em;
	position:absolute;
	right:0;
	text-decoration:none;
	text-transform:lowercase;
	top:0;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
}
#header a#headerFacebook,#header a#headerTwitter {
	background:url(../images/social-media-icons.png) 0 -60px no-repeat;
	color:#000;
	display:block;
	font-size:0.8em;
	height:30px;
	line-height:30px;
	padding:0 0 0 29px;
	position:absolute;
	right:125px;
	top:0;
}
#header a#headerFacebook {
	background-position:0 0;
	right:205px;
}
ul#nav {
	left:350px;
	position:absolute;
	top:50px;
}
ul#nav li {
	display:inline;
	float:left;
	font-size:0.9em;
	list-style-type:none;
	margin:0 15px 0 0;
	position:relative;
}
ul#nav li a {
	color:#fff;
	display:block;
	height:27px;
	line-height:27px;
	padding:0.25em 0.75em;
	text-decoration:none;
	text-transform:lowercase;
}
ul#nav li:hover a,ul#nav li.hover a,ul#nav li.active a,ul#nav li a:hover {
	background:#ffcd32;
	border-radius:10px;
	-moz-box-shadow:0 0 15px #333;
	-webkit-box-shadow:0 0 15px #333;
	box-shadow:0 0 15px #333;
	color:#002d3f;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
ul#nav ul {
	background:url(../images/subNav-Top.png) 0 0 no-repeat;
	border-radius:10px;
	-moz-box-shadow:0 0 15px #333;
	-webkit-box-shadow:0 0 15px #333;
	box-shadow:0 0 15px #333;
	display:none;
	left:0;
	padding:19px 0 0 0;
	position:absolute;
	top:35px;
	width:152px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
ul#nav li:hover ul {
	display:block;
}
ul#nav li li {
	background:#ffcd32;
	display:block;
	float:none;
	font-size:1em;
	width:100%;
}
ul#nav li:hover li a {
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
ul#nav li.active li a:hover,ul#nav li li a:hover {
	background:#002d3f;
	border-radius:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	color:#fff;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
ul#nav li li.lastItem,ul#nav li li.lastItem a,ul#nav li.active li.lastItem a:hover,ul#nav li li.lastItem a:hover {
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
}
#contentWrapper {
	background:#fff;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	padding:20px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
}
#content h1, #content h2, #content h3 {
	color:#9c3016;
	font-size:1em;
	font-weight:bold;
	line-height:1.25em;
	margin:10px 0;
}
#content h2,#topFeature h2 {
	color:#056ee3;
	font-size:1.2em;
}
#content h3 {
	font-size:0.8em;
}
#content h2 {
	line-height:1.25em;
	margin:5px 0 0 0;
}
#content h1 {
	font-size:1.6em;
}


#content p, #content li {
	color:#000;
	font-size:0.8em;
	line-height:1.25em;
	margin:10px 0;
}
#content li {
/*	margin:3px -3px;*/
	margin:3px 20px;
}
#content ul ul li,#content ol ol li {
	font-size:1em;
}
#content ol ol, #content ol ul, #content ul ol, #content ul ul {
	margin:5px 20px;
}

#content ul {
margin-left: 10px;
}

#homePage #content h1 {
	color:#8d8686;
	font-size:0.8em;
	font-weight:bold;
	text-align:right;
	text-transform:lowercase;
}
#topImgGallery {
	height:245px;
	width:920px;
}
#topImgGallery img{padding:0;}
#topImgGallery .panel{z-index:10;}
#slideshow {
  height:240px;
  margin:10px 0 0 0;
	position:relative;
	width:920px;
}
#slideshow #slidesContainer {
	height:240px;
	margin:0 auto;
	overflow:auto; /* allow scrollbar */
	position:relative;
	width:920px;
}
#slideshow #slidesContainer .slide {
	height:240px;
	margin:0 auto;
	width:900px; /* reduce by 20 pixels to avoid horizontal scroll */
}
#slideshow #leftControl {
	background:url(../images/slideshow-left.png) 0 0 no-repeat;
	cursor:pointer;
	display:block;
	height:47px;
	left:-20px;
	position:absolute;
	text-indent:-9999em;
	top:90px;
	width:49px;
	z-index:100;
}
#slideshow #rightControl {
	background:url(../images/slideshow-right.png) 0 0 no-repeat;
	cursor:pointer;
	display:block;
	height:47px;
	position:absolute;
	right:-20px;
	text-indent:-9999em;
	top:90px;
	width:47px;
	z-index:100;
}
#homeBusiness {
	background:url(../images/homeServices-bg.jpg) #96b2c2 top left repeat-x;
	height:179px;
	margin:10px 0;
}
.homeBusinessBox {
	float:left;
	margin:20px 10px;
	width:280px;
}
#content .homeBusinessBox h2 {
	color:#014283;
	font-size:1.5em;
	font-weight:normal;
	margin:0 0 5px 0;
	text-align:center;
}
/*#homeSmallBusiness h2 {color:#658618;}
#homeNonProfits h2 {color:#9c3016;}
#homeEmailMarketing h2 {color:#014283;}*/
#content .homeBusinessBox p {
	color:#333;
	font-size:0.9em;
	line-height:1.1em;
	margin:0;
}
#content .homeBusinessBox p.homePrice {
	font-weight:bold;
	text-align:center;
}
#homeServices {
	background:url(../images/icon-box.jpg) 0 25px no-repeat;
	display:inline;
	float:left;
	width:545px;
}
#homeServices p {
	color:#00548e;
	font-size:0.9em;
	margin:0 20px 0 60px;
}
#homeCare {
	background:url(../images/icon-handshake.jpg) 0 25px no-repeat;
	display:inline;
	float:left;
	width:375px;
}
#homeCare p {
	color:#333;
	margin:0 0 0 90px;
	font-size:0.9em;
}
#homeServices h2,#homeCare h2 {
	color:#9c3016;
	font-size:1.25em;
	font-weight:normal;
	margin:0;
}
a#homeServicesLink,a#homeCareLink {
	background:url(../images/icon-clapper.png) top right no-repeat;
	display:block;
	font-size:1.1em;
	height:45px;
	line-height:45px;
	margin:10px 0 10px 20px;
	text-decoration:none;
	text-transform:uppercase;
}
a#homeServicesLink {
	color:#085278;
	width:390px;
}
a#homeCareLink {
	color:#6b9608;
	width:265px;
}

/* Blogging */

#blogRight {
float: right;
margin: 0 0 30px 25px;
}

#tagListing {
margin-bottom: 15px;
padding: 8px 15px 15px 15px;
width: 230px;
border: 1px solid #ccc;
}

#latestPosts {
padding: 8px 15px 15px 15px;
width: 230px;
border: 1px solid #ccc;
}

#latestPosts h2 {
color:#204a7b;
}

#tagListing h2 {
color:#204a7b;
}

.blogThumb {
float:left;
margin:0 15px 15px 0;
}
#blogcontent {
width: 630px;
color: #333;
text-align: justify;
font-family: 'Helvetica Neue',Arial,sans-serif;
font-size:1.2em;
line-height: 1.5em;
font-weigth:none;
float:left;
}

#blogcontent li {
margin-bottom: 10px;
color: #333;
}

#blogcontent h2 {
font-size:2em;
font-weight:normal;
font-family:Georgia;
margin: 0 0 20px 0;
}

#blogcontent h2 a {
color:#333;
}

#bloghomecontent {
width: 630px;
color: #333;
text-align: justify;
font-family: 'Helvetica Neue',Arial,sans-serif;
font-size:1.2em;
line-height: 1.5em;
font-weigth:none;
}

#bloghomecontent h2 {
font-size:2em;
font-weight:normal;
font-family:Georgia;
margin: 0 0 10px 0;
color:#204a7b;
}

#bloghomecontent h2 a {
color:#333;
}

.posthomelinks {
font-size: 0.7em;
}

#post h2 {
     background-color: #89230f;
     background-color: #333;
     padding: 5px;
     width: 730px;
}

#post h2 a {
     color: #fff;
}

#post h2 a:hover {
     color: #fff;
     background-color: #333;
     text-decoration:underline;
}

#showcomments {
display: block;
background: #fff;
width: 620px;
padding: 5px;
margin-top: 10px;
}
#showcomments h3 {
	color:#000;
}
#showcomments li.quip-comment {
	background:#f5f5f5;
	border:1px solid #ddd;
	color:#333;
	margin:10px 0;
}
#showcomments li.quip-comment p {
	margin:5px 0;
}
#showcomments li.quip-comment p.quip-comment-meta {
	font-size:0.8em;
}
#showcomments li.quip-comment p.quip-comment-meta span {
	color:#003366;
	font-style:normal;
}
#showcomments li.quip-comment p.quip-comment-meta span.quip-comment-author span {
	color:#003366;
	font-weight:bold;
}
#showcomments li.quip-comment p.quip-comment-meta a:hover {
	background:none;
	text-decoration:underline;
}
#showcomments li.quip-comment p.quip-comment-meta span.quip-comment-createdon {
	font-size:0.9em;
}
#showcomments li.quip-comment div.quip-comment-text p {
	font-size:0.85em;
	margin:0 0 5px 0;
	padding:0;
}
#leavecomment div.quip-add-comment .required {color:#ff0000;}
#leavecomment div.quip-fld,#leavecomment div.quip-checkbox {
	margin:5px 0;
}
#leavecomment div.quip-fld label {
	color:#888;
	display:block;
	float:none;
	font-size:0.8em;
}
#leavecomment div.quip-checkbox label {
	color:#888;
	font-size:0.8em;
	width:23%;
}
#leavecomment div.quip-fld input,#leavecomment textarea {
	background:#f9f9f9;
	border:1px solid #ccc;
	box-shadow:inset 0 0 5px #666;
	font-size:0.8em;
	-moz-box-shadow:inset 0 0 5px #666;
	-webkit-box-shadow:inset 0 0 5px #666;
}
#leavecomment textarea {font-size:1em;}
#leavecomment p {
	font-size:0.8em;
	color:#888;
}

#showcomments p {
font-size: 1em;
color: #333;
}

#leavecomment {
font-size: .9em;
color: #333;
}

#leavecomment h2 {
font-size: 1.3em;
margin: 5px;
}

/* Footer */

#footerWrapper {
	background:url(../images/footer-bg.png) top left repeat-x;
	margin:-15px 0 0 0;
	position:relative;
	z-index:100;
}
#footer {
	height:159px;
}
#footerLinks {
	display:inline;
	float:left;
	margin:40px 0 30px 20px;
	width:600px;
}
#footerLinks ul {
	display:inline;
	float:left;
	margin:0 10px 0 0;
	width:280px;
}
#footerLinks ul li {
	font-size:0.8em;
	list-style-type:none;
}
#footerLinks ul li a {
	color:#fff;
	display:block;
	padding:0;
	text-decoration:none;
}
#footerLinks ul li a:hover {text-decoration:underline;}
#footerCopy {
	display:inline;
	float:left;
	margin:50px 20px 0 0;
	width:320px;
}
#footerCopy p {
	color:#fff;
	font-size:1.3em;
	text-align:center;
}
#footerCopy p#copyright {font-size:0.8em;}
