@font-face {
    font-family: 'merriweatherregular';
    src: url('../fonts/merriweather-webfont.eot');
    src: url('../fonts/merriweather-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/merriweather-webfont.woff') format('woff'),
         url('../fonts/merriweather-webfont.ttf') format('truetype'),
         url('../fonts/merriweather-webfont.svg#merriweatherregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'merriweatherbold';
    src: url('../fonts/merriweather-bold-webfont.eot');
    src: url('../fonts/merriweather-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/merriweather-bold-webfont.woff') format('woff'),
         url('../fonts/merriweather-bold-webfont.ttf') format('truetype'),
         url('../fonts/merriweather-bold-webfont.svg#merriweatherbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'merriweatherblack';
    src: url('../fonts/merriweather-black-webfont.eot');
    src: url('../fonts/merriweather-black-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/merriweather-black-webfont.woff') format('woff'),
         url('../fonts/merriweather-black-webfont.ttf') format('truetype'),
         url('../fonts/merriweather-black-webfont.svg#merriweatherblack') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fsalbertbold';
    src: url('../fonts/fsalbert_bold-webfont.eot');
    src: url('../fonts/fsalbert_bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fsalbert_bold-webfont.woff') format('woff'),
         url('../fonts/fsalbert_bold-webfont.ttf') format('truetype'),
         url('../fonts/fsalbert_bold-webfont.svg#fsalbertbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'merriweatherlight';
    src: url('../fonts/merriweather-light-webfont.eot');
    src: url('../fonts/merriweather-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/merriweather-light-webfont.woff') format('woff'),
         url('../fonts/merriweather-light-webfont.ttf') format('truetype'),
         url('../fonts/merriweather-light-webfont.svg#merriweatherlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	padding:5px 0;
	margin:0;
	font-family: 'merriweatherregular';
	color:#555555;
	background-color:#f7f7f7;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
.c {
	clear:both;
	height:0;
	visibility:hidden;
	display:block
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border:0;
	outline:none;
	vertical-align:top;
}
img {
	/*max-width: 100%;*/
	height: auto;
	width: auto\9; /* ie8 */
}
a {
	text-decoration:none;
	outline:none;
	color:#008fcb;
}
a:active, a:selected, a:visited {
 border: none;
 outline: none;
 ie-dummy: expression(this.hideFocus=true);
}
input, textarea, select {
	font:100% arial, sans-serif;
	vertical-align:middle;
	outline:none;
	resize:none
}
textarea {
	overflow:auto;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
.video embed, .video object, .video iframe {
	width: 100%;
	height: auto;
	min-height: 300px;
}
h1, h2, h3, p {
	font-weight:normal;
	padding:0;
	margin:0;
}
p {
	margin-bottom:15px;
	font-size:14px;
	color:#012838;
	line-height:22px;
}
p strong{
 font-family: 'merriweatherbold';
font-weight:normal
}
p:empty {
	display: none;
	}
h1 {
	font-size:28px;
	display:block;
	margin-bottom:20px;	
	color:#008fcb;
	font-family: 'fsalbertbold';
	}
h2 {
	font-size:22px;
	display:block;
	margin-bottom:20px;	
	color:#008fcb;
	font-family: 'fsalbertbold';
}
h3 {
	font-size:20px;
	display:block;
	margin-bottom:20px;	
	color:#745759;
	font-family: 'fsalbertbold';
}
.single-column {
	padding:20px 0 0 0;
	margin:0;
	overflow:hidden;
}
.single-column ul.style1{
	padding:0;
	margin:0 0 20px 0
}
.single-column ul.style1 li{
	background-image: url("../images/blog-arrow.png");
    background-position: left 10px;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 25px;
    list-style: none outside none;
    padding-left: 20px;
	}
/* two left */
.vSpacer5 {
	height:5px;
	overflow: hidden;
}
.vSpacer10 {
	height:10px;
	overflow: hidden;
}
.vSpacer15 {
	height:15px;
	overflow: hidden;
}
.vSpacer20 {
	height:20px;
	overflow: hidden;
}
img.alignright {
	float:right;
	margin:0 0 0 1em;
	padding: 8px;
	border: 1px solid #dedede;
	background-color:#fff;
}
img.alignleft {
	float:left;
	margin:0 2.5em 0 0;
	border: 1px solid #dedede;
	padding: 8px;
	background-color:#FFFFFF;
}
img.aligncenter {
	display: block;
	margin-bottom:1em;
	margin-left: auto;
	margin-right: auto;
}
a img.alignright {
	float:right;
	margin:0 0 0 1em;
}
a img.alignleft {
	float:left;
	margin:0 1em 0 0;
}
a img.aligncenter {
	display: block;
	margin-bottom:1em;
	margin-left: auto;
	margin-right: auto;
}
.two-column-left {
	padding:20px 0 0 0;
	margin:0;
	overflow:hidden;
}
.two-column-left article {
	float:right;
	width:620px;
}
.two-column-left article ul.style1{
	padding:0;
	margin:0 0 20px 0
}
.two-column-left article ul.style1 li{
	background-image: url("../images/blog-arrow.png");
    background-position: left 10px;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 25px;
    list-style: none outside none;
    padding-left: 25px;
	}

.two-column-left aside {
	float:left;
	width:300px;
}
/* two right */
.two-column-right {
	padding:20px 0 0 0;
	margin:0;
	overflow:hidden;
}
.two-column-right article {
	float:left;
	width:620px;
}
.two-column-right article ul.style1{
	padding:0;
	margin:0 0 20px 0
}
.two-column-right article ul li.style1{
	background-image: url("../images/blog-arrow.png");
    background-position: left 10px;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 25px;
    list-style: none outside none;
    padding-left: 25px;
	}
.two-column-right aside {
	float:right;
	width:300px;
	margin-bottom:20px;
}
form {
	padding:0;
	margin:0;
}
form div.input {
	padding:0;
	margin:0 0 10px 0;
	/*float:left;*/
	display:inline-block;
	vertical-align:top;
	width:100%;
}
.bg_gray {
	background-color:#f2f2f2;
}
.btn {
	border:none;
	display:inline-block;
	cursor:pointer;
}
.btn span {
	background-image:url(../images/btn-bg.jpg);
	background-repeat:repeat-x;
	background-position:left 0;
	display:block;
	color:#fff;
	font-size:14px;
	padding:7px 10px 5px;
	text-transform:uppercase;
}
.big-btn {
	border:1px solid #fe0000;
	display:inline-block;
	cursor:pointer;
	background-image:url(../images/btn-bg.jpg);
	background-repeat:repeat-x;
	background-color:#008fcb;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
   border: 1px solid #0a7aa9;

}
.big-btn span {
	display:block;
	color:#fff;
	font-size:14px;
}
button {
	background-image:url(../images/btn-bg.jpg);
	background-repeat:repeat-x;
	background-position:left 0;
	background-color:#BA006F;
	display:block;
	color:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:14px;
	padding:7px 10px 5px;
	border:none;
	cursor:pointer;
}
input[type="button"] {
	background-image:url(../images/btn-bg.jpg);
	background-repeat:repeat-x;
	background-position:left 0;
	background-color:#83C523;
	display:block;
	color:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:14px;
	padding:7px 10px 5px;
	border:none;
	cursor:pointer;
	border:1px solid #CE570F;
}
input[type="submit"] {
	background-image:url(../images/btn-bg.jpg);
	background-repeat:repeat-x;
	background-position:left 0;
	background-color:#83C523;
	display:block;
	color:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:14px;
	padding:7px 10px 5px;
	border:none;
	cursor:pointer;
}
input[type="reset"] {
	background-image:url(../images/btn-bg.jpg);
	background-repeat:repeat-x;
	background-position:left 0;
	background-color:#83C523;
	display:block;
	color:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:14px;
	padding:7px 10px 5px;
	cursor:pointer;
	border:1px solid #CE570F;
}
input[type="text"], input[type="email"], input[type="tel"] {
	border-right:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	border-top:0px solid #d7d7d7;
	border-left:0px solid #d7d7d7;
	background-color:#fff;
	font-size:13px;
	color:#666;
	padding:10px 2%;
	width:96%;
	display:inline-block;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-family:Arial, Helvetica, sans-serif;
}
select {
	border-right:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	border-top:0px solid #d7d7d7;
	border-left:0px solid #d7d7d7;
	background-color:#fff;
	font-size:13px;
	color:#666;
	padding:10px 2%;
	width:96%;
	display:inline-block;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: inset 2px 2px 0px #eaeaea;
	-webkit-box-shadow: inset 2px 2px 0px #eaeaea;
	box-shadow: inset 2px 2px 0px #eaeaea;
	font-family:Arial, Helvetica, sans-serif;
}
textarea {
	border-right:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	border-top:0px solid #d7d7d7;
	border-left:0px solid #d7d7d7;
	background-color:#fff;
	font-size:13px;
	color:#666;
	padding:10px 2%;
	width:96%;
	display:inline-block;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-family:Arial, Helvetica, sans-serif;
	height:100px;
}
/* radio start */

/* radio close */
/* checkbox start */

/* checkbox close */
/* table start */
table {
	border:#2d2d2d solid 0px;
	font-weight:normal;
	border-collapse:collapse;
	width:100%;
}
table caption {
	background-image:url(../images/table-caption.html);
	background-repeat:repeat-x;
	height:40px;
	line-height:40px;
	color:#b2b2b2;
	border:1px solid #2d2d2d;
	text-align:center;
}
table th {
	background-image:url(../images/table-header.html);
	background-repeat:repeat-x;
	height:45px;
	color:#848484;
	border:1px solid #2d2d2d;
	text-align:left;
	padding-left:10px;
}
table tr {
	border:#2d2d2d solid 0px;
	border-collapse:collapse;
}
table tr td {
	border:#2d2d2d solid 0px;
	border-collapse:collapse;
	border:#2d2d2d solid 1px;
	color:#fff;
	padding:10px;
	text-align:left
}
/* table close */
/* accordion  start */
#accordion {
	padding:0;
	margin:0;
}
#accordion h3.ui-accordion-header {
	background-color:#666;
	color:#fff;
	padding:10px;
	cursor:pointer;
	margin:0 0 5px 0;
	font-size:16px;
	text-transform:inherit
}
#accordion h3.ui-state-active {
	background-color:#F00;
}
#accordion div {
	margin:0 0 5px 0
}
/* accordion  close */
/* date picker start */
#datepicker {
	margin:30px 0;
}
.ui-datepicker-header {
	padding:10px;
	margin:0;
	background-color:#0C0C0C
}
.ui-datepicker-prev {
	width:20px;
	height:20px;
	float:left;
	display:block;
	cursor:pointer;
	font-size:0px;
	background-image:url(../images/date-left-arrow.html);
	background-repeat:no-repeat;
	background-position:center center;
}
.ui-datepicker-next {
	float:right;
	width:20px;
	height:20px;
	display:block;
	cursor:pointer;
	font-size:0px;
	background-image:url(../images/date-right-arrow.html);
	background-repeat:no-repeat;
	background-position:center center;
}
.ui-datepicker-title {
	margin:0px 40px;
	text-align:center;
	font-weight:bold;
	color:#B2B2B2
}
table.ui-datepicker-calendar tr th {
	text-align:center;
}
table.ui-datepicker-calendar .ui-state-default {
	color:#fff;
	font-weight:bold;
	text-align:center;
	display:block;
}
table.ui-datepicker-calendar tr td {
	padding:0
}
table.ui-datepicker-calendar tr td a {
	padding:10px 0
}
table.ui-datepicker-calendar tbody tr td.ui-state-active1 {
	background-image:url(../images/true.html);
	background-repeat:no-repeat;
	background-position:10% 90%;
	background-color:transparent;
}
table.ui-datepicker-calendar tbody tr td.ui-state-active2 {
	background-image:url(../images/cros.html);
	background-repeat:no-repeat;
	background-position:10% 90%;
	background-color:transparent;
}
/* horizontal tabs start */
#htabs {
	padding:0;
	margin:0;
	overflow:hidden;
}
#htabs ul {
	padding:0;
	margin:0 0 15px 0;
	width:100%;
	overflow:hidden;
}
#htabs li {
	list-style:none;
	float:left;
}
#htabs .ui-tabs-panel {
	overflow:hidden;
}
/* horizontal tabs close */
/* verticle start */
#vtabs {
	padding:0;
	margin:0;
	overflow:hidden
}
#vtabs ul {
	padding:0;
	margin:0;
}
#vtabs li {
	list-style:none;
	display:block;
}
div#htabs .ui-tabs-panel {
	overflow:hidden;
}
/* verticle close */
/* carousel start */
.carousel{
	width:100% !important;
	padding:0;
	margin:0;
	position:relative;
}
.carousel .prev {
	width:22px;
	height:34px;
	background-image:url(../images/slider-arrow-left.png);
	background-repeat:no-repeat;
	position:absolute;
	left:0px;
	top:0;
	z-index:100;
}
.carousel .next {
	width:22px;
	height:34px;
	background-image:url(../images/slider-arrow-right.png);
	background-repeat:no-repeat;
	position:absolute;
	right:0;
	top:0;
	z-index:100;
}
/* carousel close */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	background-color:#F5F5F5;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.ui-slider .ui-slider-range {
	z-index: 1;
	position: absolute;
	display: block;
	border: 0;
	background-position: 0 0;
}
.ui-slider .ui-slider-range {
	-moz-box-shadow: 0 1px 2px rgba(17, 35, 45, 0.6) inset;
	-webkit-box-shadow: 0 1px 2px rgba(17, 35, 45, 0.6) inset;
	box-shadow: 0 1px 2px rgba(17, 35, 45, 0.6) inset;
	margin:0 auto;
}
.ui-slider-horizontal {
	height:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.ui-slider-horizontal .ui-slider-handle {
	top:-3px;
	margin-left:-8px;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-slider .ui-slider-handle {
	background: url("../images/slider_handles.html") no-repeat scroll 0 0 transparent;
	border: medium none;
	box-shadow: none;
	cursor: default;
	height:16px;
	outline: medium none;
	position: absolute;
	width:16px;
	z-index: 2;
}
.wrapper {
	padding:0;
	margin:0 auto;
	width:940px;
	position:relative;
}
.advertisement {
	background-color:#f2f2f2;
	text-align:center;
	line-height:200px;
	height:200px;
	font-size:12px;
	color:#b5b4b4
}
