

/* ----------- Site logo ----------- */

#logo {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 380px;
	height: 90px;
}

#logo img {
	float: left;
}

.site_logo {
	padding: 0px 0px 0px 0px;
	margin: 31px 0px 0px 0px;
	float: left;
}
.site_logo h1 {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	float: left;
	line-height: 27px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 19px;
	color: #999;
}

/* ----------- END - Site logo ----------- */



/* ----------- Generic styles ----------- */

#site_wrapper {
	width: 100%;
	margin: auto auto auto auto;
}

.container_full {
	width: 100%;
	margin: auto auto auto auto;
}

.container {
	width: 1000px;
	margin: auto auto auto auto;
}

.alert {
	color: #C00;
	font-family: 'Open Sans', sans-serif;	
	font-weight: bold;
}

.alert_medium {
	color: #F00;
	font-family: 'Open Sans', sans-serif;		
	font-size: 16px;
	font-weight: bold;
}


/* Content columns */
.one_third, .one_fifth {
	position: relative;
	margin-right: 3%;
	float: left;
}

.one_third {
	width: 31.330%;
}

.one_fifth {
	width: 17.600%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}

/* ----------- Menu styles ----------- */

.nav_container {
	width: 1404px;
	margin: auto auto auto auto;	
}

#access .menu {
	list-style: none;
	position: relative;
	float: right;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	width: 1024px;
	margin-top: 0px;
}

#access .menu select {
	border: 2px solid #eee;
	padding: 10px 10px 10px 10px;
	background-color: #f9f9f9;
	color: #333;
}

#access .menu ul {
	margin: 0px;
	list-style-type: none;
	position: relative;
	text-align: left;
	z-index: 1001;
	height: 90px;
	margin: 0;
	float: right;
}

#access .menu ul li {
	position: relative;
	display: inline-block;
	padding: 0;
	z-index: 101;
	margin: 0px 1px 0px 1px;
	float: left;
	background: url(../images/menu-divedar.png) no-repeat right bottom;
}

#access .menu ul li a {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	line-height: 1;
	color: #333;
	margin: 0;
	padding: 40px 13px 34px 13px;
	text-align: center;
	background: url(../images/spacer.gif) no-repeat center top;
}

#access .menu ul li a:hover {
	color: #25aae2;         
	padding: 40px 13px 34px 13px;
	background: url(../images/menu-arrow.png) no-repeat center top;
}
 
#access .menu ul li a.active {
	color: #25aae2;
	padding: 40px 13px 34px 13px;
	background: url(../images/menu-arrow.png) no-repeat center top;
}

#access .menu ul li .ddl_column_container {
	padding-top: 12px;
	width: 501px;
}

#access .menu ul li .ddl_column {
	display: inline;
	float: left;
	padding-bottom: 12px;
	position: relative;
	width: 250px;
}

#access .menu ul li .ddl_column_first p {
	margin-right: 9px;
	margin-top: 0;
	border: none;
	display: block;
	padding: 13px 25px 13px 25px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	background: #454545 url(../images/spacer.gif) no-repeat center bottom;
	width: 200px;
	text-align: left;
	border-top: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-transform: none;
}

#access .menu ul li .ddl_column_first {
	border-right: solid 1px #666;
}

#access .menu ul li ul {
	background-color: #454545;
	position: absolute;
	left: 0;
	height: auto;
	display: none;
	visibility: hidden;
	width: 501px;
	padding: 0;
	text-align: left;
	border-top: 3px solid #25aae2;
}

#access .menu ul li ul li {
	display: list-item;
	float: none;
	background: none;
	padding: 0;
	margin: 0;
	height: auto;
	width: 210px;
}

#access .menu ul li ul li ul {
	top: 0;
}

#access .menu ul li ul li a {
	font-weight: 505;
}

#access .menu ul li ul li .ddl_column_heading {
	color: #aee3fa;
	font-weight: 700;
}
		
.ddl_column_heading {
	font-size: 16px!important;	
}

#access .menu ul li ul li a, .ddl_column_heading {
	margin-right: 9px;
	border: none;
	display: block;
	padding: 13px 25px 13px 25px;
	font-size: 13px;
	color: #fff;
	background: #454545 url(../images/spacer.gif) no-repeat center bottom;
	width: 200px;
	text-align: left;
	border-top: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-transform: none;
}

