
/* GLOBAL */
body {
	background: #FFFFFF;
	font-family: Arial, Sans-serif;
	font-size: 14px;	
	line-height: 150%;
	letter-spacing: 0px;
	margin: 0 auto;
	color: #666666;
}

* {
	margin: 0;
}

html, body {
	height: 100%;
}

table {
	border: 0;
}

td {
	vertical-align:top;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

img.dropshadow {
	background: #FFFFFF;
	padding: 3px;
	border: solid 1px #B1AEA5;
	-moz-box-shadow: 1px 1px 5px #AAAAAA;
	-webkit-box-shadow: 1px 1px 5px #AAAAAA;
    box-shadow: 1px 1px 5px #AAAAAA;
}

a img.dropshadow:hover {
	border: solid 1px #24539B;
}

p {
	font-family: Arial, Sans-serif;
	font-size: 14px;	
	line-height: 150%;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 20px;
}

p.footnote {
	font-size: 11px;
	color: #999999;
	font-style: italic;
}

#banner h1 {
	font-family: myriad-pro, myriad-pro-1, myriad-pro-2, Arial, Helvetica, Sans-serif;
	font-size: 48px;
	font-weight: 600;
	font-style: normal;
	line-height: 100%;
	letter-spacing: -2px;
	margin: 0px;
	color: #24539B;
	border-bottom: none;
	text-shadow: #FFFFFF 1px 1px 1px;
}

h2 {
	font-family: myriad-pro, myriad-pro-1, myriad-pro-2, Arial, Sans-serif;
	font-size: 30px;
	font-style: italic;
	font-weight: 600;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #24539B;
}

#portfolio h2 {
	margin-bottom: 30px;
}

h3 {
	font-family: myriad-pro, myriad-pro-1, myriad-pro-2, Arial, Sans-serif;
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
	text-transform: none;
	line-height: 100%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	letter-spacing: 0px;
	color: #24539B;
}

h4 {
	font-family: Arial, Sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	line-height: 100%;
	text-transform: none;
	margin: 10px 0px 5px 0px;
	color: #39B54A;
}

#content ul,
#content ol {
	margin: 0px 40px 20px 20px;
	padding-left: 20px;
}

#content li {
	font-size: 12px;
	line-height: 150%;
	margin: 0px 0px 10px 10px;
}


/* TESTIMONIALS */
div.testimonial div.quote-text {
	width: 173px;
	border: solid 1px #C8D4E6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 8px 10px 8px 10px;
}

div.testimonial div.quote-text p {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Serif;
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	line-height: 175%;
	color: #999999;
	text-shadow: #FFFFFF 1px 1px 0px;
}

#content div.quote-footer {
	background-image: url('images/backgrounds/quote-tick.jpg');
	background-repeat: no-repeat;
	background-position: 11px 0px;
	margin-top: -1px;
	padding-top: 22px;
	line-height: 150%;
	font-size: 12px;
}

#content div.quote-footer p {
	line-height: 150%;
	font-size: 12px;
	margin-bottom: 0px;
}


/* MAIN MENU */
ul#nav {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	color: #24539B;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	white-space: nowrap;
	list-style-type: none;
	text-align: right;
	border-bottom: solid 1px #C8D4E6;
}

ul#nav li {
	display: inline-block;
	float: left;
	margin: 0px;
	position: relative;
	height: 20px;
	margin: 0px 25px 0px 25px;
	z-index: 400;
}

ul#nav li.home {
	margin: 0px 25px 0px 0px;
}

ul#nav li.contact {
	margin: 0px 0px 0px 25px;
}

#home ul#nav li.home,
#services ul#nav li.services,
#portfolio ul#nav li.portfolio,
#about ul#nav li.about,
#blog ul#nav li.blog,
#contact ul#nav li.contact {
	border-bottom: solid 3px #24539B;
	z-index: 1;
}

ul#nav li a {
	display: inline-block;
	background: transparent;
	color: #24539B;
	line-height: 12px;
	padding: 0px 0px 8px 0px;
	text-decoration: none;
	text-transform: uppercase;
}

