
/*===================================
© 2009 CLICKFARM INTERACTIVE
====================================*/

/*===================================
GLOBAL CSS COLORS

Barn Red			#B32317
Rusted Grass Green	#4f7d60
Burnt Orange: 		#FEA640
Soil Brown			#777053
Burnt Sienna		#A8996e
Light Tan			#e8e8c9
Old Paper White		#eae7d3
====================================*/

img {
	border: none;
}
.clear {
	clear: both;
}
body {
	margin:0;
	padding:0;
	background-image:url(/common/images/landscapeFull.jpg);
	background-repeat:no-repeat;
	/* background-color: #c9c14e; */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#777053;
}
#mainShell {
	position:relative;
	margin:0 auto;
	background-image:url(/common/images/woodPanelsMiddle.png);
	background-repeat:no-repeat;
	background-position: top;
	width:990px;
	min-height:361px;
	border-top:none;
}
.tip {
	background-image: url(/common/images/tip.png);
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	min-height: 48px;
	width: 220px;
	/* top: 25px; */
	
}
.tipTitle {
	padding: 16px 0 0 19px;
}
.tipTitle img {
	padding: 0 5px 0 5px;
}
.tip a, .tip a:visited {
	text-decoration: none;
	color: #B32317;	text-transform: uppercase;
}
.tip a:hover {
	text-decoration: underline;
	color: #B32317;
}
#clouds {
	position: absolute;
	z-index: -1;
}
#windmill {
	position: absolute;
	top: 232px;
	left: 55px;
	z-index: 2;
}
.logo {
	position: absolute;
	z-index: 10;
	top: 222px;
	left: 46px;
}
.calendar {
	position: absolute;
	top:35px;
	right:45px;
}
#contentShell {
	position:absolute;
	z-index: 10;
	top:187px;
	left:289px;
	width:700px;
}
.navigation {
	background-image:url(/common/images/paperNavigation.png);
	background-repeat:no-repeat;
	width:700px;
	height:35px;
	margin: 0 0 0 3px;
}
.headline {
	position: relative;
	top: 0;
	left: 0;
	width:665px;
	height:67px;
	text-align: right;
	padding-right: 35px
	
}
.hr {
	margin: 0 0 0 -14px;
	padding: 0 0;
}
#content {
	position: relative;
	background-image:url(/common/images/paperContent.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:700px;
	min-height:400px;
}
#mainContent {
	width: 700px;
	margin: 0;
	position: relative;
}
#footer {
	position: absolute;
	bottom: 0px;
	padding: 0 0 0 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #A8996e;
	height: 50px;
	width: 550px;
} 
#footer a {
	text-decoration: none;
	color: #A8996e;
}
#footer a:hover {
	color:#777053;
} 
#footer span 
{
	margin:0 6px;
}
.imageFloatLeft {
	float:left;
	padding: 15px 10px 10px 0;	
}
.imageFloatRight {
	float:right;
	padding: 0 0 10px 10px;
}
.imageCentered {
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
.clearFloats {
	clear:both;
}


/*===================================
LABELS
====================================*/
.homeLabel {
	background-image: url(/common/images/home_label.jpg);
	background-repeat: no-repeat;
	height: 405px;
	width: 277px;
	position: absolute;
	top:-33px;
	left: 50px;
	z-index:100;
}
.pageLabel {
	height: 88px;
	width: 48px;
	position: absolute;
	top: 18px;
	left: 73px;
	z-index: 100;
}
.whoLabel {
	background-image: url(/common/images/who_label.png);
	background-repeat: no-repeat;
}
.whatLabel {
	background-image: url(/common/images/what_label.png);
	background-repeat: no-repeat;
}
.workLabel {
	background-image: url(/common/images/work_label.png);
	background-repeat: no-repeat;
}
.newsLabel {
	background-image: url(/common/images/news_label.png);
	background-repeat: no-repeat;
}
.contactLabel {
	background-image: url(/common/images/contact_label.png);
	background-repeat: no-repeat;
}
/*===================================
CONTENT AREAS
====================================*/
.introParagraph {
	width: 315px;
	padding: 50px 0 0 328px;
	min-height: 345px;
	text-align: left;
}

.paragraph {
	width: 495px;
	padding: 50px 0 0 150px;
	text-align: left;
	margin-bottom:70px;
}

.paperShadowHome {
	position:absolute;
	z-index:1;
	background-image:url(/common/images/paperShadowBottom1.png);
	background-repeat:no-repeat;
	width:700px;
	height:42px;
}
.paperShadowInner {
	position:absolute;
	z-index:1;
	background-image:url(/common/images/paperShadowBottom2.png);
	background-repeat:no-repeat;
	width:700px;
	height:42px;
}
.workArea, .contactArea {
	padding: 20px 10px 50px 140px;
}
.newsEvents {
	width: 497px;
	padding: 50px 0 0 150px;
	text-align: left;
}
.newsEvents .hr {
	padding: 10px 0 10px 0;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #eae7d3;
	background-color: #A99A6F;
	width: 50px;
	margin: 0 20px 0 0;
	float: left;
	text-align: center;
}
.date p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0;
	padding: 0 0;
}
.newsEvents a, .newsEvents a:visited {
	text-decoration: none;
	color: #B32317;
}
.newsEvents a:hover {
	text-decoration: none;
	color: #777053;
}
.ready {
	width: 497px;
}
.here {
	width: 250px;
	float: left;
}
.listening {
	width: 147px;
	float: left;
}
div.hr {
	display: none;
}
.hrDottedLine {
    background-image:url(/common/images/hr.gif);
    height:1px;
    width: 100%;
    margin:10px 0 10px 0px;
}
.wawg {
	width: 495px;
	padding: 50px 0 0 150px;
	margin-bottom: 50px;
}
/*======================================
NAVIGATION
======================================*/
.navigation ul {
	width: 516px;
	float: left;
	position: relative;
	margin: 15px 0 0 80px;
}
.navigation li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	list-style: none;
	display: inline;
	margin: 0 25px 0 0;
	text-align: center;
	text-transform: uppercase;
}
.navigation li a, .navigation li a:visited {
	text-decoration: none;
	color: #777053;
}
.navigation li a:hover {
	text-decoration: none;
	color: #B32317;
}
.navigation li a.active {
	color: #B32317;
}
/*=====================================
CALLOUTS
======================================*/
#callouts {
	padding: 0 0 85px 43px;
	position: relative;
	height: 168px;
}
#calloutOne, #calloutTwo, #calloutThree {
	height: 168px;
	width: 183px;
	background-image: url(/common/images/callout.png);
	background-repeat: no-repeat;
	float: left;
	margin: 0 10px 0 10px;
}
.calloutContent {
	padding: 7px 0 0 7px;
}
/* IF -- CALLOUT REQURES TEXT CONTENT, ACTIVATE THIS P CSS  */
/*
.calloutContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #777053;
	width: 105px;
	padding: 10px 5px 6px 7px;
}
*/
.calloutLabel h3 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
	color: #eae7d3;
	padding: 12px 0 0 0;
}
.calloutLabel a, .calloutLabel a:visited {
	color: #eae7d3;
	text-decoration: none;
}
.calloutLabel a:hover {
	color: #fff;
	text-decoration: none;
}
/*==================================
SERVICES
===================================*/
.servicesArea {
	padding: 0 10px 50px 80px;
	height: 580px;
	width: 565px;
	position: relative;
}
.servicesTabs {
	position: absolute;
	top:2px;
	height: 460px;
	width: 113px;
	z-index:2;
}
.servicesTabs ul {

}
.servicesTabs li {
	margin: 3px 10px 0 10px;
	list-style: none;
}
.servicesContainer {
	background-image: url(/common/images/services_container.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 400px;
	/*margin: 40px 0 0 110px;	 */
	padding: 25px 10px 10px 50px;
	position: absolute;
	top:0;
	left:189px;
	z-index:1;
}
.servicesContainer .hr {
	padding: 10px 0 10px 0;
}
/* TEXT AREA FOR SERVICES  */
.servicesDescription {
	width: 355px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #777053;
	text-align: left;
}
/* SMALL IMAGES REPRESENTING SERVICE TAB  */
img.servicesThumb
{
	position:absolute;
	left:48px;
}
img.servicesThumb1
{
	top:20px;
}
img.servicesThumb2
{
	top:88px;
}
img.servicesThumb3
{
	top:156px;
}
img.servicesThumb4
{
	top:224px;
}
img.servicesThumb5
{
	top:292px;
}
img.servicesThumb6
{
	top:360px;
}
img.servicesThumb7
{
	top:428px;
}
img.cutoff
{
	left:49px;
}

ul#servicesLinks
{
	font-family: Arial;
	height:66px;
	margin:20px auto;
	width:400px;
}

ul#servicesLinks li
{
	float:left;
	margin-left:0;
	width:182px;
}
ul#servicesLinks li a
{
	font-size:10px;
}

/* LARGE IMAGES REPRESENTING SERVICE  */
.serviceImage {
	height: 228px;
	width: 228px;
	position: absolute;
	top: 300px;
	right: 22px;
}
div.serviceTestimonial
{
	margin-top:20px;
	width:176px;
	float:left;
	font-size:11px;
}
ul#cmsBenefits li
{
	margin-bottom:4px;
}

/*==================================
TEXT
===================================*/
h1, h2, h3, h4, h5, p {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0 0 10px 0;
	padding:0;
}
p {
	margin:0 0 10px 0;
	padding:0;
}
h1 {
	font-size: 14px;
	color: #B32317;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #B32317;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	color: #B32317;
	font-weight: bold;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	color: #B32317;
	text-transform: uppercase;
}

/*==================================
CONTACT US FORM
===================================*/

#ContactUsForm {
    padding-left:150px;
    padding-top:31px;
    margin-right:50px;
}