#access .menu ul li ul li a:hover,
#access .menu ul li ul li.active a,
#access .menu ul li ul li a.selected {
	background: #25aae2 url(../images/spacer.gif) no-repeat center bottom;
	border-top: none;
	color: #fff;
	margin-right: 9px;
	padding: 13px 25px 13px 25px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	width: 200px;
}

#access .menu ul li ul li:last-child {
	border: none;
}

* html #access .menu {
	height: 1%;
}

.selectnav {display: none; width: 440px; margin-left: 20px;}

/* ----------- END - Menu styles ----------- */


/* --------------------- Top section --------------------- */

.top_links {
	width: 100%;
	min-height: 60px;
	background-color: #454545;
}

.date {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 30px;
	vertical-align: middle;
	padding-left: 10px;
}

.top_contact_info {
	margin: 0 auto;
	width: 1260px;
}

.contact_container {
	float: left;
	margin-top: 4px;
	width: 700px;	
}

/* ......... Search box styles .........*/

.search_box_container {
	float: right;	
	width: 560px;
}

div.gsc-control-cse {
	background-color: #454545;
	border: 0;	
	float: right;
	margin-top: 4px;
	padding: 0;
	width: 450px;
}

table.gstl_50 {
	margin-top: 0;
	padding: 0;
}

.gsc-control-cse .gsib_b {
	padding: 0;
	vertical-align: top;
}

div.gsc-control-wrapper-cse table.gsc-search-box td {
	vertical-align: top;
}

div.gsc-control-wrapper-cse table.gsc-search-box input {
	font-family: Arial, Helvetica, sans-serif;
}

div.gsc-control-wrapper-cse table.gsc-search-button td {
	vertical-align: top;	
}

div.gsc-control-wrapper-cse input.gsc-search-button-v2 {
	margin-top: 4px;
}

table.gstl_50 td.gsib_a {
	padding-right: 0;
}

table.gstl_50 td.gsib_a input.gsc-input {
	height: 27px!important;	
}

table.gstl_50 td.gsib_b div.gsst_b {
	background-color: #fff;
	margin-top: 4px;
	height: 27px;
}

table.gstl_50 td.gsib_b div.gsst_b a.gsst_a {
	padding-top: 0;
}

table.gstl_50 td.gsib_b div.gsst_b a.gsst_a span {
	vertical-align: middle;
}

div.gsc-input-box  {
	background-color: #454545;
	border: 0;		
	margin-top: 0;
	vertical-align: top;
}

div.gsc-control-wrapper-cse div.gsc-input-box-focus, div.gsc-control-wrapper-cse div.gsc-input-box-hover {
	border: 0;
	box-shadow: none;
	outline: none;
}

table.gssb_c {
	margin-left: 9px;
	width: 359px!important;
}

table.gssb_c table.gsc-completion-container {
	border: 0!important;
}

/* ......... END - Search box styles .........*/

ul.tci_list {
	padding: 0px;
	margin: 8px 0px 0px 0px;
}

.tci_list li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 3px 5px 0px 0px;
	font-size: 12px;
	color: #fff;
}

.tci_list li img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.tci_list li img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.tci_list li a {
	font-size: 12px;
	color: #fff;
}

.tci_list li a:hover {
	font-size: 12px;
	color: #727272;
}

.tci_list li.email {
	float: left;
	padding: 0px 0px 0px 22px;
	margin: 0px 10px 0px 0px;
	background: url(../images/email-icon.png) no-repeat left 3px;
}

.tci_list li.phone {
	float: left;
	padding: 0px 0px 0px 20px;
	margin: 0px 10px 0px 0px;
	background: url(../images/phone-icon.png) no-repeat left 4px;
}

.tci_list li.facebook {
	float: left;
	padding: 0px 0px 0px 20px;
	margin: 0px 10px 0px 0px;
	background: url(../images/facebook-icon.png) no-repeat left 4px;
}

.tci_list li.fax {
	float: left;
	padding: 0px 0px 0px 20px;
	margin: 0px 10px 0px 0px;
	background: url(../images/fax-icon-footer.png) no-repeat left 4px;
}

.top_section {
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 90px;
	background: #f8f8f8 url(../images/menu-bg.png) repeat-x left top;
}

.top_shadow {
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 20px;
	z-index: 998;
	background: url(../images/top-shadow.png) repeat-x left top;
}

/* --------------------- END - Top section --------------------- */


/* ----------- Slideshow buttons ----------- */

