/* CSS Document */

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

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

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

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

#header {
	position: relative;
	height: 200px;
}

#logo {
	position: absolute;
	top: 26px;
	left: 19px;
}

#header #phone {
	position: absolute;
	top: 37px;
	right: 35px;
	font-size: 29px;
	line-height: 48px;
	height: 51px;
	color: #4b4553;
	display: block;
	padding-left: 70px;
	background: url(/images/phone.png) 0 0 no-repeat;
	font-family: 'Noto Serif', serif;
}

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

#navbar-area {
	height: 58px;
	position: absolute;
	top: 142px;
	left: 224px;
	text-align: center;
	width: 516px;
	background: url(/images/nav-line.png) top center no-repeat;
}

#navbar {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: inline-block;
}

#navbar li {
	display: inline-block;
	float: left;
	padding: 0 37px;
}

#navbar li a {
	display: inline-block;
	text-decoration: none;
	height: 20px;
	color: #4a464f;
	font-size: 20px;
	line-height: 20px;
	padding: 20px 0 18px 0;
	font-family: 'Noto Serif', serif;
}

#navbar li.active a, #navbar li a:hover, #navbar li.sfHover a {
	text-decoration: none;
	background: url(/images/nav-active.gif) 0 44px repeat-x;
}

#content {
	width:980px;
	background: url(/images/content-bg.gif) top repeat-y;
}

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

#slideshow {
	width: 740px;
	height: 404px;
	position: relative;
	z-index: 1;
}

#slide-navigation {
	z-index: 20;
	position: absolute;
	bottom: 18px;
	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: #4a464f;
	padding-top: 10px;
	overflow: hidden;
	border-radius: 5px;
}

#slide-navigation ul li a.cur {
	background: #afb657;
}

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

.subpage #main-col .pad {
	background: url(/images/content-top.gif) top repeat-x;
	padding: 45px 35px 35px;
}

#right-col {
	width:240px;
	float:right;
}

#sidebar_form {
	min-height: 462px;
	padding: 0;
	display: block;
	background: #d3da74 url(/images/survey-bg.gif) top center no-repeat;
	margin-top: -58px;
}

#sidebar_form h2 {
	height: 47px;
	font-size: 28px;
	color: #FFF;
	font-family: 'Noto Serif', serif;
	margin-bottom: 0;
	text-align: center;
	padding-top: 21px;
	font-weight: normal;
}

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

#sidebar_form .content {
	padding: 23px 24px 0 23px;
}

#sidebar_form .content a {
	color: rgb(75, 69, 83);
}

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

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

#sidebar_form .textarea {
	height: 153px;
	width: 173px;
	background: url(/images/form-textarea-bg.gif) no-repeat;
	margin: 0;
	border: 0 none;
	color: #4a464f;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	line-height: 21px;
	display: block;
	clear: both;
}

#sidebar_form #submit {
	height: 52px;
	width: 193px;
	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;
}

#buttons {
	margin: 23px 24px 0 23px;
	border-bottom: 1px solid #6a6771;
}

#buttons p {
	margin-bottom: 23px;
}

#quote {
	position: relative;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-size: 14px;
	line-height: 19px;
	padding: 56px 24px 23px 23px;
}

#quote a {
	color: #FFF;
	text-decoration: none;
}

#quote #open {
	position: absolute;
	font-family: 'Noto Serif', serif;
	top: 43px;
	left: 19px;
	font-size: 76px;
	font-style: normal;
	color: #afb657;
}

#quote #close {
	position: absolute;
	font-family: 'Noto Serif', serif;
	bottom: 22px;
	right: 21px;
	font-size: 36px;
	font-style: normal;
	color: #afb657;
}

#quote .author {
	display: block;
	padding: 10px 26px 0 0;
	color: #afb657;
	text-align: right;
}

#footer-wrapper {
	background: #49464f;
}

#footer {
	width: 980px;
	height: 370px;
	clear:both;
	margin: 0 auto;
	background: url(/images/footer-bg.jpg) no-repeat;
	position: relative;
}

#footer-logo {
	position: absolute;
	top: 45px;
	left: 36px;
}

#footer-left {
	position: absolute;
	top: 175px;
	left: 36px;
	width: 200px;
	color: #FFF;
	font-size: 13px;
	line-height: 20px;
}

#footer-left a {
	color: #FFF;
}

#footer-right {
	width: 193px;
	position: absolute;
	top: 30px;
	right: 0;
	padding: 0 24px 0 23px;
}

#footer-right img {
	float:right;
	margin: 0 0 5px 5px;
}

#footer-right p {
	margin-bottom: 12px;
}

#footer-right .quote {
	padding: 0 16px;
	position: relative;
	font-size: 11px;
	line-height: 19px;
	color: #FFF;
	font-style: italic;
	font-family: 'Noto Serif', serif;
}

#footer-right .quote p {
	margin-bottom: 8px;
}

#footer-right .quote strong {
	font-weight: normal;
	color: #afb657;
}

#footer-right .open {
	position: absolute;
	top: 3px;
	left: -3px;
	color: #afb657;
	font-size: 36px;
	font-style: normal;
}

#footer-right .close {
	position: absolute;
	bottom: 22px;
	right: -3px;
	color: #afb657;
	font-size: 36px;
	font-style: normal;
}

#footer-middle {
	width: 365px;
	position: absolute;
	top: 55px;
	left: 325px;
}

#footer-middle td {
	padding-bottom: 30px;
}

#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 {
	position: absolute;
	height: 16px;
	width: 980px;
	left: 0;
	bottom: 0;
	color: #86808d;
	font-size: 12px;
	line-height: 16px;
	padding: 25px 0;
	text-align: right;
}

#copyright a {
	color: #86808d;
}

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

table {

}

.clear {
	clear: both;
}

a, a .alttext2, a .alttext1, a.alttext2, a.alttext1 {
	color:			#afb657;
	text-decoration:none;
}

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: #9b9ecb;
	font-family: 'Noto Serif', serif;
}

.alttext2 {
	font-size:		18px;
	color: #9b9ecb;
	font-family: 'Noto Serif', serif;
}


h1, .header1 {
	color:		#34365c;
	font-size:	27px;
	line-height:	27px;
}

h2, .header2 {
	color:		#34365c;
	font-size: 	20px;
	line-height:	20px;
}

h3, .header3 {
	color:		#34365c;
	font-size:	16px;
	line-height:	16px;
}

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: 'Noto Serif', 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;
	}


