@import "mail.css";

body {
	font-family: Arial, sans-serif;
	color: #44303b;
}
h1 {
	margin: 30px 0 20px;
	font-size: 24px;
}
h2 {
	margin: 10px 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	color: #89ad06;
}
.side_h2 {
	margin: 0 0 10px;
}
.grey {
	color: #635f5f;
}
h3 {
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	color: #635f5f;
}
.services {
	margin: 40px 0 0;
	font-size: 12px;
}
.return {
	width: 141px;
	height: 41px;
	overflow: hidden;
	text-indent: -9999px;
	background: #fff url(/images/return_btn.gif) 0 0 no-repeat;
	display: block;
}
.prev {
	width: 141px;
	height: 41px;
	overflow: hidden;
	text-indent: -9999px;
	background: #fff url(/images/prev_btn.gif) 0 0 no-repeat;
	display: block;
}
.next {
	width: 101px;
	height: 41px;
	overflow: hidden;
	text-indent: -9999px;
	background: #fff url(/images/next_btn.gif) 0 0 no-repeat;
	display: block;
}
.return:hover, .prev:hover, .next:hover {
	background-position: 0 -41px;
}
.note {
	margin: 0 0 20px;
}
.what {
	margin: 30px 0 20px;
}
.home_graphic {
	/*
width: 940px;
	height: 250px;
	background: transparent url(../images/home_graphic2.jpg) top left no-repeat;
*/
}
.home_graphic div {
	/*
margin-left: 10px;
	padding: 30px 20px 0;
	width: 320px;
*/
}
.home_graphic h1 {
/* 	color: #44303b; */
}
p {
	padding-bottom: 10px;
	font-size:12px;
	line-height: 20px;
	color: #635f5f;
}
a {
	color: #89ad06;
}
a:hover, a:active {
	color: #b1e007;
}
ul {
	font-size: 12px;
	line-height: 20px
}
.services_list {
	margin: 0 0 40px;
	font-size: 10px;
	line-height: 18px;
}
#wrapper {
	background: #fff url(/images/main_bkg2.gif) top left repeat-x;
}
#wrapper_inner {
	background: #fff url(/images/main_bkg2_inner.gif) top left repeat-x;
}
#bkg, #bkg_inner {
	min-height: 550px;
	font-family: sans-serif;
}
#bkg {
	background: transparent url(/images/bkg_full2.jpg) top center no-repeat;
}
#bkg_inner {
	background: transparent url(/images/bkg_full2_inner.jpg) top center no-repeat;
}
.login {
	margin-top: 7px;
}
.login a {
	float: right;
}
.logo {
	margin-top: 10px;
}
.nav {
	font-family: Helvetica;
	font-weight: 700;
	margin-top: 28px;
}
.nav ul {
	float: right;
}
.nav li {
	margin-left: 40px;
	float: left;
}
.nav a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.nav a:hover {
	color: #89ad06;
/* 	border-bottom: 2px solid #fff; */
}
.center_text {
	text-align: center;
}
h2.title_text {
	padding: 35px 0;
	font-size: 22px;
	font-wieght: 500;
	color: #fff;
	text-align: center;
}
#feature-slider {
	padding-top: 63px;
}
.launch {
	margin: 40px 0 20px 85px;
}
.divider {
	margin-left: 21px;
}
#work {
	margin: 0 30px;
}
.work_img {
	margin-left: 12px;
	width: 285px;
	float: left;
}
.work_box, .work_box2 {
	margin: 0 0 20px 0;
	padding: 9px;
	height: 185px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.work_box:hover, .work_box:active {
	background-color: #f2f2f2;
	color: black;
	cursor: pointer;
}
.work_sample a {
	font-size: 12px;
	text-decoration: none;
	font-weight: 700;
}
.work_sample p {
	font-weight: 700;
	color: #ccc;
}
.work_sample p.progress {
	padding: 0;
	font-weight: 700;
	color: #89ad06;
}
a.view {
	color: #fff;
	float: right;
}
.dotted {
	margin: 0 10px 20px;
	height: 1px;
	color: #fff;
	background-color: #fff;
	border: 0;
	border-bottom: 1px dotted #000;
}
.sidebar ul {
	padding-bottom: 20px;
}
.direction {
	margin: 30px 0 20px;
	float: right;
}
.direction a {
	margin-left: 10px;
	float: left;
}
.contact_info {
	padding: 15px;
	background: #2b1b25 url(/images/contact_bkg.gif) bottom left no-repeat;
	border: 10px solid #60545c;
	text-align: right;
}
.contact_info h2, .contact_info p {
	color: #fff;
}
#footer {
	margin-top: 50px;
	padding: 30px 0;
	height: 150px;
	background-color: #e6e6e6;
	text-align: center;
	font-size: 12px;
	color: #44303b;
	text-align: left;
}
#footer span {
	font-size: 14px;
	color: #89ad06;
}
.cap ul {
	margin-right: 40px;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* EXTRA STUFF */
/*
 * SimpleModal Contact Form
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: contact.css 213 2009-09-17 04:10:02Z emartin24 $
 *
 */

/* body {height:100%; margin:0;} */

/* Overlay */
#contact-overlay {
	background-color: #333;
	cursor: wait;
}