.slider_button1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
	float: left;
	margin-top: 25px;
	padding: 0px;
	width: 160px;
	height: 45px;
	text-align: center;
	vertical-align: middle;
	line-height: 47px;
	background: url(../images/sbut-03.png) no-repeat center top;
}

.slider_button1:hover {
	color: #333;
}

.slider_button1 a {
	float: none;
}

.slider_button2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
	float: left;
	margin-top: 25px;	
	padding: 0px;
	width: 160px;
	height: 45px;
	text-align: center;
	vertical-align: middle;
	line-height: 47px;
	background: url(../images/sbut-02.png) no-repeat center top;
}

.slider_button2:hover {
	color: #333;
}

.slider_gray {
	float: left;
	width: 100%;
	background: url(../images/gray-bg2.jpg) repeat left top;
	margin-top: -20px;
	padding: 40px 0px 30px 0px;
}

.accrodation {
	float: right;
	width: 31.3%;
}

.features_section_two {
	float: left;
	width: 100%;
}

.features_section_two .sections {
	float: left;
	width: 26.3%;
	padding: 20px 25px 11px 25px;
	margin-right: 30px;
	background-color: #f9f9f9;
	border-top: 3px solid #eee;
	border-bottom: 1px solid #eee;
}

.features_section_two .sections.last {
	float: right;
	width: 31.3%;
	margin-right: 0px;
	padding: 0px;
	border: 0px;
}

ul.image-bullet-list {
	float: left;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	width: 100%;
}

.image-bullet-list li {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 12px 0px;
	width: 100%;
}

.image-bullet-list li img {
	float: left;
	margin: 0px 18px 0px 0px;
}

.image-bullet-list li h4 {
	font-size: 13px;
	text-transform: none;
	margin: 2px 0px 0px 0px;
	color: #333;
}

.features_section {
	float: left;
	width: 65.8%;
}

.features_section .sections {
	float: left;
	width: 47.4%;
	padding: 0px;
	margin-right: 29px;
	border: 1px solid #eee;
	border-bottom: 2px solid #eee;
	background-color: #fff;
}

.features_section .sections .left {
	float: left;
	width: 22%;
	padding: 14px 20px;
	background: #f6f6f6;
}

.features_section .sections .right {
	float: left;
	width: 58%;
	padding: 10px 0px 0px 20px;
	background: url(../images/gray-arrow.png) no-repeat left 40px;
}

.features_section .sections img {
	float: left;
	margin-right: 20px;
}

.features_section h2 {
	font-size: 18px;
	color: #454545;
	margin-bottom: 20px;
}

.features_section h2 i {
	font-size: 12px;
	color: #999;
	margin: 2px 0px 0px 0px;
	font-style: normal;
	text-transform: none;
	display: block;
}

.features_section h4 {
	font-size: 14px;
	font-weight: 600;
	color: #454545;
	margin-bottom: 4px;
}

.features_section .sections.last {
	margin-right: 0px;
	float: left;
}

.features_section .sections:hover {
	border-bottom: 2px solid #25aae2;
}


/* ----------- Main content ----------- */

.content_left {
	float: left;
	height:auto !important;
	height:500px;		
	min-height: 500px;
	padding: 40px 0px 40px 0px;	
	width: 74%;
}

.right_sidebar {
	float: right;
	width: 22%;
	padding: 40px 0px 30px 0px;
}

.right_sidebar h2 {
	line-height: 30px;
}

.left_sidebar {
	float: left;
	width: 22%;
	padding: 40px 0px 30px 0px;
}
.content_right {
	float: right;
	width: 74%;
	padding: 40px 0px 30px 0px;
}

.page_title {
	width: 100%;
	min-height: 50px;
	padding-top: 20px;
	background: url(../images/sliders/revolution/slider-bg.jpg) no-repeat center top;
	margin: -20px 0px 0px 0px;
}