#ContactUsForm hr {
    display:none;
}

#ContactUsForm div.hr {
    margin-right:10px;
    background-image:url(/common/images/hr.gif);
    background-repeat:repeat-x;
    background-position: left;
    height:1px;
    width:489px;
    margin:5px 0px 10px 0px;
}
table.subscriptions
{
	position: relative;
	top: 15px;
	margin:0 0 0 60px;
}
table.subscriptions tr td
{
	padding:0;

}
table.subscriptions tr td input
{
	float:left;
	margin-right:10px;
}
table.subscriptions tr td label
{
	display:block;	
	width:360px !important;
	text-align:left !important;
}

/* HEADER */
#ContactUsForm .innerHead {
	margin: 18px 0 0 0;
}

#ContactUsForm .innerHead h2 {
    margin-bottom:3px;
}

#ContactUsForm .innerHead .leftParagraph {
    width:240px;
    float:left;
}

#ContactUsForm .innerHead .rightParagraph {
    width:240px;
    margin-left:10px;
    float:left;
}

/* FORM */
#ContactUsForm .form {
    font-size:10px;
}

/* LEFT COLUMN */
#ContactUsForm .form .leftColumn {
    width:219px;
    float:left;
}

#ContactUsForm .form .leftColumn label {
    width:60px;
    text-align:right;
    float:left;
    position: relative;
    top: 4px;
}

