/* CSS Document */

/******************** LAYOUT **************************/

body {
	background:		#f1f1f1 url(/images/background.gif) 50% 0 repeat-x;
	font-family:	Georgia, "Times New Roman", Times, serif;
	color:			#1b1b1b;
	font-size:		12px;
	line-height:	19px;
	padding:		0;
	margin:			0;
	text-align:		left;
}

#main-wrapper {
	width:			914px;
	margin:			0 auto;
}

#header {
	width:			914px;
	height:			105px;
	background:		url(/images/header-bg.gif) 0 0 no-repeat;
}

#header #phone {
	font-family:	"Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
	height:			52px;
	width:			904px;	
	color:			#FFF;
	font-size:		21px;
	line-height:	26px;
	font-weight:	bold;
	text-align:		right;
	padding:		5px 5px 4px 5px;
}

#header #logo {
	height:			44px;
	width:			142px;
	border:			0;
	margin-left:	45px;
	float:			left;
}

#navbar {
	height:			44px;	
	width:			727px;
	float:			right;
	padding:		0;
	margin:			0;
	list-style:		none;
}

#navbar li {
	float:			right;
	display:		inline;	
}

#navbar li.nav-spacer {
	width:			1px;
	height:			44px;
	background:		url(/images/nav-spacer.gif) 0 0 no-repeat;	
}

#navbar li a {
	font-family:	"Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
	display:		inline-block;
	height:			20px;
	color:			#3b531e;
	font-size:		15px;
	line-height:	20px;
	padding:		12px;	
	text-decoration:none;
}

#navbar li a:hover {
	color:			#000;
	background:		url(/images/nav-on.gif) bottom center no-repeat;
}

#content-top {
	height:			12px;
	width:			914px;
	background:		url(/images/content-top.gif) no-repeat;	
}

#content {
	width:			914px;
	background:		url(/images/content-bg.gif) repeat-y;
	-moz-box-shadow:0px 3px 4px rgba(0, 0, 0, .25); /* FF3.5+ */
  	-webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, .25); /* Saf3.0+, Chrome */
    box-shadow: 	0px 3px 4px rgba(0, 0, 0, .25); /* Opera 10.5, IE9 */
}

#slideshow {
	width:			639px;
	height:			216px;	
	padding:		23px 26px 24px 26px;
	background:		url(/images/slideshow-bg.gif) no-repeat;
}

#main-col {
	width:			691px;
	float:			left;
	margin-right:	-223px;
	padding:		0;
}

#content-pad {
	padding:		28px;	
}

#content-pad-home {
	padding:		0 28px 28px;	
}

#right-col {
	float:			right;
	width:			199px;
	padding:		20px 12px;
	font-family:	"Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:		16px;
}

#right-col .title {
	font-size:		30px;
	color:			#0f0f0f;	
}

#right-col label {
	display:		block;
	line-height:	15px;
	margin-bottom:	2px;	
}

#right-col .sidebar-field {
	width:			189px;
	height:			23px;
	background:		url(/images/field-bg.gif) no-repeat;
	border:			0 none;
	padding:		2px 5px;	
}

#right-col .sidebar-tall-field {
	width:			198px;
	height:			23px;
	background:		url(/images/field-tall-bg.gif) no-repeat;
	border:			0 none;
	padding:		2px 5px;		
}

#right-col #submit {
	height:			18px;
	width:			71px;
	background:		url(/images/submit.gif) no-repeat;	
	border: 		0px !important;
	cursor: 		pointer;
	display: 		block;
	font-size: 		0px;
	line-height: 	0;
	overflow: 		hidden;
	padding: 		0px;
	text-indent: 	-999px;
	margin-top:		15px;
}

#testimonial {
	background:		#e3dba4;
	padding:		24px;	
}

#testimonial .title {
	color:			#181612;
	font-family:	"Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:		22px;		
}

#testimonial #quote {
	float:			right;
	width:			420px;	
	padding:		0 25px 0 32px;
	position:		relative;
}

#testimonial #left {
	position:		absolute;
	top:			0;
	left:			0;
	color:			#9a946f;	
	font-size:		42px;
	font-weight:	bold;
	font-family:	"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#testimonial #right {
	position:		absolute;
	top:			0;
	right:			0;
	color:			#9a946f;	
	font-size:		42px;
	font-weight:	bold;
	font-family:	"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#testimonial #author {
	clear:			right;
	color:			#3e5e17;
	font-size:		12px;
	font-family:	"Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align:		right;
	padding-right:	25px;
	font-weight:	bold;
}

#footer-wrapper {
	width:			100%;
	background:		#656565;
}

#footer {
	width:			864px;
	margin:			0 auto;
	padding:		25px;
	font-family:	"Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:			#f1f1f1;
	text-align:		right;
}

#footer-links {
	font-size:		18px;	
	line-height:	23px;
	text-align:		right;
	margin-bottom:	8px;
}

#footer-links a, #footer a {
	color:			#f1f1f1;	
}

#footer #address {
	float:			left;
	font-size:		12px;
	line-height:	15px;	
	text-align:		left;
}