.page_title .left_title {
	width: 68%;
	display: block;
	float: left;
	text-align: left;
	margin: 0px 0 0 0px;
}
.page_title .left_title h1 { 
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.our_support {
	width: 41%;
	padding: 10px 20px 10px 20px;
	float: left;
	border-radius: 5px;
	border: 5px solid #f9f9f9;
}

.our_support.last {
	padding: 10px 20px 10px 20px;
	float: right;
}

.our_support h3 {
	color: #272727;
	border-bottom: 1px solid #eee;
	padding: 5px 0px;
	margin-bottom: 20px;
}

.our_support h5 {
	color: #25aae2;
	margin-bottom: 3px;
	font-size: 14px;
}

.our_support h5 img {
	margin-right: 10px;
	float: left;
}

.our_support a {
	color: #454545;
}

.callout {
	float: left;		
	width: 100%; 
}

.callout-left {
	float: left;
	min-height: 320px;
	width: 480px;	
}

.callout-right {
	padding-top: 20px;	
}


/*------------------ Tab menu box content --------------------*/

.tab-content-hearings {
	border-bottom: solid 1px #ededed;
}

.tab-content-hearings strong {
	font-size: 11px;
}

.tab-content-hearings td {
	width: 50%;
}

.tab-content-hearings .right-cell {
	padding-left: 10px;
}

/*------------------ Right sidebar --------------------*/

.sidebar_widget {
	float: left;
	width: 100%;
	padding: 0px 0px;
	margin: 0px;
}

.sidebar_widget ul.arrows_list1 li a:hover {
	color: #25aae2;
}

.sidebar_widget h3 {
	display: block;
	margin-bottom: 18px;
	padding-bottom: 7px;
	color: #333;
	border-bottom: 1px solid #f3f3f3;
}

/* ----------- Notices ----------- */

.notice_post {
	float: left;
	margin-top: 20px;
	width: 100%;
}

.notice_post h3 {
	float: left;
	font-size: 20px;
	text-align: left;
	text-transform: none;
	font-weight: normal;
	color: #454545;
	width: 85%;
	line-height: 25px;
}

.notice_post h3 a {
	color: #454545;
	font-weight: bold;
	text-decoration: none;
	float: left;
	margin-top: 3px;
	text-transform: none;
}

.notice_post h3 a:hover {
	color: #25aae2;
	text-decoration: none;
	float: left;
	margin-top: 3px;
}

.post_info_content {
	padding: 0px;
	margin: -5px 0 0 13%;
	width: 87%;
	float: left;
}

.notice_postcontent {
	float: left;
	width: 100%;
}

.notice_post a.date, .tab-content a.date {
	padding: 0px 5px 0px 0px;
	text-decoration: none;
	width: 55px;
	text-align: center;
	background: #fefefe;
	display: block;
	margin-right: 20px;
	float: left;
	-webkit-box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.notice_post a.date strong, .tab-content a.date strong {
	color: #25aae2;
	font-size: 27px;
	font-weight: normal;
	display: block;
	margin-bottom: 2px;
}

.tab-content span {
	color: #25aae2;
	display: block;	
}

.notice_post a.date i, .tab-content a.date i {
	color: #fff;
	font-size: 11px;
	font-style: normal;
	padding: 0px 10px;
	display: block;
	border-top: 1px solid #f3f3f3;
	width: 40px;
	background-color: #25aae2;
}

/*------------------ Footer styles ------------------*/

#footer {
	float: left;
	width: 100%;
	padding: 35px 0px 0px 0px;
	margin-top: -7px;
	background: url(../images/footer-bg.jpg) repeat left top;
	z-index: 1;
	position: relative;
	color: #999;
}

#footer .column {
	float: left;
	width: 25%;
	margin-right: 2.2%;
	padding-right: 2.2%;
	background: url(../images/v-line.jpg) repeat-y right top;
}

#footer .column.last {
	float: left;
	width: 16%;
	margin-right: 0%;
	padding-right: 0%;
	background: none;
}

#footer h2 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}

#footer h3 {
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}

#footer .column ul.list {
	float: left;
	padding: 0px;
	margin: -3px 0px 0px 0px;
}

#footer .column .list li {
	padding: 0px 0px 0px 11px;
	margin: 0px;
	line-height: 30px;
	background: url(../images/arrow-05.png) no-repeat left 12px;
}

#footer .column .list li a {
	color: #999;
}

#footer .column .list li a:hover {
	color: #eee;
}


/* Footer address styles */
#footer ul.address-list {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}

#footer .address-list li {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	list-style-type: none;
	color: #999;
	font-style: normal;
}

#footer .address-list li.icon1 {
	margin: 0px;
	list-style-type: none;
	background: url(../images/address-icon-footer.png) no-repeat left 5px;
}

#footer .address-list li.icon2 {
	margin: 10px 0px 0px 0px;
	padding-left: 20px;
	list-style-type: none;
	background: url(../images/phone-icon-footer.png) no-repeat left 5px;
}

