* {
	margin: 0;
}
html, body {
	height: 100%;
}

body {
	background: #f0f0f0 url(../images/body_bg.jpg) repeat-x;
	font-size: 12px;
	color: #092c4a;
	color:#696969;
}

h3 {
	color: #092c4a;
	font-weight: bold;
	background-repeat: no-repeat;
}
h2 {
	color: #4878a6;
	text-shadow: 0 1px 0 #ccc;
}

a, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.wrapper {
	min-height: 100%;
}
.blue {
	color: #4878a6;
}
.tweet {
	margin-bottom: 7px;
}
.tweet .tweet-date {
	color: #999;
	text-shadow: 0 1px 0 #fff;
}

textarea {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

/*---BUTTONS---*/
.button, .button:visited {
	background: #222 url(../images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
input.button, button.button {
	border: 0px;
}

.button:hover { 
	background-color: #111; color: #fff; 
}
.button:active { top: 1px; }
.small.button, 
.small.button:visited { 
	font-size: 11px; 
	margin-bottom: 0;
	padding: 3px 5px 3px 5px;
}
.button, 
.button:visited,
.medium.button, 
.medium.button:visited { 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 1; 
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
}
.large.button, 
.large.button:visited { 
	font-size: 14px; 
	padding: 8px 14px 9px; 
}
.green.button, 
.green.button:visited	{ 
	background-color: #5eb325;
	border-color: #4ea915;
}
.green.button:hover { 
	background-color: #4ea915;
}




/*---HEADER---*/
#header {
	height: 118px;
}
#header h1 {
	float: left;
}
#header h1 a {
	width: 383px;
	height: 118px;
	background: url(../images/logo.png) no-repeat;
	display: block;
}
#header h1 span {
	display: none;
}
ul#main-nav {
	list-style: none;
	float: left;
	margin: 35px 0 0 10px;
	padding: 0;
}
ul#main-nav li {
	display: inline;
}
ul#main-nav li a {
	padding: 5px 10px 5px 10px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	border: 1px none white;
}
ul#main-nav li.current a {
	background: #5d9c2f;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:0 0 6px 1px rgba(255, 255, 255, 0.6);
	-webkit-box-shadow:0 0 6px rgba(255, 255, 255, 0.6);
}
ul#main-nav li a:hover {
	background: #6cb039;
	background: rgba(94,157,48,0.5);
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:0 0 6px 1px rgba(255, 255, 255, 0.6);
	-webkit-box-shadow:0 0 6px 1px rgba(255, 255, 255, 0.6);

}

/*---FEATURE BANNER---*/
#feature-banner {
	height: 117px;

}
#home #feature-banner {
	height: 313px;
	position: relative;
}
#home #feature-banner-item {
	position: relative;
	display: none;
}
h1#feature-banner-title {
	color: #ffce00;
	font-weight: bold;
	font-weight: 700;
	font-size: 35px;
	line-height: 40px;
	margin-top: 60px;
	margin-bottom: 0;
	letter-spacing: 1px;
	text-shadow: 0 1px 0 #000;
}
#home h1#feature-banner-title {
	margin-top:35px;
	margin-bottom: 10px;
	width: 430px;
	float: left;
}
#home #feature-banner-text {
	color: #fff;
	font-size: 18px;
	width: 430px;
	text-shadow: 0 1px 0 #000;
	float: left;
}
#home #feature-images {
	margin: 0;
	float: right;
	margin-top: -10px;
	width: 520px;
	text-align: right;
}
#home #feature-banner #action-icons {
	position: absolute;
	left: 0px;
	top: 240px;
}
#home #feature-banner #service-action {
	margin-right: 10px;
}

/*---BODY---*/
#body {
	background: url(../images/horiz_shadow.png) no-repeat center top;
	padding-top: 25px;
	overflow: auto;
	padding-bottom: 70px;
	min-height: 500px;

}
.feature-box {
	background-color: #fff;
	border: 1px solid #dcdcdc;
	padding: 15px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	overflow: hidden;
}
.feature-box-column {
	width: 280px;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #dcdcdc;
	height: 120px;   	
}
.feature-box-column.last {
	margin-right: 0;
	border-right-width: 0;
}
.feature-box h3 {
	color: #79b94d;
	margin:0;
	font-size: 2em;
	font-weight: 300;
}
.feature-box-column h3 {
	padding-left: 55px;
	line-height: 50px;
}
.feature-box-column a h3  {
	text-decoration: none;
	color: #79b94d;
}
.feature-box-column a:hover h3  {
	text-decoration: none;
}
h3.marketing {
	background-image: url(../images/icon_checklist.png);
}
h3.design {
	background-image: url(../images/icon_design.png);
}
h3.web {
	background-image: url(../images/icon_monitor.png);
}
h3.about {
	line-height: 30px;
}
h3.twitter,
h3.facebook,
h3.linkedin {	
	padding-left: 40px;
	line-height: 30px;
	background-repeat: no-repeat;
}

