* {font-size: 100.01%;}
html {font-size: 62.5%;}
body {
	margin:0;
	color:#333;
	font:1em Arial, Helvetica, sans-serif;
	background:#dbdbdb;
	min-width:998px;
}
img {border-style:none;}
a {
	text-decoration:none;
	color:#0083a9;
}
a:hover {text-decoration:underline;}
a:active {background-color: transparent;}
input,
textarea,
select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
.wrapper {
	width:978px;
	margin:0 auto;
	position:relative;
}
#header {
	position:relative;
	height:254px;
	background:url(images/bg-header.jpg) no-repeat 50% 0;
	z-index:50;
}
#header .logo {
	position:absolute;
	top:0;
	left:36px;
	width:107px;
	height:235px;
	background:url(images/logo.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
}
#header .logo a {
	display:block;
	height:100%;
	position:relative;
}
#header .logo-text {
	position:absolute;
	top:103px;
	left:174px;
	width:608px;
	height:27px;
	background:url(images/logo-text.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
}
.search-container {
	position:absolute;
	top:24px;
	right:45px;
	width:470px;
	background:#fff;
	overflow:hidden;
	border:1px solid #005871;
}
.search-container input[type="text"] {
	float:left;
	width:370px;
	padding:0 0 0 9px;
	background:#fff;
	height:30px;
	border:0;
	margin:0;
	font:italic 13px/30px Georgia, "Times New Roman", Times, serif;
	color:#ccc;
}
.search-container input[type="submit"] {
	float:right;
	width:82px;
	padding:0;
	margin:0;
	background:url(images/buttons.gif) no-repeat 0 -50px;
	text-indent:-9999px;
	overflow:hidden;
	height:30px;
	border:0;
	font-size:0;
	line-height:0;
	cursor:pointer;
}
#header .login {
	position:absolute;
	top:26px;
	left:335px;
	padding:0 0 0 30px;
	background:url(images/ico-member.png) no-repeat 0 50%;
	font:italic 12px/14px Georgia, "Times New Roman", Times, serif;
	color:#fdbe57;
}
#header .login span {
	display:block;
	font:bold 14px/16px Arial, Helvetica, sans-serif;
	color:#fff;
	cursor:pointer;
}
#header .login:hover {
	text-decoration:none;
}
#header .login:hover span {
	color:#fdbe57;
}
#nav {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:193px;
	right:8px;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
}
#nav li {
	float:left;
	padding:2px 0 3px 1px;
	background:url(images/sep-01.gif) no-repeat;
}
#nav li:first-child {
	background:none;
}
#nav a {
	float:left;
	padding:0 19px 0 18px;
	color:#000;
	text-decoration:none;
}
#nav a em {
	display:block;
	font:italic 12px/14px Georgia, "Times New Roman", Times, serif;
	color:#969696;
	cursor:pointer;
}
#nav a:hover ,
#nav .active a {
	color:#007ea3;
}
#nav .has-drop-down a:hover ,
#nav .has-drop-down:hover a {
	border-bottom:12px solid #fdbe57;
	padding-bottom:17px;
	color:#007ea3;
}
#nav li:hover {
	position:relative;
}
#nav li:hover .drop ,
#nav li:hover .drop li:hover .drop {
	display:block;
}
#nav li:hover .drop .drop {
	display:none;
}
#nav .drop {
	display:none;
	position:absolute;
	top:61px;
	left:1px;
	width:192px;
	padding:0 5px 5px 0;
	background:url(images/bg-drop-shadow.png) no-repeat 100% 100%;
	z-index:50;
}
#nav .drop .drop {
	top:0;
	left:192px;
}
#nav .drop ul {
	width:100%;
	padding:15px 0;
	margin:0;
	list-style:none;
	background:url(images/bg-drop.png);
}
#nav .drop .drop ul {
	padding:10px 0;
}
#nav .drop ul li {
	float:none;
	padding:0;
	background:none;
}
#nav .drop ul a ,
#nav .has-drop-down .drop ul a {
	float:none;
	display:block;
	background:none;
	color:#5d5d5d;
	font-weight:normal;
	line-height:16px;
	padding:8px 25px 8px 30px;
	border:none;
}
#nav .drop ul a:hover {
	padding:8px 25px 8px 30px;
	border:0;
	background:#1f8eae;
	color:#fff;
}
#nav .drop ul .has-drop-down a ,
#nav .has-drop-down .drop ul .has-drop-down a {
	background:url(images/bullet-05.gif) no-repeat 170px 50%;
}
#nav .drop ul .has-drop-down a:hover ,
#nav .has-drop-down .drop ul .has-drop-down a:hover ,
#nav .has-drop-down .drop ul .has-drop-down:hover a {
	background:#1f8eae url(images/bullet-06.gif) no-repeat 170px 50%;
	color:#fff;
}
#nav .drop ul ul a ,
#nav .has-drop-down .drop ul .has-drop-down:hover ul a {
	background:none;
	color:#5d5d5d;
}
#nav .drop ul ul a:hover ,
#nav .has-drop-down .drop ul .has-drop-down:hover ul a:hover {
	background:#1f8eae;
	color:#fff;
}
.main {
	width:100%;
}
.main:after {
	clear:both;
	content:'';
	display:block;
}
.promo {
	padding:6px 0 0;
	background:url(images/bg-box-01.png) no-repeat;
	margin-bottom:14px;
}
.promo .frame {
	padding:0 0 26px;
	background:url(images/bg-box-01.png) no-repeat -987px 100%;
}
.carousel {
	position: relative;
	background:#fff;
	width:949px;
	padding:10px 14px 9px;
}
.carousel div.mask {
	position: relative;
	overflow: hidden;
	width:949px;
}
.carousel div.mask div.slideset {
	width: 99999px;
	float: left;
}
.carousel div.mask div.slide {
	width:949px;
	float: left;
}
.carousel .img-holder {
	float:left;
	height:350px;
	position:relative;
	margin-right:35px;
	width:607px;
}
.carousel .img-mask {
	position:absolute;
	top:0;
	left:0;
	width:5px;
	height:350px;
	background:url(images/mask.png) no-repeat;
}
.carousel img {
	display:block;
}
.carousel .text {
	height:1%;
	overflow:hidden;
	padding:18px 35px 40px 0;
	font:1.2em/19px Arial, Helvetica, sans-serif;
	color:#5d5d5d;
}
.carousel h2 {
	margin:0 0 16px;
	font:2.33em/32px Georgia, "Times New Roman", Times, serif;
	color:#0083a9;
}
.carousel h3 {
	margin:0;
	font-size:1.1em;
	color:#000;
}
.carousel p {
	margin:0 0 23px;
}
.carousel .btn {
	display:inline-block;
	border:1px solid #fdbf5a;
	color:#fff;
	font-weight:bold;
	line-height:28px;
	text-transform:uppercase;
}
.carousel .btn span {
	display:inline-block;
	border:1px solid #fff;
	background:#ffdba3 url(images/gradient-01.gif) repeat-x;
	padding:0 16px;
	cursor:pointer;
}
.carousel .btn:hover ,
.carousel .btn:hover span {
	text-decoration:underline;
}
.carousel .pagination {
	position:absolute;
	bottom:21px;
	right:23px;
}
.carousel .pagination ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.carousel .pagination ul li {
	float:left;
	padding:0 5px;
}
.carousel .pagination ul a {
	display:block;
	width:10px;
	height:10px;
	background:url(images/bg-switcher.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.carousel .pagination ul a:hover ,
.carousel .pagination ul .active a {
	background-position:0 -15px;
}
.columns-holder {
	width:100%;
	overflow:hidden;
	padding:3px 0 0;
	margin-top:-3px;
}
#content {
	float:left;
	width:620px;
	background:url(images/bg-box-02.png) no-repeat;
	padding:6px 0 0;
}
#content .frame {
	background:url(images/bg-box-02.png) no-repeat -630px 100%;
	padding:0 0 26px;
}
#content .holder {
	background:#fff;
	padding:8px 26px 0 23px;
}
.content2 {
	padding:6px 0 0;
	background:url(images/bg-box-01.png) no-repeat !important;
	float:none !important;
	width:977px !important;
}
.content2 .frame {
	background:url(images/bg-box-01.png) no-repeat -987px 100% !important;
}
.news-block {
	width:100%;
	overflow:hidden;
	padding-bottom:14px;
}
.news {
	width:100%;
	padding:9px 0 0;
}
.news .last {
	padding-bottom:7px;
}
.news-block .title {
	width:100%;
	overflow:hidden;
	border-top:2px solid #d7d7d7;
	border-bottom:2px solid #b9b9b9;
	background:#cfcfcf url(images/gradient-02.gif) repeat-x;
	line-height:38px;
	margin-bottom:12px;
}
.news-block .title .more {
	float:right;
	padding:0 16px;
	background:#9e9e9e url(images/gradient-03.gif) repeat-x;
	color:#fff;
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:bold;
}
.news-block .title .more span {
	padding:0 14px 0 0;
	background:url(images/bullet-01.gif) no-repeat 100% 2px;
}
.news-block h3 {
	margin:0 0 0 15px;
	font-size:21px;
	line-height:38px;
	color:#9a9a9a;
}
.news-block h3 a {
	color:#9a9a9a;
}
.tabs {
	width:100%;
	overflow:hidden;
	position:relative;
}
.tabset {
	float:right;
	width:297px;
	margin:0;
	padding:0;
	list-style:none;
	font-size:1.1em;
}
.tabset li {
	padding:0 0 13px;
}
.tabset a {
	width:285px;
	overflow:hidden;
	padding:6px 6px 5px;
	color:#5d5d5d;
	display:block;
	text-decoration:none;
}
.tabset img {
	float:left;
	margin:0 16px 0 0;
}
.tabset strong {
	display:block;
	color:#0083a9;
	font-size:1.1em;
	line-height:1.1em;
	padding:2px 0;
	cursor:pointer;
}
.news-block .tabset strong {
	font-size: 12px;
}
.news-block .tabset p {
	font-size: 11px;
}
.tabset span {
	cursor:pointer;
}
.tabset a:hover ,
.tabset a.active {
	background:#0083a9;
	color:#fff;
}
.tabset a:hover strong ,
.tabset a.active strong {
	color:#fff;
}
.tab-content {
	float:left;
	width:255px;
	padding:6px 0 0;
	position: relative;
	height: 196px;
}
.tab-content > div{
	position: absolute;
	top: 6px;
	left: 0;
	width:255px;
}
#sidebar {
	float:right;
	width:321px;
	padding:0 2px 80px 0;
}
.info-box {
	width:321px;
	background:#fff url(images/bg-box-03.jpg) no-repeat 0 100%;
	padding-bottom:26px;
	position:relative;
	line-height:19px;
	margin-bottom:22px;
	color:#5d5d5d;
}
.info-box .ribbon {
	position:absolute;
	top:-3px;
	right:17px;
	background:url(images/bg-ribbon.png) no-repeat;
	width:35px;
	height:76px;
	z-index:20;
}
.info-box h3 {
	font:23px/28px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	margin:0;
	background:#005973 url(images/bg-title.jpg) no-repeat;
	padding:16px 56px 14px 26px;
}
.info-box .holder {
	padding:29px 23px 18px;
}
.info-box .subtitle {
	display:block;
	color:#000;
	font-size:1.2em;
}
.info-box p {
	font-size:1.2em;
	margin:0;
}
.info-box a {
	text-decoration:underline;
}
.info-box a:hover {
	text-decoration:none;
}
.widget-subscribe {
	margin-bottom:25px;
}
.widget-subscribe .holder {
	padding:25px 24px 37px;
}
.widget-subscribe label {
	font-size:1.2em;
	display:block;
	padding:0 4px 10px;
}
.widget-subscribe .row {
	border:1px solid #005871;
	width:273px;
	overflow:hidden;
}
.widget-subscribe input[type="text"] {
	float:left;
	width:180px;
	padding:0 0 0 5px;
	height:30px;
	margin:0;
	border:0;
	background:none;
	color:#555;
	font:12px/14px Arial, Helvetica, sans-serif;
}
.widget-subscribe input[type="submit"] {
	float:right;
	width:82px;
	padding:0;
	height:30px;
	margin:0;
	border:0;
	background:url(images/buttons.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	cursor:pointer;
}
.widget_polls-widget {
	padding:0 0 40px;
	margin-bottom:31px;
}
.widget_polls-widget ul {
	padding:0;
	margin-bottom:31px;
}
.widget_polls-widget p {
	margin:0 0 10px;
}
.widget_polls-widget .links ,
.widget-careers .links ,
.widget_polls-widget ul {
	height:1%;
	overflow:hidden;
	font-size:1.2em;
	margin:0;
	padding:0 27px;
	list-style:none;
}
.widget-careers .links ,
.widget_polls-widget .links {
	padding-left:5px;
	height:1%;
	width:auto;
	padding:0;
	font-size: 11px;
}
.widget_polls-widget .links li ,
.widget_polls-widget ul li {
	float:left;
	padding:0 5px;
	background:url(images/sep-02.gif) no-repeat 0 50%;
}
.widget-careers .links li {
	float:left;
	font-size: 11px !important;
	padding:0 5px;
	background:url(images/sep-02.gif) no-repeat 0 50%;
}
.widget_polls-widget .links li:first-child ,
.widget_polls-widget ul li:first-child ,
.widget-careers .links li:first-child {
	background:none;
	padding-left:3px;
}
.widget_polls-widget .links a ,
.widget_polls-widget ul a ,
.widget-careers .links a {
	text-decoration:none;
	color:#0083a9;
}
.widget_polls-widget .links a:hover ,
.widget_polls-widget ul a:hover ,
.widget-careers .links a:hover {
	text-decoration:underline;
}
.widget_polls-widget .wp-polls {
	padding:23px 27px 0;
}
.widget_polls-widget .wp-polls ul.links li a {
	font-size: 11px;
}
.widget_polls-widget .wp-polls-ul {
	margin:0;
	padding:6px 6px 7px;
	list-style:none;
	font-size:1.2em;
	line-height:1.1em;
}
.widget_polls-widget .wp-polls-ul li {
	height:1%;
	padding:1px 2px 9px;
	float:none;
	background:none;
}
.widget_polls-widget .wp-polls-ul label {
	font-size: 12px;
}
.widget_polls-widget .wp-polls-ul li:after {
	clear:both;
	content:'';
	display:block;
}
.widget_polls-widget label {
	display:block;
	height:1%;
	overflow:hidden;
	padding-top:1px;
}
.widget_polls-widget input[type="radio"] {
	float:left;
	margin:0 5px 0 1px;
	padding:1px;
	width:15px;
	height:15px;
}
.widget_polls-widget input[type="button"] {
	display:block;
	width:83px;
	padding:0;
	height:32px;
	margin:0 0 0 4px;
	border:0;
	background:url(images/buttons.gif) no-repeat 0 -100px;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	cursor:pointer;
}
#footer {
	width:100%;
	background:#727272;
	padding:57px 0 40px;
	margin-top:-96px;
}
.footer2 {
	margin-top:-116px !important;
}
.footer-area {
	width:978px;
	margin:0 auto;
	overflow:hidden;
}
#footer .col-right {
	float:right;
	width:316px;
}
.footer2 .col-right {
	padding:70px 0 0 !important;
}
#footer .col-right p {
	font-size:1.2em;
	line-height:19px;
	color:#cacaca;
	margin:0;
}
#footer .col-right h4 {
	margin:0 0 22px;
	color:#fff;
	font:2.2em/1.1em Georgia, "Times New Roman", Times, serif;
}
#footer .col-left {
	float:left;
	width:465px;
	padding:51px 0 0 25px;
	color:#fff;
	line-height:19px;
	font-size:1.2em;
}
.footer2 .col-left {
	padding:74px 0 0 25px !important;
}
#footer .col-left img {
	float:left;
	margin:2px 19px 0 0;
}
#footer .col-left .txt {
	height:1%;
	overflow:hidden;
}
#footer .col-left strong {
	display:block;
	margin-bottom:20px;
}
#footer .col-left strong a {
	color:#fff;
}
#footer .col-left .holder {
	width:100%;
	overflow:hidden;
}
#footer .col-left .phones {
	float:right;
	width:152px;
}
#footer .col-left .holder em {
	font-style:normal;
}
#footer .col-left .holder span {
	display:block;
}
#footer .col-left .holder .hidden {
	display:none;
}
#footer .col-left .holder span span {
	display:inline;
	color:#b2b2b2;
}
#footer address {
	font-style:normal;
}
.breadcrumbs {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
	font-weight:bold;
	text-transform:uppercase;
	color:#0083a9;
}
.breadcrumbs li {
	font-size: 11px !important;
	float:left;
	padding:0 5px 0 9px;
	background:url(images/bullet-02.gif) no-repeat 0 50%;
}
.breadcrumbs li.home {
	padding-left:0;
	background:none;
}
.breadcrumbs a {
	float:left;
	font-weight:normal;
	color:#0083a9;
}
.content-box {
	width:100%;
	padding:12px 0 63px;
	overflow:hidden;
	color:#5d5d5d;
}
.content2 .content-box {
	padding-bottom:65px;
}
.content-box .title {
	width:100%;
	overflow:hidden;
	border-top:2px solid #d7d7d7;
	border-bottom:2px solid #b9b9b9;
	background:#cfcfcf url(images/gradient-02.gif) repeat-x;
	line-height:38px;
	margin-bottom:19px;
}
.content-box .title .addthis_button {
	float:right;
	padding:0 20px;
	background:#9e9e9e url(images/gradient-03.gif) repeat-x;
	color:#fff;
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}
.content-box .title .addthis_button:hover {
	color:#000;
}
.content-box h2 {
	margin:0 0 0 15px;
	font-size:21px;
	line-height:38px;
	color:#9a9a9a;
}
.content-box h2 a {
	color:#9a9a9a;
}
.content-box p {
	font-size:1.2em;
	line-height:19px;
	margin:0 0 22px;
}
.content2 .content-box p {
	margin:0 0 20px;
}
.content-box a {
	text-decoration:underline;
}
.content-box a:hover {
	text-decoration:none;
}
.align-left {
	float:left;
	margin:0 19px 10px 0;
}
.align-right {
	float:right;
	margin:0 0 10px 19px;
}
.align-center {
	display:block;
	margin:0 auto;
}
.content-box h3 {
	margin:0 0 2px;
	font-size:1.3em;
	color:#000;
}
.widget-about {
	margin-bottom:29px;
}
.widget-about .holder {
	padding-bottom:7px;
}
.sidenav {
	margin:0;
	padding:0 8px;
	list-style:none;
	font-size:1.2em;
}
.sidenav li {
	padding:0 0 9px;
	font-size: 12px !important;
}
.sidenav li li {
	font-size: 11px !important;
}
.sidenav a {
	color:#3b3b3b;
	text-decoration:none;
	background:url(images/bullet-03.gif) no-repeat 0 6px;
	padding-left:13px;
	display:inline-block;
}
.sidenav a:hover ,
.sidenav .active a {
	background:url(images/bullet-04.gif) no-repeat 0 6px;
	font-weight:bold;
	color:#0083a9;
}
.sidenav ul {
	margin:0;
	padding:9px 22px 5px;
	list-style:none;
	font-size:0.9em;
}
.sidenav ul li {
	padding:0 0 2px;
}
.sidenav ul a ,
.sidenav .active ul a {
	padding:0 0 0 10px;
	font-weight:normal;
	color:#3b3b3b;
	background:url(images/bullet-03.gif) no-repeat -1px 50%;
}
.sidenav ul a:hover ,
.sidenav ul .active a {
	color:#0083a9;
	background:url(images/bullet-04.gif) no-repeat -1px 50%;
}
.info-box .box {
	padding:0 8px 14px;
	font-size:1.2em;
}
.info-box .box a {
	display: block;
	background:url(images/bullet-04.gif) no-repeat 0 6px;
	padding:0 0 0 13px;
	text-decoration:none;
}
.info-box .box a:hover {
	text-decoration:underline;
}
.info-box .box .date {
	display:block;
	margin-top:-1px;
	padding:0 0 0 13px;
}
.latest-news {
	width:100%;
	padding:12px 0 21px;
	overflow:hidden;
	color:#5d5d5d;
}
.latest-news .title {
	width:100%;
	overflow:hidden;
	border-top:2px solid #d7d7d7;
	border-bottom:2px solid #b9b9b9;
	background:#cfcfcf url(images/gradient-02.gif) repeat-x;
	line-height:38px;
	margin-bottom:25px;
}
.latest-news .title .addthis_button {
	float:right;
	padding:0 20px;
	background:#9e9e9e url(images/gradient-03.gif) repeat-x;
	color:#fff;
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}
.latest-news .title .addthis_button:hover {
	color:#000;
}
.latest-news h2 {
	margin:0 0 0 15px;
	font-size:21px;
	line-height:38px;
	color:#9a9a9a;
}
.latest-news h2 a {
	color:#9a9a9a;
}
.post {
	padding:0 0 45px;
	width:100%;
	overflow:hidden;
	line-height:19px;
	color:#5d5d5d;
}
.post img {
	float:left;
	margin:0 16px 0 0;
}
.post .text {
	height:1%;
	overflow:hidden;
	padding:3px 0 0 2px;
}
.post h3 {
	margin:0 0 1px;
	font-size:1.2em;
}
.post .date {
	font-size:1.1em;
	display:block;
	font-weight:bold;
	color:#000;
	margin:0 0 -1px;
}
.post p {
	font-size:1.2em;
	margin:0 0 1px;
}
.pager {
	height:1%;
	padding:0 8px 0 0;
	overflow:hidden;
	text-align:center;
	font-size:1.2em;
	margin:-9px 0 0;
}
.pager a {
	display:inline-block;
	border:1px solid #dbdbdb;
	font-weight:bold;
	text-transform:uppercase;
	line-height:28px;
	margin:0 3px;
	color:#6f6f6f;
}
.pager a:hover {
	text-decoration:underline;
}
.pager a span {
	display:inline-block;
	border:1px solid #fff;
	background:#bfbfbf url(images/gradient-04.gif) repeat-x;
	padding:0 13px;
	cursor:pointer;
}
.pager a:hover span {
	text-decoration:underline;
}
.widget-archive .holder {
	padding: 43px 23px 29px;
}
.widget-archive select {
	width:275px;
}
/* hide original element */
.jcf-hidden {
	display: block !important;
	position: absolute !important;
	left: -9999px !important; /* change to right: -9999px on RTL sites */
}
/* custom select styles */
.select-area {
	border: 1px solid #005872;
	position: relative;
	overflow: hidden;
	cursor: default;
	height: 30px;
	float: left;
	color:#5d5d5d;
}
.select-focus {
	border-color: #005872;
}
.select-area .center {
	white-space: nowrap;
	padding: 5px 50px 3px 15px;
	font-size:12px;
	float:left;
}
.select-disabled {
	background: #eee;
}
.select-area .select-opener {
	background: url(images/buttons.gif) no-repeat 0 -200px;
	position: absolute;
	height: 30px;
	width: 42px;
	right: 0;
	top: 0;
}
.select-options {
	position: absolute;
	overflow: hidden;
	background: #fff;
	z-index: 2000;
}
.select-options .drop-holder {
	border: 1px solid #005871;
	border-top:none;
	overflow: hidden;
	height: 1%;
}
.select-options ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size:12px;
}
.select-options ul li {
	width: 100%;
	float: left;
}
.select-options ul a {
	text-decoration: none;
	padding: 5px 15px;
	display: block;
	cursor: default;
	color: #000;
	height: 1%;
}
.select-options .item-selected a {
	text-decoration: none;
	background: #fff;
	color: #fdbe57;
}
/* select options optgroup example styles */
.select-options .optgroup {
	clear: both;
}
.select-options .optgroup strong {
	display: block;
	padding: 5px;
}
.select-options .optgroup ul a {
	padding-left: 30px;
}
.single-post {
	width:100%;
	padding:0 0 6px;
	overflow:hidden;
	color:#5d5d5d;
	margin:-12px 0 0;
}
.single-post p {
	font-size:1.2em;
	line-height:19px;
	margin:0 0 20px;
}
.single-post a {
	text-decoration:underline;
}
.single-post a:hover {
	text-decoration:none;
}
.single-post h3 {
	margin:0 0 3px 4px;
	font-size:1.6em;
	color:#0083a9;
}
.single-post .date {
	display:block;
	font-weight:bold;
	color:#000;
	font-size:1.2em;
	padding:0 4px 18px;
}
.single-post h4 {
	margin:0 0 2px;
	font-size:1.3em;
	color:#000;
}
.comments {
	border-top:7px solid #fdbe57;
	padding:29px 7px;
	margin:0 3px;
}
.comments h3 {
	font-size:1.6em;
	line-height:1.1em;
	color:#5d5d5d;
	margin:0 0 19px;
}
.comments ul {
	margin:0;
	padding:0 0 0 9px;
	list-style:none;
}
.comments ul li {
	width:100%;
	overflow:hidden;
}
.comments .comment-number {
	float:left;
	width:28px;
	height:28px;
	text-align:center;
	line-height:28px;
	background:url(images/bg-circle.gif) no-repeat;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	margin-right:16px;
}
.comments .comment {
	height:1%;
	overflow:hidden;
	font-size:1.2em;
	line-height:19px;
	color:#5d5d5d;
}
.comments .author {
	display:block;
	text-transform:uppercase;
}
.comments p {
	margin:0;
}
.comment-form {
	padding:6px 4px 50px;
	margin:0 3px;
}
.comment-form h3 {
	font-size:1.6em;
	line-height:1.1em;
	color:#5d5d5d;
	margin:0 0 14px;
}
.comment-form .hold {
	width:100%;
	overflow:hidden;
}
.comment-form .col {
	float:left;
	width:253px;
}
.comment-form .fltr {
	float:right;
	padding-right:18px;
}
.comment-form label {
	display:block;
	color:#005973;
	text-transform:uppercase;
	padding:0 2px 2px;
}
.comment-form input[type="text"] {
	float:left;
	width:231px;
	padding:0 10px;
	background:#fff;
	height:28px;
	border:1px solid #005973;
	margin:0 0 12px;
	font:12px/28px Arial, Helvetica, sans-serif;
	color:#555;
}
.comment-form textarea {
	float:left;
	width:236px;
	min-width:236px;
	max-width:236px;
	height:110px;
	min-height:110px;
	padding:5px 5px 5px 10px;
	background:#fff;
	border:1px solid #005973;
	margin:0 0 20px;
	font:12px/14px Arial, Helvetica, sans-serif;
	color:#555;
}
input[type="text"]:focus ,
textarea:focus {
	outline:none;
}
.comment-form input[type="submit"] {
	display:block;
	width:83px;
	padding:0;
	margin:0;
	background:url(images/buttons.gif) no-repeat 0 -150px;
	text-indent:-9999px;
	overflow:hidden;
	height:32px;
	border:0;
	font-size:0;
	line-height:0;
	cursor:pointer;
}
.contact {
	width:100%;
	padding:12px 0 150px;
	overflow:hidden;
	color:#5d5d5d;
}
.contact .title {
	width:100%;
	overflow:hidden;
	border-top:2px solid #d7d7d7;
	border-bottom:2px solid #b9b9b9;
	background:#cfcfcf url(images/gradient-02.gif) repeat-x;
	line-height:38px;
	margin-bottom:16px;
}
.contact .title .addthis_button {
	float:right;
	padding:0 20px;
	background:#9e9e9e url(images/gradient-03.gif) repeat-x;
	color:#fff;
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}
.contact .title .addthis_button:hover {
	color:#000;
}
.contact h2 {
	margin:0 0 0 15px;
	font-size:21px;
	line-height:38px;
	color:#9a9a9a;
}
.contact h2 a {
	color:#9a9a9a;
}
.contact h3 {
	font-size: 17px;
}
.contact p {
	margin:0 0 26px;
	font-size:1.2em;
	line-height:19px;
}
.wpcf7 {
	padding:0;
}
.wpcf7 label {
	display:block;
	color:#5d5d5d;
	font-size:1.2em;
	padding:0 2px 9px;
}
.wpcf7 label span {
	color:#0083a9;
}
.wpcf7 input[type="text"] {
	width:535px;
	padding:0 10px;
	background:#fff;
	height:30px;
	border:1px solid #005973;
	margin:0 0 22px;
	font:12px/30px Arial, Helvetica, sans-serif;
	color:#555;
}
.wpcf7 textarea {
	float:left;
	width:540px;
	min-width:540px;
	max-width:540px;
	height:96px;
	min-height:96px;
	padding:5px 5px 5px 10px;
	background:#fff;
	border:1px solid #005973;
	margin:0 0 32px;
	font:12px/14px Arial, Helvetica, sans-serif;
	color:#555;
}
.wpcf7 .wpcf7-captchar {
	float:left;
	width:182px !important;
	margin-bottom:36px !important;
}
.wpcf7 .wpcf7-captcha-captcha {
	float:right;
	margin:15px 200px 0 0;
}
.wpcf7 input[type="submit"] {
	clear:both;
	display:block;
	width:83px;
	padding:0;
	margin:0;
	background:url(images/buttons.gif) no-repeat 0 -150px;
	text-indent:-9999px;
	overflow:hidden;
	height:32px;
	border:0;
	font-size:0;
	line-height:0;
	cursor:pointer;
}
.widget-contact {
	margin-bottom:25px;
	padding:0;
}
.widget-contact .holder {
	padding: 32px 23px 30px;
	color:#5d5d5d;
}
.widget-contact dl {
	height:1%;
	overflow:hidden;
	padding:5px 0;
	line-height:19px;
}
.widget-contact dl dt {
	float:left;
	font-size:1.1em;
	text-transform:uppercase;
	color:#0083a9;
	padding:3px 8px 16px 14px;
	width:70px;
}
.widget-contact dl dd {
	height:1%;
	overflow:hidden;
	font-size:1.2em;
	padding-bottom:19px;
}
.widget-contact dl a {
	color:#0083a9;
}
.widget-contact dl span {
	display:block;
}

/*Default ul/li & table fonts*/

.columns-holder ul li {
	font-size: 1.2em;
	line-height: 17px;
}

.columns-holder td {
	font-size: 1.2em;
	line-height: 17px;
}

/*Event calendar*/

.ai1ec-agenda-widget-view .ai1ec-event {
	margin: 0.7em 0 0.5em 6.5em !important;
}

.ai1ec-agenda-widget-view .ai1ec-event a {
	line-height: 16px;
	height: 58px;
}

.ai1ec-agenda-widget-view .ai1ec-event .ai1ec-event-title {
	font-size: 1.2em;
	font-weight: bold !important;
	display: block;
}