#footer .address-list li.icon3 {
	margin: 5px 0px 0px 0px;
	padding-left: 20px;
	list-style-type: none;
	background: url(../images/fax-icon-footer.png) no-repeat left 5px;
}

#footer .address-list li.icon4 {
	margin: 5px 0px 0px 0px;
	padding-left: 20px;
	list-style-type: none;
	background: url(../images/email-icon-footer.png) no-repeat left 5px;
}

#footer .address-list li.icon5 {
	margin: 5px 0px 0px 0px;
	padding-left: 20px;
	list-style-type: none;
	background: url(../images/facebook-icon.png) no-repeat left 5px;
}

#footer .address-list li a {
	color: #999;
}

#footer .address-list li a:hover {
	color: #eee;
}

.copyright_info {
	float: left;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	background-color: #272727;
	color: #727272;
	border-top: 2px solid #222222;
}

.copyright_info b {
	float: right;
	font-size: 12px;
	color: #727272;
	font-style: normal;
	font-weight: normal;
}

.copyright_info b sup {
	font-size: 8px;
}

.copyright_info span {
	float: left;
}

.copyright_info a {
	margin-top: 10px;
	font-size: 12px;
	color: #727272;
	text-align: right;
}

.copyright_info a:hover {
	color: #999;
}


/*---------------------------------------- Styled lists ----------------------------------------*/

ul.list2, ul.list3, ul.list4, ul.list5, ul.list7, ul.list8, ul.list10 {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	text-align: left;
}

ul.list1 li,ul.list2 li,ul.list3 li,ul.list4 li,ul.list5 li,ul.list6 li,ul.list7 li,ul.list8 li, ul.list10 li{
	padding-left: 18px;
	margin: 3px 0;
}

ul.list2 li {
	background: url(../images/elements/icon-ok.png) no-repeat left 5px;
}

ul.list3 li {
	background: url(../images/elements/icon-right-arrow.png) no-repeat left 5px;
}

ul.list4 li {
	background:url(../images/elements/icon-star.png) no-repeat left 4px;
	font-size: 14px;
}

ul.list5 li {
	background:url(../images/elements/icon-chevron-right.png) no-repeat left 5px;
}

ul.list7 li {
	background:url(../images/elements/icon-play-button.png) no-repeat left 5px;
}

ul.list8 li {
	background:url(../images/elements/icon-remove.png) no-repeat left 5px;
}

ul.list10 li {
	background:url(../images/elements/icon-user.png) no-repeat left 4px;
}

/*--------------------- Highlight colors ----------------------*/

.highlight {
	color: #fff;
	padding: 2px 5px;
	background: #000;
	border-radius:3px;
}

.highlight.black {
	background: #000;
	border-radius:3px;
}

.highlight.red {
	background: #ff0000;
	border-radius:3px;
}

.highlight.gray {
	background: #aaa;
}

.highlight.yellow {
	background: #fff000;
}

.highlight.blue {
	background: #0099cc;
}

.highlight.pink {
	background: #e826b4;
}

.highlight.green {
	background: #48b02b;
}

.highlight.orange {
	background: #ffcc00;
}

.highlight.magenta {
	background: #9325ea;
}

/* Buttons */
.button, button {	
    text-decoration:none;
	text-align:center;
	color:#585656;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:32px;
	line-height:32px;
	padding:0px 15px;
	position:relative;
	outline: none;
	overflow: hidden; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #dcdcdc;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	text-transform: uppercase;

	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center top,
		center bottom,
		from(rgba(255, 255, 255, .1)),
		to(rgba(0, 0, 0, .1))
	);/* Saf4+, Chrome */
	
	background-color:white;
}

.button::-moz-focus-inner {
    border: none; /* overrides extra padding in Firefox */
}

.button:hover, .button.hover, .page-numbers:hover  {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);/* Saf4+, Chrome */
}

.button:active, .button.active, .page-numbers:active {
	top:2px;
	background: -moz-linear-gradient(
		center top,
		rgba(0, 0, 0, .1) 0%,
		rgba(255, 255, 255, .2) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .2)),
		to(rgba(0, 0, 0, .1))
	);/* Saf4+, Chrome */

}

.button.full {
	display: block;
}

.button.small {
	font-size:13px;
}

.button.medium {
	font-size:13px;
	height:40px;
	line-height:40px;
}

