/* CSS Document */

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

body {
	background:#BEBEBE url(/images/background.jpg) top center repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#606060;
	font-size:14px;
	line-height:20px;
	padding:0;
	margin:0;
	text-align:left;
}

#bg-wrapper{
	width:100%;
	background: url(/images/background-top.jpg) top center no-repeat;
}

#main-wrapper {
	width:980px;
	margin: 0 auto;
	background: url(/images/content-bg.gif) top center repeat-y;
}

#header {
	position: relative;
	height: 235px;
	background: url(/images/header-bg.jpg) no-repeat;
}

#logo {
	position: absolute;	
	top: 32px;
	left: 29px;
}

#header #phone {
	position: absolute;
	top: 53px;
	right: -205px;
	height: 45px;
	font-weight: bold;
	font-size: 27px;
	line-height: 35px;
	color: #1e1e1e;
	display: block;
	padding-left: 45px;
	background: url(/images/phone.png) 0 0 no-repeat;
}

#header #phone a {
	color: inherit;
	text-decoration: none; 	
}

#navbar {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 61px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#navbar li {
	display: inline-block;
	float: left;	
}

#navbar li.spacer {
	width: 2px;
	height: 61px;
	background: url(/images/nav-spacer.gif) bottom no-repeat;
}

#navbar li a {
	display: inline-block;
	text-decoration: none;
	height: 61px;
	color: #FFF;
	font-size: 17px;
	line-height: 20px;
	padding: 21px 30px 20px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

#navbar li.active a, #navbar li a:hover, #navbar li.sfHover a {
	text-decoration: none;	
	background: url(/images/nav-active.png) top center no-repeat;
}

#content {
	background: url(/images/content-top.gif) top no-repeat;
	padding-top: 1px;
}

#main-col {
	width:740px;
	float:left;
}

#slideshow {
	width: 730px;
	height: 320px;	
	position: relative;
	z-index: 1;
	padding: 10px 0 10px 10px;
	background: url(/images/slideshow-bg.gif) no-repeat;
}

#slideshow .overlay {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 340px;
	background: url(/images/slideshow-overlay.png) no-repeat;	
}

#slide-navigation {
	z-index: 20;
	position: absolute;
	bottom: 27px;
	left: 35px;
}

#slide-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slide-navigation ul li {
	float: left;
	display: inline-block;	
	background: none;
	padding: 0;
	margin-right: 10px;
}

#slide-navigation ul li a {
	display: inline-block;
	width: 10px;
	height: 0;
	background: url(/images/slide-nav-off.png) no-repeat;
	padding-top: 10px;
	overflow: hidden;	
}

#slide-navigation ul li a.cur {
	background: url(/images/slide-nav-on.png) no-repeat;
}

#main-col .pad {
	padding: 35px;	
}

#right-col {
	width:240px;
	float:right;
	background: url(/images/right-col-bg.jpg) top no-repeat;
	padding-top: 141px;
}

.home #right-col {
	background: url(/images/right-col-bg-home.jpg) top no-repeat;	
}

#sidebar_form {
	width: 176px;
	min-height: 422px;
	margin-right: 20px;
	margin-bottom: 56px;
	padding: 0 22px 13px 22px;
	display: inline-block;
	border-bottom: 1px solid #FFF;
}

#sidebar_form h2 {
	font-size: 18px;
	color: #FFF;
	font-weight: 500;
	margin-bottom: 22px;
	font-family: 'Roboto Condensed', sans-serif;
	height: 65px;
	line-height: 65px;
	text-align: center;
}

#sidebar_form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar_form ul li {
	margin-bottom: 9px;	
}

#sidebar_form .field {
	height: 26px;
	width: 156px;
	background: url(/images/form-field-bg.gif) no-repeat;
	margin: 0;
	border: 0 none;
	color: #343334;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	line-height: 26px;
	display: block;
}