h3.twitter {
	background-image: url(../images/icon_twitter.png);
}
h3.facebook {
	background-image: url(../images/icon_facebook.png);
}
h3.linkedin {
	background-image: url(../images/icon_linkedin.png);
}
h3.email-list {
	background-image: url(../images/icon_email_list.png);
	padding-left: 40px;
	line-height: 30px;
}

/*---LEFT NAV---*/
ul#left-nav {
	list-style: none;
	margin: 0px 0px 18px 0px;
	padding: 0;
	width: 230px;
	border: 1px solid #b5b5b5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:0 0 6px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 0 6px 1px rgba(0, 0, 0, 0.1);

}
ul#left-nav li {
	margin: 0;
	border-bottom: 1px solid #cdcdcd;
	background-color: #dedede;
	padding: 0px;
	width: 230px;
}
ul#left-nav li a {
	color: #919191;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	text-shadow: #fff 0 1px 0;
	display: block;
	padding: 8px 0 8px 15px;
	width: 215px;
}
ul#left-nav li a:hover {
	text-decoration: underline;
}
ul#left-nav li.current a {
	background: url(../images/left_nav_current.png) no-repeat;
	text-shadow: #a06600 0 1px 0;
	padding-right: 15px;
	color: #fff;
}
ul#left-nav li.last {
	border-bottom: 0;
}


/*---HOME---*/
body#home {
	background-image: url(../images/home_bg.jpg);
}
#home#body {
	padding-top: 15px;
}
#home .feature-box {
	margin-bottom: 20px;
}
#home #home-partner-logos {
	margin-top:20px;
	margin-left: 20px;
}
#home #chamber-logo {
	margin-right: 20px;
	float: left;
}
#home #home-social-media-logos {
	float: left;
	margin-top: 20px;
}
#home #home-social-media-logos ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#home #home-social-media-logos ul li {
	display: inline;
	padding-right: 5px;
} 

/*---PORTFOLIO---*/
.portfolio-list-item {
	float: left;
	margin-bottom: 20px;
}
.portfolio-list-image {
	float: left;
	padding: 10px;
	margin: 0;
	background-color: #e1e1e1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 20px;
	-moz-box-shadow:0 0 6px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 0 6px 1px rgba(0, 0, 0, 0.2);	
}
.portfolio-list-image img {
	margin: 0;
	display: inline;
}
.portfolio-list-description {
	float: left;
	width: 400px;
}
.portfolio-list-description h4 {
	color: #092c4a;
	font-size: 1.4em;
	font-weight: lighter;
}
.portfolio-list-description a {
	color: #79b94d;
	font-size: 1.2em;
	font-weight: bold;
}

/*---SERVICES---*/
.image-border {
	padding: 10px;
	margin: 0;
	background-color: #e1e1e1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:0 0 6px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 0 6px 1px rgba(0, 0, 0, 0.2);	
}
img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#services-images {
	
}
#sidebar-contact-button {
	float: left;
}
#services-images img+img {
	display: none;
}
#services.marketing #services-images img,
#services.social-media #services-images img,
#services.search-engine-optimization #services-images img {
	background-color: transparent;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;	
}
/*---ABOUT---*/
.about-item {
	float: left;
	margin-bottom: 50px;
}
.about-item img{
	padding: 10px;
	margin: 0;
	background-color: #e1e1e1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 20px;
	-moz-box-shadow:0 0 6px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 0 6px 1px rgba(0, 0, 0, 0.2);	
}
.about-item h3 {
	color: #79b94d;
	margin-bottom:1.1em;
	font-size: 2em;
	font-weight: normal;
}

/*---CONTACT---*/
#contact p {
	margin-bottom: 5px;
}
input[type="text"],
input[type="password"],
textarea {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
label span {
	color: #ccc;
	font-size: .9em;
	padding-left: 5px;
}
#contact a:hover {
	text-decoration: none;
}
#contact a h3.twitter span,
#contact a h3.facebook span,
#contact a h3.linkedin span 
#contact a h3.twitter span {
	color: #b5b5b5;
	font-size: .9em;
	padding-left: 5px;
}

#left-sidebar .contact-button {
	margin-left: 110px;
}
/*---FOOTER---*/
#footer {
	background-color: #dcdcdc;
	border-top: 1px solid #afafaf;
	position: relative;
	margin-top: -60px;
	height: 50px;
	padding-top: 10px;
	clear: both;
	color: #999;
	text-shadow: 0 1px 0 #fff;
}
.footer-left{
	float: left;
}
.footer-right{
	float: right;
}
#footer ul {
	list-style: none;
}
#footer ul li {
	display: inline;
}
#footer ul li.last a {
	border-right-width: 0px;
}
#footer ul li a {
	padding: 2px 15px 2px 15px;
	border-right: 1px solid #999;
	color: #999;
	line-height: 18px;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: none;
	color: #414141;
}