#home ul#nav li.home a,
#services ul#nav li.services a,
#portfolio ul#nav li.portfolio a,
#about ul#nav li.about a,
#blog ul#nav li.blog a,
#contact ul#nav li.contact a {
	background: #FFFFFF;
	color: #24539B;
	padding: 0px 0px 8px 0px;
}

ul#nav li a:hover {
	color: #24539B;
	border-bottom: solid 3px #C8D4E6;
}

ul#nav.dropdown li ul  {
	width: auto;
	height: auto;
	visibility: hidden;
	position: absolute;
	background: #EBEFF6;
	top: 23px;
	left: 0px;
	border: 1px solid #C8D4E6;
	padding: 0px;
	text-align: left;
	line-height: 12px;
	z-index: 100;
}

ul#nav.dropdown li.services ul li,
ul#nav.dropdown li ul li  {
	display: inline;
	float: none;
	font-weight: normal;
	background: #EBEFF6;
	margin: 0px;
	height: 12px;
}

#services ul#nav.dropdown li.services ul li a,
ul#nav.dropdown li ul li a {
	width: auto;
	display: block;
	text-transform: none;
	padding: 10px 10px 10px 10px;
	background: #EBEFF6;
	text-shadow: #FFFFFF 1px 1px 0px;
}

#services ul#nav.dropdown li.services ul li a:hover,
ul#nav.dropdown li ul li a:hover {
	background: #C8D4E6;
	border-bottom: solid 0px #C8D4E6;
	padding: 10px 10px 10px 10px;
	text-shadow: #EBEFF6 1px 1px 0px;
}


/* LINKS IN BODY */
#content a:link {
	color: #24539B;	
	text-decoration: underline;
	outline: none;
}

#content a:active{
	color: #24539B;	
	text-decoration: underline;
}

#content a:visited {
	color: #24539B;	
	text-decoration: underline;
}

#content a:hover {
	color: #142E56;
	text-decoration: underline;
}

#content a.heading:link,
#content a.heading:active,
#content a.heading:visited {
	color: #24539B;	
	text-decoration: none;
	outline: none;
}

#content a.heading:hover {
	color: #4F84D6;
	text-decoration: none;
}


/* COLUMNS */
div.column-1,
div.column-2,
div.column-3 {
	float: left;
	width: 195px;
	margin-right: 60px;
}

div.column-123 {
	float: left;
	width: 705px;
	margin-right: 60px;
}

div.column-4 {
	float: left;
	width: 195px;
}

div.column-12 {
	float: left;
	width: 450px;
	margin-right: 60px;
}

div.column-34 {
	float: left;
	width: 450px;
}

div.column-1234 {
	width: 960px;
	display: inline-block;
	margin-right: 0px;
}

div.last-column {
	margin-right: 0px;
}


/* SERVICES */
div.service {
	margin-bottom: 40px;
}

div.service div.icon {
	float: left;
	width: 100px;
	margin-right: 20px;
}

div.service div.description {
	float: left;
	width: 330px;
}

#content div.service div.description a:link {
	text-decoration: none;
}

#content div.service div.description a:hover h2 {
	color: #142E56;
	text-decoration: none;
}

#content div.service ul {
	margin: 0px 0px 0px 0px;
	padding-left: 10px;
}

#content div.service li {
	font-size: 12px;
	line-height: 150%;
	margin: 0px 0px 10px 10px;
	padding-left: 20px;
	list-style-type: none;
	background-image: url('images/icons/bullet-target.jpg');
	background-position: 0px 3px;
	background-repeat: no-repeat;
}


/* FEATURED CONTENT */
div.featured-content {
	margin-top: 20px;
	margin-bottom: 20px;
}

div.featured-content span.icon {
	display: block;
	text-align: center;
}

div.featured-content h4 {
	font-size: 13px;
}

div.featured-content p {
	font-size: 12px;
	line-height: 150%;
	color: #999999;
}


/* HIGHLIGHTED CONTENT */
div.highlighted-content {
	margin-top: 20px;
	margin-bottom: 40px;
}

div.highlighted-content span.icon {
	display: block;
	text-align: center;
}

div.highlighted-content h4 {
	text-align: center;
	font-size: 13px;
}