#sidebar_form .textarea {
	height: 82px;
	width: 156px;
	background: url(/images/form-textarea-bg.gif) no-repeat;
	margin: 0;
	border: 0 none;
	color: #343334;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	line-height: 26px;
	display: block;
	clear: both;
}

#sidebar_form #submit {
	height: 39px;
	width: 176px;
	background: url(/images/survey-submit.gif) no-repeat;	
	overflow: hidden;
	text-indent: -999px;
	font-size: 0;
	display: block;
	line-height: 0;
	border: none 0 !important;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

#button {
	padding: 0 10px 0 22px;
	margin-bottom: 25px;	
}

#footer-wrapper {
	height: 262px;
	width: 100%;
	background: url(/images/footer-wrapper.gif) top repeat-x;	
}

#footer {
	width: 980px;
	padding: 0 50px;
	background: url(/images/footer-bg.gif) top no-repeat;
	height: 262px;
	position: relative;
	margin: 0 auto;
}

#footer-logo {
	position: absolute;
	top: 68px;
	left: 86px;	
}

#footer-left {
	position: absolute;
	top: 97px;
	left: 280px;
	color: #676767;
	line-height: 17px;	
}

#footer-right {
	position: absolute;
	top: 48px;
	right: 70px;	
}

#footer-right td {
	height: 142px;
	padding-left: 12px;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 19px;
	font-style: italic;
	color: #2f641c;
}

#footer-right p {
	margin-bottom: 0;	
}

#footer a {
	color: #676767;
	text-decoration: none;
}

#smi {
	padding: 0;
	margin: 0;
	list-style: none;	
	display: inline-block;
	vertical-align: middle;
}

#smi li {
	float: left;
	display: inline-block;	
	margin-right: 7px;
    width: 34px;
}

#smi li img {
	width: 34px;
	border-radius: 2px;	
}

#copyright {
	height: 17px;
	width: 930px;
	position: absolute;
	bottom: 0;
	left: 50px;
	padding: 20px 25px;
	color: #b1b1b1;
	line-height: 17px;
	font-size: 12px;
}

#copyright a {
	color: #b1b1b1;	
}

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

table {

}

.clear {
	clear: both;	
}

a, a .alttext2, a .alttext1, a.alttext2, a.alttext1 {
	color:			#2f641c;
	text-decoration:underline;
}

#content-wrapper a {
color:#2F641C;
text-decoration:underline;
}

a img {
	border:none;
	border-collapse:collapse;
}

a:hover {
	text-decoration:underline;
}

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

blockquote {
	text-align:center;
	display:block;
	margin:5px 0;
	font-style:italic;
}

.alttext1 {
	font-size:		15px;
	color: #afafaf;
}

.alttext2 {
	font-size:		18px;
	color: #afafaf;
}


h1, .header1 {
	color:		#1e1e1e;
	font-size:	27px;
	line-height:	29px;
	border-bottom: 4px solid #508bd4;
	padding-bottom: 3px;
}

h2, .header2 {
	color:		#1e1e1e;
	font-size: 	22px;
	line-height:	24px;
}

h3, .header3 {
	color:		#1e1e1e;
	font-size:	17px;
	line-height:	19px;
}

h1 {
	margin:		0 0 18px 0;
}

h2 {
	margin:		0 0 12px 0;
}

h3 {
	margin:		0 0 3px 0;
}

h1, h2, h3, h4, .header1, .header2, .header3, .header4 {
	font-weight:normal;
	font-family: 'Roboto Condensed', sans-serif;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:		inherit;
	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;
}

#comment_body {
	width:100%!important;
	}

#comments table td {
	padding-bottom:11px;
	}
	
	
/* Error & Validation Styles */
	
	.error {
		text-align:left;
		padding:6px;
		background-color:#FFFFCC;
		border:solid #FFCC33 2px;
	}
	
	label.form_error{
		display:none!important;
	}
	
	#form_errors{
		color:red;
	}
	
	.form_error{
		color:red;
		border:3px solid red!important;
		width:218px!important;
	}	
	
	