#ContactUsForm .form .leftColumn .shortInput {
    font-family: Arial;
    font-size: 11px;
    width:140px;
    margin:0px 0px 5px 5px;
    float:left;
}

#ContactUsForm .form div.rfvStar, #ContactUsForm .rfvStar
{
    color:#B32317;
    width:2px;
    float:left;
}

.rfvStar {
    margin-left:3px;
    color:#B32317;
    width:2px;
    float:left;
}

#ContactUsForm .form .leftColumn .requiredFieldNotice {
    margin-left:67px;
}

/* RIGHT COLUMN */
#ContactUsForm .form .rightColumn {
    width:255px;
    float:left;
    margin-left:20px;
}

#ContactUsForm .form .rightColumn label {
    width:60px;
    text-align:right;
    float:left;
}

#ContactUsForm .form .rightColumn .messageLabel
{
	width:auto;
	margin-bottom:10px;
}

#ContactUsForm .form .rightColumn .messageInput {
    float:left;
    font-family: Arial;
    font-size: 11px;
    width:240px;
    height:116px;
    overflow:auto;
    margin:0px 2px 5px 0;
}

#ContactUsForm .form .rightColumn .optInCheckBox {
    margin-left:60px;
    float:left;
}

#ContactUsForm .form .rightColumn .optInCheckBox input{
    float:left;
}