div.highlighted-content p {
	font-size: 12px;
	line-height: 150%;
	color: #999999;
	text-align: center;
	margin-bottom: 0px;
}

div.bottom {
	margin-bottom: 0px;
}


/* TEAM MEMBERS */
div.team-members {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

div.team-members span.headshot {
	display: block;
	text-align: center;
}

div.team-members h4 {
	font-size: 13px;
	margin: 5px 0px 0px 0px;
}

div.team-members h5 {
	color: #24539B;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

div.team-members p {
	text-align: left;
	font-size: 12px;
	line-height: 150%;
	color: #999999;
}


/* BUTTONS */
div.view-our-work a {
	display: inline-block;
	width: 159px;
	height: 42px;
	background-image: url('images/buttons/view-our-work.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.view-our-work a:hover {
	background-position: 0px -42px;
	cursor: pointer;
}

div.get-a-quote a {
	display: inline-block;
	width: 159px;
	height: 42px;
	background-image: url('images/buttons/get-a-quote.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.get-a-quote a:hover {
	background-position: 0px -42px;
	cursor: pointer;
}

div.learn-more a {
	display: inline-block;
	width: 159px;
	height: 42px;
	background-image: url('images/buttons/learn-more.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.learn-more a:hover {
	background-position: 0px -42px;
	cursor: pointer;
}

div.sidebar-button {
	margin-top: 40px;
	text-align: center;
}


/* GLYPHS */
div#glyphs {
	margin-bottom: 40px;
}

div.glyph {
	width: 150px;
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: center left;
	margin-bottom: 20px;
}

div.glyph p {
	color: #5B7EB4;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}

div.glyph p span.highlight {
	color: #24539B;
	font-weight: bold;
}

div.years {
	background-image: url('images/glyphs/8-years.png');
}

div.client-relationships {
	background-image: url('images/glyphs/client-relationships.png');
}

div.strategic-creativity {
	background-image: url('images/glyphs/strategic-creativity.png');
}

div.measurable-results {
	background-image: url('images/glyphs/measurable-results.png');
}

div.clients {
	background-image: url('images/glyphs/160-clients.png');
}

div.original-website {
	background-image: url('images/glyphs/original-website.jpg');
}

div.hand-coded {
	background-image: url('images/glyphs/hand-coded.jpg');
}

div.seo-friendly {
	background-image: url('images/glyphs/seo-friendly.jpg');
}

div.statistics {
	background-image: url('images/glyphs/statistics.jpg');
}

div.compatibility {
	background-image: url('images/glyphs/compatibility.jpg');
}

div.quick {
	background-image: url('images/glyphs/quick.jpg');
}

div.security {
	background-image: url('images/glyphs/security.jpg');
}

div.friendly {
	background-image: url('images/glyphs/friendly.jpg');
}

div.reliability {
	background-image: url('images/glyphs/reliability.jpg');
}

div.backups {
	background-image: url('images/glyphs/backups.jpg');
}

div.webmail {
	background-image: url('images/glyphs/webmail.jpg');
}

div.scalable {
	background-image: url('images/glyphs/scalable.jpg');
}


/* CONTACT US */
div#glyphs-contact {
}

div#glyphs-contact div.glyph {
	width: 405px;
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-bottom: 25px;
}

div#glyphs-contact div.glyph p {
	color: #666666;
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
}

div#glyphs-contact div.glyph h3 {
	margin-bottom: 5px;
}

div#glyphs-contact div.phone {
	background-image: url('images/glyphs/phone.jpg');
}

div#glyphs-contact div.email {
	background-image: url('images/glyphs/email.jpg');
}

div#glyphs-contact div.office-address {
	background-image: url('images/glyphs/office-address.jpg');
}

div#glyphs-contact div.hours-of-operation {
	background-image: url('images/glyphs/hours-of-operation.jpg');
}

div#map {
	display: block;
	padding-top: 64px;
}

div#map a {
	display: block;
	width: 448px;
	height: 328px;
	border: solid 1px #C8D4E6;
}

div#map a:hover {
	border: solid 1px #24539B;
}