#footer #address span {
	font-size:		17px;	
	line-height:	21px;
}

#footer #copyright {
	margin-top:		10px;
	font-size:		15px;	
}

#news {
	width:			230px;
	margin-left:	28px;
	float:			right;	
}

.bottommenu {
	font-size:13px;
}

#email_signup{
	font-size:16px;
	font-family:	"Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}

#email_signup .signup-field{
	width: 214px;
	height: 23px;
	background: #fff;
	border: 0 none;
	padding: 2px 5px;
	margin-bottom:15px;
	-webkit-box-shadow: 0px 0px 15px #999999 inset;
    -moz-box-shadow: 0px 0px 15px #999999 inset;
    box-shadow: 0px 0px 15px #999999 inset;
}

#email_signup label{
	display: block;
	line-height: 15px;
	margin-bottom: 2px;
}

#email_signup_submit {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c721d), color-stop(100%,#2c3b19));
    background: -moz-linear-gradient(center top, #4c721d 0%, #2c3b19 100%);
    -webkit-box-shadow: 0px -5px 15px #3d5d14 inset, 0px 0px 0px 1px #4c721d, 0px 0px 0px 1px #ffffff inset;
    -moz-box-shadow: 0px -5px 15px #3d5d14 inset, 0px 0px 0px 1px #4c721d, 0px 0px 0px 1px #ffffff inset;
    box-shadow: 0px -5px 15px #3d5d14 inset, 0px 0px 0px 1px #4c721d, 0px 0px 0px 1px #ffffff inset;
    padding: 10px 0px;
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
	font-weight:bold;
	width:224px;
}

/*#email_signup_submit{
	height: 18px;
	width: 71px;
	background: url(/images/submit.gif) no-repeat;
	border: 0px !important;
	cursor: pointer;
	display: block;
	font-size: 0px;
	line-height: 0;
	overflow: hidden;
	padding: 0px;
	text-indent: -999px;
	margin-top: 15px;
}*/



/******************** STYLES **************************/

table {

}

a {
	color:			#830005;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border: none 0;	
}

blockquote {
	text-align:center;
	display:block;
	font-style:italic;
}

p, ol, ul {
	margin: 		0 0 18px 0;
}

.clear {
	clear:			both;	
}

.alttext1 {
	font-size:		15px;
}

.alttext2 {
	font-size:		18px;
}

.header1 {
	font-family:	"Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:			#476a14;
	font-size:		24px;
	font-weight:	normal;
	line-height:	28px;
}

.header2 {
	font-family:	"Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:			#476a14;
	font-size: 		20px;
	font-weight:	normal;
	line-height:	23px;
}

.header3 {
	font-family:	"Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:			#476a14;
	font-size:		16px;
	font-weight:	normal;
	line-height:	19px;
}

h1 {
	font-family:	"Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:			#476a14;
	font-size:		24px;
	font-weight:	normal;
	line-height:	28px;
	margin:			0 0 12px 0;
}

h2 {
	font-family:	"Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:			#476a14;
	font-size: 		20px;
	font-weight:	normal;
	line-height:	23px;
	margin:			0 0 8px 0;
}

h3 {
	font-family:	"Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:			#476a14;
	font-size:		16px;
	font-weight:	normal;
	line-height:	19px;
	margin:			0 0 3px 0;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:			#476a14;
	text-decoration:none;
}

.header1 a:hover, .header2 a:hover, .header3 a:hover, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
}

.image_on_right {
	float:			right;
	margin-left:	20px;
	margin-bottom:	10px;
}

.image_on_left {
	float:			left;
	margin-right:	20px;
	margin-bottom:	10px;
}

.keywords {
	background-color:#EEEEEE;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

.sidebar-form label {
	display:		block;
	margin-bottom:	1px;
}

.sidebar-form .sidebar-field {
	margin-bottom:	10px;
}

/* Comments */

.commentContent {
	border-top:1px dotted #999999;
	padding-top:10px;
}

.commentInfo {
	padding-top:4px;
	padding-bottom:10px;
}

/* Calendar */

.cal_header {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.calendar {
	width:100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}

.calendar td {
	border: 1px solid #DDDDDD;
	vertical-align: top; 
}

.calendar td.today {
	background-color:#FFFFCC;
}

.calendar td.other_day {
	background-color:#FFFFFF;
}

.dayofweek {
	background-color: #333333;
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	padding:2px;
}

.empty_day {
	background-color:#DDDDDD;
}

.highlight {
	background-color: #FFE7D0;
}

.day {
	background-color:#EEEEEE;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day_today {
	background-color:#DDDDDD;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day a, .day_today a {
	color:#4F4F45;
	text-decoration:none;
}

.calendar hr {
	border: none 0;
	height: 1px;
	border-top: 1px dotted #B9B9A2;
}

.gray {
	color:#CCCCCC;
}

.author {
	font-weight:normal;
}

.author a {
	color:#000000;
	text-decoration:none;
}

.author a:hover {
	text-decoration:underline;
}

.error {
	text-align:left;
	padding:6px;
	background-color:#FFFFCC;
	border:solid #FFCC33 2px;
}