#ContactUsForm .form .rightColumn .optInCheckBox label{
    float:left;
    width:195px;
    text-align:left;
    margin-left:5px;
}

/* SUBMIT BAR */
#ContactUsForm .form .submitBar {
    margin-top:15px;
    position:relative;
    height:80px;
}

#ContactUsForm .form .submitBar .leftHr {
    margin-right:10px;
    background-image:url(/common/images/hr.gif);
    height:1px;
    margin:10px 10px 5px 0px;
    float:left;
    width:327px;
}

#ContactUsForm .form .submitBar .rightHr {
    float:left;
    width:42px;
    margin-right:10px;
    background-image:url(/common/images/hr.gif);
    height:1px;
    margin:10px 0px 5px 10px;
}

#ContactUsForm .form .submitBar .submitWrapper {
    float:left;
}

#ContactUsForm .form .submitBar .submitWrapper .submitButton {
	background-image: url(/common/images/ButtonGradient.png);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #eae7d3;
	border: none;
	padding: 3px 5px 3px 5px;
	border: 1px solid #B32317;
}

div.ourWork {
	margin: 0 0 0 -10px;
}

/*==================================
SURVEY FORM
===================================*/

#SurveyForm p {
    margin:0px;
}

#SurveyForm .leftColumn {
    width:250px;
    float:left;
}


#SurveyForm .rightColumn {
    width:250px;
    margin-left:260px;
}
#SurveyForm div.rfvStar
{
    color:#B32317;
    float:left;
    width:6px;
}

#SurveyForm .surveyQuestion {
    margin-bottom:10px;
}

#SurveyForm .surveyQuestion p {
    margin-bottom:5px;
}

#SurveyForm .surveyQuestion table{
    padding-left:10px;
    font-size:11px;
}
#SurveyForm .form .surveyQuestion label {
    width:200px;
}
#SurveyForm .form .surveyQuestion label.selectLabel {
    width:125px;
    text-align:left;
    margin-left:15px;
    font-size:11px;
    margin-top:5px;
}
#SurveyForm .surveyQuestion table td {
    position:relative;    
}

#SurveyForm .surveyQuestion table input {
    top:0px;
    position:relative;
    float:left;
}
#SurveyForm .surveyQuestion table span {
    left:20px;
    position:relative;
}
#SurveyForm .surveyQuestion input, #SurveyForm .surveyQuestion select {
    margin-bottom:5px;
}

#SurveyForm .surveyQuestion table label {
    float:left;
    padding-top:3px;
    text-align:left;
}

#SurveyForm .commentsInput {
    margin-left:18px;
    margin-top:10px;
    width:225px;
    height:150px;
}

#SurveyForm .form label {
    width:100px;
    text-align:right;
    float:left;
}

#SurveyForm .surveyQuestion .shortSelect {
    margin-left:3px;
}

#SurveyForm .form .shortInput {
    width:140px;
    margin:0px 0px 5px 5px;
    float:left;
}
#SurveyForm .form .contactInformation .shortInput {
    width:125px;
    margin-bottom:10px;
}
#SurveyForm .form .contactInformation .stateSelect {
    width:130px;
    margin: 0px 0px 10px 5px;
    float:left;
}
#SurveyForm .form .contactInformation .rfvStar {
    width:10px;
}
#SurveyForm .form .contactInformation label
{
    margin-top:5px;
}