/* FOOTER */
#footer h3 {
	font-family: myriad-pro, myriad-pro-1, myriad-pro-2, Arial, Sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: 600;
	line-height: 100%;
	text-transform: none;
	margin: 0px 0px 5px 0px;
	color: #FFFFFF;
}

#footer p {
	font-size: 12px;
	margin-top: 0px;
	line-height: 150%;
	color: #92A9CD;
}

#footer .column-2 ul {
	white-space: nowrap;
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
}

#footer .column-2 ul li {
	font-size: 12px;
	height: 30px;
	background-image: url('images/backgrounds/dotted-line.png');
	background-repeat: repeat-x;
	background-position: 0px 21px;
	margin: 0px;
}

#footer .column-2 ul li.last {
	background: none;
}

#footer .column-2 ul li a {
	color: #FFFFFF;	
	text-decoration: none;
	background-image: url('images/icons/bullet-triangle.png');
	background-position: 0px 6px;
	background-repeat: no-repeat;
	padding-left: 10px;
}

#footer .column-2 ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer .column-3 ul {
	padding-left: 0px;
	list-style: none;
}

#footer .column-3 ul li {
	padding-left: 0px;
	font-size: 12px;
	line-height: 150%;
}

#footer .column-3 ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer .column-3 ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer div#twitter_div ul#twitter_update_list li span {
	display: block;
	color: #92A9CD;
}

#footer .column-4 a {
	color: #C8D4E6;	
	text-decoration: none;
}

#footer .column-4 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer .column-4 .program a {
	color: #92A9CD;	
	text-decoration: none;
}

#footer .column-4 .program a:hover {
	color: #92A9CD;
	text-decoration: none;
	cursor: text;
}


/* PORTFOLIO */
div.portfolio-left {
	float: left;
	width: 306px;
	height: 256px;
	margin-bottom: 50px;
	margin-left: -5px;
	padding: 6px 8px 8px 6px;
	background-image: url('images/backgrounds/portfolio-project.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}
 
div.portfolio-right {
	float: right;
	width: 306px;
	height: 256px;
	margin-bottom: 50px;
	margin-right: -7px;
	padding: 6px 8px 8px 6px;
	background-image: url('images/backgrounds/portfolio-project.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#content div.portfolio-left a,
#content div.portfolio-right a {
	width: 300px;
	height: 250px;
	display: block;
	border: solid 3px #FFFFFF;
}

#content div.portfolio-left a:hover,
#content div.portfolio-right a:hover {
	border: solid 3px #24539B;
}

span.under-development {
	font-family: myriad-pro, myriad-pro-1, myriad-pro-2, Arial, Sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
	text-transform: none;
	line-height: 100%;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	letter-spacing: 0px;
	color: #4F84D6;
}

#content a.project-url,
#content a.project-url:link {
	font-family: myriad-pro, myriad-pro-1, myriad-pro-2, Arial, Sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
	text-transform: none;
	line-height: 100%;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	letter-spacing: 0px;
	color: #4F84D6;
	text-decoration: underline;
}

#content a.project-url:hover {
	color: #24539B;
	text-decoration: underline;
}

img.project-image {
	width: 703px;
}

#portfolio img.shadow {
	background: #FFFFFF;
	padding: 0px;
	border: solid 1px #CCCCCC;
	-moz-box-shadow: 1px 1px 5px #AAAAAA;
	-webkit-box-shadow: 1px 1px 5px #AAAAAA;
    box-shadow: 1px 1px 5px #AAAAAA;
}

div#client-list {
	font-size: 13px;
	margin-top: 50px;
}

div#client-list p {
	font-size: 13px;
	color: #999999;
}

div#client-list p.no-link {
	display: block;
	margin: 0px;
	padding: 5px;
}

div#client-list p.link-disabled {
	display: block;
	margin: 0px;
	padding: 5px;
	cursor: default;
	color: #C8D4E6;
}
	
#content a.preview:link {
	display: inline-block;
	width: 183px;
	text-decoration: none;
	padding: 5px;
}

#content a.preview:hover {
	background: #EBEFF6;
	color: #24539B;
}

div.link-underline {
	height: 1px;
	background-image: url('images/backgrounds/dotted-line.png');
	background-repeat: repeat-x;
	margin: 0px;
	cursor: default;
}

