@charset "utf-8";
/*
 * Author: Stuart Runyan
 * URL: http://www.shrweb.com
 * Version: 1.0
 */
 
/* Reset Styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* Clearfix */
.clearfix {
	clear: both;
	height: 0;
	line-height: 0;
}

body {
	font-size: 0.695em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}
#wrapper {
	font-size: 1.4em;
	color: #3d3d3d;
}
h1, h2, h3, h4, h5, h6 {font-weight: bold; line-height: 1em; margin: 10px 0 5px 0; color: #3D3D3D; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;}
h1 {font-size: 2.6em;}
h2 {font-size: 2.4em; display: none;}
h3 {font-size: 2.2em;}
h4 {font-size: 2em;}
h5 {font-size: 1.8em;}
h6 {font-size: 1.6em;}

a {
	text-decoration: none;
	outline: none;
	color: #060;
}
a:hover {color: #0A0;}
abbr {border-bottom: 1px dotted;}
.hover{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
p {line-height: 1.6;}
ul li {line-height: 1.6;}


/* Header */
#header_wrap {
	width: 100%;
	height: 71px;
	background: transparent url('images/sprite-repeat-x.png') 0 0 repeat-x;
	margin-bottom: 30px;
}
#header {
	width: 940px;
	margin: 0 auto;
}
#header #logo {
	float: left;
	margin: 12px 0 0 0;
}
#header #logo a {
	background: transparent url('images/sprite-fade.png') 0 0 no-repeat;
	display: block;
	float: left;
	width: 220px;
	height: 35px;
	text-indent: -9999px;
	position: relative;
	top: 6px;
}
#header #logo a .hover {
	background: transparent url('images/sprite-fade.png') 0 -50px no-repeat;
	display: block;
	float: left;
	width: 220px;
	height: 48px;
	position: absolute;
	top: 0;
	left: 0;
}

/* Navigation */
#menu {
	margin: 0 0 0 40px;
	float: left;
	list-style-type: none;
	font-size: 1.2em;
	font-family: vrinda;
}
#menu li, #header #menu li a {
	float: left;
}
#menu li a {
	display: block;
	height: 30px;
	color: #CCC;
	padding: 25px 10px 10px 10px;
}
#menu li a:hover {
	color: #FFF;
	
}
#menu .home, #menu .services, #menu .clients, #menu .contact {
	background: #333;
}

/* Container */
#container {
	padding: 10px;
	width: 940px;
	margin: 0 auto;
}

/* Services Page */
#main-services {
	margin: 40px 0 0 0;
	min-height: 310px;
}
#main-services .main-service-item {
	width: 300px;
	float: left;
	margin: 0 10px 0 10px;	
}
#main-services .main-service-item-left {margin: 0 10px 0 0;}
#main-services .main-service-item-right {margin: 0 0 0 10px;}
#main-services .main-service-item h3 {
	font-size: 1.8em;
}
#main-services .main-service-item .main-service-item-desc {
	background: #3e3e3e url('images/sprite-repeat-y.png') 0 0 repeat-y;
	color: #C1C1C1;
	padding: 10px 20px 20px 20px;
	min-height: 150px;
	position: relative;
}
#main-services .main-service-item .main-service-item-desc p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 1.6em;
}
#main-services .main-service-item .main-service-item-desc .button {
	display: none;
}
#main-services .main-service-item .main-service-item-top {
	background: transparent url('images/sprite-repeat-no.png') 0 -132px no-repeat;
	height: 10px;
}
#main-services .main-service-item .main-service-item-bottom {
	background: transparent url('images/sprite-repeat-no.png') 0 -143px no-repeat;
	height: 10px;
}
#main-services .main-service-item .main-service-item-shadow {
	background: transparent url('images/sprite-repeat-no.png') 0 -155px no-repeat;
	height: 50px;
}
#other-services {
	margin: 0 0 50px 0;
}
#other-services .other-service-item {
	width: 240px;
	float: left;
	margin: 0 0 0 35px;
	padding: 20px;
	list-style-position: inside;
	list-style-type: circle;
}
#other-services .other-service-item-left {margin: 0 0 0 50px;}
#other-services .other-service-item-right {margin: 0 0 0 10px;}
#other-services .other-service-item h4 {
	font-size: 1.4em;
	margin: 0 0 10px 0;
}
#other-services .other-service-item ul {
	line-height: 1.4em;
}
#service-statement p {
	margin: 0 0 40px 0;
	padding: 40px;
	border: 5px solid;
	background: #303030;
	color: #CCC;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.6em;
	line-height: 1.4em;
	padding: 30px;
}