.button.large {
	font-size:16px;
	height:50px;
	line-height:50px;
}

.button.small.colorchan {
	color: #fff;
	background-color: #25aae2;
}

/*-------------------------- Styled buttons ------------------------------*/
.button.red {
	background-color: #ff0000;
	color: #fff;
}

.button.blue {
	background-color: #117ed1;
	color: #fff;
}

.button.lightblue {
	background-color: #0099cc;
	color: #fff;
}

.button.green {
	background-color: #009933;
	color: #fff;
}

.button.black {
	background-color: #333;
	color: #fff;
}

.button.orange {
	background-color: #FF9900;
	color: #fff;
}

.button.darkgray {
	background-color: #818181;
	color: #fff;
}

.button.gray {
	background-color: #f0f0f0;
	color: #000;
}

/*---------------------------- Styled boxes ----------------------------*/
.info, .error, .notice, .success {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #bbb;
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: bold;
}

p.error {
	border: none;
}

.info strong, .error strong, .notice strong, .success strong {
	font-size: 16px;
}

.info {
	color: #4a84bc;
	border-color: #c6e3ff;
	background-color: #e6f3ff;
}

.error {
	color: #bd6767;
	border-color: #f1bdbd;
	background-color: #ffdddd;
}

.notice {
	color: #666;
	border-color: #d7d099;
	background-color: #f6f2d2;
}

.success {
	color: #1ea133;
	border-color: #a9ecb4;
	background-color: #dffbe4;
}

/*---------------------------- Table styles ----------------------------*/
.table-style {
	float: left;
	width: 94%;
}

.table-list-three {
	float: left;
	background-color: #fff;
	border: 1px solid #dddddd;	
	width: 100%;
}

.table-list-three h1, .table-list-three p {
	color: #fff;
}

.table-list-three a {
	color: #000;
	font-weight: normal;
}

.table-list-three a:hover {
	color: #0099cc;
}

.table-list-three .title {
	background-color: #0099cc;	 
	text-align: center;
	font-size: 20px;
	font-weight: normal;
}

.table-list-three .title h2 {
	color: #fff;
}

.table-list-three th {
	padding: 10px;
	background-color: #eee;
}
.table-list-three td {
	font-size: 14px;	
	padding: 10px;
	text-align: left;
	background-color: #f5f5f5;
}

.table-list-two {
	float: left;
	background-color: #fff;
	border: 0;
	border-collapse: collapse;
	font-size: 14px;	
	text-align: left;
	width: 100%;	
}

.table-list-two td {
	border-bottom: 3px solid #dddddd; 
	padding: 10px 0 10px 0;	
}

.table-list {
	float: left;
	background-color: #fff;
	border: 1px solid #dddddd;	
	width: 100%;
}

.table-list h1, .table-list p {
	color: #fff;
}

.table-list a {
	color: #000;
}

.table-list a:hover {
	color: #0099cc;
}

.table-list .title {
	background-color: #0099cc;	 
	text-align: center;
	font-size: 20px;
	font-weight: normal;
}

.table-list .title h2 {
	color: #fff;
	padding-top: 10px;
}

.table-list th {
	padding: 10px;
	background-color: #eee;
}
.table-list td {
	font-size: 14px;	
	padding: 10px;
	text-align: center;
	background-color: #f5f5f5;
}
.table-list tr:hover td {
	background-color: #d8d9da;
}

.title-grey {
	background: url(../images/gray-bg.jpg) repeat left top;	
}

.title-grey strong {
	font-size: 15px;
	color: #fff;
}

/*---------------------------- Box columns ----------------------------*/
.framed-box {
	border: 1px solid #e3e3e3;
	width: 100%;
}
.framed-box.center{
	text-align:center;
}

.framed-box-wrap {
	border: 1px solid #fff;
	background-color: #f9f9f9;
}

.framed-box-wrap .framed-box-title {
	background-color: #f1f1f1;
	padding: 20px 0px 0px 0px;
	text-align: center;
	border-bottom: 1px solid #fff;
}

.framed-box-wrap .framed-box-list {
	padding: 15px 20px 20px 20px;
	text-align: center;
}

.table-list4 {
	background-color: #fff;
	border: solid 1px #ededed;
	border-collapse: collapse;
	font-family: 'Open Sans';
	float: left;
	width: 100%;
}

.table-list4 td {
	font-size: 15px;
	padding: 10px 0;
	text-align: center;
}