#preview-image {
	display: none;
	position: absolute;
	z-index: 999999;
}


/* COMPANY */
div.team-member {
	margin-bottom: 30px;
}

div.team-member.last {
	margin-bottom: 0px;
}

div.team-photo {
	float: left;
	width: 100px;
	margin-right: 30px;
}

span.team-title {
	font-size: 16px;
	color: #B1AEA5;
	font-weight: normal;
	text-transform: none;
}

div.team-bio {
	float: left;
	width: 320px;
}

div.team-bio h2 {
	margin-top: 0px;
}


/* WEB DESIGN */
div.web-design-icon {
	float: left;
	width: 48px;
	padding-top: 8px;
}

div.web-design-text {
	float: left;
	width: 560px;
	margin-left: 10px;
}

div.web-design-text h3 {
	font-family: myriad-pro, myriad-pro-1, myriad-pro-2, Arial, Sans-serif;
	font-size: 14px;
	font-weight: 600;
	font-style: italic;
	text-transform: none;
	line-height: 100%;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	margin-top: 5px;
	letter-spacing: 0px;
	color: #39B54A;
}

div.web-design-line {
	height: 1px;
	background-image: url('images/bg/dotted-line.png');
	background-repeat: repeat-x;
	margin: 10px 0px 10px 0px;
}

div#website-specialize {
	margin-top: 15px;
	margin-bottom: 30px;
}

div#website-standard {
	margin-top: 15px;
	margin-bottom: 20px;
}

div.website-feature {
	float: left;
	width: 180px;
	margin-right: 38px;
}

div.website-feature p {
	font-size: 11px;
	margin-bottom: 0px;
}

div#starter {
	width: 800px;
	margin: 20px;
}

div#starter div.standard {
	float: left;
	width: 400px;
	margin-right: 50px;
}

div#starter div.optional {
	float: left;
	width: 350px;
}

div#starter ul li {
	font-size: 13px;
}


/* WEB HOSTING */
div.web-hosting-icon {
	float: left;
	width: 48px;
}

div.web-hosting-text {
	float: left;
	width: 222px;
	margin-left: 10px;
}

div.web-hosting-text h3 {
	font-family: myriad-pro, myriad-pro-1, myriad-pro-2, Arial, Sans-serif;
	font-size: 14px;
	font-weight: 600;
	font-style: italic;
	text-transform: none;
	line-height: 100%;
	padding: 0px;
	margin: 2px 0px 2px 0px;
	letter-spacing: 0px;
	color: #39B54A;
}

div.web-hosting-line {
	height: 1px;
	background-image: url('images/bg/dotted-line.png');
	background-repeat: repeat-x;
	margin: 5px 0px 10px 0px;
}


/* CONTACT */
#contact .field-wrapper {
	margin-bottom: 10px;
}

#contact .field-name {
	float: left;
	width: 100px;
	color: #24539B;
	font-weight: bold;
	padding-top: 8px;
}

#contact .field {
	float: left;
	width: 325px;
	color: #24539B;
}

#contact .wide {
	width: 525px;
}

#contact .required {
	float: left;
	width: 20px;
	padding-top: 10px;
}

#contact .error-message {
	float: left;
	width: 200px;
	padding: 10px 0px 0px 10px;
	font-size: 11px;
	color: #F10E04;
}

div.send-a-message a {
	display: block;
	width: 159px;
	height: 42px;
	background-image: url('images/buttons/send-a-message.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.send-a-message a:hover {
	background-position: 0px -42px;
	cursor: pointer;
}

div#message-form {
	width: 450px;
	margin: 20px;
}

div#message-form div.send-message a {
	display: block;
	width: 159px;
	height: 42px;
	background-image: url('images/buttons/send-message.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#message-form div.send-message a:hover {
	background-position: 0px -42px;
	cursor: pointer;
}


/* IPAD FIXES */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	div.view-our-work a { height: 41px; }
	div.get-a-quote a { height: 41px; }
	div.learn-more a { height: 41px; }
	div.send-a-message a { height: 41px; }
	div.send-message a { height: 41px; }
}