#SurveyForm .form .contactInformation label.shortLabel
{
    float:left;
}

/*==================================
FORM LAYOUT 
==================================*/
.paperWrapper {
    padding-left:140px;
    padding-top:61px;
    padding-bottom:50px;
    width:511px;
}

.paperWrapper .submitBar {
    margin-top:10px;
    margin-left:10px;
    position:relative;
    height:80px;
}

.paperWrapper hr {
    display:none;
}

.paperWrapper .submitBar .leftHr {
    background-image:url(/common/images/hr.gif);
    height:1px;
    margin:10px 10px 5px 0px;
    float:left;
    width:335px;
}

.paperWrapper .submitBar .rightHr {
    float:left;
    width:67px;
    background-image:url(/common/images/hr.gif);
    height:1px;
    margin:10px 0px 5px 10px;
}

.paperWrapper .submitBar .submitWrapper {
    float:left;
}
/* Testimonials */
div.testimonial
{
	border-bottom:dotted 1px #b09b6d;
	padding-bottom:10px;
	margin-bottom:10px;
}
div.testimonial p
{
	font-style:italic;
	font-weight:bold;
}
div.testimonial p.person
{
	font-style:normal;
	font-weight: normal;
}
div.testimonial span
{
	font-size:11px;
}

a
{
	color:#B32317;
}
a:hover
{
	text-decoration:none;
}
a:visited
{
	color:#B36317;
}
p.question
{
	font-weight:bold;
}

/* Signup Form */
div#signup
{
	position:absolute;
	top:0;
	left:35px;
	height:136px;
	width:570px;
	z-index:100;
	font-family: Arial;
	font-size:11px;
	display:none;
	background-image: url(/common/images/paperSignup.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

div#signup h4 {
	margin: 0;
	padding: 15px 0 8px 43px;
}
div#signup p {
	font-family: Arial;
	font-size:11px;
	padding: 0 0 10px 25px;
}
div#signup label
{
    float:left;
    font-size:10px;
    margin-top:1px;
    padding-right:3px;
    width:70px;
	text-align:right;
}

div#signup input, div#signup textarea
{
	font-family: Arial;
    width: 110px;
    height: 11px;
}
div#signup input.wideTextBox, div#signup textarea.wideTextBox
{
	font-family: Arial;
    width: 150px;
    height: 11px;
}
div#signup input, div#signup select 
{
    float:left;
    font-size:11px;
    margin-bottom:5px;
}
div#signup input.button
{
	width:auto;
	height: auto;
	margin-left:99px;
	background-image: url(/common/images/ButtonGradient.png);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #eae7d3;
	border: none;
	padding: 1px 2px;
	border: 1px solid #B32317;
}
div#signup a
{
	display:block;
	float:left;
	margin:2px 0 0 15px;
}

div.signupVsum
{
	position:absolute;
	top:10px;
	left:130px;
	background-color:#eae7d3;
	width:240px;
	border:dotted 1px #B32317;
}
#lnkFadeInSignUpShell {
	position: relative;
	left: 33px;
	width: 225px;
	height: 60px;
	background-image: url(/common/images/monthly_morsel_closed_background.png);
	background-repeat: no-repeat;

}
#lnkFadeInSignUp {
	position: relative;
	top: 15px;
	left: 45px;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}

.error
{
	color:Red;
	font-weight:bold;
}
div#kc h1 {
	font-weight:normal; font-size:12px;
	color:#777053;
}
a.careerOpportunity {
	position: relative;
	top: 30px;
}
/*==================================
TESTIMONIAL BOILERPLATES 
==================================*/
.testBoilerplate
{
	font-family: Arial;
	font-size: 10px;
	font-style: italic;
	color: #A8996E;
}

div.phones {
	height: 265px;
	border-top: 1px dotted #b09b6d;
	border-bottom: 1px dotted #b09b6d;
	margin: 15px 0;
	padding: 15px 0; 
}
div.iphone {
	width: 220px;
	margin-right: 10px;
	float: left;
}
div.android {
	width: 220px;
	float: right;
}