.table-list4 span {
	color: #fff;	
	font-size: 40px;
}

.table-list4 p {
	font-size: 11px;
	color: #fff;	
}

.table-list4 a {
	color: #666;
	font-weight: normal;
}

.table-list4 a:hover {
	text-decoration: underline;
}

.table-list4 .horizontal-label-first, 
.table-list4 .horizontal-label-second, 
.table-list4 .horizontal-label-third, 
.table-list4 .horizontal-label-fourth  {	
	font-family: 'Open Sans', Arial;
	padding: 20px 0;
	text-align: center;
}

.table-list4 .tbl-cell-left {
	border-left: solid 1px #ededed;
}

.table-list4 .tbl-cell-right {
	border-right: solid 1px #ededed;
}

.table-list4 .horizontal-label-first {
	background-color: #F7D473;
}

.table-list4 .horizontal-label-second {
	background-color: #F7C564;
}

.table-list4 .horizontal-label-third {
	background-color: #F7B655;
}

.table-list4 .horizontal-label-fourth {
	background-color: #F7A746;
}

.table-list4 .vertical-label {
	border-right: solid 1px #ededed;
	font-size: 15px;	
	text-align: center;
	width: 15%;
}

.table-list4 .vertical-label-header {
	background-color: #fff;
	border-bottom: solid 1px #ededed;
	color: #666;
	font-size: 25px;
	text-align: center;
}

.tr-alternate-light {
	background-color: #fff;
}

.tr-alternate-dark {
	background-color: #ededed;
}

/*---------------------------- Notices box styles ----------------------------*/

.notices_text_box {
	float: left;
	width: 95.400%;
	padding: 20px;
	margin: 0px;
	border: 1px solid #eee;
	border-left: 5px solid #25aae2;
	color: #999;
	background: #f9f9f9;
}

.notices_text_box strong {
	font-size: 15px;
	color: #454545;
}

.notices_text_box p {
	margin-top: 10px;
}

.notices_text_box .left {
	float: left;
	width: 80%;
}

.notices_text_box .right {
	float: left;
	width: 20%;
}

.notices_text_box .right img {
	float: right;
	text-align: right;
}

.notices_text_box_medium {
	float: left;
	padding: 20px;
	margin: 0px;
	border: 1px solid #eee;
	border-left: 5px solid #25aae2;
	color: #999;
	background: #f9f9f9;
	width: 94%;
}

.notices_text_box_medium strong {
	font-size: 15px;
	color: #454545;
}

.notices_text_box_medium p, .notices_text_box_medium ul {
	margin-top: 10px;
}

.notices_text_box_medium .left {
	float: left;
	width: 80%;
}

.notices_text_box_medium .right {
	float: left;
	width: 20%;
}

a.knowmore_but {
	float: right;
	padding: 13px 20px 13px 20px;
	margin: 0px 0px 0px 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	background-color: #25aae2;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 1px solid #cc7a00;
}
a.knowmore_but:hover {
	background-color: #2bb5ef;
}


/*---------------------------- Contact form ----------------------------*/

.contacts {
	font-family: 'Open Sans', sans-serif;	
}

.contacts label, .report-problem form label { 
	margin: 0 5px 0 0; 
	font-size: 15px;
	font-weight: bold; 
	text-align: right;
}

.contacts span.redBold {
	color: #F60; 
	font-weight: bold; 
	font-size: 18px; 
	padding: 0 0 0 5px;
}

.contacts form input, 
.contacts form textarea, 
.report-problem form textarea, 
.report-problem form input {
	margin: 10px 0 10px 15px; 
}

.contacts #mainContainer .doubleBox form h3, .report-problem #mainContainer .doubleBox form h3 {
	font-size: 18px; 
	color: #066; 
	margin: 15px 0 10px 0;
}

.contacts #mainContainer .doubleBox form p, 
.report-problem #mainContainer .doubleBox form p {
	font-size: 12px;
}

.report-problem form textarea {
	float:left; 
	margin: 5px 10px 0 0;
}

.report-problem form label.description {
	float:left; 
	width: 130px; 
	margin: 5px 5px 0 0; 
	padding: 0;
}

.contacts form legend, .report-problem form legend {
	color: #066; 
	font-size: 14px; 
	padding: 0 5px 5px 5px;
}


/*---------------------------- Scroll up control ----------------------------*/

.scrollup {
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:43px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
	z-index: 999;
}