/* Container */
#contact-container {
	width: 450px;
	font-family: Arial;
	font-size: 16px;
	text-align: left;
}
#contact-container .contact-content {
	padding: 10px 0 0 0;
	height: 40px;
	background-color: #fff;
	color: #333;
	border: 1px solid #e2e1e1;
}
#contact-container h1 {
	margin: 0;
	padding: 0 0 6px 12px;
	color: #44749d;
	font-weight: 500;
	font-size: 1.2em;
	text-align: left;
}
#contact-container .contact-loading {
	margin: 5px 115px;
	padding: 0;
	position: absolute;
	background: transparent url(../images/contact/loading.gif) no-repeat;
	z-index: 8000;
	height: 19px;
	width: 220px;
}
#contact-container .contact-message {
	text-align: center;
}
#contact-container .contact-error {
	margin: 0 auto;
	padding: 2px;
	width: 92%;
	font-size: .8em;
	background-color: #fff;
	border: 2px solid #ccc;
	font-size: 0.8em;
	font-weight: bold;
}
#contact-container br {
	clear: both;
}
#contact-container form {
	margin: 0;
	padding: 0;
}
#contact-container label {
	font-size: 14px;
	clear: left;
	display: block;
	width: 100px;
	float: left;
	text-align: right;
	padding-right: 4px;
}
#contact-container .contact-input {
	font-family: Arial;
	float: left;
	padding: 2px;
	margin: 2px;
	background-color: #fff;
	border: 1px solid #e2e1e1;
	width: 300px;
}
#contact-container .contact-recaptcha {
	font-family: Arial;
	float: left;
	padding: 2px;
	margin: 2px;
	background-color: #fff;
	width: 302px;
}
#contact-container textarea {
	height: 114px;
	font-size: .9em;
}
#contact-container .contact-cc {
	font-size: .9em;
	cursor: default;
}
/*
#contact-container .contact-top {
	margin: 0;
	padding: 0;
	height: 13px;
	background: transparent url(../images/contact/form_top.gif) no-repeat;
	border-top: 1px solid #e2e1e1;
}
#contact-container .contact-bottom {
	height: 13px;
	background: url(../images/contact/form_bottom.gif) no-repeat;
	border-bottom: 1px solid #e2e1e1;
	font-size: .7em;
	text-align: center;
}
*/
#contact-container .contact-bottom a,
#contact-container .contact-bottom a:link,
#contact-container .contact-bottom a:active,
#contact-container .contact-bottom a:visited {
	position:relative;
	top: -4px;
	text-decoration: none;
	color: #666;
}
#contact-container .contact-bottom a:hover {
	color: #888;
}
#contact-container .contact-button {
	margin: 4px 0 0 4px;
	cursor: pointer;
	height: 24px;
	border: 0;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