/* Clients Page */
.client-row {
	min-height: 240px;
}
.client-row .client-item {
	float: left;
	width: 300px;
	margin: 0 10px 0 10px;
}
.client-row .client-item-left {margin: 0 10px 0 0;}
.client-row .client-item-right {margin: 0 0 0 10px;}
.client-row .client-item h3 {
	font-size: 1.4em;
}
.client-row .client-item .client-item-top {
	height: 10px;
	background: transparent url('images/sprite-repeat-no.png') 0 -132px no-repeat;
}
.client-row .client-item .client-item-bottom {
	height: 9px;
	background: transparent url('images/sprite-repeat-no.png') 0 -143px no-repeat;
}
.client-row .client-item .client-item-shadow {
	height: 50px;
	background: transparent url('images/sprite-repeat-no.png') 0 -154px no-repeat;
}
.client-row .client-item img {
	padding: 0 9px;
	background: transparent url('images/sprite-repeat-y.png') 0 0 repeat-y;
}

/* Individual Client Page Styles */
#client {
	margin-bottom: 50px;
}
#client img {
	float: left;
	border: 5px solid #3E3E3E;
}
#client .client-info {
	margin: 0 0 0 570px;
}
#client .client-info p {
	margin: 0 0 20px 0;
}
#client .client-info ul {
	margin: 0 0 20px 30px;
}
#client .client-info h4 {
	font-size: 1.4em;
}


/* Contact Page */
#contact-form {
	float: left;
	color: #EEE;
	margin-bottom: 40px;
}
#contact-form-top {
	height: 10px;
	background: url('images/sprite-repeat-no.png') 0 -107px no-repeat;
}
#contact-form-bottom {
	height: 10px;
	background: url('images/sprite-repeat-no.png') 0 -118px no-repeat;
}
#contact-form-middle {
	background: #3d3d3d url('images/sprite-repeat-y.png') -1085px 0 repeat-y;
	padding: 19px 9px 19px 30px;
	width: 600px;
}
#contact-form p{
	color: #CCC;
	font-style: italic;
	margin: 0 0 25px 0;
}
#contact-form form fieldset {
	width: 280px;
	padding-right: 20px;
	margin-bottom: 20px;
	float: left;
}
#contact-form form fieldset legend {
	font-size: 1.4em;
	padding: 0 0 10px 0;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
}
#contact-form form fieldset label  {
	width: 250px;
	height: 28px;
	display: block;
	font-size: 1em;
	border: none;
	margin: 0 0 -8px 0;
	color: #FFF;
}
#contact-form form fieldset input, #contact-form form fieldset select, #contact-form form fieldset textarea   {
	width: 250px;
	height: 28px;
	display: block;
	font-size: 1em;
	margin: 0 0 25px 0;
	background: #DDD;
	border: none;
	color: #111;
}
#contact-form form fieldset select option {
	padding: 4px;
}
#contact-form form fieldset input {
	padding-left: 5px;
}
#contact-form form fieldset textarea {
	width: 245px;
	height: 150px;
	padding: 5px;
}
#contact-form form fieldset input:hover, 
#contact-form form fieldset input:focus, 
#contact-form form fieldset textarea:hover, 
#contact-form form fieldset textarea:focus,
#contact-form form fieldset select:hover, 
#contact-form form fieldset select:focus{
	background: #FFF;
}
#contact-form form input[type=submit] {
	border: none;
	padding: 0 10px;
	height: 47px;
}
#contact-form form input[type=submit]:hover {
	color: #156620;
	cursor: pointer;
}
#contact-info {
	width: 300px;
	margin-left: 660px;
}
#contact-info ul {
	list-style-type: none;
	margin: 0 0 25px 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.1em;
	line-height: 1.6em;
}
#contact-info ul span {
	font-weight: bold;
	font-family: Vrinda, Arial, Helvetica, sans-serif;
}
#contact-form form fieldset#additional-info {
	float: none;
	width: auto;
	clear: both;
	margin-bottom: 0;
}
#contact-form form fieldset#additional-info textarea {
	width: 540px;
}
.error {
	color: #FF3;
}



/* General Button Class */
.button {
	height: 47px;
	margin: 15px 0 0 0;
}
.button-left {
	float: left;
	width: 10px;
	height: 47px;
	background: transparent url('images/sprite-repeat-no.png') -316px -132px no-repeat;
}
.button-right {
	float: left;
	width: 10px;
	height: 47px;
	background: transparent url('images/sprite-repeat-no.png') -327px -132px no-repeat;
}
.button-middle {
	float: left;
	display: block;
	height: 33px;
	width: auto;
	padding: 14px 5px 0 5px;
	background: transparent url('images/sprite-repeat-x.png') 0 -164px repeat-x;
	color: #3D3D3D;
	font-size: 1.2em;
	font-weight: bold;
}
.button:hover > a {
	color: #156620;
}
.button:hover > .button-left {
	background: transparent url('images/sprite-repeat-no.png') -338px -132px no-repeat;
}
.button:hover > .button-right {
	background: transparent url('images/sprite-repeat-no.png') -350px -132px no-repeat;
}
.button:hover > .button-middle {
	background: transparent url('images/sprite-repeat-x.png') 0 -213px repeat-x;
}


/* Page Quote */
#page-qoute {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 3em;
	line-height: 1.8em;
	margin: 25px 0 35px 0;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	text-align: center;
	color: #3D3D3D;
}
#page-qoute h3 {
	font-weight: normal;
	font-size: 1.2em;
}
#page-qoute .underline {
	border-bottom: 2px solid #3D3D3D;
}
#page-qoute .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.36em;
	line-height: 0.8em;
	float: right;
	margin-top: 21px;
}
#page-qoute .button .button-middle {
	padding-top: 16px;
}

/* Slideshow */
#slideshow {
	height: 480px;
	overflow: hidden;
	margin-top: 25px;
	margin-bottom: -30px;
}
#slide-left, #slide-right {
	float: left; 
	position: relative;
	margin-top: 150px;
}
#slide-left span, #slide-right span {
	display: block;
	width: 42px;
	height: 80px;
	text-indent: -9999px;
}
#slide-right span {
	background: transparent url('images/sprite-fade.png') -43px -98px no-repeat;
}
#slide-right .hover {
	background: transparent url('images/sprite-fade.png') -43px -179px no-repeat;
}
#slide-left span {
	background: transparent url('images/sprite-fade.png') 0 -98px no-repeat;
}
#slide-left .hover {
	background: transparent url('images/sprite-fade.png') 0 -179px no-repeat;
}
#slide-container {
	width: 780px;
	height: 480px;
	margin: 0 35px;
	overflow: hidden;
	float: left;
}
#slide-wrap {
	width: 2490px;
	float: left;
}
.slide {
	width: 780px;
	float: left;
	margin-right: 50px;
}
.slide-top {
	background: transparent url('images/sprite-repeat-no.png') 0 0 no-repeat;
	padding-top: 10px;
}
.slide-bottom {
	background: transparent url('images/sprite-repeat-no.png') 0 -11px no-repeat;
	padding-bottom: 10px;
}
.slide-middle {
	background: transparent url('images/sprite-repeat-y.png') 0 0 repeat-y;
	padding: 0 10px 1px 10px;
}
.slide-shadow {
	background: url('images/sprite-repeat-no.png') 0 -20px no-repeat;
	height: 80px;
	width: 700px;
	margin: 0 auto;
}
.slide-middle img {
	float: left;
	margin: 0 20px 0 0;
}
.slide-middle .slide-info {
	background: #FFF;
	width: 190px;
	padding: 10px 10px 0 20px;
	margin-left: 540px;
	box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
}
.slide-middle .slide-info h3 {
	font-size: 1.4em;
	margin: 20px 0 0 0;
}
.slide-middle .slide-info h4 {
	font-size: 1.2em;
	margin: 20px 0 10px 0;
}
.slide-middle .slide-info ul {
	list-style-position: inside;
	margin: 0 0 50px 0;
}
.slide-middle .slide-info ul li {}

.slides-nav li {
	float: left;
	margin: 0 15px 0 0;
	list-style: none;
}



/* Footer */
#footer-wrap {
	width: 100%;
	height: 60px;
	background: transparent url('images/sprite-repeat-x.png') 0 -72px repeat-x;
}
#footer {
	width: 940px;
	padding: 25px 0 0 0;
	margin: 0 auto;
	color: #BBB;
	font-size: 0.9em;
}
#footer p {font-family: Arial, Vrinda, Helvetica, sans-serif;}
#footer span {
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #BBB;
}

/*
Sticky Footer by Ryan Fait
http://ryanfait.com/
*/
html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}
#footer-wrap {
	height: 60px; /* .push must be the same height as .footer */
}