#contact-container .contact-send {
	width: 71px;
	height: 28px;
	background: url(/images/contact/btn_send.gif) no-repeat;
}
#contact-container .contact-cancel {
	width: 89px;
	height: 28px;
	background: url(/images/contact/btn_cancel.gif) no-repeat;
}
#contact-container a.modal-close,
#contact-container a.modal-close:link,
#contact-container a.modal-close:active,
#contact-container a.modal-close:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	position: absolute;
	top: -4px;
	right: 6px;
	color: #999;
}
#contact-container a.modal-close:hover {
	color: #9bb3b3;
}

/* Slider Styles Required */

#feature-slider .container {
	width: 940px;
	height: 280px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
/* 	background: url(/images/slider_wood_bg_01.jpg) */
}

div.slides {
	position: absolute;
	top: 0;
	left: 0;
}

ul.slides {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

div.slides div,ul.slides li {
	position: absolute;
	top: 0;
	width: 940px;
	display: none;
	padding: 0;
	margin: 0;
}

/* Slider Styles Optional */

#feature-slider {
	margin: 0 auto;
	width: 940px;
	height: 280px;
	position: relative;
	clear: both;
}
#feature-slider .slider-link {
	position: absolute;
	width: 100px;
	left: 500px;
	top: 290px;
	margin: 0;
	padding: 0;
}
#feature-slider .slider-link a {
	margin: 0;
	padding: 0;
}
#slider-button-wrap {
	width: 89px;
	height: 39px;
	position: absolute;
	right: 0;
	bottom: 20px;
}
.slider-button-left {
	float: left;
	width: 39px;
	height: 39px;
	border: none;
	background: url(/images/slider_arrow_left.png) no-repeat 0 0;
	margin-bottom: 35px;
	text-indent: -9999px;
}
.slider-button-left:hover {
	background: url(/images/slider_arrow_left.png) no-repeat 0 -39px;
}

.slider-button-right {
	float: right;
	width: 39px;
	height: 39px;
	border: none;
	background: url(/images/slider_arrow_right.png) no-repeat 0 0;
	margin-bottom: 35px;
	text-indent: -9999px;
}

.slider-button-right:hover {
	background: url(/images/slider_arrow_right.png) no-repeat 0 -39px;
}


/* Slider Styles Required */
#folio-slider .container {
	margin: 0 13px;
	width: 535px;
	height: 465px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
/* 	background: url(/images/slider_wood_bg_01.jpg) */
}
#folio-slider div.slides {
	position: absolute;
	top: 0;
	left: 0;
}
#folio-slider ul.slides {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}
#folio-slider div.slides div, #folio-sliderul.slides li {
	position: absolute;
	top: 10px;
	width: 560px;
	display: none;
	padding: 0;
	margin: 0;
}

/* Slider Styles Optional */
#folio-slider {
	margin: 0 auto;
	width: 560px;
	height: 485px;
	position: relative;
	background: url(/images/folio_bkg.gif) top left no-repeat;
	clear: both;
}
#folio-slider .slider-link {
	position: absolute;
	width: 100px;
	left: 200px;
	top: 290px;
	margin: 0;
	padding: 0;
}
#folio-slider .slider-link a {
	margin: 0;
	padding: 0;
}
#folio-slider #slider-button-wrap {
	width: 582px;
	height: 39px;
	position: absolute;
	right: -9px;
	bottom: 240px;
}
#folio-slider .slider-button-left {
	float: left;
	width: 26px;
	height: 39px;
	border: none;
	background: url(/images/slider_arrow_left2.gif) no-repeat 0 0;
	margin-bottom: 35px;
	text-indent: -9999px;
}
#folio-slider .slider-button-left:hover {
	background: url(/images/slider_arrow_left2.gif) no-repeat 0 -39px;
}
#folio-slider .slider-button-right {
	float: right;
	width: 26px;
	height: 39px;
	border: none;
	background: url(/images/slider_arrow_right2.gif) no-repeat 0 0;
	margin-bottom: 35px;
	text-indent: -9999px;
}
#folio-slider .slider-button-right:hover {
	background: url(/images/slider_arrow_right2.gif) no-repeat 0 -39px;
}
